[ 
https://issues.apache.org/jira/browse/SOLR-16715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704382#comment-17704382
 ] 

ASF subversion and git services commented on SOLR-16715:
--------------------------------------------------------

Commit 8c3fb4690fece024ece3988dff8e4a2a5bcde1a2 in solr's branch 
refs/heads/branch_9x from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=8c3fb4690fe ]

SOLR-16715: Replace new HashMap(int) and new HashSet(int) with 
CollectionUtil.newHashMap / CollectionUtil.newHashSet (#1482)



> Replace new HashMap(int) and new HashSet(int) with CollectionUtil.newHashMap 
> / CollectionUtil.newHashSet
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-16715
>                 URL: https://issues.apache.org/jira/browse/SOLR-16715
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Minor
>             Fix For: main (10.0)
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> While looking at replacing Guava, [~dsmiley] proposed converting existing new 
> HashMap(int) and new HashSet(int) to avoid the trap of them not actually 
> being that size.
> https://github.com/apache/solr/pull/1466#discussion_r1144811614
> We should be able to enforce this with ForbiddenAPIs and 
> https://github.com/apache/solr/pull/1466 adds CollectionUtil inspired by 
> Lucene that we can use.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to