Class CheckVerifierUtils

java.lang.Object
org.sonar.java.checks.verifier.internal.CheckVerifierUtils

public class CheckVerifierUtils extends Object
  • Field Details

  • 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

      protected static void requiresNull(@Nullable Object obj, String fieldName)
    • requiresNonNull

      protected static void requiresNonNull(@Nullable Object obj, String fieldName)
    • requiresNonEmpty

      protected static void requiresNonEmpty(Collection<?> objects, String fieldName)