Class InfiniteIteratorLoopFilter
- java.lang.Object
-
- org.pitest.mutationtest.build.intercept.timeout.InfiniteLoopFilter
-
- org.pitest.mutationtest.build.intercept.timeout.InfiniteIteratorLoopFilter
-
- All Implemented Interfaces:
MutationInterceptor
public class InfiniteIteratorLoopFilter extends InfiniteLoopFilter
Removes mutants that remove the only call to next in an iterator loop
-
-
Constructor Summary
Constructors Constructor Description InfiniteIteratorLoopFilter()
-
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
-
-