Bug 5404

Summary: Extract method with 'continue' statement not possible
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: Dirk Baeumer <dirk_baeumer>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Dani Megert CLA 2001-11-01 05:13:25 EST
1. Open WorkingSetReader (1.1)
2. Select the full for-statement in readXML():
    for (int k= 0; k < contents.getLength(); k++) {...}
3. Extract method
==> dialog says, it's not possible to do so because of the 'continue' statement
Comment 1 Dirk Baeumer CLA 2001-11-09 04:04:01 EST
Problem is a wrong position correction in statement analyzer.

Fixed in build > 20011107