Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Follow on to SOLR-9621
Several classes of work here:
1) Replacing calls to ImmutableList/Map/Set.of(...) with the java.util equivalents
2) Replacing some calls to Precondition.checkIndex with Objects equivalent
While we're there, maybe we replace Precondition calls with the equivalent versions that specify an error message.
Attachments
Issue Links
- is related to
-
SOLR-9621 Remove several guava, apache commons calls in favor of java 8 alternatives
- Resolved
- links to