Class HadolintImporter

    • Constructor Detail

      • HadolintImporter

        public HadolintImporter​(org.sonar.api.batch.sensor.SensorContext context,
                                AnalysisWarningsWrapper analysisWarnings)
    • Method Detail

      • parseFileAsArray

        protected org.sonarsource.analyzer.commons.internal.json.simple.JSONArray parseFileAsArray​(File reportFile)
                                                                                            throws IOException,
                                                                                                   org.sonarsource.analyzer.commons.internal.json.simple.parser.ParseException
        Overrides:
        parseFileAsArray in class AbstractJsonReportImporter
        Throws:
        IOException
        org.sonarsource.analyzer.commons.internal.json.simple.parser.ParseException
      • toExternalIssue

        protected org.sonar.api.batch.sensor.issue.NewExternalIssue toExternalIssue​(org.sonarsource.analyzer.commons.internal.json.simple.JSONObject issueJson)
        Specified by:
        toExternalIssue in class AbstractJsonReportImporter