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 - BeanEditor does not recognize old generated code
Summary: BeanEditor does not recognize old generated code
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-11 18:49 UTC by _ pkuzel
Modified: 2010-09-23 08:29 UTC (History)
1 user (show)

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 _ 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