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 - Provide Fix for enhanced for loop on enumeration
Summary: Provide Fix for enhanced for loop on enumeration
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-06 15:24 UTC by Ralph Ruijs
Modified: 2013-09-02 14:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.