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 71934 - Cannot create new FileType in Options|Advanced dialog
Summary: Cannot create new FileType in Options|Advanced dialog
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: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-01-27 14:27 UTC by Jiri Rechtacek
Modified: 2008-12-23 00:39 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 Jiri Rechtacek 2006-01-27 14:27:19 UTC
Open Options dialog, select Advanced Options and try invoke New actions on File
Type node (or Autoupdate Types). The wizard cannot continue because the target
filesystem is read-only.
This problem was caused by change
http://openide.netbeans.org/source/browse/openide/fs/src/org/openide/filesystems/MultiFileObject.java?r1=1.1&r2=1.2

After rollback this change it works for me.
Comment 1 Jesse Glick 2006-01-27 19:26:01 UTC
== -> !=

Checking in MultiFileObject.java;
/shared/data/ccvs/repository/openide/fs/src/org/openide/filesystems/MultiFileObject.java,v
 <--  MultiFileObject.java
new revision: 1.3; previous revision: 1.2
done