J N O V 

J

JavaCheckVerifier - Class in org.sonar.java.checks.verifier
It is possible to specify the absolute line number on which the issue should appear by appending "@<line>" to "Noncompliant".

N

nodesToVisit() - Method in class org.sonar.java.checks.verifier.JavaCheckVerifier
 

O

org.sonar.java.checks.verifier - package org.sonar.java.checks.verifier
 

V

verify(String, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
Verifies that the provided file will raise all the expected issues when analyzed with the given check.
verify(String, JavaFileScanner, Integer) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
Verifies that the provided file will raise all the expected issues when analyzed with the given check and a given java version used for the sources.
verify(String, JavaFileScanner, Collection<File>) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
Verifies that the provided file will raise all the expected issues when analyzed with the given check, but using having the classpath extended with a collection of files (classes/jar/zip).
verify(String, JavaFileScanner, String) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
Verifies that the provided file will raise all the expected issues when analyzed with the given check, using jars/zips files from the given directory to extends the classpath.
verifyIssueOnFile(String, String, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
Verifies that the provided file will only raise an issue on the file, with the given message, when analyzed using the given check.
verifyNoIssue(String, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
Verifies that the provided file will not raise any issue when analyzed with the given check.
verifyNoIssue(String, JavaFileScanner, Integer) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
Verifies that the provided file will not raise any issue when analyzed with the given check.
visitTrivia(SyntaxTrivia) - Method in class org.sonar.java.checks.verifier.JavaCheckVerifier
 
J N O V 

Copyright © 2012–2015 SonarSource. All rights reserved.