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
(minor comment, the location is off, but that may be hard to fix)
The bug on line 78 is the OCP (The one on 81 is tied to the use of getBytes)
By moving the identical code into a try block, both bugs go away, but only the one involving the getBytes() should have vanished
The text was updated successfully, but these errors were encountered:
Replicated test case for OCP false negative
dddda3b
See /issues/20 for more details. Some investigation shows that simply printing the stack trace in the catch clause will not invoke the false negative
No branches or pull requests
(minor comment, the location is off, but that may be hard to fix)
![image](https://cloud.githubusercontent.com/assets/6819944/3780161/287a64ec-198a-11e4-99c2-e5d6cf26e20c.png)
The bug on line 78 is the OCP (The one on 81 is tied to the use of getBytes)
By moving the identical code into a try block, both bugs go away, but only the one involving the getBytes() should have vanished
The text was updated successfully, but these errors were encountered: