Modify ↓
Opened 4 years ago
Closed 4 years ago
#3355 closed defect (fixed)
NullPointerException after updating plugins
| Reported by: | avar | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
I updated wmsplugin, openstreetbugs and validator with r2008 and got this exception right after the upgrade was complete:
java.lang.NullPointerException at org.openstreetmap.josm.gui.dialogs.LayerListDialog$LayerList.processMouseEvent(LayerListDialog.java:1107) at java.awt.Component.processEvent(Component.java:6028) at java.awt.Container.processEvent(Container.java:2041) at java.awt.Component.dispatchEventImpl(Component.java:4630) at java.awt.Container.dispatchEventImpl(Container.java:2099) at java.awt.Component.dispatchEvent(Component.java:4460) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574) at java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:4363) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4220) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168) at java.awt.Container.dispatchEventImpl(Container.java:2085) at java.awt.Window.dispatchEventImpl(Window.java:2475) at java.awt.Component.dispatchEvent(Component.java:4460) at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Attachments (0)
Change History (3)
comment:1 Changed 4 years ago by vsandre
comment:2 Changed 4 years ago by vsandre
Problem is fixed in the new Plugin revision 17354, but it needs JOSM r2010.
Damaged OpenStreetBugs plugin is 17035 and the NPE than was caused when moving the mouse over the layer menu.
comment:3 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



A subsequent error of #3353.