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 - Do not modify WebInfLoader when web/advanced module is installed
Summary: Do not modify WebInfLoader when web/advanced module is installed
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 29473
  Show dependency tree
 
Reported: 2003-01-09 13:34 UTC by _ rkubacki
Modified: 2007-07-31 13:11 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 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.