eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Cannot organize import for static import
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
```java
package com.me;
public class Constant {
public static final String START_TIME = "startTime";
}
```
```java
package com.me;
public class Test {
public static void main(String[] args) {
System.out.println(START_TIME|);
}
}
```
NO proper content assist at caret position and cannot orginze import.
Contributor guide
Assessment
This issue has not been assessed yet.