Java metrics. An impressive application of Demeter/Java. A statistics
program which digs into Java programs and collects all kinds of numbers
which might be useful as a "summary" of the program. Metrics collected
according to a Dr. Dobbs article. Covers the entire Java language. Program
not tuned for efficiency and code size.
Class dictionary metrics.
A statistics
program which digs into class dictionaries and collects all kinds of numbers
which might be useful as a "summary" of the class dictionary. Metrics collected
according to a Dr. Dobbs article.