Modify ↓
Opened 9 years ago
Closed 9 years ago
#13092 closed defect (fixed)
Amsterdam lijn 65 oneway
Reported by: | Polyglot | Owned by: | darya |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin pt_assistant | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- I opened a relation editor for Amsterdam lijn 65 oneway in wrong direction
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2016-06-27 00:22:39 +0200 (Mon, 27 Jun 2016) Build-Date:2016-06-27 01:32:19 Revision:10497 Relative:URL: ^/trunk Identification: JOSM/1.5 (10497 en) Windows 7 64-Bit Memory Usage: 1352 MB / 2889 MB (754 MB allocated, but free) Java version: 1.8.0_91-b14, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Dataset consistency test: No problems found Plugins: - CustomizePublicTransportStop (0.2) - Mapillary (32396) - OpeningHoursEditor (32309) - RoadSigns (32309) - apache-commons (32309) - apache-http (32309) - buildings_tools (32309) - geochat (32309) - livegps (32309) - measurement (32324) - pt_assistant (32522) - reverter (32309) - scripting (30723) - surveyor (32329) - tag2link (32326) - terracer (32309) - todo (29154) - tofix (1467238229) - turnrestrictions (32386) - undelete (32309) - utilsplugin2 (32333) - wikipedia (32326) Map paint styles: - https://josm.openstreetmap.de/josmfile?page=Styles/PTStops&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/PublicTransport&zip=1 Last errors/warnings: - W: Unable to delete file <josm.cache>\tiles\TMS_INDEX.key - W: Unable to delete file <josm.cache>\tiles\TMS_INDEX.data - W: Unable to delete file <josm.cache>\tiles\TMS_INDEX_v2.key - W: Unable to delete file <josm.cache>\tiles\TMS_INDEX_v2.data - E: java.lang.NullPointerException java.lang.NullPointerException at org.openstreetmap.josm.plugins.pt_assistant.gui.PTAssistantLayer.propertyChange(PTAssistantLayer.java:168) at java.beans.PropertyChangeSupport.fire(Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at java.awt.KeyboardFocusManager.firePropertyChange(Unknown Source) at java.awt.KeyboardFocusManager.setGlobalFocusedWindow(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$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.SequencedEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.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$JavaSecurityAccessImpl.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)
Attachments (1)
Change History (2)
by , 9 years ago
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The problem was that the PTAssistantPaintVisitor had not been initialized yet if the Relation Editor was called from the validator window. Hopefully fixed now.