kohiro / gwt-ent

Automatically exported from code.google.com/p/gwt-ent
0 stars 0 forks source link

TypeOracle.Instance == NULL #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Just a basic unit test where TypeOracle.Instance is used, for instance 
TypeOracle.Instance.getClassType().

What is the expected output? What do you see instead?
NullPointerException (Instance is null).

What version of the product are you using? On what operating system?
GWT 2.4.0

Inherited from module and everything compiles and runs fine, some aspects of 
the API work but TypeOracle.Instance is always null for me.

Original issue reported on code.google.com by lyph...@gmail.com on 27 Mar 2012 at 7:10