From 2abe4fc7182ae45768ec9b4029829a41a3e0261e Mon Sep 17 00:00:00 2001 From: see-quick Date: Wed, 6 Nov 2024 12:42:24 +0100 Subject: [PATCH] change a bit Signed-off-by: see-quick --- .../intercept/annotations/ExcludedAnnotationInterceptor.java | 1 - 1 file changed, 1 deletion(-) 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); } }