-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b18
In LinkFactory.getLink (about line 71) it handles primitive types and other conditions, including arrays of primitives, in the TypeVisitor that is used when `linkInfo.type` is non-null.
But, it does not check for synthetic elements for primitive types, which may be returned by CommentHelper.getReferencedClass from something like `{@link byte}`. This can cause problems lower down in Elements.getModuleOf.
But, it does not check for synthetic elements for primitive types, which may be returned by CommentHelper.getReferencedClass from something like `{@link byte}`. This can cause problems lower down in Elements.getModuleOf.
- relates to
-
JDK-8283714 REDO - Unexpected TypeElement in ANALYZE TaskEvent
-
- Resolved
-
-
JDK-8283661 Unexpected TypeElement in ANALYZE TaskEvent
-
- Closed
-
-
JDK-8331579 Reference to primitive type fails without error or warning
-
- Resolved
-
(1 links to)