lahodaj commented on PR #7928: URL: https://github.com/apache/netbeans/pull/7928#issuecomment-2449252836
Not too much against SM removal. A few assorted comments, just to list what I know of. None of these necessarily means we need to replace SM, but it is something we are loosing. - I know about 4 ways to trigger `System.exit/Runtime.exit/Runtime.halt` in current NetBeans: a NetBeans module, an annotation processor/javac Plugin running for an open project, a Jackpot rule and profiler query language. (I don't want to put too much details here, as they can be sensitive.) - for the clipboard, there's "Paste from History" (Ctrl-Shift-D), which I believe depends on the ability to listen on the clipboard, and the standard Swing clipboard is not firing events, so the history may be missing some entries. (Although I suspect there's a check and event on Window activated, so this mostly affects stuff copied inside the IDE.) - for I/O tracking, besides the runtime, there are quite a few tests that track I/O to verify the code is not touching "too many files". - -- 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
