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 92671 - before change notification in VCSInterceptor
Summary: before change notification in VCSInterceptor
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on: 92676
Blocks: 90924 91280
  Show dependency tree
 
Reported: 2007-01-17 10:08 UTC by Tomas Stupka
Modified: 2007-02-15 09:50 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 2007-01-17 10:08:06 UTC
according to #90924 - the VCSInterceptor should notify that a change is going to
happen to a file.
Comment 1 Tomas Stupka 2007-02-12 17:05:53 UTC
integrating with changes made for issue #92676

Checking in FilesystemInterceptor.java;
/cvs/versioncontrol/src/org/netbeans/modules/versioning/FilesystemInterceptor.java,v
 <--  FilesystemInterceptor.java
new revision: 1.4; previous revision: 1.3
done
Checking in spi/VCSInterceptor.java;
/cvs/versioncontrol/src/org/netbeans/modules/versioning/spi/VCSInterceptor.java,v
 <--  VCSInterceptor.java
new revision: 1.3; previous revision: 1.2
done
Comment 2 Tomas Stupka 2007-02-15 09:50:18 UTC
fixed