Unfortunately, the dump is still there in the nightly build of yesterday:

I will try to find examples making it dump, though they are rare.

Ruud

Exception in thread "main" java.lang.RuntimeException:
java.util.concurrent.ExecutionException:
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
        at
org.languagetool.MultiThreadedJLanguageTool.performCheck(MultiThreadedJLanguageTool.java:101)
        at org.languagetool.JLanguageTool.check(JLanguageTool.java:577)
        at org.languagetool.JLanguageTool.check(JLanguageTool.java:535)
        at org.languagetool.JLanguageTool.check(JLanguageTool.java:531)
        at
org.languagetool.commandline.CommandLineTools.checkText(CommandLineTools.java:94)
        at org.languagetool.commandline.Main.handleLine(Main.java:386)
        at
org.languagetool.commandline.Main.runOnFileLineByLine(Main.java:286)
        at org.languagetool.commandline.Main.runOnFile(Main.java:166)
        at org.languagetool.commandline.Main.main(Main.java:519)
Caused by: java.util.concurrent.ExecutionException:
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:188)
        at
org.languagetool.MultiThreadedJLanguageTool.performCheck(MultiThreadedJLanguageTool.java:98)
        ... 8 more
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of
range: 0
        at java.lang.String.charAt(String.java:658)
        at
org.languagetool.rules.CommaWhitespaceRule.isNumberOrDot(CommaWhitespaceRule.java:130)
        at
org.languagetool.rules.CommaWhitespaceRule.match(CommaWhitespaceRule.java:92)
        at
org.languagetool.JLanguageTool.checkAnalyzedSentence(JLanguageTool.java:687)
        at
org.languagetool.JLanguageTool$TextCheckCallable.call(JLanguageTool.java:997)
        at
org.languagetool.JLanguageTool$TextCheckCallable.call(JLanguageTool.java:964)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)



> W dniu 2014-05-27 12:42, Daniel Naber pisze:
>> On 2014-05-27 11:06, Marcin Miłkowski wrote:
>>
>>> maybe it was because of a simple mistake in the isNumberOrDot() method.
>>> I fixed it,
>>
>> Are you sure you have pushed it? I cannot see it in the list of changes.
>
> Apparently, something weird happened after IDEA update, and it switched
> to a detached head for no obvious reason. I synced manually, it should
> display now.
>
> Regards,
> marcin
>
>>
>> Regards
>>    Daniel
>>
>>
>> ------------------------------------------------------------------------------
>> The best possible search technologies are now affordable for all
>> companies.
>> Download your FREE open source Enterprise Search Engine today!
>> Our experts will assist you in its installation for $59/mo, no
>> commitment.
>> Test it for FREE on our Cloud platform anytime!
>> http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Languagetool-devel mailing list
>> Languagetool-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/languagetool-devel
>>
>
>
> ------------------------------------------------------------------------------
> The best possible search technologies are now affordable for all
> companies.
> Download your FREE open source Enterprise Search Engine today!
> Our experts will assist you in its installation for $59/mo, no commitment.
> Test it for FREE on our Cloud platform anytime!
> http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk
> _______________________________________________
> Languagetool-devel mailing list
> Languagetool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/languagetool-devel
>



------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to