Class IntervalCollisionRemover

java.lang.Object
org.benf.cfr.reader.entities.exceptions.IntervalCollisionRemover

public class IntervalCollisionRemover extends Object
Unlike the overlapper, which has to generate exceptions from overlapping pairs, this acts only to filter out impossibilities - because

0->5 (Throwable) -> 100 0->5 (Throwable) -> 0 <-- not illegal, but will never be seen...