[ 
https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802850#action_12802850
 ] 

Paul Elschot edited comment on LUCENE-2217 at 1/20/10 2:40 PM:
---------------------------------------------------------------

Since I missed the second one in IndexInput I used this regex to search the 
java files in trunk/src/java: {noformat} new .*\[.*\] {noformat}
and found that these are still suspicious:

PorterStemmer 85, 485
StandardTokenizerImpl  447
ByteBlockPool 86
CharBlockPool 45
MultipleTermPositions 86
TermInfosWriter 210
TermsHashPerField 527 (maybe)
TermVectorsReader 463, 472
FastCharStream 58
BufferedIndexInput 61, 157
UnicodeUtil, 7 times or more.




      was (Author: paul.elsc...@xs4all.nl):
    Since I missed the second one in IndexInput I used this regex to search 
*.java in trunk/src/java: new .*\[.*\]
and found that these are still suspicious:

PorterStemmer 85, 485
StandardTokenizerImpl  447
ByteBlockPool 86
CharBlockPool 45
MultipleTermPositions 86
TermInfosWriter 210
TermsHashPerField 527 (maybe)
TermVectorsReader 463, 472
FastCharStream 58
BufferedIndexInput 61, 157
UnicodeUtil, 7 times or more.



  
> SortedVIntList allocation should use ArrayUtils.getNextSize()
> -------------------------------------------------------------
>
>                 Key: LUCENE-2217
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2217
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Other
>            Reporter: Paul Elschot
>            Assignee: Michael McCandless
>            Priority: Trivial
>         Attachments: LUCENE-2217.patch, LUCENE-2217.patch, LUCENE-2217.patch, 
> LUCENE-2217.patch
>
>
> See recent discussion on ArrayUtils.getNextSize().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
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