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 81195

Summary: [sendopts]Performance of help
Product: contrib Reporter: Jan Lahoda <jlahoda>
Component: CodeAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 57611    

Description Jan Lahoda 2006-07-26 17:45:46 UTC
[using recent trunk sources and recent contrib/sendopts]

(Server means already running instance of the IDE, client means the instance
that is just being started and that passes its command line arguments to the
server):

Currently, the help is created in the client, meaning that the client needs to
start the module system, etc., which takes some time. I think it would be better
to create the help in the server and sent to the client, like it is done with
option processing errors. This should be much faster.
Comment 1 Jaroslav Tulach 2006-07-27 14:41:21 UTC
Checking in bootstrap/test/unit/src/org/netbeans/CLIHandlerTest.java;
/shared/data/ccvs/repository/core/bootstrap/test/unit/src/org/netbeans/CLIHandlerTest.java,v  
<--  CLIHandlerTest.java
new revision: 1.9; previous revision: 1.8
done
Checking in bootstrap/src/org/netbeans/CLIHandler.java;
/shared/data/ccvs/repository/core/bootstrap/src/org/netbeans/CLIHandler.java,v  
<--  CLIHandler.java
new revision: 1.45; previous revision: 1.44
done
Checking in startup/src/org/netbeans/core/startup/CLICoreBridge.java;
/shared/data/ccvs/repository/core/startup/src/org/netbeans/core/startup/CLICoreBridge.java,v  
<--  CLICoreBridge.java
new revision: 1.13; previous revision: 1.12
done
Checking in startup/src/org/netbeans/core/startup/MainLookup.java;
/shared/data/ccvs/repository/core/startup/src/org/netbeans/core/startup/MainLookup.java,v  
<--  MainLookup.java
new revision: 1.8; previous revision: 1.7