Opened 16 years ago

Last modified 16 years ago

#3553 closed defect

Error on join overlapped areas — at Version 1

Reported by: furcube@… Owned by: Gubaer
Priority: normal Milestone:
Component: Core Version: latest
Keywords: Cc:

Description (last modified by stoecker)

Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 2161
Node Kind: directory
Last Changed Author: xeen
Last Changed Rev: 2161
Last Changed Date: 2009-09-19 16:37:52 +0200 (Sat, 19 Sep 2009)

Memory Usage: 29 MB / 1016 MB (10 MB allocated, but free)
Java version: 1.6.0_16

Plugins: usertoolsutilspluginvalidatorwmsplugin
Plugin usertools Version: 17359
Plugin utilsplugin Version: 17550
Plugin validator Version: 17592
Plugin wmsplugin Version: 17561

java.lang.NoClassDefFoundError: org/openstreetmap/josm/data/osm/TigerUtils

at UtilsPlugin.JoinAreasAction.checkForTagConflicts(JoinAreasAction.java:267)
at UtilsPlugin.JoinAreasAction.joinAreas(JoinAreasAction.java:189)
at UtilsPlugin.JoinAreasAction.actionPerformed(JoinAreasAction.java:170)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(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.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(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.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 stoecker, 16 years ago

Description: modified (diff)
Owner: changed from team to Gubaer

Karl, In r2070 you removed the whole access to TigerUtils from CombineWay and MergeNodes. Why?

Note: See TracTickets for help on using tickets.