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 16614 - Extensions list should be read only for system dataloaders
Summary: Extensions list should be read only for system dataloaders
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: phamernik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-16 14:11 UTC by Jan Zajicek
Modified: 2008-12-22 17:58 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 Jan Zajicek 2001-10-16 14:11:33 UTC
dev #20011015

check Options, IDE Configuration, System, Object Types, Action Instances and
remove i.e. the 'settings' extension from the list -> the ide will be totally
unusable - no fss, cannot exit, etc. - no settings avaible ;-)

So make the extensions list property read only for action instances and folders,
generally for all system loaders.
Comment 1 phamernik 2001-10-18 14:55:44 UTC
The bug was fixed in two places:
1) InstanceDataObject - it is not possible to 
remove 'instance', 'ser' and 'settings'
extensions from the extension list property. 
2) The 'extensions' property in beaninfos for InstanceLoader 
and FolderLoader is now read-only.
Comment 2 Jan Zajicek 2001-10-19 09:31:32 UTC
verified in dev#20011019
Comment 3 phamernik 2001-10-22 11:22:07 UTC
I implemented the better solution proposed by Jesse Glick.
PropertyDescriptor array from UniFileLoaderBeanInfo is not used and
modified any more. The change is in org.netbeans.beaninfo.DataLoaderPool .
Comment 4 Quality Engineering 2003-07-01 16:24:37 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.