| Summary: | [extract superclass] incorrect type hierarchy update [refactoring] | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Martin Aeschlimann <martinae> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jerome_lanneluc |
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | stalebug | ||
|
Description
Martin Aeschlimann
The refactoring is not batched. As a consequence, type hierarchy refresh notifications are triggered before the refactoring has completed. Thus the type hierarchy is refreshed and show the state in the middle of the refactoring. Moving to JDT UI to batch the refactoring (using JavaCore.run(IWorkspaceRunnable) for example) The actual application of the change is batched. What Extract Superclass does is to create a working copy layer with a private workingcopy owner. We do not change primary workingcopies. not for 3.4 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. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. 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. |