Author
any software analyzer
Gopinath Ranga
Greenhorn
Joined: May 09, 2008
Posts: 25
hi all, i need a sofware to analyze the java project which is completed. that analyzer should be shows path or flows of the code(project),test cases,usages,etc.. anybody have know like this software... please kindly reply...
thanks and regards<br /> <br />Gopi R.
Nicholas Jordan
Ranch Hand
Joined: Sep 17, 2006
Posts: 1282
posted May 16, 2008 09:54:00
0
Google: "Java Profiler"
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
FindBugs is a good static analysis tool - it analyzes your source code to automatically find bugs or "dangerous" programming constructions. Checkstyle is a tool to check if sourcecode adheres to a coding standard. For Eclipse, there is the TPTP project which includes a profiler. It didn't work really well the last time I tried it, however.
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
subject: any software analyzer