Uses of Interface
org.sonar.java.checks.verifier.CheckVerifier
Packages that use CheckVerifier
-
Uses of CheckVerifier in org.sonar.java.checks.verifier
Methods in org.sonar.java.checks.verifier that return CheckVerifierModifier and TypeMethodDescriptionAdds a collection of files with an expected status to be verified by the given rule(s).CheckVerifier.addFiles(org.sonar.api.batch.fs.InputFile.Status status, Collection<String> filenames) Adds a collection of files with an expected status.static CheckVerifierCheckVerifier.newVerifier()Entry point of check verification.Defines the filename to be verified with the given rule(s).Defines the filenames to be verified with the given rule(s).CheckVerifier.onFiles(Collection<String> filenames) Defines a collection of filenames to be verified with the given rule(s).CheckVerifier.withCache(org.sonar.api.batch.sensor.cache.ReadCache readCache, org.sonar.api.batch.sensor.cache.WriteCache writeCache) Tells the verifier to feed the check with cached information in its preScan phase.CheckVerifier.withCheck(JavaFileScanner check) Defines the check to be verified against at least one test file.CheckVerifier.withChecks(JavaFileScanner... checks) Defines the check(s) to be verified against at least one test file.CheckVerifier.withClassPath(Collection<File> classpath) Defines the classpath to be used for the verification.CheckVerifier.withinAndroidContext(boolean inAndroidContext) Defines the whether the current file is analyzer in an android context.CheckVerifier.withJavaVersion(int javaVersionAsInt) Defines the java version syntax to be used for the verification.CheckVerifier.withJavaVersion(int javaVersionAsInt, boolean enablePreviewFeatures) Defines the java version syntax to be used for the verification.CheckVerifier.withoutSemantic()Tells the verifier that no bytecode will be provided. -
Uses of CheckVerifier in org.sonar.java.checks.verifier.internal
Classes in org.sonar.java.checks.verifier.internal that implement CheckVerifierMethods in org.sonar.java.checks.verifier.internal that return CheckVerifierModifier and TypeMethodDescriptionInternalCheckVerifier.withCache(org.sonar.api.batch.sensor.cache.ReadCache readCache, org.sonar.api.batch.sensor.cache.WriteCache writeCache) InternalCheckVerifier.withinAndroidContext(boolean inAndroidContext)