[Libreoffice-bugs] [Bug 125292] error message appears for Language Tool

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed May 15 08:32:00 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=125292

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from Julien Nabet <serval2412 at yahoo.fr> ---
I downloaded the sources of the extension.
This line in src/main/java/org/languagetool/openoffice/SingleDocument.java may
be buggy:
378     if (!chPara.equals(allParas.get(nParas))) {

Indeed, some lines above, there's some bound checking:
348     if (nParas >= 0 && nParas < allParas.size() &&
chPara.equals(allParas.get(nParas))) {

Let's put this one to NEW then.

I created bugtracker upstream, see
https://github.com/languagetool-org/languagetool/issues/1586

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190515/ddc297ec/attachment.html>


More information about the Libreoffice-bugs mailing list