JDK-8275667 : Refactor serial lint checks to be tree-based
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 18
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2021-10-20
  • Updated: 2024-08-22
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.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
The serial lints checks in JDK-8202056 and JDK-8160675 were written in terms of Symbol-level/javax.lang.model.Element-level semantics.

Code review feedback noted that the checks would be more idiomatic javac if expressed in terms of tree-level operations.