| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.oom |
Object-Oriented Metrics module (Metrics framework).
|
| net.sourceforge.pmd.lang.java.oom.api | |
| net.sourceforge.pmd.lang.java.oom.metrics |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMetric
Base class for metrics.
|
| Modifier and Type | Field and Description |
|---|---|
MetricKey<? extends Metric> |
ParameterizedMetricKey.key
The metric key.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterizedMetricKey |
ParameterizedMetricKey.build(MetricKey<? extends Metric> key,
MetricVersion version)
Builds a parameterized metric key.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetricKey<T extends Metric>
Key identifying a metric.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassMetric
Metric that can be computed on a class node.
|
interface |
OperationMetric
Metric that can be computed on an operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtfdMetric
Access to Foreign Data.
|
class |
CycloMetric
McCabe's Cyclomatic Complexity.
|
class |
LocMetric
Lines of Code.
|
class |
NcssMetric
Non Commenting Source Statements.
|
class |
WmcMetric
Weighed Method Count.
|
Copyright © 2002–2017 PMD. All rights reserved.