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 29897

Summary: Do not modify WebInfLoader when web/advanced module is installed
Product: javaee Reporter: _ rkubacki <rkubacki>
Component: CodeAssignee: _ rkubacki <rkubacki>
Status: VERIFIED FIXED    
Severity: blocker CC: asherman
Priority: P3 Keywords: PERFORMANCE
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 29473    

Description _ rkubacki 2003-01-09 13:34:51 UTC
This hurts performance because it needs to be
initialized and stored with modification.

Possible way is to move tag library management to
web/core
Comment 1 _ rkubacki 2003-01-17 17:03:39 UTC
Action in web/advanced now acts only as an ActionPerformer of new
action in web/core

/cvs/web/advanced/manifest.mf,v  <--  manifest.mf
new revision: 1.65; previous revision: 1.64
/cvs/web/advanced/src/org/netbeans/modules/web/ie/WebModule.java,v 
<--  WebModule.java
new revision: 1.56; previous revision: 1.55
/cvs/web/advanced/src/org/netbeans/modules/web/taglib/actions/AddTagLibAction.java,v
 <--  AddTagLibAction.java
new revision: 1.9; previous revision: 1.8
/cvs/web/core/manifest.mf,v  <--  manifest.mf
new revision: 1.17; previous revision: 1.16
/cvs/web/core/src/org/netbeans/modules/web/context/WebInfLoader.java,v
 <--  WebInfLoader.java
new revision: 1.8; previous revision: 1.7
/cvs/web/core/src/org/netbeans/modules/web/context/actions/AddTagLibAction.java,v
 <--  AddTagLibAction.java
initial revision: 1.1
/cvs/web/core/src/org/netbeans/modules/web/context/actions/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
Comment 2 _ rkubacki 2003-01-23 13:44:04 UTC
Need more scaling solution. Moreover now it causes NPE from
Utilities.actionsToPopup
Comment 4 Dan Kolar 2007-07-31 13:11:38 UTC
v.