|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metric | |
|---|---|
| net.sourceforge.pmd | This is the PMD programming mistake detector. |
| Uses of Metric in net.sourceforge.pmd |
|---|
| Methods in net.sourceforge.pmd that return types with arguments of type Metric | |
|---|---|
Iterator<Metric> |
Report.metrics()
Iterate over the metrics. |
| Methods in net.sourceforge.pmd with parameters of type Metric | |
|---|---|
void |
Report.addMetric(Metric metric)
Adds a new metric to the report and notify the listeners |
void |
ReportListener.metricAdded(Metric metric)
A new metric point has been reported. |
void |
SynchronizedReportListener.metricAdded(Metric metric)
A new metric point has been reported. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||