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 190513 - do not listen on preference changes in SvnConfigFiles
Summary: do not listen on preference changes in SvnConfigFiles
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 10:16 UTC by Tomas Stupka
Modified: 2010-09-23 03:00 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 Stupka 2010-09-22 10:16:48 UTC
SvnConfigFiles listens on preference changes in SvnModuleConfig. Unfortunately, the events are fired asynchronously what might cause a race condition in some rare cases.
Comment 1 Tomas Stupka 2010-09-22 10:20:32 UTC
http://hg.netbeans.org/cdev/rev/6a6e0b2f715c
fixed
Comment 2 Quality Engineering 2010-09-23 03:00:13 UTC
Integrated into 'main-golden', will be available in build *201009230000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6a6e0b2f715c
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #190513 - do not listen on preference changes in SvnConfigFiles