{
  "_class" : "io.jenkins.plugins.analysis.core.restapi.ReportApi",
  "issues" : [
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "spotbugstest.java",
      "category" : "BAD_PRACTICE",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "helloworld/src/main/java/integrationsprojekt/spotbugstest.java",
      "fingerprint" : "1fc5a243c74648e79bcd01d6559f21d7",
      "lineEnd" : 18,
      "lineStart" : 3,
      "message" : "The class name integrationsprojekt.spotbugstest doesn't start with an upper case letter",
      "moduleName" : "Integrationsprojekt HFW417",
      "origin" : "spotbugs",
      "originName" : "SpotBugs",
      "packageName" : "integrationsprojekt",
      "reference" : "93",
      "severity" : "LOW",
      "toString" : "spotbugstest.java(3,0): NM_CLASS_NAMING_CONVENTION: BAD_PRACTICE: The class name integrationsprojekt.spotbugstest doesn't start with an upper case letter",
      "type" : "NM_CLASS_NAMING_CONVENTION"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "spotbugstest.java",
      "category" : "PERFORMANCE",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "helloworld/src/main/java/integrationsprojekt/spotbugstest.java",
      "fingerprint" : "9a28645954100d9c4ee0eb64bb38ade1",
      "lineEnd" : 15,
      "lineStart" : 15,
      "message" : "integrationsprojekt.spotbugstest.test() concatenates strings using + in a loop",
      "moduleName" : "Integrationsprojekt HFW417",
      "origin" : "spotbugs",
      "originName" : "SpotBugs",
      "packageName" : "integrationsprojekt",
      "reference" : "93",
      "severity" : "LOW",
      "toString" : "spotbugstest.java(15,0): SBSC_USE_STRINGBUFFER_CONCATENATION: PERFORMANCE: integrationsprojekt.spotbugstest.test() concatenates strings using + in a loop",
      "type" : "SBSC_USE_STRINGBUFFER_CONCATENATION"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "spotbugstest.java",
      "category" : "PERFORMANCE",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "helloworld/src/main/java/integrationsprojekt/spotbugstest.java",
      "fingerprint" : "bbf001a2aab09c37dc51243da7822758",
      "lineEnd" : 0,
      "lineStart" : 0,
      "message" : "Unused field: integrationsprojekt.spotbugstest.abc",
      "moduleName" : "Integrationsprojekt HFW417",
      "origin" : "spotbugs",
      "originName" : "SpotBugs",
      "packageName" : "integrationsprojekt",
      "reference" : "93",
      "severity" : "LOW",
      "toString" : "spotbugstest.java(0,0): UUF_UNUSED_FIELD: PERFORMANCE: Unused field: integrationsprojekt.spotbugstest.abc",
      "type" : "UUF_UNUSED_FIELD"
    }
  ],
  "size" : 3,
  "toString" : "SpotBugs (spotbugs): 3 issues (0 duplicates)"
}