Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.5
-
None
-
Patch
Description
In the following example, neither SuperClass or Interface are included in the groovydoc output for SomeClass:
class SomeClass extends some.fully.qualified.SuperClass implements some.fully.qualified.Interface { }
Attached is a patch for this. The patch also fixes a NullPointerException introduced in the fix for GROOVY-4514 when a fully-qualified super type name is found in the source.