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 156757 - Replace FileChangeSupport by FileUtil.addFileChangeListener
Summary: Replace FileChangeSupport by FileUtil.addFileChangeListener
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on: 33162
Blocks:
  Show dependency tree
 
Reported: 2009-01-14 10:44 UTC by Jiri Skrivanek
Modified: 2009-07-16 12:45 UTC (History)
0 users

See Also:
Issue Type: TASK
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 10:44:33 UTC
Please, replace usage of FileChangeSupport in ruby.rakeproject by
org.openide.filesystems.FileUtil.addFileChangeListener(FileChangeListener listener, File path)/removeFileChangeListener.
Detailed description of behaviour is in javadoc.
Comment 1 Erno Mononen 2009-06-22 15:41:37 UTC
Fixed some time ago in 4b4a4e36af0d.
Comment 2 Jiri Skrivanek 2009-07-16 12:45:36 UTC
Verified.