Inventory Java packages

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
Hey guys, I am helping to provide a ballpark estimate on a Java to .NET conversion project. Are there any tools out there that will survey a set of packages and produce some metrics on classes, methods, etc.? Does Eclipse have something like this?
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
Thanks, but J# is out of the question for various reasons, not least of which is that the customer's perception is that it is a dead product. And in any event, you'd still have to deal with replacing libraries like Swing and AWT.

For now I would just like to find a tool to inventory the source that doesn't require me manually entering it all into a spreadsheet :).
 
Sep 29, 2004
18,656
68
91
Originally posted by: Markbnj
Hey guys, I am helping to provide a ballpark estimate on a Java to .NET conversion project. Are there any tools out there that will survey a set of packages and produce some metrics on classes, methods, etc.? Does Eclipse have something like this?

Eclipse comes with something like this I think. If not, I know there is a good metrics add on (name forgotten). It does classes, SLOC count, a bunch of academic BS to "calculate" complexity.


EDIT: Dimmu pointed out the metrics packager we have at work.
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
I ran JDepend on it this morning and got pretty much everything I wanted: list of classes and dependencies per package.

I don't have Eclipse installed right now, but if I had I probably would have gone for the plugin.