| Summary: | [reorg] Moving class between packages with a problem refers to in-accessible preview page | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Kendall Lister <kendall> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jjohnstn |
| Version: | 3.2 | ||
| Target Milestone: | 4.18 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | stalebug | ||
|
Description
Kendall Lister
Moving to JDT UI. Reproduced in 20060816
----- default package
public class Test {
}
---- package foo
package foo;
public class Other {
Test r;
}
- drag Test to package 'bar'
- no dialog is shown, just the error page.
- If 'Test' is located in a non-default package and moved, you get a move dialog first that contains the 'Preview' button
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. This bug has been fixed over time. There is a caveat - the preview for the move does not show the new package. A new bug has been opened for this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=570586 |