I have two documents, docA and docB. docA has a comment and docB is the same as docA with suggested change but no comment. I open both documents and call docA.compare(docB) and save the result to docC. docC looks ok when opened, including the change and original comment. But if I make any changes to docC and save it, the original comment become empty.
Attached are the sample word files and the java class.compare.zip (30.6 KB)
Not sure if it is the same problem, but sounds similar: Comments do not survive two consecutive Document.compare calls