: Any reason to keep the package: org.apache.solr.util.test? : : I think we discussed deleting it before 1.2, but never got around to it. : Nothing is derecated, but it is also not used anywhere... : : http://hudson.zones.apache.org/hudson/job/Solr-trunk/clover/org/apache/solr/util/test/pkg-summary.html
it's really just one class and a bunch of nested classes -- arguably it's public, but considering it doesn't do anything mildly useful for an end user, i think it's safe to remove it ... except that instead of removing it would should refactor it into a Junit test in src/test :) -Hoss