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 12419 - instanceCreate returns new object when bean is modified
Summary: instanceCreate returns new object when bean is modified
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 12258
  Show dependency tree
 
Reported: 2001-05-25 13:42 UTC by _ rkubacki
Modified: 2008-12-23 13:47 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
patch against release32 branch (944 bytes, patch)
2001-07-20 20:49 UTC, _ rkubacki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2001-05-25 13:42:45 UTC
When I modify bean it is automatically saved after short delay and next call of
instanceCreate instantiates new object.
Comment 1 _ rkubacki 2001-05-25 13:44:26 UTC
Created attachment 1434 [details]
patch against release32 branch
Comment 2 Jesse Glick 2001-05-25 14:05:17 UTC
Jarda I think the original logic is yours.
Comment 3 _ rkubacki 2001-05-25 15:07:43 UTC
I suppose to commit this into trunk and if there is no objection to include into
3.2.1 release too as it causes usability problem when using web browsers
Comment 4 Jaroslav Tulach 2001-05-30 14:40:23 UTC
Radim I see that you have already patched the main trunk.
Comment 5 _ rkubacki 2001-06-08 14:34:44 UTC
I applied it to pilsen_fcs branch too