| Modifier and Type | Interface and Description |
|---|---|
interface |
MethodMetric |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMethodMetric |
class |
AbstractMetric |
| Modifier and Type | Class and Description |
|---|---|
class |
AbcMetric |
| Modifier and Type | Method and Description |
|---|---|
Metric |
AbcMetricResult.getMetric() |
Metric |
AggregateAbcMetricResult.getMetric() |
| Constructor and Description |
|---|
AbcMetricResult(Metric metric,
MetricLevel metricLevel,
AbcVector abcVector) |
AbcMetricResult(Metric metric,
MetricLevel metricLevel,
AbcVector abcVector,
java.lang.Integer lineNumber) |
AggregateAbcMetricResult(Metric metric,
MetricLevel metricLevel,
java.util.Collection children) |
AggregateAbcMetricResult(Metric metric,
MetricLevel metricLevel,
java.util.Collection children,
java.lang.Integer lineNumber) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassCountMetric |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPackageCouplingMetric |
class |
AfferentCouplingMetric |
class |
EfferentCouplingMetric |
| Modifier and Type | Method and Description |
|---|---|
Metric |
AbstractCouplingReferenceManager.getMetric() |
| Constructor and Description |
|---|
AbstractCouplingReferenceManager(Metric metric) |
AfferentCouplingReferenceManager(Metric metric) |
EfferentCouplingReferenceManager(Metric metric) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCoberturaCoverageMetric |
class |
CoberturaBranchCoverageMetric |
class |
CoberturaLineCoverageMetric |
| Modifier and Type | Class and Description |
|---|---|
class |
CrapMetric |
| Modifier and Type | Class and Description |
|---|---|
class |
CyclomaticComplexityMetric |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldCountMetric |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLineCountMetric |
class |
MethodLineCountMetric |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodCountMetric |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<Metric> |
MetricRegistry.getMetricClass(java.lang.String metricName) |
java.lang.Class<Metric> |
DefaultMetricRegistry.getMetricClass(java.lang.String metricName) |
| Modifier and Type | Method and Description |
|---|---|
Metric |
TopLevelDelegate.methodMissing(java.lang.String name,
java.lang.Object args) |
Metric |
TopLevelDelegate.metric(java.lang.Class metricClass) |
Metric |
TopLevelDelegate.metric(java.lang.Class metricClass,
groovy.lang.Closure closure) |
Metric |
TopLevelDelegate.metric(java.lang.Class metricClass,
java.util.Map properties) |
Metric |
TopLevelDelegate.propertyMissing(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeMetricSet.addMetric(Metric metric) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<Metric,Formatter> |
AbstractReportWriter.formatters |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
XmlReportWriter.getDescriptionForMetric(Metric metric) |
boolean |
FunctionsCriteriaFilter.includesFunction(Metric metric,
java.lang.String functionName) |
boolean |
LevelsCriteriaFilter.includesLevel(Metric metric,
MetricLevel level) |
boolean |
MetricsCriteriaFilter.includesMetric(Metric metric) |
protected static boolean |
MetricCriteriaFilterHelper.includesName(java.util.Map criteriaMap,
Metric metric,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
Metric |
MetricResultBuilder.getMetric() |
Metric |
MutableMapMetricResult.getMetric() |
Metric |
MetricResult.getMetric() |
Metric |
SingleNumberMetricResult.getMetric() |
Metric |
NumberMetricResult.getMetric() |
Metric |
MapMetricResult.getMetric() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricResultBuilder.setMetric(Metric value) |
| Constructor and Description |
|---|
MapMetricResult(Metric metric,
MetricLevel metricLevel,
java.util.Map<java.lang.String,java.lang.Object> map) |
MapMetricResult(Metric metric,
MetricLevel metricLevel,
java.util.Map<java.lang.String,java.lang.Object> map,
int count) |
MutableMapMetricResult(Metric metric,
MetricLevel metricLevel,
java.util.Map<java.lang.String,java.lang.Object> map) |
NumberMetricResult(Metric metric,
MetricLevel metricLevel,
java.util.Map<java.lang.String,java.lang.Object> values) |
NumberMetricResult(Metric metric,
MetricLevel metricLevel,
java.util.Map<java.lang.String,java.lang.Object> values,
java.lang.Integer lineNumber) |
NumberMetricResult(Metric metric,
MetricLevel metricLevel,
java.util.Map<java.lang.String,java.lang.Object> values,
java.lang.Integer lineNumber,
int count) |
SingleNumberMetricResult(Metric metric,
MetricLevel metricLevel,
java.lang.Object number) |
SingleNumberMetricResult(Metric metric,
MetricLevel metricLevel,
java.lang.Object number,
java.lang.Integer lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageResultsNode.applyMetric(Metric metric) |
MetricResult |
ResultsNode.getMetricResult(Metric metric) |
MetricResult |
ClassResultsNode.getMetricResult(Metric metric) |
MetricResult |
MethodResultsNode.getMetricResult(Metric metric) |
MetricResult |
PackageResultsNode.getMetricResult(Metric metric) |