Issue #16960: introduce UnusedLocalMethodCheck (RSPEC-S1144)#16894
Closed
Pankraz76 wants to merge 1 commit intocheckstyle:masterfrom
Closed
Issue #16960: introduce UnusedLocalMethodCheck (RSPEC-S1144)#16894Pankraz76 wants to merge 1 commit intocheckstyle:masterfrom
UnusedLocalMethodCheck (RSPEC-S1144)#16894Pankraz76 wants to merge 1 commit intocheckstyle:masterfrom
Conversation
3ed5531 to
b449654
Compare
Pankraz76
commented
Apr 18, 2025
| unnecessary.semicolon=不要なセミコロン。 | ||
| unused.catch.parameter=未使用のキャッチパラメータ ''{0}'' には名前を付けないでください。 | ||
| unused.lambda.parameter=未使用のラムダパラメータ ''{0}'' には名前を付けないでください。 | ||
| unused.local.method=ローカル変数 '' {0} '' が未使用です。 |
Author
There was a problem hiding this comment.
c&p as i cant edit this. Who to fix this plz?
Author
There was a problem hiding this comment.
@nrmancuso could you help me out on this one please? its a new feature which we all like and its kind of approved, even if not formally. Its just this little issue, then we can work this out pretty quick.
37952ad to
9a56486
Compare
UnusedLocalMethodCheck (RSPEC-S1144)UnusedLocalMethodCheck (RSPEC-S1144)
9a56486 to
12b567d
Compare
UnusedLocalMethodCheck (RSPEC-S1144)UnusedLocalMethodCheck (RSPEC-S1144)
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 18, 2025
12b567d to
9f176f2
Compare
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 18, 2025
9f176f2 to
d5cc027
Compare
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 18, 2025
d5cc027 to
9aaecbf
Compare
Author
|
WIP |
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 19, 2025
9aaecbf to
0b3f584
Compare
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 19, 2025
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 19, 2025
9a1a889 to
c73810c
Compare
Author
|
after |
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 19, 2025
c73810c to
3584f7f
Compare
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 20, 2025
3584f7f to
f59ccd1
Compare
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 21, 2025
f59ccd1 to
61b159b
Compare
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 21, 2025
61b159b to
67e3ae5
Compare
Author
|
wip |
Author
|
needed by: spring-projects/spring-framework#34816 |
Pankraz76
pushed a commit
to Pankraz76/checkstyle
that referenced
this pull request
Apr 25, 2025
e326ca5 to
9405a4a
Compare
UnusedLocalMethodCheck (RSPEC-S1144)9405a4a to
b1f08c3
Compare
UnusedLocalMethodCheck (RSPEC-S1144)
Author
e4203f9 to
8ac9763
Compare
Author
|
wip |
8ac9763 to
1b56d5c
Compare
1b56d5c to
46afa06
Compare
Author
|
need help with i18n here please @romani |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Issue #16960: introduce
UnusedLocalMethodCheck(RSPEC-S1144)