{
  "_class" : "io.jenkins.plugins.analysis.core.restapi.ReportApi",
  "issues" : [
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "Statistics.java",
      "category" : "BAD_PRACTICE",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Processor/src/main/java/it/tidalwave/image/processor/Statistics.java",
      "fingerprint" : "39361a967880d969250009e0afce0ee7",
      "lineEnd" : 170,
      "lineStart" : 170,
      "message" : "it.tidalwave.image.processor.Statistics$Item defines compareTo(Statistics$Item) and uses Object.equals()",
      "moduleName" : "Mistral Processor",
      "origin" : "spotbugs",
      "originName" : "SpotBugs",
      "packageName" : "it.tidalwave.image.processor",
      "reference" : "1305",
      "severity" : "LOW",
      "toString" : "Statistics.java(170,0): EQ_COMPARETO_USE_OBJECT_EQUALS: BAD_PRACTICE: it.tidalwave.image.processor.Statistics$Item defines compareTo(Statistics$Item) and uses Object.equals()",
      "type" : "EQ_COMPARETO_USE_OBJECT_EQUALS"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "Statistics.java",
      "category" : "BAD_PRACTICE",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Processor/src/main/java/it/tidalwave/image/processor/Statistics.java",
      "fingerprint" : "38c1ee54ef523fe3a70de5716d112f3f",
      "lineEnd" : 196,
      "lineStart" : 63,
      "message" : "it.tidalwave.image.processor.Statistics$Item is Serializable; consider declaring a serialVersionUID",
      "moduleName" : "Mistral Processor",
      "origin" : "spotbugs",
      "originName" : "SpotBugs",
      "packageName" : "it.tidalwave.image.processor",
      "reference" : "1305",
      "severity" : "LOW",
      "toString" : "Statistics.java(63,0): SE_NO_SERIALVERSIONID: BAD_PRACTICE: it.tidalwave.image.processor.Statistics$Item is Serializable; consider declaring a serialVersionUID",
      "type" : "SE_NO_SERIALVERSIONID"
    }
  ],
  "size" : 2,
  "toString" : "2 warnings (low: 2)"
}