[jira] [Commented] (SOLR-14846) Avoid use of Optional.ofNullable.orElse in the same line

2020-09-09 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192970#comment-17192970 ] Mike Drob commented on SOLR-14846: -- Individually calling ofNullable and calling orElse* on an Optional

[jira] [Commented] (SOLR-14846) Avoid use of Optional.ofNullable.orElse in the same line

2020-09-09 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192908#comment-17192908 ] Erick Erickson commented on SOLR-14846: --- [~mdrob] Is this something that should never be allowed?

[jira] [Commented] (SOLR-14846) Avoid use of Optional.ofNullable.orElse in the same line

2020-09-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192899#comment-17192899 ] ASF subversion and git services commented on SOLR-14846: Commit

[jira] [Commented] (SOLR-14846) Avoid use of Optional.ofNullable.orElse in the same line

2020-09-08 Thread Varun Thacker (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192418#comment-17192418 ] Varun Thacker commented on SOLR-14846: -- Thanks for linking the video! I think the changes makes

[jira] [Commented] (SOLR-14846) Avoid use of Optional.ofNullable.orElse in the same line

2020-09-08 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192386#comment-17192386 ] Mike Drob commented on SOLR-14846: -- cc: [~varun] - you contributed some of the Backup stuff, WDYT? >

[jira] [Commented] (SOLR-14846) Avoid use of Optional.ofNullable.orElse in the same line

2020-09-08 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192385#comment-17192385 ] Mike Drob commented on SOLR-14846: -- He also discourages using Optional as an Object field, so we could