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 156755 - Replace FileChangeSupport by FileUtil.addFileChangeListener
Summary: Replace FileChangeSupport by FileUtil.addFileChangeListener
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on: 33162
Blocks:
  Show dependency tree
 
Reported: 2009-01-14 10:44 UTC by Jiri Skrivanek
Modified: 2009-02-19 21:09 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:27 UTC
Please, replace usage of FileChangeSupport in java.source by
org.openide.filesystems.FileUtil.addFileChangeListener(FileChangeListener listener, File path)/removeFileChangeListener.
Detailed description of behaviour is in javadoc.
Comment 1 Rastislav Komara 2009-02-03 10:55:15 UTC
Overtake.