tbw777 commented on PR #5332:
URL: https://github.com/apache/netbeans/pull/5332#issuecomment-1405510914

   > ```java
   > sb.append("Hallo");
   > sb.append("Welt");
   > ```
   
   no, this way:
   > ```java
   > sb.append("Hallo").append("Welt");
   > ```
   
   But as I remembered that jep 280 really can fix this and we dont needed to 
change anything not in cycles. Only cycles need to be updated. I must to make 
some tests. IMHO the right way will be to update bytecode version of the 
project. What do you think?


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