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

Mike Drob commented on SOLR-15604:
----------------------------------

I think the simplest way to go about this is going to be to lift and shift 
everything inside of test-framework module from org.apache.solr to 
org.apache.solr.test, since that is where the majority of the offenders come 
from.

> Make sure there are no split packages
> -------------------------------------
>
>                 Key: SOLR-15604
>                 URL: https://issues.apache.org/jira/browse/SOLR-15604
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mike Drob
>            Priority: Major
>
> I don't know if there is a gradle way to enforce this, so far everything has 
> been manual.
> Initial checks show the following potential issues:
> {noformat}
> mdrob-imp:~/code/solr $ find . -type f -path *src/java/* -name *.java -exec 
> dirname {} \; | sort -u | sed -e 's#.*/org#org#' | sort | uniq -c | sort -nr
>    4 org/apache/solr/update/processor
>    3 org/apache/solr/handler/component
>    2 org/apache/solr/util
>    2 org/apache/solr/schema
>    2 org/apache/solr/response
>    2 org/apache/solr/handler
>    2 org/apache/solr/core
>    2 org/apache/solr/cloud/api/collections
>    2 org/apache/solr/cloud
>    2 org/apache/solr/client/solrj/embedded
>    2 org/apache/solr/analysis
>    2 org/apache/solr
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to