dsmiley commented on PR #4217:
URL: https://github.com/apache/solr/pull/4217#issuecomment-4069430156

   It'd be interesting if there was a static analyzer that could identify 
shortcuts.  It's common for methods/constructors to be overloaded with a quick 
call over to another that takes more arguments.
   
   Failing that... maybe whenever a shortcut is added, we do a follow-up to try 
convert every opportunity to use it.  But in practice... we're busy and don't 
prioritize.


-- 
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