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