- valueOf(String) - Static method in enum org.sonar.java.checks.verifier.CheckVerifier.IssueAttribute
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.sonar.java.checks.verifier.CheckVerifier.IssueAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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, int) - 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.
- verify(String, PomCheck) - Static method in class org.sonar.java.checks.verifier.PomCheckVerifier
-
- verify(String, XmlCheck) - Static method in class org.sonar.java.checks.verifier.XmlCheckVerifier
-
- 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.
- verifyIssueOnFile(String, String, PomCheck) - Static method in class org.sonar.java.checks.verifier.PomCheckVerifier
-
- verifyIssueOnFile(String, String, XmlCheck) - Static method in class org.sonar.java.checks.verifier.XmlCheckVerifier
-
- 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, int) - 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, PomCheck) - Static method in class org.sonar.java.checks.verifier.PomCheckVerifier
-
- verifyNoIssue(String, XmlCheck) - Static method in class org.sonar.java.checks.verifier.XmlCheckVerifier
-
- verifyNoIssueWithoutSemantic(String, JavaFileScanner, int) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
-
- verifyNoIssueWithoutSemantic(String, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
-