The code does not run cleanly though FindBugs because of some bugs:
In org/poly2tri/triangulation/delaunay/sweep/DTSweep.java at lines 634, 789,
the 'if(ot == null)' checks are made after 'ot' is dereferenced. This condition
can never be true because a NullPointerException would be thrown on the lines
before.