Opened 13 years ago

Last modified 13 years ago

#8567 closed defect

Ошибка в JOSM — at Version 1

Reported by: tinysiteru@… Owned by: team
Priority: normal Milestone:
Component: Core Version: latest
Keywords: Cc:

Description (last modified by Don-vip)

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2013-03-07 02:31:35
Last Changed Author: Don-vip
Revision: 5759
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2013-03-06 22:41:42 +0100 (Wed, 06 Mar 2013)
Last Changed Rev: 5759

Identification: JOSM/1.5 (5759 ru)
Memory Usage: 220 MB / 247 MB (51 MB allocated, but free)
Java version: 1.7.0_15, Oracle Corporation, Java HotSpot(TM) Client VM
Operating system: Windows 7

Dataset consistency test:
[SEARCH WAYS] {Way id=172299741 version=5 MVT nodes=[{Node id=1832178439 version=0 IV }, {Node id=1832178440 version=0 IV }, {Node id=366719362 version=0 IV }, {Node id=462350947 version=0 IV }, {Node id=275110719 version=0 IV }, {Node id=275126288 version=0 IV }, {Node id=672191077 version=0 IV }, {Node id=1832172230 version=0 IV }]} not found using Dataset.searchWays()


Plugin: CommandLine (29273)
Plugin: FastDraw (29457)
Plugin: FixAddresses (29210)
Plugin: HouseNumberTaggingTool (29210)
Plugin: PicLayer (29210)
Plugin: continuosDownload (28565)
Plugin: dataimport (29222)
Plugin: geotools (29319)
Plugin: importvec (29210)
Plugin: jts (29319)
Plugin: measurement (29344)
Plugin: mirrored_download (29210)
Plugin: multipoly-convert (29210)
Plugin: opendata (29301)
Plugin: osmarender (29210)
Plugin: pdfimport (29210)
Plugin: print (29210)
Plugin: reltoolbox (29459)
Plugin: restart (29210)
Plugin: reverter (29348)
Plugin: undelete (29210)
Plugin: utilsplugin2 (29392)
Plugin: wayselector (29210)

java.lang.NullPointerException
	at java.awt.geom.Area.contains(Unknown Source)
	at org.openstreetmap.josm.command.Command.isOutlying(Command.java:220)
	at org.openstreetmap.josm.command.Command.isOutlying(Command.java:223)
	at org.openstreetmap.josm.command.Command.checkAndConfirmOutlyingOperation(Command.java:182)
	at org.openstreetmap.josm.command.DeleteCommand.checkAndConfirmOutlyingDelete(DeleteCommand.java:459)
	at org.openstreetmap.josm.command.DeleteCommand.checkAndConfirmOutlyingDelete(DeleteCommand.java:455)
	at org.openstreetmap.josm.command.DeleteCommand.delete(DeleteCommand.java:357)
	at org.openstreetmap.josm.command.DeleteCommand.delete(DeleteCommand.java:319)
	at org.openstreetmap.josm.actions.mapmode.DeleteAction.doActionPerformed(DeleteAction.java:148)
	at org.openstreetmap.josm.actions.DeleteAction.actionPerformed(DeleteAction.java:28)
	at javax.swing.SwingUtilities.notifyAction(Unknown Source)
	at javax.swing.JComponent.processKeyBinding(Unknown Source)
	at javax.swing.KeyboardManager.fireBinding(Unknown Source)
	at javax.swing.KeyboardManager.fireKeyboardAction(Unknown Source)
	at javax.swing.JComponent.processKeyBindingsForAllComponents(Unknown Source)
	at javax.swing.JComponent.processKeyBindings(Unknown Source)
	at javax.swing.JComponent.processKeyEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)

Change History (1)

comment:1 by Don-vip, 13 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.