!!
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7153 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -167,7 +167,7 @@ public abstract class AbstractStructureInspectorPage extends Page implements IPr
|
|||||||
pmdMethodList = getPMDMethods();
|
pmdMethodList = getPMDMethods();
|
||||||
|
|
||||||
for (ASTMethodDeclaration pmdMethod : pmdMethodList) {
|
for (ASTMethodDeclaration pmdMethod : pmdMethodList) {
|
||||||
methodSelector.add(ASTUtil.getMethodLabel(pmdMethod));
|
methodSelector.add(ASTUtil.getMethodLabel(pmdMethod, false));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user