| Modifier and Type | Class and Description |
|---|---|
class |
JavaCheckVerifier
It is possible to specify the absolute line number on which the issue should appear by appending "@<line>" to "Noncompliant".
|
class |
PomCheckVerifier |
class |
XmlCheckVerifier |
| Modifier and Type | Method and 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–2017 SonarSource. All rights reserved.