http://gwt-code-reviews.appspot.com/831802/diff/5001/3004
File dev/core/src/com/google/gwt/dev/jdt/AbstractCompiler.java (right):

http://gwt-code-reviews.appspot.com/831802/diff/5001/3004#newcode257
dev/core/src/com/google/gwt/dev/jdt/AbstractCompiler.java:257: }
The short answer is no: the looping behavior is intrinsic in how we
interact with JDT.  Once we add the new types (as source), then once
they get compiled by JDT we will visit the compiled units and look for
more rebinds and jsni, iteratively.

I did the reordering here because only Rebinds can actually generate any
new types that weren't in CompilationState before.  JSNI can only
reference existing type.

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

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

Reply via email to