Fixed symbol table bug
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2042 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -7,6 +7,7 @@ import java.util.List;
|
||||
|
||||
public class ClassScope extends AbstractScope {
|
||||
|
||||
// TODO this is a hack, it will break given sufficiently nested classes
|
||||
private static int anonymousCounter = 1;
|
||||
|
||||
private String className;
|
||||
|
Reference in New Issue
Block a user