﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11884	Turnrestrictions plugin will not open editor, throws NoSuchMethodError	anonymous	team	"==== What steps will reproduce the problem?
1. Open JOSM
2. Display the turn restriction panel
3. (If there are TR in the currently loaded data they are displayed in the panel)
4. Select ""Create new turn restriction"" from the turnrestriction panel


==== What is the expected result?

The advanced editor window for turnrestrictions opens.

==== What happens instead?

The advanced editor does not open, the NoSuchMethodError is thrown to the console window (see stack trace below).

==== Please provide any additional information below. Attach a screenshot if possible.

{{{
java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.tagging.TagEditorPanel.<
init>(Lorg/openstreetmap/josm/gui/tagging/TagEditorModel;Lorg/openstreetmap/josm
/gui/tagging/PresetHandler;I)V
        at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditor
Panel.buildTagEditorPanel(AdvancedEditorPanel.java:45)
        at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditor
Panel.buildSplitPane(AdvancedEditorPanel.java:79)
        at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditor
Panel.build(AdvancedEditorPanel.java:92)
        at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditor
Panel.<init>(AdvancedEditorPanel.java:104)
        at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictio
nEditor.buildEditorPanel(TurnRestrictionEditor.java:136)
        at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictio
nEditor.buildContentPanel(TurnRestrictionEditor.java:158)
        at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictio
nEditor.build(TurnRestrictionEditor.java:204)
        at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictio
nEditor.<init>(TurnRestrictionEditor.java:234)
        at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictions
ListDialog$NewAction.run(TurnRestrictionsListDialog.java:307)
        at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictions
ListDialog$NewAction.actionPerformed(TurnRestrictionsListDialog.java:314)
        ... swing ...
}}}

{{{
Revision: 8677
Repository Root: http://josm.openstreetmap.de/svn
Relative URL: ^/trunk
Last Changed Author: Don-vip
Last Changed Date: 2015-08-21 22:18:03 +0200 (Fri, 21 Aug 2015)
Build-Date: 2015-08-21 23:32:08
URL: http://josm.openstreetmap.de/svn/trunk
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last Changed Rev: 8677

Identification: JOSM/1.5 (8677 de) Windows 7 64-Bit
Memory Usage: 580 MB / 3632 MB (306 MB allocated, but free)
Java version: 1.8.0_60, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
VM arguments: [-Djava.net.useSystemProxies=true]

Plugins:
- buildings_tools (31361)
- jts (31126)
- kendzi3d (1.0.186)
- kendzi3d-jogl (41)
- log4j (31231)
- mirrored_download (31294)
- poly (31241)
- reverter (31241)
- scripting (30710)
- terracer (31241)
- turnrestrictions (31562)
- utilsplugin2 (31463)
}}}
"	defect	closed	normal		Plugin turnrestrictions	tested	fixed	template_report NoSuchMethodError	
