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 204541 - target.iterator loaded for no reason
Summary: target.iterator loaded for no reason
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords: ARCH, PERFORMANCE
Depends on:
Blocks: 120810
  Show dependency tree
 
Reported: 2011-11-01 19:58 UTC by Jesse Glick
Modified: 2011-11-03 15:40 UTC (History)
0 users

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 Jesse Glick 2011-11-01 19:58:56 UTC
Even assuming it is intentional that target.iterator remain in the ide cluster even though its sole usage is in web.core in the enterprise cluster (a strange situation), it should be autoload and should not be listed as a dependency of ide.kit. (Kits should only have dependencies on regular modules providing visible features.) Currently it is enabled but unused in Java SE or non-Java-oriented distributions, which is silly.
Comment 1 Denis Anisimov 2011-11-02 06:28:42 UTC
web-main#1ca166bb51d9
Comment 2 Quality Engineering 2011-11-03 15:40:43 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/1ca166bb51d9
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#204541 - target.iterator loaded for no reason.