On 2011/06/24 00:48:05, scottb wrote:
Fixes a bug where invalid types in the chain can break assumptions.
This is a
problem in a case like this:

Good unit:
Foo.init();

Bad unit:
public class Foo implements UnknownType { ... }

The good unit itself doesn't have errors, but trying to construct the
heirarchy
Foo blows things up.  This fix just heads it off at the pass to allow
the
compile to fail with proper error reporting.

So, what you are saying is that we are getting lots of unrelated errors
for units that reference foo that are obscuring the real problem?

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

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

Reply via email to