You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Mike Drob (Jira)" <ji...@apache.org> on 2021/08/27 17:56:00 UTC

[jira] [Created] (SOLR-15604) Make sure there are no split packages

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-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org