JSizer is a tool that shows the size of Java
classes in a graph. The graph has nodes with
width, height, and color depending on the number
of fields, number of methods, and lines of code.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
The tree builder was updated so that it is possible to build different kinds of graphs. It is now possible to switch between a few different types of tree metrics. The hierarchy builder was updated so that it links up better when classes from the classpath are used for superclasses that are not being analyzed.
Some bugs in class reading were fixed. Performance is improved in renderering, and jsizer now uses less memory to store the graphs. The colors are now recalculated when filters are used.