eclipse-jdt / eclipse-jdt/eclipse.jdt.core
[4.35+] Modernize CodeStream hierarchy by collapsing the hierarchy
Open
Modernization
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
In the post 1.8+ only world, it makes no sense anymore to have a hierarchy of `TypeAnnotationCodeStream` <: `StackMapFrameCodeStream` <: `CodeStream`.
Collapsing them into one, just `CodeStream` would make maintenance much easier.
Rather than help, these just obfuscate.
Contributor guide
Assessment
This issue has not been assessed yet.