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 247670 - EDT violation from editing team server
Summary: EDT violation from editing team server
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-03 12:29 UTC by Tomas Pavek
Modified: 2014-10-11 11:30 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-10-03 12:29:55 UTC
INFO: Call to Swing component not from the EDT Thread - in violation of Swing's single threaded policy.
javax.swing.JLabel[,0,0,74x22,alignmentX=0.0,alignmentY=0.0,border=,flags=276824064,maximumSize=,minimumSize=,preferredSize=,defaultIcon=javax.swing.ImageIcon@61912cf4,disabledIcon=,horizontalAlignment=LEADING,horizontalTextPosition=TRAILING,iconTextGap=4,labelFor=,text=QA Dev S,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.team.server.ui.picker.ServerPanel$1.propertyChange(ServerPanel.java:111)
	at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
	at org.netbeans.modules.odcs.ui.api.ODCSUiServer.setDisplayName(ODCSUiServer.java:176)
	at org.netbeans.modules.team.server.ui.common.EditInstanceAction$1$1.run(EditInstanceAction.java:93)
	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-10-10 15:40:40 UTC
fixed in core-main #282c994c716c
Comment 2 Quality Engineering 2014-10-11 11:30:52 UTC
Integrated into 'main-silver', will be available in build *201410110714* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/282c994c716c
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #247670 - EDT violation from editing team server