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 20441

Summary: BeanEditor does not recognize old generated code
Product: java Reporter: _ pkuzel <pkuzel>
Component: BeansAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: blocker CC: mgrummich
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ pkuzel 2002-02-11 18:49:27 UTC
I have some bean infos created with an older version of bean editor (i.e. one
huge static block initializing all fields). New beans module version uses static
method per bean info property.

Problem is that no upgrade of _generated_ code is done and source is cluttered
by both extra static methods and static initializer.
Comment 1 Marek Grummich 2002-02-13 09:25:45 UTC
I have set the version to 3.3.1 because it was appeared in this vesion
too.
Comment 2 _ pkuzel 2002-02-15 14:37:22 UTC
It is driven by "lazy" property that is by default false. Why a user
does not automatically get upgraded code (it gets only methods
signatures)?

Let the "lazy" property defaults to true, or let its default is driven
by a global setting.
Comment 3 Svata Dedic 2002-05-21 17:02:08 UTC
Cleaning up
Comment 4 Marek Grummich 2002-07-19 16:30:02 UTC
Target milestone was changed from not determined to TBD