Package org.sonar.plugins.python
Class TextReportReader
java.lang.Object
org.sonar.plugins.python.TextReportReader
Common implementation to parse Flake8 and Pylint reports
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
COLUMN_ZERO_BASED
public static final int COLUMN_ZERO_BASED- See Also:
-
COLUMN_ONE_BASED
public static final int COLUMN_ONE_BASED- See Also:
-
-
Constructor Details
-
TextReportReader
public TextReportReader(int columnStartIndex)
-
-
Method Details
-
parse
public List<TextReportReader.Issue> parse(File report, org.sonar.api.batch.fs.FileSystem fileSystem) throws IOException - Throws:
IOException
-