eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Revisit recursion in TypeBinding.isTypeArgumentContainedBy()
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 49
Description
After https://github.com/eclipse-jdt/eclipse.jdt.core/pull/5054 we might also try to get rid of some of the unspecified recursion from TypeBinding.isTypeArgumentContainedBy(). At least "_allow ? to be matching ? extends Object at depth 2_" shouldn't need any explicit code any more.
See https://github.com/eclipse-jdt/eclipse.jdt.core/issues/5028#issuecomment-4392906809
Contributor guide
Assessment
This issue has not been assessed yet.