JDK-6303335 : javac scopes should be available as a public interface
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-07-28
  • Updated: 2010-04-03
  • Resolved: 2006-03-31
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 6
6Resolved
Related Reports
Duplicate :  
Relates :  
Description
javac needs to expose its concept of scopes for use in the Tree API.
This functionality might be exposed through JSR 269.

Also having an interface makes it easier to implement different
versions of package scopes as required by JSR 199 RFE 6297388.

Comments
EVALUATION Exposing an interface for the beneit of Tree API/JSR 269 is relatively simple.
01-08-2005