google / google/google-java-format

comment after class that has implements cause wrong indentation

未關閉
#1,126 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Java
星號
6.2k
分支
937
平均合併
6 分鐘
30 天內合併 PR
3

描述

Indention of `implements` becomes 0, but should be +4 (as it is line wrap) from 0, so 4.
```
$ cat Test.java
/** Tetsing. */
public class Test // comment
implements Runnable, Cloneable {

}

$ java -jar google-java-format-1.23.0-all-deps.jar Test.java > TestUpdated.java

$ diff -u Test.java TestUpdated.java
--- Test.java 2024-07-31 06:29:22.086232824 -0700
+++ TestUpdated.java 2024-07-31 06:33:39.001224613 -0700
@@ -1,5 +1,3 @@
/** Tetsing. */
public class Test // comment
- implements Runnable, Cloneable {
-
-}
+implements Runnable, Cloneable {}

$ cat TestUpdated.java
/** Tetsing. */
public class Test // comment
implements Runnable, Cloneable {}

```

Workaround is to remove trailing comment
but better to handle/format it eventually in proper way.

貢獻指南

開啟貢獻指南

研究方向

首先,使用提供的 Test.java 輸入和 google-java-format-1.23.0-all-deps.jar 命令重現問題。追蹤格式化程式處理類別宣告後方尾隨註解的路徑,接著為此範例加入涵蓋範圍,並確認 implements 以四個空格縮排且保留原始結構。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
java
領域
tooling
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
描述清楚
新手友好度
45/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。