Modify

Opened 18 years ago

Closed 17 years ago

#441 closed defect (fixed)

NPE when using mouse while data is loading

Reported by: anonymous Owned by: framm
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description

I think I dragged in the map area while it was loading a GPX:

java.lang.NullPointerException

at

org.openstreetmap.josm.gui.NavigatableComponent.getEastNorth(Unknown
Source)

at

org.openstreetmap.josm.actions.mapmode.ZoomAction.selectionEnded(Unknown
Source)

at

org.openstreetmap.josm.gui.SelectionManager.mouseReleased(Unknown Source)

at

java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)

at java.awt.Component.processMouseEvent(Component.java:5554)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5319)
at java.awt.Container.processEvent(Container.java:2010)
at java.awt.Component.dispatchEventImpl(Component.java:4021)
at java.awt.Container.dispatchEventImpl(Container.java:2068)
at java.awt.Component.dispatchEvent(Component.java:3869)
at

java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)

at

java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)

at

java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)

at java.awt.Container.dispatchEventImpl(Container.java:2054)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3869)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at

java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)

at

java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)

at

java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)

at

java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)

Attachments (0)

Change History (1)

comment:1 by Gabriel Ebner <ge@…>, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in r506.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.