You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/06/14 05:51:57 UTC

[GitHub] [netbeans] jlahoda commented on issue #1288: [NETBEANS-2653] Generate toString() with StringBuilder

jlahoda commented on issue #1288: [NETBEANS-2653] Generate toString() with StringBuilder
URL: https://github.com/apache/netbeans/pull/1288#issuecomment-501977626
 
 
   I wonder what is the advantage of someone generating the toString with explicit StringBuilders? Isn't that what (for 5 <= JDK <=8) javac will produce itself?
   
   If someone wants to customize the toString in such a way that the StringBuilder would help, would including a possibility to expand string concatenation to StringBuilder in the Alt-Enter popup help more?
   
   Anyway, as this is default off, and tested, I don't have strong objections, but I don't see a strong reason for this either. Sorry.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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