Issues: 1> none of these methods is ever called.
Note that Yonik's suggested patch for LUCENE-1607 contains the following code:
+ public SimpleStringInterner(int sz) {
+ cache = new String[BitUtil.nextHighestPowerOfTwo(sz)];
+ }
...so the int flavour of nextHighestPowerOfTwo() might be in use shortly! :-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
