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 111560

Summary: 'position' attribute written for newly created files/folders on disk
Product: platform Reporter: Jesse Glick <jglick>
Component: FilesystemsAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 103187    

Description Jesse Glick 2007-08-01 00:21:32 UTC
Either because of the main fix of issue #103187 or some follow-up fix, when new files or folders are created in the IDE
using the NFW, a 'position' attribute is written for them (to $userdir/var/attributes.xml), which later causes problems
(e.g. warnings in log file). Need to investigate why this is written - is something calling DataFolder.setOrder?
Comment 1 Jesse Glick 2007-08-01 00:24:44 UTC
FileUtil.java 1.44