adparts opened a new issue, #7643: URL: https://github.com/apache/netbeans/issues/7643
### Apache NetBeans version Apache NetBeans 22 ### What happened Clicking this code hint:  Does not change anything in the editor. This hint does not work when the string is the **Annotation default value.** ### Language / Project Type / NetBeans Component _No response_ ### How to reproduce Use this (nonsense) code and click the convert to text block hint: ```java @SuppressWarnings("This is an example\n" + "that does not work\n" + "converting to a text block") public static void main(String[] args) { } ``` ### Did this work correctly in an earlier version? No / Don't know ### Operating System Fedora Core 40 ### JDK 21 ### Apache NetBeans packaging Apache NetBeans Snap Package ### Anything else _No response_ ### Are you willing to submit a pull request? No -- 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
