On Dienstag 08 November 2005 08:03, Ahmed El-dawy wrote:

> The error is at lines 384, 385
>       if (t.getPositionIncrement() == 1)
>         positionCount++;
> Must be
>       if (t.getPositionIncrement() != 0)
>         positionCount+=t.getPositionIcrement();

Thanks, I have committed this fix to SVN and extended the test cases in 
TestMultiAnalyzer.

Regards
 Daniel

-- 
http://www.danielnaber.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to