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 156769 - Replace FileChangeSupport by FileUtil.addFileChangeListener
Summary: Replace FileChangeSupport by FileUtil.addFileChangeListener
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on: 33162
Blocks:
  Show dependency tree
 
Reported: 2009-01-14 11:49 UTC by Jiri Skrivanek
Modified: 2009-04-08 19:57 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 Jiri Skrivanek 2009-01-14 11:49:41 UTC
Please, replace usage of FileChangeSupport in project.ant by
org.openide.filesystems.FileUtil.addFileChangeListener(FileChangeListener listener, File path)/removeFileChangeListener.
Detailed description of behaviour is in javadoc.
Comment 1 Jesse Glick 2009-04-06 20:31:50 UTC
Failure to do this means bugs might be incompletely fixed. See issue #161938 for example.
Comment 2 Jiri Skrivanek 2009-04-07 10:19:58 UTC
Fixed.
http://hg.netbeans.org/core-main/rev/2bbacd6640a5
Comment 3 Jiri Skrivanek 2009-04-07 10:20:30 UTC
Verified.
Comment 4 Quality Engineering 2009-04-08 07:48:40 UTC
Integrated into 'main-golden', will be available in build *200904080201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2bbacd6640a5
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #156769 - FileChangeSupport replaced by FileUtil.addFileChangeListener().
Comment 5 Quality Engineering 2009-04-08 19:57:22 UTC
Integrated into 'main-golden', will be available in build *200904081400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2bbacd6640a5
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #156769 - FileChangeSupport replaced by FileUtil.addFileChangeListener().