frizbog / gedcom4j

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

Individual.toString() shows "spouse of unknown" where there may not be a spouse #121

Closed frizbog closed 8 years ago

frizbog commented 8 years ago

Individual.toString() should not show spouse of unknown for FAMS records where the spouse reference is null - it should only say "spouse of unknown" if a FAMS record references a spouse that has no names.

frizbog commented 8 years ago

It's the toString() method that needs updating, not getFormattedName()

frizbog commented 8 years ago

Fixed in v3.0.3-SNAPSHOT.

frizbog commented 8 years ago

Released in v3.0.3