{
  "_class" : "io.jenkins.plugins.analysis.core.restapi.ReportApi",
  "issues" : [
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "TileCache.java",
      "category" : "STYLE",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/MapView/src/main/java/it/tidalwave/mapview/impl/TileCache.java",
      "fingerprint" : "6cbdd926c42512b494bfc9718bdb1c25",
      "lineEnd" : 248,
      "lineStart" : 248,
      "message" : "Possible null pointer dereference in it.tidalwave.mapview.impl.TileCache.downloadTile(Path, URI) due to return value of called method",
      "moduleName" : "MapView :: JavaFX Control",
      "origin" : "spotbugs",
      "originName" : "SpotBugs",
      "packageName" : "it.tidalwave.mapview.impl",
      "reference" : "6",
      "severity" : "LOW",
      "toString" : "TileCache.java(248,0): NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE: STYLE: Possible null pointer dereference in it.tidalwave.mapview.impl.TileCache.downloadTile(Path, URI) due to return value of called method",
      "type" : "NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"
    }
  ],
  "size" : 1,
  "toString" : "1 warning (low: 1)"
}