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:
Tom Copeland
2003-06-26 21:26:23 +00:00
parent ae38918510
commit 8743fa2013

View File

@ -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;