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
There are a couple of problems with interface handling in Groovydoc:
- Only the first implemented/extended interface of a Java type is listed
- No implemented/extended interfaces for a Groovy type are listed
Attached is a patch to fix this, along with some test cases. It also fixes a couple of TODO items in the groovydoc test cases.
Patch applied. Thanks!