| Modifier and Type | Class | Description |
|---|---|---|
class |
JavaCheckVerifier |
It is possible to specify the absolute line number on which the issue should appear by appending "@<line>" to "Noncompliant".
|
class |
MultipleFilesJavaCheckVerifier |
Please read the documentation of @see org.sonar.java.checks.verifier.JavaCheckVerifier
The main difference is that this class run a check on multiple files and verifies the results at the end of analysis.
|
class |
PomCheckVerifier |
|
class |
XmlCheckVerifier |
| Modifier and Type | Method | Description |
|---|---|---|
protected static void |
XmlCheckVerifier.retrieveExpectedIssuesFromFile(File xmlFile,
CheckVerifier checkVerifier) |
Read the XML file using javax XMLStreamReader instead of SAX (used by
XmlParser),
as SAX does not provide any way to retrieve lines information of comments events. |
Copyright © 2012–2018 SonarSource. All rights reserved.