Rename package tech.picnic.errorprone.refaster.{util => matchers} (#267)

This commit is contained in:
Rick Ossendrijver
2022-09-29 10:29:36 +02:00
committed by GitHub
parent a2ce053daf
commit 5b079eef84
11 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ import org.assertj.core.api.AbstractIntegerAssert;
import org.assertj.core.api.AbstractLongAssert;
import org.assertj.core.api.AbstractShortAssert;
import org.assertj.core.api.NumberAssert;
import tech.picnic.errorprone.refaster.util.IsCharacter;
import tech.picnic.errorprone.refaster.matchers.IsCharacter;
final class AssertJNumberTemplates {
private AssertJNumberTemplates() {}

View File

@@ -53,7 +53,7 @@ import org.assertj.core.api.ObjectEnumerableAssert;
import org.assertj.core.api.OptionalDoubleAssert;
import org.assertj.core.api.OptionalIntAssert;
import org.assertj.core.api.OptionalLongAssert;
import tech.picnic.errorprone.refaster.util.IsArray;
import tech.picnic.errorprone.refaster.matchers.IsArray;
/** Refaster templates related to AssertJ expressions and statements. */
// XXX: Most `AbstractIntegerAssert` rules can also be applied for other primitive types. Generate

View File

@@ -24,7 +24,7 @@ import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import reactor.test.StepVerifier;
import reactor.test.publisher.PublisherProbe;
import tech.picnic.errorprone.refaster.util.ThrowsCheckedException;
import tech.picnic.errorprone.refaster.matchers.ThrowsCheckedException;
/** Refaster templates related to Reactor expressions and statements. */
final class ReactorTemplates {

View File

@@ -1,4 +1,4 @@
package tech.picnic.errorprone.refaster.util;
package tech.picnic.errorprone.refaster.matchers;
import static com.google.errorprone.matchers.Matchers.isArrayType;

View File

@@ -1,4 +1,4 @@
package tech.picnic.errorprone.refaster.util;
package tech.picnic.errorprone.refaster.matchers;
import static com.google.errorprone.matchers.Matchers.anyOf;
import static com.google.errorprone.matchers.Matchers.isSameType;

View File

@@ -1,4 +1,4 @@
package tech.picnic.errorprone.refaster.util;
package tech.picnic.errorprone.refaster.matchers;
import com.google.common.collect.ImmutableSet;
import com.google.errorprone.VisitorState;

View File

@@ -6,4 +6,4 @@
*/
@com.google.errorprone.annotations.CheckReturnValue
@javax.annotation.ParametersAreNonnullByDefault
package tech.picnic.errorprone.refaster.util;
package tech.picnic.errorprone.refaster.matchers;

View File

@@ -1,4 +1,4 @@
package tech.picnic.errorprone.refaster.util;
package tech.picnic.errorprone.refaster.matchers;
import com.google.errorprone.VisitorState;
import com.google.errorprone.bugpatterns.BugChecker;

View File

@@ -1,4 +1,4 @@
package tech.picnic.errorprone.refaster.util;
package tech.picnic.errorprone.refaster.matchers;
import static com.google.errorprone.BugPattern.SeverityLevel.ERROR;

View File

@@ -1,4 +1,4 @@
package tech.picnic.errorprone.refaster.util;
package tech.picnic.errorprone.refaster.matchers;
import static com.google.errorprone.BugPattern.SeverityLevel.ERROR;

View File

@@ -1,4 +1,4 @@
package tech.picnic.errorprone.refaster.util;
package tech.picnic.errorprone.refaster.matchers;
import static com.google.errorprone.BugPattern.SeverityLevel.ERROR;