google / google/google-java-format

//$NON-NLS-x$ notation broken in Eclipse formatter 1.6

オープン
#361 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。