Import, XTZ Pager, broken editions if words have no id
If words have no id, the word indexes of the edition pages is empty:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:659)
at java.util.ArrayList.get(ArrayList.java:435)
at org.txm.objects.Edition.getPage(Edition.java:288)
at org.txm.objects.Edition.getFirstPage(Edition.java:277)
at org.txm.edition.rceditors.EditionPanel.firstPage(EditionPanel.java:748)
at org.txm.edition.rceditors.SynopticEditionEditor.firstPage(SynopticEditionEditor.java:268)
at org.txm.edition.rceditors.SynopticEditionEditor._createPartControl(SynopticEditionEditor.java:731)
at org.txm.rceditors.TXMEditor.createPartControl(TXMEditor.java:462)
Solution
Possible solutions:
Stop the pager process- manages empty word indexes and use the w_0 word id if the page word id is not set
(from redmine: issue id 3107, created on 2021/06/23 by Matthieu Decorde)