diff --git a/pitest-entry/src/main/java/org/pitest/mutationtest/build/intercept/annotations/ExcludedAnnotationInterceptor.java b/pitest-entry/src/main/java/org/pitest/mutationtest/build/intercept/annotations/ExcludedAnnotationInterceptor.java index 09bf358f5..2d33ea16e 100644 --- a/pitest-entry/src/main/java/org/pitest/mutationtest/build/intercept/annotations/ExcludedAnnotationInterceptor.java +++ b/pitest-entry/src/main/java/org/pitest/mutationtest/build/intercept/annotations/ExcludedAnnotationInterceptor.java @@ -42,7 +42,6 @@ public void begin(ClassTree clazz) { .filter(hasAvoidedAnnotation()) .map(AnalysisFunctions.matchMutationsInMethod()) .collect(Collectors.toList()); - this.annotatedMethodMatcher = Prelude.or(methods); } }