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

Summary: target.iterator loaded for no reason
Product: javaee Reporter: Jesse Glick <jglick>
Component: CodeAssignee: Denis Anisimov <ads>
Status: RESOLVED FIXED    
Severity: normal Keywords: ARCH, PERFORMANCE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 120810    

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.