jdfekete / geneaquilt

Java program to visualize large genealogies, up to 10,000 people
http://www.aviz.fr/geneaquilts/
Other
40 stars 7 forks source link

Adopted children #1

Open RonJohn2 opened 9 years ago

RonJohn2 commented 9 years ago

Hello,

v1.0.12 does not seem to be able to process GED files with adopted children in it. The error thrown is:

java.lang.IllegalArgumentException: No enum constant org.gedcom4j.model.AdoptedByWhichParent.HUSB
    at java.lang.Enum.valueOf(Unknown Source)
    at org.gedcom4j.model.AdoptedByWhichParent.valueOf(AdoptedByWhichParent.java:30)
    at org.gedcom4j.parser.GedcomParser.loadFamilyWhereChild(GedcomParser.java:687)
    at org.gedcom4j.parser.GedcomParser.loadIndividualEvent(GedcomParser.java:1213)
    at org.gedcom4j.parser.GedcomParser.loadIndividual(GedcomParser.java:1000)
    at org.gedcom4j.parser.GedcomParser.loadRootItems(GedcomParser.java:1784)
    at org.gedcom4j.parser.GedcomParser.load(GedcomParser.java:126)
    at geneaquilt.io.GEDReader.load(GEDReader.java:44)
    at geneaquilt.GeneaQuilt.load(GeneaQuilt.java:462)
    at geneaquilt.GeneaQuilt.access$300(GeneaQuilt.java:98)
    at geneaquilt.GeneaQuilt$17.run(GeneaQuilt.java:410)
    at java.lang.Thread.run(Unknown Source)