Package org.acm.seguin.metrics

Contains code to gather metrics about the source code.

See:
          Description

Class Summary
CommaDelimitedReport Reports metrics in a comma delimited format
GatherData Gathers metrics data
LCTraversal Counts the number of lines in a file
LineCounter Counts the number of lines in a file
MethodMetrics Stores the metrics for a particular method
MethodMetricsFrame Base class for metrics frame
MetricsFrame Base class for metrics frame
MetricsReport Gathers metrics data
PackageMetrics Stores the metrics for a particular package
PackageMetricsFrame Package metrics frame
ProjectMetrics Stores the metrics for a particular project
ProjectMetricsFrame Project metrics frame
Summarize  
TextReport Reports metrics in a text format
TypeMetrics Stores the metrics for a particular type
TypeMetricsFrame Type metrics frame
 

Package org.acm.seguin.metrics Description

Contains code to gather metrics about the source code. The first step in determining whether a refactoring should be done is gathering information about the source code. The metrics presented here are relatively simple and based on a book on object oriented metrics.