| Summary: | internal errors when executing rename refactoring on a class in a directory that was just added to the build | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Matt Hargett <matt> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel_megert, markus.kell.r |
| Version: | 3.7.1 | Keywords: | needinfo |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Matt Hargett
I can't reproduce this. The assertion fails because the enclosing package of the renamed type doesn't exist. This shouldn't happen (or if it happens, the Rename action shouldn't be enabled). Could you please explain what "newly-added build directory" means? Did you turn a normal folder into a source folder and then rename a class in that folder? Did you rename the declaration of a class, or did you start the refactoring on a reference? Can you reproduce the problem? Please provide additional info. |