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 - 'position' attribute written for newly created files/folders on disk
Summary: 'position' attribute written for newly created files/folders on disk
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 103187
  Show dependency tree
 
Reported: 2007-08-01 00:21 UTC by Jesse Glick
Modified: 2008-12-22 13:56 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 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