Mike Drob created SOLR-15604:
--------------------------------

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


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