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 190300 - Use FileObject instead of java.io.File in CND where possible
Summary: Use FileObject instead of java.io.File in CND where possible
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks: 188813
  Show dependency tree
 
Reported: 2010-09-10 17:18 UTC by Vladimir Kvashin
Modified: 2010-09-10 17:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2010-09-10 17:18:48 UTC
Now java.io.File is used extensively in CND modules. This does not allow switching  to remote file system. Use of java.io.File should be replaced with use of FileObject in all places that concerns CND project content.