Modifier and Type | Method and Description |
---|---|
MetricResult |
MethodMetric.applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression,
SourceCode sourceCode) |
MetricResult |
AbstractMethodMetric.applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression,
SourceCode sourceCode) |
MetricResult |
MethodMetric.applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode,
SourceCode sourceCode) |
MetricResult |
AbstractMethodMetric.applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode,
SourceCode sourceCode) |
MetricResult |
Metric.applyToPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
MetricResult |
AbstractMetric.applyToPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
abstract MetricResult |
AbstractMethodMetric.calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression,
SourceCode sourceCode) |
abstract MetricResult |
AbstractMethodMetric.calculate(org.codehaus.groovy.ast.MethodNode methodNode,
SourceCode sourceCode) |
protected MetricResult |
AbstractMetric.calculateForPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
protected MetricResult |
AbstractMetric.createAggregateMetricResult(MetricLevel metricLevel,
Collection<MetricResult> childMetricResults) |
protected MetricResult |
AbstractMetric.createAggregateMetricResult(MetricLevel metricLevel,
Collection<MetricResult> childMetricResults,
org.codehaus.groovy.ast.ASTNode node) |
Modifier and Type | Method and Description |
---|---|
MetricResult |
Metric.applyToPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
MetricResult |
AbstractMetric.applyToPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
protected MetricResult |
AbstractMetric.calculateForPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
protected MetricResult |
AbstractMetric.createAggregateMetricResult(MetricLevel metricLevel,
Collection<MetricResult> childMetricResults) |
protected MetricResult |
AbstractMetric.createAggregateMetricResult(MetricLevel metricLevel,
Collection<MetricResult> childMetricResults,
org.codehaus.groovy.ast.ASTNode node) |
Modifier and Type | Method and Description |
---|---|
MetricResult |
AbcMetric.calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression,
SourceCode sourceCode) |
MetricResult |
AbcMetric.calculate(org.codehaus.groovy.ast.MethodNode methodNode,
SourceCode sourceCode) |
protected MetricResult |
AbcMetric.createAggregateMetricResult(MetricLevel metricLevel,
Collection childMetricResults,
org.codehaus.groovy.ast.ASTNode node) |
Modifier and Type | Class and Description |
---|---|
class |
AbcMetricResult |
class |
AggregateAbcMetricResult |
Modifier and Type | Method and Description |
---|---|
protected MetricResult |
ClassCountMetric.calculateForPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
Modifier and Type | Method and Description |
---|---|
protected MetricResult |
ClassCountMetric.calculateForPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
Modifier and Type | Method and Description |
---|---|
protected MetricResult |
AfferentCouplingMetric.calculateForPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
protected MetricResult |
EfferentCouplingMetric.calculateForPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
protected MetricResult |
AfferentCouplingMetric.getMetricResult(String packageName) |
protected MetricResult |
EfferentCouplingMetric.getMetricResult(String packageName) |
MetricResult |
AbstractCouplingReferenceManager.getPackageMetricResult(String rawPackageName) |
Modifier and Type | Method and Description |
---|---|
protected MetricResult |
AfferentCouplingMetric.calculateForPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
protected MetricResult |
EfferentCouplingMetric.calculateForPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
Modifier and Type | Method and Description |
---|---|
MetricResult |
AbstractCoberturaCoverageMetric.applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression,
SourceCode sourceCode) |
MetricResult |
AbstractCoberturaCoverageMetric.applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode,
SourceCode sourceCode) |
MetricResult |
AbstractCoberturaCoverageMetric.calculate(org.codehaus.groovy.ast.MethodNode methodNode,
SourceCode sourceCode) |
protected MetricResult |
AbstractCoberturaCoverageMetric.calculateForPackage(String packagePath,
String packageName,
Collection<MetricResult> childMetricResults) |
Modifier and Type | Method and Description |
---|---|
protected MetricResult |
AbstractCoberturaCoverageMetric.calculateForPackage(String packagePath,
String packageName,
Collection<MetricResult> childMetricResults) |
Modifier and Type | Method and Description |
---|---|
MetricResult |
CrapMetric.calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression,
SourceCode sourceCode) |
MetricResult |
CrapMetric.calculate(org.codehaus.groovy.ast.MethodNode methodNode,
SourceCode sourceCode) |
Modifier and Type | Method and Description |
---|---|
MetricResult |
CyclomaticComplexityMetric.calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression,
SourceCode sourceCode) |
MetricResult |
CyclomaticComplexityMetric.calculate(org.codehaus.groovy.ast.MethodNode methodNode,
SourceCode sourceCode) |
Modifier and Type | Method and Description |
---|---|
MetricResult |
MethodLineCountMetric.calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression,
SourceCode sourceCode) |
MetricResult |
MethodLineCountMetric.calculate(org.codehaus.groovy.ast.MethodNode methodNode,
SourceCode sourceCode) |
Modifier and Type | Class and Description |
---|---|
class |
MapMetricResult |
class |
MutableMapMetricResult |
class |
NumberMetricResult |
class |
SingleNumberMetricResult |
Modifier and Type | Method and Description |
---|---|
MetricResult |
MetricResultBuilder.createAggregateMetricResult(Collection<MetricResult> children,
Integer lineNumber) |
MetricResult |
MetricResultBuilder.createAggregateMetricResult(Collection<MetricResult> children,
Integer lineNumber,
Map<String,Object> overrideValues) |
MetricResult |
ClassMetricResult.getClassMetricResult() |
Modifier and Type | Method and Description |
---|---|
Map<MethodKey,MetricResult> |
ClassMetricResult.getMethodMetricResults() |
Modifier and Type | Method and Description |
---|---|
void |
ClassMetricResult.setClassMetricResult(MetricResult value) |
Modifier and Type | Method and Description |
---|---|
MetricResult |
MetricResultBuilder.createAggregateMetricResult(Collection<MetricResult> children,
Integer lineNumber) |
MetricResult |
MetricResultBuilder.createAggregateMetricResult(Collection<MetricResult> children,
Integer lineNumber,
Map<String,Object> overrideValues) |
void |
ClassMetricResult.setMethodMetricResults(Map<MethodKey,MetricResult> value) |
Constructor and Description |
---|
ClassMetricResult(MetricResult metricResult) |
ClassMetricResult(MetricResult metricResult,
Map<MethodKey,MetricResult> methodMetricResults) |
Constructor and Description |
---|
ClassMetricResult(MetricResult metricResult,
Map<MethodKey,MetricResult> methodMetricResults) |
Modifier and Type | Method and Description |
---|---|
MetricResult |
ResultsNode.getMetricResult(Metric metric) |
MetricResult |
PackageResultsNode.getMetricResult(Metric metric) |
MetricResult |
MethodResultsNode.getMetricResult(Metric metric) |
MetricResult |
ClassResultsNode.getMetricResult(Metric metric) |
Modifier and Type | Method and Description |
---|---|
List<MetricResult> |
ResultsNode.getMetricResults() |
List<MetricResult> |
PackageResultsNode.getMetricResults() |
List<MetricResult> |
MethodResultsNode.getMetricResults() |
List<MetricResult> |
ClassResultsNode.getMetricResults() |
Modifier and Type | Method and Description |
---|---|
void |
MethodResultsNode.addMetricResult(MetricResult metricResult) |
Copyright © 2022. All rights reserved.