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 13733 - ArrayList/Vector and HashMap/Hashtable type bean properties will help
Summary: ArrayList/Vector and HashMap/Hashtable type bean properties will help
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-19 12:10 UTC by navneet
Modified: 2010-09-23 08:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description navneet 2001-07-19 12:10:25 UTC
I have been working with the bean patterns that Netbeans provides and
I have found that the code generated for index property that is not
really useful since the memory allocation and other issues are not
taken care of. 

It will help if the implementation of the indexed property allows me
to specify if I want to use a Vector/ArrayList or a Hashtable/HashMap
for storing the properties.

I can help in making this enhancement if you can give me some pointers
as to where the enhancement needs to be made in the netbeans tree since
I assume its more like the template that has been used for the existing
property types.
Comment 1 Jan Chalupa 2001-11-27 10:55:32 UTC
Target milestone -> 3.3.1.
Comment 2 Svata Dedic 2002-05-21 17:02:01 UTC
Cleaning up
Comment 3 Marek Grummich 2002-07-19 16:46:01 UTC
Target milestone was changed from not determined to TBD