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 51682 - Suboptimal mf-layer in JMI utlities module
Summary: Suboptimal mf-layer in JMI utlities module
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-11-19 16:22 UTC by _ rkubacki
Modified: 2008-10-24 09:36 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 2004-11-19 16:22:47 UTC
mdr/nbjmiutils/src/org/netbeans/modules/jmiutils/resources/layer.xml
registers a lot of services into lookup. The less
items the faster processing of SFS.

It is questionable whether we need such level of
extensibility/customization. Maybe we can reduce
the amount of items here.

Those items that needs to be registered but may
not be used should be defined in a way that allows
lazy instantiation
(http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/services-api.html#instancecookie-of)

Use of OpenIDE-Folder-Order is also probably a
mistake.
Comment 1 Marian Mirilovic 2006-12-04 22:09:52 UTC
I think all of these issues are going to be closed, aren't they?
Comment 2 Jaroslav Tulach 2008-10-24 09:36:15 UTC
Should be closed.