gwt /
gwt /
bc6580612897ba795653ad7114dd66a4723ecfcc Ignore invalid types in heirarchy.
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.
http://gwt-code-reviews.appspot.com/1466806/
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10392 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed