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 87622 - ModuleInstall class that is actually noop
Summary: ModuleInstall class that is actually noop
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2006-10-20 11:32 UTC by _ rkubacki
Modified: 2008-04-25 20:02 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 2006-10-20 11:32:54 UTC
serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/Installer.java
is registered in manifest as a module install class but there is no real code to
be executed. It is waste of time to load it on startup.
Comment 1 _ rkubacki 2006-10-20 11:34:40 UTC
ideHomeLoaction can be moved to PluginProperies where it is really used. Facade
probably does not need to be here too.
Comment 2 Vince Kraemer 2008-04-25 20:02:46 UTC
It looks like there is a lot that happens in the installer...

closing as invalid