Uses of Class
org.sonar.plugins.python.TextReportReader.Issue
-
Packages that use TextReportReader.Issue Package Description org.sonar.plugins.python -
-
Uses of TextReportReader.Issue in org.sonar.plugins.python
Methods in org.sonar.plugins.python that return types with arguments of type TextReportReader.Issue Modifier and Type Method Description List<TextReportReader.Issue>TextReportReader. parse(File report, org.sonar.api.batch.fs.FileSystem fileSystem)Methods in org.sonar.plugins.python with parameters of type TextReportReader.Issue Modifier and Type Method Description protected voidExternalIssuesSensor. saveIssue(org.sonar.api.batch.sensor.SensorContext context, TextReportReader.Issue issue, Set<String> unresolvedInputFiles, String linterKey)
-