net.sourceforge.pmd.lang.java.rule.codesize
Class StdCyclomaticComplexityRule.Entry

java.lang.Object
  extended by net.sourceforge.pmd.lang.java.rule.codesize.StdCyclomaticComplexityRule.Entry
Enclosing class:
StdCyclomaticComplexityRule

protected static class StdCyclomaticComplexityRule.Entry
extends Object


Field Summary
 int highestDecisionPoints
           
 int methodCount
           
 
Method Summary
 void bumpDecisionPoints()
           
 void bumpDecisionPoints(int size)
           
 int getComplexityAverage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

highestDecisionPoints

public int highestDecisionPoints

methodCount

public int methodCount
Method Detail

bumpDecisionPoints

public void bumpDecisionPoints()

bumpDecisionPoints

public void bumpDecisionPoints(int size)

getComplexityAverage

public int getComplexityAverage()


Copyright © 2002-2016 InfoEther. All Rights Reserved.