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 64136 - Useless SerDataObject
Summary: Useless SerDataObject
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 64142
  Show dependency tree
 
Reported: 2005-09-12 15:37 UTC by _ rkubacki
Modified: 2009-03-31 15:43 UTC (History)
0 users

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 _ rkubacki 2005-09-12 15:37:36 UTC
Recognizing of .ser files in clazz module is very likely obsolete now. Known
usages should be covered with generic InstanceDataObject (SwingBrowser.ser in
core/ui, it should be converted to .instance anyway). It only clutters the code
with few more classes.

Currently it is also probably broken - expanding of
core/ui/src/org/netbeans/core/ui/resources/SwingBrowser.ser shows an error node
together with info what is contained in the stream.

Also the usefullness of instance support for both .class and .ser objects is
questionable. If we need it to answer isApplet/Bean/Main there are other better
way than using this support to load the class into VM and analyze it relying on
some parts of old src hierarchy.
Comment 1 _ rkubacki 2005-09-12 15:41:04 UTC
less classes and possibility to proceed further with cleanup of old source
hierarchy (ClassElement.forName)
Comment 2 Jan Becicka 2005-09-22 14:04:14 UTC
Support of ser data object is feaure. See clazz.netbeans.org. We can consider
what features are uselless and what are usefull in future releases.
Comment 3 David Strupl 2009-03-31 15:43:08 UTC
Resolving all issues with milestone "future" as LATER. If you feel strongly that
it should be implemented please reopen and set the target milestone to "next".