Community
Participate
Working Groups
Create: Project B: package p; public class Test { } package p; public class Test3 { } Project A: package test; public class Test2 { } Open Test3 in Type Hierarchy. Dragging the class to p.Test works, but dragging to test.Test2 not.
I can not reproduce this on XP. I can not drop Test3 on Test2 nor on Test dragging from the Type Hierarchy. I can drop it on Test2 and on Test dragging from the Outline view. Can you try that again please. What happens on vista if you start dragging Test3 from the outline view?
Created attachment 75520 [details] Working Drag
Created attachment 75521 [details] Non working Drag
You have to press the copy modifier... The Type Hierarchy does only allow to drag-copy and drag-link its content. But the PE should be smart enough to feedback to the user, that copy is available without the user needing to press the modifier. Have to investigate why it fails.
*** Bug 199054 has been marked as a duplicate of this bug. ***
Created attachment 75645 [details] fix - regression to 3.3 - low risk fix
fixed > I20070807-0010
verified in I20070808-1800