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

Bug 198293

Summary: [dnd] field not inserted correctly into field with multiple fragments
Product: [Eclipse Project] JDT Reporter: Benno Baumgartner <benno.baumgartner>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P5    
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Benno Baumgartner CLA 2007-07-30 13:38:57 EDT
I20070731-0800

Given:
package test1;
public class E01 {
	int a1, a2;
	int a3;
}
In the outline view (with sorting disabled)
1. Drag and Drop a3 between a1 and a2
Is:
	int a3;
	int a1, a2;
Should:
	int a1, a3, a2;
Or:
	int a1;
	int a2;
	int a3;
Comment 1 Eclipse Genie CLA 2019-09-21 14:43:04 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.