Modify ↓
Opened 6 years ago
Closed 6 years ago
#17941 closed defect (fixed)
IOOBE at PickResidentialAreaAction.find_ltbr
Reported by: | Owned by: | qeef | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mapathoner | Version: | |
Keywords: | template_report | Cc: | qeef |
Description
What steps will reproduce the problem?
- pick residential area
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2019-07-10 00:52:47 +0200 (Wed, 10 Jul 2019) Build-Date:2019-07-10 01:30:51 Revision:15238 Relative:URL: ^/trunk Identification: JOSM/1.5 (15238 cs) Windows 10 64-Bit OS Build number: Windows 10 Home 1903 (18362) Memory Usage: 247 MB / 247 MB (27 MB allocated, but free) Java version: 1.8.0_201-b09, Oracle Corporation, Java HotSpot(TM) Client VM Screen: \Display0 1920x1080 Maximum Screen Size: 1920x1080 Dataset consistency test: No problems found Plugins: + apache-commons (34908) + buildings_tools (34982) + ejml (35049) + geochat (34977) + geotools (34908) + jaxb (35014) + jts (35064) + mapathoner (0.9.4) + markseen (13) + opendata (34997) + terracer (34977) + todo (30306) + utilsplugin2 (34977) Last errors/warnings: - W: No configuration settings found. Using hardcoded default values for all pools. - W: javax.swing.text.BadLocationException: Invalid insert - E: Handled by bug report queue: java.lang.IndexOutOfBoundsException: Index:0 Size:0 - W: Varování - <html>JOSM nemůže nalézt informace o následujících doplňcích:<ul><li>apache-commons</li><li>geotools</li><li>opendata</li><li>jts</li><li>ejml</li><li>geochat</li><li>jaxb</li><li>todo</li><li>utilsplugin2</li><li>mapathoner</li><li>markseen</li><li>buildings_tools</li><li>terracer</li></ul>Doplňky nebudou načteny.</html> - E: Handled by bug report queue: java.lang.IndexOutOfBoundsException: Index:0 Size:0 === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (15) of main java.lang.IndexOutOfBoundsException: Index:0 Size:0 at org.openstreetmap.josm.tools.CopyList.rangeCheck(CopyList.java:117) at org.openstreetmap.josm.tools.CopyList.get(CopyList.java:47) at org.openstreetmap.josm.plugins.mapathoner.PickResidentialAreaAction.find_ltbr(PickResidentialAreaAction.java:169) at org.openstreetmap.josm.plugins.mapathoner.PickResidentialAreaAction.actionPerformed(PickResidentialAreaAction.java:121) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at javax.swing.JComponent.processKeyBinding(Unknown Source) at javax.swing.KeyboardManager.fireBinding(Unknown Source) at javax.swing.KeyboardManager.fireKeyboardAction(Unknown Source) at javax.swing.JComponent.processKeyBindingsForAllComponents(Unknown Source) at javax.swing.JComponent.processKeyBindings(Unknown Source) at javax.swing.JComponent.processKeyEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
Attachments (0)
Change History (4)
comment:1 by , 6 years ago
Component: | Core → Plugin mapathoner |
---|---|
Summary: | pick residential area → IOOBE at PickResidentialAreaAction.find_ltbr |
comment:2 by , 6 years ago
Owner: | changed from | to
---|
comment:3 by , 6 years ago
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
See https://gitlab.com/qeef/mapathoner/issues/11