-
Bug
-
Resolution: Fixed
-
P5
-
1.2.0, 1.3.0
-
None
-
beta
-
generic
-
generic, solaris_2.6
The list of param tags returned from inner class constructor
doc object includes a parameter named "this$0" -- which is
undoubtedly a reference to the object returned by the constructor.
But since its not really a parameter, it shouldn't be in the
list.
Workaround: Check for this value and ignore it.
doc object includes a parameter named "this$0" -- which is
undoubtedly a reference to the object returned by the constructor.
But since its not really a parameter, it shouldn't be in the
list.
Workaround: Check for this value and ignore it.
- duplicates
-
JDK-4269411 For innerclass constructor, first parameter shows up as "this$0"
-
- Closed
-