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

Yonik Seeley commented on SOLR-7017:
------------------------------------

A change like this has the potential to cause a lot of bugs, and it's a class 
that is highly likely to be used by many plugins (hence a back compat break as 
well).  If we did this, it should either go into 5.0, or not go into 5.x at 
all.  It's not the type of thing we should introduce in a point release.

> SolrParams.getParams should return 0-length array instead of null
> -----------------------------------------------------------------
>
>                 Key: SOLR-7017
>                 URL: https://issues.apache.org/jira/browse/SOLR-7017
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: David Smiley
>            Priority: Minor
>
> It's a PITA to have code all over Solr littered with null checks for the 
> response of SolrParams.getParams(String param).  Can't we just have it return 
> a constant 0-length String array?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to