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 240720 - EDT violation on saving query
Summary: EDT violation on saving query
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 18:25 UTC by Tomas Pavek
Modified: 2014-01-23 02:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2014-01-20 18:25:48 UTC
(Custom build from current sources.)

Call to Swing component not from the EDT Thread - in violation of Swing's single 
threaded policy.
javax.swing.JLabel[,12,11,59x23,alignmentX=0.0,alignmentY=0.0,border=,flags=276824064,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,horizontalAlignment=LEADING,horizontalTextPosition=TRAILING,iconTextGap=4,labelFor=,text=BSAF,verticalAlignment=CENTER,verticalTextPosition=CENTER]
	at javax.swing.JComponent.repaint(JComponent.java:4795)
	at java.awt.Component.repaint(Component.java:3286)
	at javax.swing.JLabel.setText(JLabel.java:344)
	at org.netbeans.modules.jira.query.QueryPanel.setSaved(QueryPanel.java:1367)
	at org.netbeans.modules.jira.query.QueryController.setAsSaved(QueryController.java:963)
	at org.netbeans.modules.jira.query.QueryController.save(QueryController.java:869)
	at org.netbeans.modules.jira.query.QueryController$6.run(QueryController.java:840)
	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-01-21 10:55:30 UTC
fixed in core-main #0f0a686100cc
Comment 2 Quality Engineering 2014-01-23 02:39:08 UTC
Integrated into 'main-silver', will be available in build *201401230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0f0a686100cc
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #240720 - EDT violation on saving query