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 57222 - Remove unused Java wizards
Summary: Remove unused Java wizards
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-03-30 19:31 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
commit (11.16 KB, text/plain)
2006-04-10 14:42 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2005-03-30 19:31:24 UTC
Currently we have two kinds of wizards defined for Java classes. One is in java
module and the second that is project sensitive comes from java/projects. The
latter masks the first one and there is probably no place where you can
instantiate Java template using the first. We should remove it to make things
simpler. The benefit will be smaller module footprint and easier merge of XML
layers.
Comment 1 _ rkubacki 2005-03-30 19:32:13 UTC
As mentioed there is small perf. benefit.
Comment 2 Jan Becicka 2005-09-29 16:53:56 UTC
This is task IMO.
Comment 3 Jan Becicka 2005-09-30 09:22:34 UTC
Radim wants this issue :)
Comment 4 _ rkubacki 2006-04-10 14:42:04 UTC
Created attachment 29733 [details]
commit
Comment 5 _ rkubacki 2006-04-10 14:45:19 UTC
removed in trunk
Comment 6 Max Sauer 2006-07-11 14:45:12 UTC
Hm, verified. You have broken our qa-functional tests by this :)