Ticket #19532: 19532-debug.patch
File 19532-debug.patch, 723 bytes (added by , 5 years ago) |
---|
-
src/org/openstreetmap/josm/io/AbstractReader.java
622 622 623 623 protected OsmPrimitive buildPrimitive(PrimitiveData pd) { 624 624 OsmPrimitive p; 625 long id = pd.getUniqueId(); 625 626 if (pd.getUniqueId() < pd.getIdGenerator().currentUniqueId()) { 627 if (id <= -101747) { 628 long dd = 4; 629 } 626 630 p = pd.getType().newInstance(pd.getUniqueId(), true); 627 631 pd.getIdGenerator().advanceUniqueId(pd.getUniqueId()); 628 632 } else {