{
  "_class" : "io.jenkins.plugins.analysis.core.restapi.ReportApi",
  "issues" : [
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "App.java",
      "category" : "BAD_PRACTICE",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "helloworld/src/main/java/integrationsprojekt/App.java",
      "fingerprint" : "1ffc98b8b7b4f9d02534d670a98bdfd7",
      "lineEnd" : 29,
      "lineStart" : 29,
      "message" : "integrationsprojekt.App.nullWert() has Boolean return type and returns explicit null",
      "moduleName" : "Integrationsprojekt HFW417",
      "origin" : "spotbugs",
      "originName" : "SpotBugs",
      "packageName" : "integrationsprojekt",
      "reference" : "93",
      "severity" : "LOW",
      "toString" : "App.java(29,0): NP_BOOLEAN_RETURN_NULL: BAD_PRACTICE: integrationsprojekt.App.nullWert() has Boolean return type and returns explicit null",
      "type" : "NP_BOOLEAN_RETURN_NULL"
    }
  ],
  "size" : 1,
  "toString" : "SpotBugs (spotbugs): 1 issues (0 duplicates)"
}