risdenk opened a new pull request, #912:
URL: https://github.com/apache/solr/pull/912

   https://issues.apache.org/jira/browse/SOLR-XXXXX
   
   # Description
   
   * Use enhanced for loops
   * Avoid type declaration when `<>` can be used
   * Use `computeIfAbsent`
   * use `Objects.requireNonNullElse` to simplify if/else statements
   * Simplify lambda statements
   * `Collections.sort` -> `list.sort`
   * Use string `.contains` instead of checking `indexOf`
   * Avoid unnecessary boxing/unboxing 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to