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 225183

Summary: Possible NPE in automated tests (coming from AuthenticationSettingsPanel)
Product: cnd Reporter: Andrew Krasny <akrasny>
Component: executionAssignee: Andrew Krasny <akrasny>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Andrew Krasny 2013-01-22 14:17:17 UTC
The problem is in a race condition.. Validation fireChange should be done in edt.
Comment 1 Andrew Krasny 2013-01-22 14:20:15 UTC
http://hg.netbeans.org/cnd-main/rev/d3b9c6b9da86
Comment 2 Quality Engineering 2013-01-25 03:01:57 UTC
Integrated into 'main-golden', will be available in build *201301250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d3b9c6b9da86
User: Andrew Krasny <akrasny@netbeans.org>
Log: Bug #225183 - Possible NPE in automated tests (coming from AuthenticationSettingsPanel)

Firing validation event in ETD