NP_LOAD_OF_KNOWN_NULL_VALUE raised incorrectly
thanks. Fixed.
thanks.
SOAPMessage.getSOAPHeader() can and does return null; test is incorrect
stack overflow in ValueRangeAnalysisFactory
Should be fixed by same fix as for 1369 StackOverflowError in ValueRangeAnalysis...
[patch] Command line "@" feature was broken
Fixed. Thanks.
Updating 3.0.1 fails
Andy, do you have any insight on this? Is it just a matter of not having pushed 3.0.1...
OBL_UNSATISFIED_OBLIGATION fails when extending FileInputStream
Fixed, thank you.
False positive BC_UNCONFIRMED_CAST
I'm unable to reproduce this warning using the current version of FindBugs.
Method may fail to clean up stream or resource on checked exception
EC_UNRELATED_TYPES fails to find common ancestor type, questionable message
The analysis is correct (these calls will always return false), but the message is...
type safe arrays
Not seen as much of a problem in practice, generates a clear exception when it does...
Update Japanese messages.
thanks.
This is not the kind of bug FindBugs is designed to report. We have lots and lots...
Null Pointer Exception not detected
FindBugs does not try to do sophisticated analysis (which tends to produce false...
Add rule for subclasses of FilterOutputStream
onlyAnalize flag with inner class
False-positive SA_FIELD_DOUBLE_ASSIGNMENT for array elements
No warnings when passing some @CheckForNull variables to @NonNull parameters
These results are as intended. The FindBugs null pointer analysis is designed to...
false positives that are reported as low confidence warnings are not considered to...
False positive BC_UNCONFIRMED_CAST
Piero, Based on your description, while the code shouldn't write anything else to...
BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS false positive when Class.isInstance(Object) is used.
I've merged in your changes, however I would really appreciate you adding test cases...
[patch] False negative for DMI_HARDCODED_ABSOLUTE_FILENAME
No, double checked locking isn’t correct. You are misinformed. It isn’t correct in...
Give me an example of "double-checked locking" that you think is valid and that FindBugs...
Double checked locking is still a bug. In all versions of Java. You can declare the...
DC_DOUBLECHECK is not a bug.
fixed. Thanks.
BC_IMPOSSIBLE_CAST false positive
SF_SWITCH_NO_DEFAULT false positive
We can't correctly exclude this case, because there aren't any break statements in...
False NP_LOAD_OF_KNOWN_NULL_VALUE
False NP_LOAD_OF_KNOWN_NULL_VALUE
RE_BAD_SYNTAX_FOR_REGULAR_EXPRESSION for regexes using capture groups.
OK, I'm pretty sure that you are running FindBugs using Java 6. I tried the example...
Allow skip of individual SF_SWITCH_FALLTHROUGH
First, the example you show for CheckStyle isn't a bug and FindBugs wouldn't complain...
OS_OPEN_STREAM not detected
Eclipse plugin inconsistent redundant null check
OK, findbugs is working an intended here. When it sees an infeasible null check that...
Line break in source code produces false positive NP_DEREFERENCE_OF_READLINE_VALUE
Eclipse plugin inconsistent redundant null check
On that code snippet, FindBugs 2.0.3 and 3.0.0-Snapshot produce no warnings.
Findbugs not parsing exclusive or
status: pending-rejected --> closed-rejected
The message generated by FindBugs is exactly correct: possible null dereference on...
urf_unread_public_or_protected_field false positive when using reflection
labels: --> false positive
Reproduced as a low priority warning, correct?
False positive BC_UNCONFIRMED_CAST with multiple generics
labels: --> false positive status: open --> open-accepted assigned_to: William Pugh...
Findbugs not parsing exclusive or
The warning is labeled as: Possible null pointer dereference of one on branch that...
labels: --> false positive status: open --> pending-rejected assigned_to: William...
Thanks, I was able to reproduce the problem, although FindBugs only assigns a low...
False positive BC_UNCONFIRMED_CAST_OF_RETURN_VALUE with superclass generics
labels: --> false positive assigned_to: William Pugh
I can't reproduce the warning you are seeing, either with 2.0.2 or HEAD. See attached....
status: open-accepted --> closed-fixed
Try-with-resources returns false positive on OS_OPEN_STREAM
status: open --> pending-rejected assigned_to: William Pugh
FindBugs 2.0.x slower that 1.3.8
If you use -nested:false when invoking FindBugs, it won't open any jar files it finds...
Suggest to annotate method that close a given stream to set @WillClose annotation
status: open --> pending-works-for-me assigned_to: William Pugh Group: 2.0.3 -->...
We do look at method names, and we generally treat methods named close as being annotated...
status: open --> closed-fixed assigned_to: William Pugh
jaxen 1.1.6 is now on Maven central
status: open --> closed-fixed
Daily Eclipse plugin build isn't available anymore after switch to git
OK, ptII.fbp from the tar file is weird as it doesn't list any files to be analyzed....
It is essentially the same performance on several benchmarks we look at. I'll look...
Group: 2.0.3 --> 3.0.0
assigned_to: William Pugh
urf_unread_public_or_protected_field false positive when using reflection
Do you have any recommendations for reducing false positives, other than just disabling...
Group: 2.0.3 --> 3.0.0
Try-with-resources returns false positive on OS_OPEN_STREAM
status: open --> open-accepted assigned_to: William Pugh
jsr305 and bcel are unchanged. I've reopened the ticket. Bill On Dec 16, 2013, at...
status: closed-fixed --> open-accepted
findbugs on Maven central
status: open --> closed-fixed assigned_to: William Pugh
I think we've managed to get 2.0.3 successfully deployed to maven. Thanks eller86....
Yes, you can go ahead and deploy 2.0.3. I think I've getting the hang of it, but...
Can you give me the corrected pom.xml file?
What part of the ant task is broken for you? It seems to be working for me. Bill...
OK, I fixed this problem by doing it from within the findbugs subdirectory. Now I'm...