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 208096

Summary: Provide Fix for enhanced for loop on enumeration
Product: java Reporter: Ralph Ruijs <ralphbenjamin>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Ralph Ruijs 2012-02-06 15:24:46 UTC
Using an enhanced for loop on an Enumeration is not possible, but can be easily rewritten to a while-loop.