Subscribe

bugs in 1.10

  1. 2009-01-15 02:52:23 PST
    compiling in eclipse yields:

    a) 1 bug:

    public class GeometryGraph extends PlanarGraph {
    ...
    public int locate(Coordinate pt) {
    ...

    Cast necessary: areaPtLocator = ( PointOnGeometryLocator ) new IndexedPointInAreaLocator(
    parentGeom);
    ...

    b) some unneccessary semicolons

    c) a lot of unused imports

    hth Thomas Fehr
Jump To:
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.