TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
19 stars 10 forks source link

Catch IndexOutOfBoundsException when retrieving a linenumber on intellij #295

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

It was impossible to perform this operation before the document was updated. Therefore our only option is to catch the exception and continue with the work.

Closes #293