A C E G I J M O S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ATTRIBUTE_MAP - Static variable in class org.sonar.java.checks.verifier.CheckVerifier
C
- checkIssues(Set<AnalyzerMessage>, boolean) - Method in class org.sonar.java.checks.verifier.CheckVerifier
- CheckVerifier - Class in org.sonar.java.checks.verifier
- CheckVerifier() - Constructor for class org.sonar.java.checks.verifier.CheckVerifier
- CheckVerifier.IssueAttribute - Enum in org.sonar.java.checks.verifier
- collectExpectedIssues(String, int) - Method in class org.sonar.java.checks.verifier.CheckVerifier
E
- EFFORT_TO_FIX - org.sonar.java.checks.verifier.CheckVerifier.IssueAttribute
- END_COLUMN - org.sonar.java.checks.verifier.CheckVerifier.IssueAttribute
- END_LINE - org.sonar.java.checks.verifier.CheckVerifier.IssueAttribute
- expectNoIssues() - Method in class org.sonar.java.checks.verifier.CheckVerifier
G
- getExpected() - Method in class org.sonar.java.checks.verifier.CheckVerifier
- getExpectedIssueTrigger() - Method in class org.sonar.java.checks.verifier.CheckVerifier
- getExpectedIssueTrigger() - Method in class org.sonar.java.checks.verifier.JavaCheckVerifier
- getExpectedIssueTrigger() - Method in class org.sonar.java.checks.verifier.MultipleFilesJavaCheckVerifier
I
- ISSUE_MARKER - Static variable in class org.sonar.java.checks.verifier.CheckVerifier
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".
M
- MESSAGE - org.sonar.java.checks.verifier.CheckVerifier.IssueAttribute
- MultipleFilesJavaCheckVerifier - Class in org.sonar.java.checks.verifier
-
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.
- MultipleFilesJavaCheckVerifier() - Constructor for class org.sonar.java.checks.verifier.MultipleFilesJavaCheckVerifier
O
- org.sonar.java.checks.verifier - package org.sonar.java.checks.verifier
S
- SECONDARY_LOCATIONS - org.sonar.java.checks.verifier.CheckVerifier.IssueAttribute
- setExpectedFileIssue(String) - Method in class org.sonar.java.checks.verifier.CheckVerifier
- setExpectedProjectIssue(String) - Method in class org.sonar.java.checks.verifier.CheckVerifier
- START_COLUMN - org.sonar.java.checks.verifier.CheckVerifier.IssueAttribute
V
- 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, 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, 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(List<String>, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.MultipleFilesJavaCheckVerifier
-
Verifies that all the expected issues are raised after analyzing all the given files with the given check.
- 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.
- verifyIssueOnProject(String, String, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
- 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(List<String>, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.MultipleFilesJavaCheckVerifier
-
Verifies that no issues are raised after analyzing all the given files with the given check.
- verifyNoIssueWithoutSemantic(String, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
- verifyNoIssueWithoutSemantic(String, JavaFileScanner, int) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
- verifyNoIssueWithoutSemantic(List<String>, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.MultipleFilesJavaCheckVerifier
-
Verifies that no issues are raised after analyzing all given files with the given check when semantic is not available.
All Classes All Packages