There is a question asking how to measure computational complexity of Java code similar to what trend-prof does for C/C++. The accepted answer to that question says it is commonly done using Sonar. I know that Sonar has good cyclomatic complexity capabilities built in, but that is not what the question was asking for.
Does Sonar in fact have computational complexity measuring capabilities?
If so any pointers to details on setting it up would be great.