eclipse-jdt / eclipse-jdt/eclipse.jdt.core
No completion on generic anonymous class instance objects
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
```
ArrayList field = new ArrayList() {}.|
```
No completions are shown.
But if the ArrayList is replaced with a non final non generic class, the completions work.
Contributor guide
Assessment
This issue has not been assessed yet.