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 - Possible NPE in automated tests (coming from AuthenticationSettingsPanel)
Summary: Possible NPE in automated tests (coming from AuthenticationSettingsPanel)
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.4
Hardware: All Solaris
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-22 14:17 UTC by Andrew Krasny
Modified: 2013-01-25 03:01 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 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