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 59210 - Useless dummy class in websvc
Summary: Useless dummy class in websvc
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-05-24 13:31 UTC by _ rkubacki
Modified: 2005-11-10 16:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (1.30 KB, patch)
2005-05-24 13:31 UTC, _ rkubacki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2005-05-24 13:31:03 UTC
The empty class in
websvc/registry/src/org/netbeans/modules/websvc/registry/netbeans/WebServiceModuleInstaller.java
is used only to get a classloader. This is probably a waste of space as you can
get the classloader of WebServiceModuleInstaller itself.
Comment 1 _ rkubacki 2005-05-24 13:31:28 UTC
Created attachment 22284 [details]
patch
Comment 2 _ rkubacki 2005-05-24 13:32:12 UTC
affects app footprint
Comment 3 _ rkubacki 2005-09-01 13:07:37 UTC
fixed together with issue #58779
Comment 4 Lukas Jungmann 2005-11-10 16:52:27 UTC
v. 200511091900