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 107765 - Flawed logic in testing for file existence during update
Summary: Flawed logic in testing for file existence during update
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS library (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-22 08:35 UTC by davmac
Modified: 2007-06-22 08:38 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
patch for issue (1.78 KB, patch)
2007-06-22 08:38 UTC, davmac
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description davmac 2007-06-22 08:35:46 UTC
There is flawed logic to test for the presence of a file during update, which leads to incorrect events being generated
by the library. Essentially the problem is that the update is performed (which potentially removes the file) before
testing for the files existence.

I have a patch to correct this.
Comment 1 davmac 2007-06-22 08:38:10 UTC
Created attachment 44238 [details]
patch for issue