-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Beta5
-
None
-
None
When <i>res </i> is pointing to a Java file, the the following code throws a NPE on <i>cl.getSuperType()</i> when there is no explicit extends specified in the java source.
JavaResource javaResource = (JavaResource) res.reify(JavaResource.class);
try {
if (javaResource.getJavaSource() instanceof JavaClass)
} catch (FileNotFoundException e)
{ e.printStackTrace(); }