JDK-8224177 : Harden annotation processing framework to irregular behavior from processors
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-05-19
  • Updated: 2020-01-17
  • Resolved: 2019-05-24
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 13
13 b23Fixed
Related Reports
Relates :  
Relates :  
Description
As a dual to the changes in AbstractProcessor done under JDK-8146726, the annotation processing framework in javac could be hardened against various kinds of irregular behavior from processors. The hardening can include just warning about redundant but not strictly incorrect information.
Comments
Review thread: https://mail.openjdk.java.net/pipermail/compiler-dev/2019-May/013328.html
20-05-2019