Uses of Class
org.pitest.mutationtest.build.intercept.RegionInterceptor
-
-
Uses of RegionInterceptor in org.pitest.mutationtest.build.intercept
Subclasses of RegionInterceptor in org.pitest.mutationtest.build.intercept Modifier and Type Class Description classMutatorSpecificInterceptor -
Uses of RegionInterceptor in org.pitest.mutationtest.build.intercept.defensive
Subclasses of RegionInterceptor in org.pitest.mutationtest.build.intercept.defensive Modifier and Type Class Description classUnmodifiableCollections -
Uses of RegionInterceptor in org.pitest.mutationtest.build.intercept.javafeatures
Subclasses of RegionInterceptor in org.pitest.mutationtest.build.intercept.javafeatures Modifier and Type Class Description classAssertFilterclassEnumSwitchFilterFor switches on Enums java creates a synthetic class with an int array field.classImplicitNullCheckFilterclassMethodReferenceNullCheckFilterFilters out the calls to Objects.requireNotNull the compiler inserts when using method references.classStringSwitchFilterclassTryWithResourcesFilterFilters conditional logic and method calls generated for try-with-resources blocks Duplicate inlined mutations are left in place to be handled by the InlinedFinallyBlockFilter any mutants filtered here by accident will break the inlined filter logic. -
Uses of RegionInterceptor in org.pitest.mutationtest.build.intercept.lombok
Subclasses of RegionInterceptor in org.pitest.mutationtest.build.intercept.lombok Modifier and Type Class Description classLombokNullFilter
-