Class IntervalCollisionRemover
java.lang.Object
org.benf.cfr.reader.entities.exceptions.IntervalCollisionRemover
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...
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
covered
-
-
Constructor Details
-
IntervalCollisionRemover
public IntervalCollisionRemover()
-
-
Method Details
-
removeIllegals
-