JDK-8207209 : Investigate generation of javac resource key compiler.err.feature.not.supported.in.source
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Not an Issue
  • Submitted: 2018-07-12
  • Updated: 2019-06-13
  • Resolved: 2019-06-12
Related Reports
Relates :  
Description
In the course of developing the changes to implement JDK-8028563, the resource key compiler.err.feature.not.supported.in.source was dropped from the set of keys generated in output.

While the key may no longer be outputted with the set of current features with enums in Source, that should be verified.
Comments
The resource key is used in Source.java as part of the Source.Feature mechanism, with specific instances seen in the rest of javac. Closing as Not An Issue.
13-06-2019