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: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to