Bug #1010
Mis à jour par Matthieu Decorde il y a environ 11 ans
The error may occur when computing a concordance, it depends on the corpus/sub-corpus used.
Complete Error message :
<pre>
** Une erreur est survenue lors du chargement des lignes de la
concordance
: {0}java.lang.IllegalArgumentException: fromKey > toKey
</pre>
*Diagnostic 1:* *Diagnostic*
* Can we reproduce the bug ?
* Test: call concordance with the same corpus
* Conclusion: we I (MD) have reproduced the bug when computing a concordance on a sub-corpus.
*Resolution*
The bug was introduced in TXM 0.7.6, with a bad limit test in the AbstractCqiClient class. It was not checking correctly if the pivot position was greater than the last corpus position.
Complete Error message :
<pre>
** Une erreur est survenue lors du chargement des lignes de la
concordance
: {0}java.lang.IllegalArgumentException: fromKey > toKey
</pre>
*Diagnostic 1:* *Diagnostic*
* Can we reproduce the bug ?
* Test: call concordance with the same corpus
* Conclusion: we I (MD) have reproduced the bug when computing a concordance on a sub-corpus.
*Resolution*
The bug was introduced in TXM 0.7.6, with a bad limit test in the AbstractCqiClient class. It was not checking correctly if the pivot position was greater than the last corpus position.