-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b87
-
Verified
The com.sun.javadoc.ExecutableMemberDoc needs to return the receiver type. The receiver type is needed by the doclet to display the correct receiver annotation information including the receiver type. The com.sun.javadoc.ExecutableMemberDoc.receiverType() method should be implemented in com.sun.tools.javadoc.ExecutableMemberDocImpl.