google / google/google-java-format

Remove unneeded static imports

未关闭
#844 2 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
6.2k
派生
937
平均合并
6 分钟
30 天内合并 PR
3

描述

google-java-format removes some but not all unneeded import statements.
I suggest that it should remove more unneeded static imports.

As an example, in Error Prone file `ASTHelpers.java`, consider [the line](https://github.com/google/error-prone/blob/1c38087e16210e1a4b739cb6a21565fc283e8532/check_api/src/main/java/com/google/errorprone/util/ASTHelpers.java#L27)

```java
import static com.google.errorprone.util.ASTHelpers.isStatic;
```

This is unnecessary because it is statically importing a method defined in the same file.

It would be nice if google-java-format removed the line.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。