Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.1Release
-
Fix Version/s: 2.1.2Release
-
Component/s: Refactoring
-
Labels:None
-
Number of attachments :
Description
I created a type in package a.b.c, it looked like this:
package a.b.c
class C {
}
when I dragged it to package d.e.f it became
package d.e.f
class C {
}
as I move it back and forth, a new line is inserted each time.
Likely related to or a duplicate of GRECLIPSE-960.