[
https://issues.apache.org/jira/browse/LUCENE-7743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15945232#comment-15945232
]
ASF subversion and git services commented on LUCENE-7743:
---------------------------------------------------------
Commit 390ef9af9fa081c90370f69b001cf7ec83c8f1bb in lucene-solr's branch
refs/heads/master from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=390ef9a ]
LUCENE-7743: Avoid calling new String(String).
> Findbugs: avoid new String(String)
> ----------------------------------
>
> Key: LUCENE-7743
> URL: https://issues.apache.org/jira/browse/LUCENE-7743
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Daniel Jelinski
> Priority: Minor
> Attachments: LUCENE-7743.patch
>
>
> http://findbugs.sourceforge.net/bugDescriptions.html#DM_STRING_CTOR
> Removing the extra constructor calls will avoid heap allocations while
> behaving just the same as the original code.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]