Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.6

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
27 2 0 0

Files

Class Bugs
it.tidalwave.mapviewer.javafx.impl.TileCache 2

it.tidalwave.mapviewer.javafx.impl.TileCache

Bug Category Details Line Priority
Possible null pointer dereference in it.tidalwave.mapviewer.javafx.impl.TileCache.downloadTile(Path, URI) due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 239 Medium
Exceptional return value of java.util.concurrent.ExecutorService.submit(Runnable) ignored in it.tidalwave.mapviewer.javafx.impl.TileCache.lambda$new$0(int) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 95 Low