google / google/google-java-format
//$NON-NLS-x$ notation broken in Eclipse formatter 1.6
オープン
- 主要言語
- Java
- スター
- 6.2k
- フォーク
- 937
- 平均マージ
- 6分
- マージ済み PR(30日)
- 3
説明
Take the simple class:
```
public class test {
public static void main(final String[] args) {
String myString = "someString"; //$NON-NLS-1$
}
}
```
Using "google-java-format-eclipse-plugin_1.6.0.jar", when formatted it converts:
`//$NON-NLS-1$`
To:
`// $NON-NLS-1$`
This is supposed to be fixed in issue #221, but doesn't appear to be...?
Am I missing something?
コントリビューションガイド
評価
この issue はまだ評価されていません。