This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244868

Summary: EDT violation on creating new Task
Product: connecteddeveloper Reporter: Tomas Pavek <tpavek>
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description Tomas Pavek 2014-06-03 15:55:01 UTC
Got this "Call to Swing not from EDT thread" violation in JDev (based on NB trunk bits from May 27) when clicking on Team | Report Task.

javax.swing.JLabel[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=8388608,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,horizontalAlignment=CENTER,horizontalTextPosition=TRAILING,iconTextGap=4,labelFor=,text=Preparing...,verticalAlignment=CENTER,verticalTextPosition=CENTER]
	at javax.swing.JComponent.repaint(JComponent.java:4793)
	at java.awt.Component.repaint(Component.java:3286)
	at java.awt.Component.show(Component.java:1624)
	at java.awt.Component.show(Component.java:1651)
	at java.awt.Component.setVisible(Component.java:1603)
	at javax.swing.JComponent.setVisible(JComponent.java:2640)
	at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent$5.run(IssueTopComponent.java:388)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Tomas Stupka 2014-06-06 15:04:01 UTC
fixed in core-main #969e5f33e9aa