frizbog / gedcom4j

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

Individual.toString() can show children as spouses #118

Closed frizbog closed 8 years ago

frizbog commented 8 years ago

The toString() implementation on Individual, which attempts to show the names of the spouses and parents of the individual, can get things confused and show the individual's parent and spouse as the same person.

frizbog commented 8 years ago

False alarm. The data I was working with was messed up, not the toString() implementation.
(whew!)