vieiro commented on PR #5502:
URL: https://github.com/apache/netbeans/pull/5502#issuecomment-1435527378

   [Every time we use varargs, the Java compiler creates an array to hold the 
given parameters.](https://www.baeldung.com/java-varargs#1-safe-usage)
   
   As a consequence, you're not really "Removed unnecessary new Object calls on 
MessageFormat" , the compiler will add these for you.
   
   I can't see enough value on this PR.


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to