You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2015/12/08 19:15:10 UTC

[jira] [Created] (SOLR-8392) SolrParam.get(String) returns String and shouldn't be used in other instanceof checks

Mike Drob created SOLR-8392:
-------------------------------

             Summary: SolrParam.get(String) returns String and shouldn't be used in other instanceof checks
                 Key: SOLR-8392
                 URL: https://issues.apache.org/jira/browse/SOLR-8392
             Project: Solr
          Issue Type: Bug
            Reporter: Mike Drob
             Fix For: Trunk


There's a couple of places where we declare the return type of solrParams.get() as an Object and then do instanceof checks for other types. Since we know it will be a String, we can simplify this logic in several places.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org