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.
Original issue reported on code.google.com by
d22...@gmail.comon 21 Jan 2015 at 12:03