开发者

java code analysis and structure by tool or pluggin [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, 开发者_运维问答describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

Is there any tool that helps analyse code structure in a java project, either as an eclipse pluggin or as a standalone?

I guess something similar to what Structure101 seems to do, but I am looking for something free.

I.e. to visualize dependencies among jars, classes, class-hierarchies etc.

It is mostly to understand an existing code-base faster, rather than set coding rules or profile etc.


I've found the following tools useful

  1. CodePro Analytics - http://code.google.com/javadevtools/codepro/doc/index.html
  2. JDepend - http://www.clarkware.com/software/JDepend.html
  3. Sonar - http://www.sonarsource.org/
  4. Metrics - http://metrics.sourceforge.net/


you mean like Sonar?


Tons of them. The thing is you probably want to google for the kinds of tests, eg, "McCabe complexity java" or "test coverage java".

You might have a look at this wikipedia article.

Update

Aha. Try depfind.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜