Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.94.5
-
None
-
None
-
Reviewed
Description
Doing "throw new IllegalArgumentException("Failed resolve of " + this.isa);" while isa is not initialized. Should be throw new IllegalArgumentException("Failed resolve of " + initialIsa); like in trunk