http://gwt-code-reviews.appspot.com/89817/diff/1/3
File dev/core/src/com/google/gwt/dev/javac/CompiledClass.java (right):

http://gwt-code-reviews.appspot.com/89817/diff/1/3#newcode80
Line 80: boolean anonymous = false;
a small nit: perhaps move this to a separate method? as in
this.anonymous = isAnonymous(binding);

http://gwt-code-reviews.appspot.com/89817/diff/1/3#newcode83
Line 83: anonymous = true;
What about a Local Inner Class?

http://gwt-code-reviews.appspot.com/89817/diff/1/3#newcode86
Line 86: binding = ((NestedTypeBinding) binding).enclosingType;
is this cast guaranteed to succeed?

http://gwt-code-reviews.appspot.com/89817

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to