Ignore:
Timestamp:
2010-05-15T19:59:15+02:00 (13 years ago)
Author:
jttt
Message:

See #3892: NPE when dragging virtual node (further debugging info)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/MoveCommand.java

    r3187 r3253  
    9595                throw new AssertionError("null detected in node list");
    9696            if (n.getEastNorth() == null)
    97                 throw new AssertionError("unexpected null value for n.getEastNorth(). id of n is " + n.getUniqueId());
     97                throw new AssertionError(n.get3892DebugInfo());
    9898
    9999            n.setEastNorth(n.getEastNorth().add(x, y));
Note: See TracChangeset for help on using the changeset viewer.