{
  "_class" : "io.jenkins.plugins.analysis.core.restapi.ReportApi",
  "issues" : [
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "C4GSTStrategyTest.java",
      "category" : "Imports",
      "columnEnd" : 47,
      "columnStart" : 47,
      "commit" : "-",
      "description" : "",
      "fileName" : "ipspiel23-connect-four-gststrategy/src/test/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTStrategyTest.java",
      "fingerprint" : "64B83215761B25F235B89DE0BB30B560",
      "lineEnd" : 3,
      "lineStart" : 3,
      "message" : "Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*.",
      "moduleName" : "IP Spieltheorie 2023 Connect Four game: GST Strategy",
      "origin" : "checkstyle",
      "originName" : "CheckStyle",
      "packageName" : "de.fhdw.gaming.ipspiel23.c4.gststrategy",
      "reference" : "201",
      "severity" : "NORMAL",
      "toString" : "C4GSTStrategyTest.java(3,47): AvoidStarImportCheck: Imports: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*.",
      "type" : "AvoidStarImportCheck"
    }
  ],
  "size" : 1,
  "toString" : "- (-): 1 issues (0 duplicates)"
}