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 62023 - Grouping of ToolsActions slows down startup
Summary: Grouping of ToolsActions slows down startup
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@platform
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-08-10 09:19 UTC by _ rkubacki
Modified: 2009-10-20 16:55 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-08-10 09:19:39 UTC
NbInstaller looks for localizing bundle, opens it and parses for each module
that adds a tools action to make it possible to group these action by module
categories. Not a big CPU load but for cold start it means reading of the
localizing bundle although we could avoid it. 

The result is questionable anyway: big Java group but separated from 'JUnit
tests', apply diff together with i18n, a group for add to favorites.
Comment 1 Jesse Glick 2009-10-20 16:55:39 UTC
Tools actions are semideprecated anyway, and the cost is paid only for modules that have one.