mbien commented on PR #7075: URL: https://github.com/apache/netbeans/pull/7075#issuecomment-2006030683
I looked through [com.sun.tools.javac.tree.Pretty](https://github.com/openjdk/jdk/blob/jdk-22%2B36/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/Pretty.java) which is called by `JCTree#toString` and I think it should be fine to call `TreePath#toString` lazily on EDT -> merging once green again -- 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
