eclipse-jdt / eclipse-jdt/eclipse.jdt.core

No Type completions on a switch case when the resolved type of switch expression is non-primitive in Java17+

Open
#1,301 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
237
Forks
195
Avg merge
1d 12h
Merged PRs (30d)
47

Description

In the following code

```
public class Mapper {
public Integer mapJobState(String value) {
return switch (value) {
case
};
}
}
```

Code completions behind `case M` doesn't provide any completions.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.