JDK-8193476 : (jdeprscan) additional version updates for JDK 10
  • Type: Sub-task
  • Component: tools
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-12-13
  • Updated: 2017-12-15
  • Resolved: 2017-12-13
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 10 JDK 11
10 b36Fixed 11Fixed
Related Reports
Relates :  
Description
The TraverseProc.java file implements an annotation processor. It currently declares its supported source version to be RELEASE_9. This should be updated to RELEASE_10.

The usage message in resources/jdeprscan.properties needs to be updated too.

The documentation in the readme.md file should also be updated.