made a couple of fields public since they're being set directly anyway....
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1378 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -242,9 +242,9 @@ public class CyclomaticComplexityRule extends AbstractRule
|
|||||||
{
|
{
|
||||||
// ASTUnmodifedClassDeclaration or ASTMethodDeclarator or ASTConstructorDeclaration
|
// ASTUnmodifedClassDeclaration or ASTMethodDeclarator or ASTConstructorDeclaration
|
||||||
private SimpleNode m_node;
|
private SimpleNode m_node;
|
||||||
private int m_decisionPoints = 1;
|
public int m_decisionPoints = 1;
|
||||||
private int m_highestDecisionPoints;
|
public int m_highestDecisionPoints;
|
||||||
private int m_methodCount;
|
public int m_methodCount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
***********************************************************************
|
***********************************************************************
|
||||||
|
Reference in New Issue
Block a user