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

Summary: Replace FileChangeSupport by FileUtil.addFileChangeListener
Product: java Reporter: Jiri Skrivanek <jskrivanek>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 33162    
Bug Blocks:    

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.