Hi,

BooleanScorer's next() method uses a bitwise OR in a while loop:

...} while (bucketTable.first != null | more);

Is there any reason for this, couldn't this just be || ? BTW, I found this 
with FindBugs (http://findbugs.sourceforge.net/), which takes a jar files 
and gives some useful warnings about potential bugs.

Regards
 Daniel

-- 
http://www.danielnaber.de

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

Reply via email to