-
Bug
-
Resolution: Unresolved
-
P4
-
9
1) Missed (or redundant) annotations info in the method/constructor summary: ElementType.PARAMETER annotations are missed while ElementType.TYPE_USE are not.
2) Missed TYPE_USE annotations info in detail section for constructor (like @RepTypeUse Constructor() {})
3) Missed annotations info for type parameters bounds (class A <@TypeParameter @TypeUse T extends @TypeUse Object> {...})
4) Missed annotation info for method's type argument (<@TypeParameter T> String genericMethod1() {...}
<@TypeUse T> String genericMethod2() {...})
2) Missed TYPE_USE annotations info in detail section for constructor (like @RepTypeUse Constructor() {})
3) Missed annotations info for type parameters bounds (class A <@TypeParameter @TypeUse T extends @TypeUse Object> {...})
4) Missed annotation info for method's type argument (<@TypeParameter T> String genericMethod1() {...}
<@TypeUse T> String genericMethod2() {...})