mbien commented on code in PR #7928: URL: https://github.com/apache/netbeans/pull/7928#discussion_r1953713548
########## platform/o.n.bootstrap/src/org/netbeans/TopSecurityManager.java: ########## @@ -19,163 +19,13 @@ package org.netbeans; -import java.awt.AWTPermission; -import java.io.FileDescriptor; -import java.lang.reflect.Field; -import java.lang.reflect.Method; -import java.net.InetAddress; -import java.net.URL; -import java.net.UnknownHostException; -import java.security.AccessControlContext; -import java.security.AccessController; -import java.security.AllPermission; -import java.security.CodeSource; -import java.security.Permission; -import java.security.PrivilegedActionException; -import java.security.PrivilegedExceptionAction; -import java.util.ArrayList; -import java.util.HashSet; -import java.util.Iterator; -import java.util.List; -import java.util.Set; -import java.util.logging.Level; -import java.util.logging.Logger; -import java.util.logging.LoggingPermission; -import org.openide.util.Lookup; -import org.openide.util.WeakSet; - /** NetBeans security manager implementation. * @author Ales Novak, Jesse Glick Review Comment: renamed the class to `NbExit` since the only remaining purpose seems to be to not block shutdown hooks which might call exit() too. I reimplemented the logic with `AtomicBoolean` to remove a race condition + removed author information as requested. -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists