Fractality: Free Edition.
This is a Java source code parser, which analyzes Java code and produces a
range of software metrics, including the potential coupling and
the configuration efficiency.
Note that some web-browsers will save the file as frac.zip. If this
happens, then please manually rename the file to frac.jar.
Starting the tool depends on your environment. First, try double-clicking on the file. If the tool doesn't start, then open a command prompt and type:
java -jar frac.jar
Once the tool has started, click File -> Load Master Directory, and select the
directory in which your Java files reside.
Note that, for best performance, you may want to start the tool with more than
the default heap. If you have 128mb of RAM, for example, you can start the
tool with:
java -Xmx128m -Xms128m -jar frac.jar
|