Package org.sonar.plugins.python
Class TextReportReader
- java.lang.Object
-
- org.sonar.plugins.python.TextReportReader
-
public class TextReportReader extends Object
Common implementation to parse Flake8 and Pylint reports
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTextReportReader.Issue
-
Field Summary
Fields Modifier and Type Field Description static intCOLUMN_ONE_BASEDstatic intCOLUMN_ZERO_BASED
-
Constructor Summary
Constructors Constructor Description TextReportReader(int columnStartIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TextReportReader.Issue>parse(File report, org.sonar.api.batch.fs.FileSystem fileSystem)
-
-
-
Field Detail
-
COLUMN_ZERO_BASED
public static final int COLUMN_ZERO_BASED
- See Also:
- Constant Field Values
-
COLUMN_ONE_BASED
public static final int COLUMN_ONE_BASED
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public List<TextReportReader.Issue> parse(File report, org.sonar.api.batch.fs.FileSystem fileSystem) throws IOException
- Throws:
IOException
-
-