JDK-8067310 : Refactor LinkFactory.java and adjustments for anno-pipeline
Type:Sub-task
Component:tools
Sub-Component:javadoc(tool)
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2014-12-11
Updated:2014-12-23
Resolved:2014-12-23
Description
Upon testing Annotations Pipeline it has been observed the current implementation
of LinkFactory.java is deficient in several respects, it cannot handle TypeAnnotations
and ArrayTypes as well, it is best to re-implement and cleanup this logic.
Comments
http://hg.openjdk.java.net/javadoc-next/api/langtools/rev/f99f52ce6a83
Also contains initial adjustments needed for Type-Annotations to work
with anno-pipeline changes