开发者

Java Program - Control Dependence Graph

Are there any good tools APIs out there for generating a system dependence graph from java source code? I'm not interested in visual generato开发者_如何学运维rs. I would like to toy around with a tool that generates a system dependence graph into memory that can then be acted upon.


What do you mean with system dependence graph? How classes in your own code depend on each other, or how your system depends on libraries (jars) from other providers (and they depend on other libs), or on the level of architectural layers (how your webserver depends on the database etc)?

For the first, look at PMD and other code analyzers, for jars I've seen maven and other dependency management tools come up with interesting data, but for architectural layers I can only advise drawing them up yourselves...

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜