frizbog / gedcom4j

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

Added progress reporting for parsing/LinePieces #107

Closed haralduna closed 8 years ago

haralduna commented 8 years ago

Today I added progress reporting to my project. However I found that I needed progress reporting for the LinePieces part which take much time. Please find attached code. I guess this code does not have production quality, and no tests have been added. Anyway, it works for me.

frizbog commented 8 years ago

I've done a huge rework of StringTreeBuilder in issue #106 so the pull request doesn't really apply anymore. That said, I think that you'll get the notifications you're looking for from the GedcomParser and GedcomFileReader under the new mechanisms. Please open an issue if you don't and I can look at it some more.