http://gwt-code-reviews.appspot.com/331802/diff/9001/10001
File dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java
(right):

http://gwt-code-reviews.appspot.com/331802/diff/9001/10001#newcode1266
dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java:1266: }
else if (className.contains("$")) {
On 2010/04/16 21:40:15, jat wrote:
Won't this match anonymous inner classes and compiler-synthesized
classes as
well?

It's legal for non-synthetic/non-compiler classes to use $.  The
GwtQuery module has both a $.java and a $$.java class.

http://gwt-code-reviews.appspot.com/331802/show

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

Reply via email to