eclipse-jdt / eclipse-jdt/eclipse.jdt.core
[4.35+][internal] Contextual keyword recognition in the scanner can use reorganization
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
Problems:
* it is scattered all over the place
* uses multiple strategies sometimes without justification
* has gathered bit rot (`this` being passed to _instance_ methods, redundant comparisons/dead code), inconsistent naming etc
* there is too much code for compliance below 1.8 :-(
Contributor guide
Assessment
This issue has not been assessed yet.