eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Organize Imports produces impossible imports
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
Assume the following code: [test.access.staticprotected.zip](https://github.com/eclipse-jdt/eclipse.jdt.core/files/10888888/test.access.staticprotected.zip)
Now I use "Organize Imports" on the class `TestMe` what results in a compile error:

The correct import would be `import static test.access.staticprotected.ThisIsPublic.thisIsPublic`

Contributor guide
Assessment
This issue has not been assessed yet.