eclipse-jdt / eclipse-jdt/eclipse.jdt.core
ASTParser may optionally skip compiler phase INTEGRATE_ANNOTATIONS_IN_HIERARCHY
Open
performance
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
Follow-up from #2270 : Clients of ASTParser cannot yet benefit from the new internal option to skip phase INTEGRATE_ANNOTATIONS_IN_HIERARCHY for performance reasons, where evaluation of type annotations is irrelevant.
We may want to pass a new flag from clients to ASTParser and CompilationUnitResolver, so that they can optionally skip that phase.
Also CompilationUnitProblemFinder would be a candidate for such flag.
Contributor guide
Assessment
This issue has not been assessed yet.