Class CheckVerifierUtils
java.lang.Object
org.sonar.java.checks.verifier.internal.CheckVerifierUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidrequiresNonEmpty(Collection<?> objects, String fieldName) protected static voidrequiresNonNull(Object obj, String fieldName) protected static voidrequiresNull(Object obj, String fieldName) protected static SonarComponentssonarComponents(boolean isCacheEnabled, org.sonar.api.batch.sensor.cache.ReadCache readCache, org.sonar.api.batch.sensor.cache.WriteCache writeCache, File workingDirectory)
-
Field Details
-
CHECK_OR_CHECKS
- See Also:
-
FILE_OR_FILES
- See Also:
-
-
Method Details
-
sonarComponents
protected static SonarComponents sonarComponents(boolean isCacheEnabled, org.sonar.api.batch.sensor.cache.ReadCache readCache, org.sonar.api.batch.sensor.cache.WriteCache writeCache, @Nullable File workingDirectory) -
requiresNull
-
requiresNonNull
-
requiresNonEmpty
-