You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2016/11/15 01:02:38 UTC

[jira] [Resolved] (SOLR-9766) Solr precommit is failing

     [ https://issues.apache.org/jira/browse/SOLR-9766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Rowe resolved SOLR-9766.
------------------------------
    Resolution: Fixed
      Assignee: Steve Rowe

Thanks [~hgadre], I removed the unused imports, looks like it was an issue only on master.

> Solr precommit is failing
> -------------------------
>
>                 Key: SOLR-9766
>                 URL: https://issues.apache.org/jira/browse/SOLR-9766
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Hrishikesh Gadre
>            Assignee: Steve Rowe
>
> The Solr precommit is failing due to following errors,
> [ecj-lint] 36. ERROR in /Users/hgadre/git-repo/upstream/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java (at line 31)
>  [ecj-lint] 	import org.apache.solr.client.solrj.SolrQuery;
>  [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.solr.client.solrj.SolrQuery is never used
>  [ecj-lint] ----------
>  [ecj-lint] 37. ERROR in /Users/hgadre/git-repo/upstream/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java (at line 34)
>  [ecj-lint] 	import org.apache.solr.client.solrj.impl.HttpSolrClient;
>  [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.solr.client.solrj.impl.HttpSolrClient is never used
>  [ecj-lint] ----------
>  [ecj-lint] 38. ERROR in /Users/hgadre/git-repo/upstream/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java (at line 52)
>  [ecj-lint] 	import org.apache.solr.client.solrj.response.QueryResponse;
>  [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.solr.client.solrj.response.QueryResponse is never used
>  [ecj-lint] ----------
>  [ecj-lint] 39. ERROR in /Users/hgadre/git-repo/upstream/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java (at line 55)
>  [ecj-lint] 	import org.apache.solr.common.SolrDocument;
>  [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [e
> These seem to be introduced by changes committed as part of SOLR-9166 



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