-
Notifications
You must be signed in to change notification settings - Fork 111
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
String concatenation check sometimes doesn't work #502
Comments
@davvd valid bug |
@krzyk many thanks, 30 mins added to your acc for reporting this bug, pmt ID |
@davvd this is postponed |
@Happy-Neko I'm wondering if this is a similar issue as #503, would like to pick it up? |
@krzyk Ok, I'll check it. |
@Happy-Neko Thanks, I'll wait for the checkstyle fix before assigning this to you. |
@Happy-Neko I've look at this and it doesn't look like the same problem as in #503, can I assign you on this? |
@krzyk ok. |
@davvd assign @Happy-Neko |
@davvd this is not postponed |
@krzyk yep, done. @Happy-Neko it is your task now |
@Happy-Neko thanks |
@Happy-Neko Many thanks! 30 mins were added to your account in Transaction ID |
@yegor256 |
@krzyk OK |
In case of following code:
StringLiteralsConcatenationCheck
will not report an error, but it should.But it will report error in such case:
Waiting for fix in checkstyle/checkstyle#2766(Actually it doesn't like like related to checkstyle/checkstyle#2766)Please make this check work for both cases.
The text was updated successfully, but these errors were encountered: