Bug 26785 - Unreachable empty blocks should be reported in 1.4 compliant mode
Summary: Unreachable empty blocks should be reported in 1.4 compliant mode
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-20 11:45 EST by Philipe Mulet CLA
Modified: 2002-12-17 11:03 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2002-11-20 11:45:49 EST
Build 2.1-M3

no error is reported for either:
for (;false;) {}

or

while (false){}

This should be reported in 1.4 mode.
Comment 1 Philipe Mulet CLA 2002-11-20 11:46:04 EST
Fixed
Comment 2 Philipe Mulet CLA 2002-11-20 12:57:53 EST
Fixed
Comment 3 David Audel CLA 2002-12-17 11:03:47 EST
Verified.