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

Summary: LocalFilestem operation getChildren() retuns .nbattrs~
Product: platform Reporter: Tomas Zezula <tzezula>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.