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 53891 - Localizing bundle read for modules with actions defined in manifest during startup
Summary: Localizing bundle read for modules with actions defined in manifest during st...
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-01-24 14:27 UTC by _ rkubacki
Modified: 2008-12-23 08:45 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-24 14:27:15 UTC
During module enabling phase of startup we try to
avoid accessing localized info because it requires
to load & parse manifiest. But we still do this
for modules that have actions defined here
(MbInstaller.loadSections ->
Module.getLocalizedAttribute). This is pretty
minor contribution  to startup but perhaps can be
avoided.
Comment 1 Jesse Glick 2005-01-24 21:39:59 UTC
Can't be optimized that I know of; the module category is needed to
decide where to place the action in the Tools menu.

Manifest installation of *anything* is nearly deprecated; we are just
awaiting a proper action installation system (e.g. Looks). No plan to
optimize the old stuff.
Comment 2 Marian Mirilovic 2005-12-20 16:17:38 UTC
This issue was solved long time ago. Because nobody has reopened it neither
added comments, we are verifying/closing it now. 
If you are still able to reproduce the problem, please reopen. 

Thanks in advance.