SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 3.1.11
Threshold is low
Effort is max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
7 |
4 |
0 |
0 |
it.tidalwave.bluemarine2.commons.test.SpringTestSupport
Bug |
Category |
Details |
Line |
Priority |
Null passed for non-null parameter of it.tidalwave.role.ContextManager$Locator.set(ContextManagerProvider) in it.tidalwave.bluemarine2.commons.test.SpringTestSupport.closeSpringContext() |
CORRECTNESS |
NP_NONNULL_PARAM_VIOLATION |
118 |
High |
it.tidalwave.bluemarine2.commons.test.TestSetTriple
Bug |
Category |
Details |
Line |
Priority |
Possible null pointer dereference in it.tidalwave.bluemarine2.commons.test.TestSetTriple.lambda$streamOfTestSetTriples$3(TestSetTriple) due to return value of called method |
STYLE |
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE |
92 |
Low |
it.tidalwave.bluemarine2.commons.test.TestUtilities
Bug |
Category |
Details |
Line |
Priority |
Possible null pointer dereference in it.tidalwave.bluemarine2.commons.test.TestUtilities.dumpAndAssertResults(String, Collection) due to return value of called method |
STYLE |
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE |
68 |
Medium |
Nullcheck of connection at line 98 of value previously dereferenced in it.tidalwave.bluemarine2.commons.test.TestUtilities.loadRepository(Repository, Path) |
CORRECTNESS |
RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE |
98 |
Medium |