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 30051 - ServerInstanceNode initializes action in initializer
Summary: ServerInstanceNode initializes action in initializer
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2003-01-14 11:05 UTC by _ rkubacki
Modified: 2003-02-04 13:47 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 _ rkubacki 2003-01-14 11:05:11 UTC
Use createActions factory method to build actions
rather than static initializer and setActions.
Comment 1 _ rkubacki 2003-01-24 13:57:36 UTC
j2eeserver/src/org/netbeans/modules/j2ee/server/ServerInstanceNode.java
revision 1.6
Lazy init of node actions (30051)