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 11155 - don't use static initializers in the generated BeanInfo
Summary: don't use static initializers in the generated BeanInfo
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Petr Suchomel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-06 17:17 UTC by Martin Matula
Modified: 2001-08-07 14:09 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matula 2001-04-06 17:17:42 UTC
The generated BeanInfo should use lazy initialization instead of static 
initializers for creating the arrays of descriptors.
See also: http://www.netbeans.org/issues/show_bug.cgi?id=11062
Comment 1 Jan Chalupa 2001-05-05 20:11:17 UTC
Target milestone -> 3.3
Comment 2 Petr Suchomel 2001-08-07 14:09:55 UTC
Imlemented in main trunk