You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/04/05 08:53:48 UTC

[GitHub] rtaneja1 commented on a change in pull request #471: [NETBEANS-491] Fix issue reporting

rtaneja1 commented on a change in pull request #471: [NETBEANS-491] Fix issue reporting
URL: https://github.com/apache/incubator-netbeans/pull/471#discussion_r179392746
 
 

 ##########
 File path: uihandler/src/org/netbeans/modules/uihandler/UIHandler.java
 ##########
 @@ -245,8 +249,12 @@ public void actionPerformed(ActionEvent ev) {
         Window w = SwingUtilities.windowForComponent(c);
         if (w != null) {
             w.dispose();
-        } 
-        Installer.RP.post(this);
+        }
 
 Review comment:
   Hi, I ran tests for uihandler, those passed, please let me know which other modules I need to test.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists