-
Enhancement
-
Resolution: Won't Fix
-
P2
-
9
This refactoring should make easier the adoption of tiered attribution in javac.
Attr is right now:
- offering an API for the rest of the compiler
- holding a lot of check methods
- acting as a tree visitor that attributes the code
All these concerns should be split out in different classes.
Attr is right now:
- offering an API for the rest of the compiler
- holding a lot of check methods
- acting as a tree visitor that attributes the code
All these concerns should be split out in different classes.
- relates to
-
JDK-8051946 JEP 215: Tiered Attribution for javac
- Closed