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 53959 - Avoid MDRLoader
Summary: Avoid MDRLoader
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-01-25 13:45 UTC by _ rkubacki
Modified: 2009-05-16 19:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2005-01-25 13:45:10 UTC
MDRLoader and MDRDataObject seems to be avoidable.
If their attributes are read only values specified
in layer it might be possible to use instance DO
instead of these custom DOs and thus we can save
an entry in loaders chain - faster loaders
restoring, faster DO recognition.

If we need to update these object can still
consider writing a convertor.
Comment 1 Jaroslav Tulach 2009-05-16 19:30:16 UTC
Not really performance problem for NetBeans IDE anymore.