Opened 15 years ago

Closed 13 years ago

#5584 closed defect (fixed)

ArrayIndexOutOfBoundsException in junctionchecking plugin — at Version 3

Reported by: jttt Owned by: joerg
Priority: normal Milestone:
Component: Plugin junctionchecking Version:
Keywords: template_report Cc:

Description (last modified by Don-vip)

What steps will reproduce the problem?

  1. Download http://www.openstreetmap.org/?lat=49.7683&lon=13.4362&zoom=12
  2. Click on Create button
  3. Select any generated way and click on Search button
Build-Date: 2010-10-24 10:43:29
Revision: 3628
Is-Local-Build: true

Identification: JOSM/1.5 (3628 SVN en)
Memory Usage: 253 MB / 670 MB (104 MB allocated, but free)
Java version: 1.6.0_22, Sun Microsystems Inc., Java HotSpot(TM) Server VM
Operating system: Linux
Dataset consistency test: No problems found

Plugin: Tracer (22177)
Plugin: editgpx (23659)
Plugin: junctionchecking (14)
Plugin: measurement (22547)
Plugin: routes (23422)
Plugin: slippymap (23575)
Plugin: tagging-preset-tester (22454)
Plugin: validator (23192)
Plugin: wmsplugin (23454)

java.lang.ArrayIndexOutOfBoundsException: 1
	at org.openstreetmap.josm.plugins.JunctionChecker.junctionchecking.JMinimality.GenerateSubcolumns(JMinimality.java:125)
	at org.openstreetmap.josm.plugins.JunctionChecker.junctionchecking.JunctionChecker.junctionSearch(JunctionChecker.java:201)
	at org.openstreetmap.josm.plugins.JunctionChecker.JunctionSearchTask.realRun(JunctionSearchTask.java:108)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:83)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:129)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)

Change History (3)

comment:1 by stoecker, 15 years ago

Component: PluginPlugin junctionchecking

comment:2 by stoecker, 15 years ago

Cc: joerg removed
Owner: changed from team to joerg

comment:3 by Don-vip, 13 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

It seems to have been fixed in the meanwhile.

Note: See TracTickets for help on using tickets.