-
Notifications
You must be signed in to change notification settings - Fork 743
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
false positive in OrphanedFormatString check #1021
Comments
Thanks for the report. This will be fixed in the next release. The check on |
Closed
ronshapiro
pushed a commit
that referenced
this issue
Sep 12, 2018
…or if the append(CharSequence, int, int) or append(char[], int, int) overloads are invoked. RELNOTES: OrphanedFormatString: only consider StringBuilder.append a likely error for some overloads (#1021) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211491078
cushon
pushed a commit
that referenced
this issue
Sep 13, 2018
if the append(CharSequence, int, int) or append(char[], int, int) overloads are invoked. RELNOTES: OrphanedFormatString: only consider StringBuilder.append a likely error for some overloads (#1021) MOE_MIGRATED_REVID=211491078
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Error Prone are you using?
Latest master
Does this issue reproduce with the latest release?
Yes
What did you do?
What did you expect to see?
No warning
What did you see instead?
The text was updated successfully, but these errors were encountered: