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

Summary: Grouping of ToolsActions slows down startup
Product: platform Reporter: _ rkubacki <rkubacki>
Component: -- Other --Assignee: issues@platform <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: issues
Priority: P4 Keywords: PERFORMANCE
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.