Class JavaMetricsComputer
- java.lang.Object
-
- net.sourceforge.pmd.lang.metrics.AbstractMetricsComputer<ASTAnyTypeDeclaration,MethodLikeNode>
-
- net.sourceforge.pmd.lang.java.metrics.JavaMetricsComputer
-
- All Implemented Interfaces:
net.sourceforge.pmd.lang.metrics.MetricsComputer<ASTAnyTypeDeclaration,MethodLikeNode>
@Deprecated public final class JavaMetricsComputer extends net.sourceforge.pmd.lang.metrics.AbstractMetricsComputer<ASTAnyTypeDeclaration,MethodLikeNode>
Deprecated.SeeMetricsComputerComputes 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 JavaMetricsComputergetInstance()Deprecated.
-
-
-
Method Detail
-
findOperations
protected List<MethodLikeNode> findOperations(ASTAnyTypeDeclaration node)
Deprecated.- Specified by:
findOperationsin classnet.sourceforge.pmd.lang.metrics.AbstractMetricsComputer<ASTAnyTypeDeclaration,MethodLikeNode>
-
getInstance
@InternalApi public static JavaMetricsComputer getInstance()
Deprecated.
-
-