Class TccMetric
- java.lang.Object
-
- net.sourceforge.pmd.lang.metrics.AbstractMetric<N>
-
- net.sourceforge.pmd.lang.java.metrics.AbstractJavaMetric<ASTAnyTypeDeclaration>
-
- net.sourceforge.pmd.lang.java.metrics.impl.AbstractJavaClassMetric
-
- net.sourceforge.pmd.lang.java.metrics.impl.TccMetric
-
- All Implemented Interfaces:
JavaClassMetric
,Metric<ASTAnyTypeDeclaration>
public class TccMetric extends AbstractJavaClassMetric
Tight class cohesion.- Since:
- 6.0.0
- Author:
- Clément Fournier
-
-
Constructor Summary
Constructors Constructor Description TccMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
computeFor(ASTAnyTypeDeclaration node, MetricOptions options)
-
Methods inherited from class net.sourceforge.pmd.lang.java.metrics.impl.AbstractJavaClassMetric
countMatchingFieldSigs, countMatchingOpSigs, getFields, getMethodsAndConstructors, supports
-
Methods inherited from class net.sourceforge.pmd.lang.metrics.AbstractMetric
equals, hashCode
-
-
-
-
Method Detail
-
computeFor
public double computeFor(ASTAnyTypeDeclaration node, MetricOptions options)
-
-