JDK-8080870 : Open up Dependencies for use from other packages
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-05-21
  • Updated: 2015-07-03
  • Resolved: 2015-05-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b66Fixed
Related Reports
Blocks :  
Relates :  
Description
Some parts of Dependencies should be made accessible from external packages. This can be done by widening the access (from package private to public) and by adding some accessor methods.

For the CompletionNode to be more useful to clients, the ClassSymbol should be stored in the node.

Also, the functionality of Dependencies should be independent of whether an output file is provided or not.

(Addressing these points paves the way for upcoming sjavac work.)