Bug 5404 - Extract method with 'continue' statement not possible
Summary: Extract method with 'continue' statement not possible
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Dirk Baeumer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-01 05:13 EST by Dani Megert CLA
Modified: 2001-11-09 04:04 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 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