You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Petar Krumov (JIRA)" <ji...@apache.org> on 2019/08/01 09:09:00 UTC

[jira] [Created] (NETBEANS-2930) Event Dispatch Thread (EDT) in Plugins Tab

Petar Krumov created NETBEANS-2930:
--------------------------------------

             Summary: Event Dispatch Thread (EDT) in Plugins Tab
                 Key: NETBEANS-2930
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2930
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Plugin Manager
    Affects Versions: 11.1
            Reporter: Petar Krumov


*Pre-conditions:*
Start Netbeans IDE

 

*Steps:*
 # From menu Tools chose Plugins
 # Click on tab Installed

*Current*: AWT Event dispatch thread (EDT)
{quote}Stack-trace: java.lang.Exception: Stack dump
 at de.qfs.lib.util.Misc.getCurrentStackTrace(Misc.java:1737)
 at de.qfs.apps.qftest.client.awt.s.a(SourceFile:2272)
 at de.qfs.apps.qftest.client.awt.s.stateChanged(SourceFile:1750)
 at javax.swing.DefaultButtonModel.fireStateChanged(DefaultButtonModel.java:349)
 at javax.swing.DefaultButtonModel.setEnabled(DefaultButtonModel.java:209)
 at javax.swing.AbstractButton.setEnabled(AbstractButton.java:2092)
 at org.netbeans.modules.autoupdate.ui.UnitTab.setWaitingState(UnitTab.java:231)
 at org.netbeans.modules.autoupdate.ui.PluginManagerUI.setWaitingState(PluginManagerUI.java:138)
 at org.netbeans.modules.autoupdate.ui.PluginManagerUI$2$1.run(PluginManagerUI.java:178)
 at org.netbeans.modules.autoupdate.ui.Utilities$1.run(Utilities.java:469)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
 at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{quote}
*Expected*: No issues

 

*Additional information*: The issue is typically not visible to the user since there's no EDT logger in Netbeans IDE. I've used an automation tool (QFTest) to find the issue.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

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