git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7153 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Brian Remedios
2010-10-05 03:53:29 +00:00
parent 8a860ff05c
commit cbe2577d02

View File

@ -167,7 +167,7 @@ public abstract class AbstractStructureInspectorPage extends Page implements IPr
pmdMethodList = getPMDMethods();
for (ASTMethodDeclaration pmdMethod : pmdMethodList) {
methodSelector.add(ASTUtil.getMethodLabel(pmdMethod));
methodSelector.add(ASTUtil.getMethodLabel(pmdMethod, false));
}
}