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

Cannot organize import for static import

Open
#149 1 comment 0 reactions 0 assignees View on GitHub
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

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.