Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.5
-
Fix Version/s: 1.7.6, 1.8-beta-3
-
Component/s: GroovyDoc
-
Labels:None
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
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.
Thank you Adam.