frizbog / gedcom4j

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

GedcomParser does not return a new Gedcom for each execution of load() #164

Closed frizbog closed 7 years ago

frizbog commented 7 years ago

If you re-use a GedcomParser to load a file, then load a second file, the parser does not return a new Gedcom instance but reuses the prior one with indeterminate results.

Will address in 3.2.2 and 4.0.0 streams.

frizbog commented 7 years ago

Fixed in 3.2.2-SNAPSHOT of 2016-09-29T08:04:22-04:00 Fixed in 4.0.0-SNAPSHOT of 2016-09-29T08:07:37-04:00

frizbog commented 7 years ago

Released in v3.2.2