The following document contains the results of SpotBugs
SpotBugs Version is 3.1.11
Threshold is low
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
59 | 2 | 0 | 0 |
Class | Bugs |
---|---|
it.tidalwave.bluemarine2.model.impl.DefaultCacheManager$DefaultCache | 1 |
it.tidalwave.bluemarine2.model.impl.FileSystemMediaFolderFinder | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference in it.tidalwave.bluemarine2.model.impl.DefaultCacheManager$DefaultCache.getCachedObject(Object, Supplier) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 69 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nullcheck of stream at line 110 of value previously dereferenced in it.tidalwave.bluemarine2.model.impl.FileSystemMediaFolderFinder.evaluateDirectoryStream(Function) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 110 | Medium |