Opened 14 years ago
Closed 14 years ago
#6606 closed defect (invalid)
Creating new associatedStreet with reltoolbox: exception
Reported by: | Larry0ua | Owned by: | Larry0ua |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
I don't know whom to assign this ticket, but it may be because of core functionality, no reltoolbox classes in exception stacktrace
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2011-04-26 01:31:34
Last Changed Author: bastiK
Revision: 4064
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2011-04-25 20:32:26 +0200 (Mon, 25 Apr 2011)
Last Changed Rev: 4064
Identification: JOSM/1.5 (4064 uk)
Memory Usage: 58 MB / 247 MB (22 MB allocated, but free)
Java version: 1.6.0_24, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows 7
Dataset consistency test: No problems found
Plugin: GpxEnum (23263)
Plugin: OpeningHoursEditor (26284)
Plugin: alignways (25199)
Plugin: editgpx (25407)
Plugin: lakewalker (26174)
Plugin: public_transport (26284)
Plugin: reltoolbox (26299)
Plugin: reverter (25578)
Plugin: utilsplugin2 (26320)
java.lang.AbstractMethodError
at org.openstreetmap.josm.data.osm.event.PrimitivesAddedEvent.fire(PrimitivesAddedEvent.java:25)
at org.openstreetmap.josm.data.osm.event.DatasetEventManager.fireEvents(DatasetEventManager.java:109)
at org.openstreetmap.josm.data.osm.event.DatasetEventManager.access$200(DatasetEventManager.java:27)
at org.openstreetmap.josm.data.osm.event.DatasetEventManager$1.run(DatasetEventManager.java:139)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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)
Attachments (0)
Change History (5)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:3 by , 14 years ago
GpxEnum is my plugin that I developed months ago, it has handler for adding new layer with type of gpx waypoints.
I did not have any problems with it before.
comment:4 by , 14 years ago
I disabled GpxEnum and reproduced the bug.
Use: josm-latest.jar
- Download some area.
- Select any building.
- Click on "Add relation" on relation panel (not in reltoolbox)
- Set type=multipolygon, add building to the relation, ok - exception will appear
comment:5 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | needinfo → closed |
Sorry, it is my fault, I used very old version of josm :(
You're sure this is reltoolbox? You have a GpxEnum plugin, which is not in the plugin list and thus probably was not updated to recent core changes.