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 59403 - Avoid empty ModuleInstall
Summary: Avoid empty ModuleInstall
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-05-31 09:55 UTC by _ rkubacki
Modified: 2005-09-05 09:55 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 2005-05-31 09:55:46 UTC
debuger core - UI module declares a ModuleInstall class that is actually empty.
Please remove it. Less loaded classes, less processing on startup.
Comment 1 Martin Entlicher 2005-05-31 10:15:03 UTC
I've just found it yesterday in the evening... :-)
Will remove it.
Comment 2 Martin Entlicher 2005-05-31 10:20:12 UTC
Fixed:

/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/CoreUIModule.java,v  <--
 CoreUIModule.java
new revision: delete; previous revision: 1.5

/cvs/debuggercore/manifest.mf,v  <--  manifest.mf
new revision: 1.71; previous revision: 1.70
Comment 3 _ rkubacki 2005-05-31 10:28:34 UTC
that was really quick, thanks