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 43216 - Avoid ModuleInstall subclass
Summary: Avoid ModuleInstall subclass
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Ondrej Rypacek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-05-13 15:33 UTC by _ rkubacki
Modified: 2006-03-24 09:58 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 2004-05-13 15:33:48 UTC
Now it is used to null reference to created
component. Probably there is no reason to have
this reference at all. WindowManager should return
it quickly for the rare usages of
WelcomeComponent.findComp. This can help us to
remove
ide/welcome/src/org/netbeans/modules/welcome/WelcomeInstall.java
completely.
Comment 1 Ondrej Rypacek 2004-10-27 17:09:09 UTC
I agree
Comment 2 Ondrej Rypacek 2005-03-31 07:39:03 UTC
fixed.

checked in ide/welcome/manifest.mf, rev. 1.6
removed ide/welcome/src/org/netbeans/modules/welcome/WelcomeInstall.java
Comment 3 _ rkubacki 2005-03-31 08:09:12 UTC
thanks