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/11 13:54:37 UTC

[GitHub] [netbeans] neilcsmith-net edited a comment on issue #1288: [NETBEANS-2653] Generate toString() with StringBuilder

neilcsmith-net edited a comment on issue #1288: [NETBEANS-2653] Generate toString() with StringBuilder
URL: https://github.com/apache/netbeans/pull/1288#issuecomment-500851961
 
 
   @AlexFalappa and would be potentially detrimental for anyone on Java 9+ - see [here](https://dzone.com/articles/jdk-9jep-280-string-concatenations-will-never-be-t).  I'm pretty sure the StringBuilder optimization in javac predates Java 8 too.
   
   So, this might make sense as an option, but probably not the default or something to encourage.

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