Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 85396

Summary: [quick assist] join if sequence in if-else-if is available for simple if
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Konstantin.Scheglov
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dani Megert CLA 2005-02-16 08:05:06 EST
1. Select both line:
if (a == 1)
	System.out.println("a == 1");

2. Ctrl+1
==> join if sequence in if-else-if is available but shouldn't
3. select it
==>
if (a == 1) {
	System.out.println("a == 1");
}
Comment 1 Martin Aeschlimann CLA 2005-02-27 21:40:11 EST
fixed with patch in 82220 > 20050228
Comment 2 Dani Megert CLA 2005-03-07 05:30:09 EST
Moved target milestone to 3.1 M6 (I don't think you hold this off until M7 ;-)