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 21955 - Delay initialization of tools actions
Summary: Delay initialization of tools actions
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 21676
  Show dependency tree
 
Reported: 2002-03-28 16:51 UTC by Jaroslav Tulach
Modified: 2008-12-22 21:55 UTC (History)
0 users

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 Jaroslav Tulach 2002-03-28 16:51:20 UTC
They are loaded into VM on startup, load them as soon as somebody asks for them.
Comment 1 Jaroslav Tulach 2002-03-28 17:22:07 UTC
Checking in ModuleActions.java;
/cvs/core/src/org/netbeans/core/ModuleActions.java,v  <-- 
ModuleActions.java
new revision: 1.20; previous revision: 1.19
done
Processing log script arguments...
More commits to come...
Checking in modules/NbInstaller.java;
/cvs/core/src/org/netbeans/core/modules/NbInstaller.java,v  <-- 
NbInstaller.java
new revision: 1.29; previous revision: 1.28
Comment 2 pzajac 2003-09-03 11:46:12 UTC
verified