frizbog / gedcom4j

Java library for reading/writing genealogy files in GEDCOM format
http://gedcom4j.org
54 stars 36 forks source link

Individual.getDescendants() only returns a single generation of descendants #99

Closed frizbog closed 8 years ago

frizbog commented 8 years ago

It's reported that the code in the getDescendants() method of Individual does not recurse properly, and only returns a single generation of descendants.

frizbog commented 8 years ago

Fixed in 2.2.6-SNAPSHOT