List Compare bug

Very simple code:

Document doc1 = new Document("..\\test.docx");
Document doc2 = new Document("..\\test1.docx");

doc1.acceptAllRevisions();
doc2.acceptAllRevisions();

doc1.compare(doc2, "Me", new Date());
doc1.save("..\\test2.docx");

test.zip (44.0 KB)
Aspose compare wrong revisions for case in picture http://joxi.ru/RmzKKxJcYG44z2
if you remove coment, revision will be right.

Also aspose othen create create 2 revision on delete item from list:
1 remove list item(it rigth)
2 remove last comma from prev item(it wrong) or remove part of word if prev item start the same that delete item

@handmade

Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-18031. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Thanks, Could y say if both bug with WORDSNET-18031 in y tracking system or only first with comment?

@handmade

Your issue is related to comparing documents. We logged this issue in our issue tracking system.

As per our understanding, there is no issue with output document when you remove the comment from document.

Could you please share complete detail of your both issues that you are facing? We will then log them accordingly in our issue tracking system. Thanks for your cooperation.

first bug with compare with comment and I attach example before
second with that aspose create revision wit last comma http://joxi.ru/krD11lYTKLba8m
attach for comma bug lastcomma.zip (40.4 KB)

@handmade

Thanks for sharing the detail. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-18036 . You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-18031,WORDSNET-18036) have been fixed in this Aspose.Words for Java 22.11 update also available on Maven.