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

Summary: don't use static initializers in the generated BeanInfo
Product: java Reporter: Martin Matula <mmatula>
Component: BeansAssignee: Petr Suchomel <psuchomel>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: TASK Exception Reporter:

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