-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Issue #16960: introduce UnusedLocalMethodCheck
(RSPEC-S1144)
#16894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #16960: introduce UnusedLocalMethodCheck
(RSPEC-S1144)
#16894
Conversation
3ed5531
to
b449654
Compare
@@ -66,6 +66,7 @@ unnecessary.paren.string=文字列 {0} の前後に不要な括弧がありま | |||
unnecessary.semicolon=不要なセミコロン。 | |||
unused.catch.parameter=未使用のキャッチパラメータ ''{0}'' には名前を付けないでください。 | |||
unused.lambda.parameter=未使用のラムダパラメータ ''{0}'' には名前を付けないでください。 | |||
unused.local.method=ローカル変数 '' {0} '' が未使用です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c&p as i cant edit this. Who to fix this plz?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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)
12b567d
to
9f176f2
Compare
9f176f2
to
d5cc027
Compare
d5cc027
to
9aaecbf
Compare
WIP |
9aaecbf
to
0b3f584
Compare
9a1a889
to
c73810c
Compare
after |
c73810c
to
3584f7f
Compare
3584f7f
to
f59ccd1
Compare
f59ccd1
to
61b159b
Compare
61b159b
to
67e3ae5
Compare
wip |
needed by: spring-projects/spring-framework#34816 |
e326ca5
to
9405a4a
Compare
UnusedLocalMethodCheck
(RSPEC-S1144)9405a4a
to
b1f08c3
Compare
UnusedLocalMethodCheck
(RSPEC-S1144)
e4203f9
to
8ac9763
Compare
wip |
8ac9763
to
1b56d5c
Compare
1b56d5c
to
46afa06
Compare
need help with i18n here please @romani |
Issue #16960: introduce
UnusedLocalMethodCheck
(RSPEC-S1144)