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 34724 - LocalFilestem operation getChildren() retuns .nbattrs~
Summary: LocalFilestem operation getChildren() retuns .nbattrs~
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-02 12:40 UTC by Tomas Zezula
Modified: 2008-12-22 22:46 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 Tomas Zezula 2003-07-02 12:40:58 UTC
The LocalFilesystem returns .nbattrs~ file as a child,
this file is a transient file and causes lots of problems
in the project infrastructure.
Solution is not to return this file.
Comment 1 rmatous 2003-07-02 13:39:36 UTC
Fixed in trunk. 

/cvs/openide/src/org/openide/filesystems/DefaultAttributes.java,v  <--
 DefaultAttributes.java
new revision: 1.69; previous revision: 1.68
Comment 2 pzajac 2003-07-05 09:56:14 UTC
[200307040100] verified. The '.nbattrs~' file is not child now.