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

Peter Somogyi commented on SOLR-12881:
--------------------------------------

Most of the imports that I removed were from the same package, so technically 
they are not unused import but not required. There were a couple of occurrences 
where wildcard imports were used and additionally a class was imported from the 
same package. There were only a few import which were 
[unused|https://github.com/apache/lucene-solr/pull/475/commits/3584ef30f1c3c5cddc19fcd510731ac0846654c0#diff-11a7bf85508185a5104561dffb3da648].

 

> Remove unneeded import statements
> ---------------------------------
>
>                 Key: SOLR-12881
>                 URL: https://issues.apache.org/jira/browse/SOLR-12881
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: master (8.0)
>            Reporter: Peter Somogyi
>            Priority: Trivial
>         Attachments: SOLR-12881.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> There are unnecessary import statements:
>  * import from java.lang
>  * import from same package
>  * unused import



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to