Class InfiniteForLoopFilter
- java.lang.Object
-
- org.pitest.mutationtest.build.intercept.timeout.InfiniteLoopFilter
-
- org.pitest.mutationtest.build.intercept.timeout.InfiniteForLoopFilter
-
- All Implemented Interfaces:
MutationInterceptor
public class InfiniteForLoopFilter extends InfiniteLoopFilter
Removes mutants that are likely to result in an infinite or long running for loop or while loop based on a counter.
-
-
Constructor Summary
Constructors Constructor Description InfiniteForLoopFilter()
-
Method Summary
-
Methods inherited from class org.pitest.mutationtest.build.intercept.timeout.InfiniteLoopFilter
begin, end, intercept, type
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pitest.mutationtest.build.MutationInterceptor
initialise
-
-