Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2556 closed defect (duplicate)

java.lang.StackOverflowError after upload request

Reported by: Chriki Owned by: team
Priority: blocker Milestone:
Component: Core Version: latest
Keywords: Cc: Gubaer

Description

I was trying to upload some changes when the error below appeared. I had already entered a changeset note and after clicking the final upload button the error appeared. The error always appears and it currently totally blocks uploading any of my changes. Looks like an infinite recursion …

Thanks,
Chriki™


Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 1584
Node Kind: directory
Last Changed Author: stoecker
Last Changed Rev: 1584
Last Changed Date: 2009-05-08 09:05:44 +0200 (Fri, 08 May 2009)

Java version: 1.6.0_0
Plugins: measurement;remotecontrol;utilsplugin;validator;wmsplugin
Plugin measurement Version: 14015
Plugin remotecontrol Version: 14015
Plugin utilsplugin Version: 14356
Plugin validator Version: 14406
Plugin wmsplugin Version: 14120

java.lang.StackOverflowError
	at javax.swing.undo.AbstractUndoableEdit.<init>(AbstractUndoableEdit.java:77)
	at javax.swing.undo.CompoundEdit.<init>(CompoundEdit.java:48)
	at javax.swing.text.AbstractDocument$DefaultDocumentEvent.<init>(AbstractDocument.java:2722)
	at javax.swing.text.AbstractDocument.handleRemove(AbstractDocument.java:610)
	at javax.swing.text.AbstractDocument$DefaultFilterBypass.replace(AbstractDocument.java:3117)
	at javax.swing.text.DocumentFilter.replace(DocumentFilter.java:109)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:75)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.suggest(SuggestingJHistoryComboBox.java:112)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox.access$000(SuggestingJHistoryComboBox.java:43)
	at org.openstreetmap.josm.gui.historycombobox.SuggestingJHistoryComboBox$1.replace(SuggestingJHistoryComboBox.java:77)
	at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:664)
	at javax.swing.text.JTextComponent.setText(JTextComponent.java:1710)

Attachments (0)

Change History (2)

comment:1 by Gubaer, 16 years ago

Cc: Gubaer added
Resolution: duplicate
Status: newclosed

comment:2 by Gubaer, 16 years ago

Closed as duplicate of #2380.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.