eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Implementation is not found when inside a lamda in type hierarchy
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
Please see this example project: [ImplInLamda.zip](https://github.com/eclipse-jdt/eclipse.jdt.core/files/14600666/ImplInLamda.zip)
If I do a TypeHierarchy with
```
Eclipse SDK
Version: 2024-06 (4.32)
Build id: I20240313-1800
```
I see this:

now uncomment the impl outside the lamda:

interestingly doublclick on the one that is now found jumps to the lamda:

Contributor guide
Assessment
This issue has not been assessed yet.