Class JavaMetricsComputer
- java.lang.Object
-
- net.sourceforge.pmd.lang.metrics.AbstractMetricsComputer<ASTAnyTypeDeclaration,MethodLikeNode>
-
- net.sourceforge.pmd.lang.java.metrics.JavaMetricsComputer
-
- All Implemented Interfaces:
MetricsComputer<ASTAnyTypeDeclaration,MethodLikeNode>
@Deprecated public final class JavaMetricsComputer extends AbstractMetricsComputer<ASTAnyTypeDeclaration,MethodLikeNode>
Deprecated.SeeMetricsComputer
Computes a metric.- Author:
- Clément Fournier
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected List<MethodLikeNode>
findOperations(ASTAnyTypeDeclaration node)
Deprecated.static JavaMetricsComputer
getInstance()
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.metrics.AbstractMetricsComputer
computeForOperation, computeForType, computeWithResultOption
-
-
-
-
Method Detail
-
findOperations
protected List<MethodLikeNode> findOperations(ASTAnyTypeDeclaration node)
Deprecated.- Specified by:
findOperations
in classAbstractMetricsComputer<ASTAnyTypeDeclaration,MethodLikeNode>
-
getInstance
@InternalApi public static JavaMetricsComputer getInstance()
Deprecated.
-
-