Need to know about static tool analysis options via Eclipse plug-ins for Java code with framework especially for Struts, Spring and Hibernate. The purpose is primarily analysis (and not Quality metrics) of references (similar to References option in Eclipse). The task to accomplis is impact analysis for applications with a lot of framework based code.
views:
79answers:
4
A:
PMD is widely used and can integrate with Eclipse. I'm not sure that it looks for issues relating to particular frameworks, however, as opposed to issues with Java code alone.
Brian Agnew
2009-12-14 11:04:56
+1
A:
Looks like what you are trying to do is some kind of Dependency Analysis.
PMD and FindBugs are primarily for finding potential issues with the Java code. I don't know if they have analysis of references.
Goto http://www.eclipseplugincentral.com/modules.php and search for 'Dependency Analysis'. I do see that there are some free plugins. You may want to try some of them.
mrajeshc
2009-12-16 20:24:33