We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 leftOverText = ""; ... leftOverText += new String(buffer, 0, readBytes);
The last line of this example gives a LostInstance error which is wrong.
LostInstance
The text was updated successfully, but these errors were encountered:
Dang, thanks for the report! I'll look into it asap.
Sorry, something went wrong.
Reproduced - it's a bug. 😇 Stay tuned for a fix. It will probably not be before the weekend, though.
No worries, there is no hurry, thanks for the support! :)
Fix LostInstance check to handle compound assignment operators #2
57216ca
Released as v6.0.1. Sync to Maven Central is currently slow, but jcenter should already be good.
No branches or pull requests
The last line of this example gives a
LostInstance
error which is wrong.The text was updated successfully, but these errors were encountered: