Ticket #414 (closed Defect: fixed)

Opened 12 years ago

Last modified 12 years ago

Deleting e.g. all Person's Email Addresses throws exception

Reported by: jri Owned by: jri
Priority: Major Milestone: Release 4.1
Component: DeepaMehta Standard Distribution Version: 4.0.14
Keywords: Cc: dgf, Malte
Complexity: 1 Area:
Module: deepamehta-geomaps

Description

The Geomaps (!) module throws:

Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.RangeCheck(ArrayList.java:547)
	at java.util.ArrayList.get(ArrayList.java:322)
	at de.deepamehta.plugins.geomaps.GeomapsPlugin.findChildTopic(GeomapsPlugin.java:285)
	at de.deepamehta.plugins.geomaps.GeomapsPlugin.findAddress(GeomapsPlugin.java:255)
	at de.deepamehta.plugins.geomaps.GeomapsPlugin.preSendTopic(GeomapsPlugin.java:217)

Thanks, dgf, for reporting.

Change History

comment:1 Changed 12 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 12 years ago by Jörg Richter

  • Status changed from accepted to closed
  • Resolution set to fixed

Geomaps fix: deleting all child topics (#414).

Deleting e.g. all the Person's Email Addresses works.

Close ticket 414.

comment:3 Changed 12 years ago by Jörg Richter

Geomaps fix: deleting all child topics (#414).

Deleting e.g. all the Person's Email Addresses works.

Close ticket 414.

comment:4 Changed 12 years ago by dgf

thanks especially for bugfix support in the master branch

Note: See TracTickets for help on using tickets.