| Summary: | [reorg] Indigo refactor (file level) bugs | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | wei.li |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | daniel_megert, markus.kell.r, wei.li |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
wei.li
I cannot reproduce this using 3.8 M2. If you can reproduce with a build from here: http://download.eclipse.org/eclipse/downloads/drops/S-3.8M2-201109151308/index.php then please reopen with more detailed steps / examples to reproduce. Just one idea: maybe your files are not inside a Java project or they are not on the build path. My project is 6 years old and the refactor options have always been working for previous elipse versions. But we switched to mercurial from svn when we upgraded to Indigo. Do you think this could be the cause? Has anyone reported similar problem using mercurial?Thanks for the help. (In reply to comment #2) > Has anyone reported similar problem using > mercurial?Thanks for the help. Are you using hgeclipse (Mercurial)? Maybe you run into a similar issue as described by bug 269067. Note that you can search bugzilla yourself if you want to know about existing bugs. Did you verify that the build path is correct? Is there anything in the .log? (In reply to comment #3) > (In reply to comment #2) > > > Has anyone reported similar problem using > > mercurial?Thanks for the help. > Are you using hgeclipse (Mercurial)? Maybe you run into a similar issue as > described by bug 269067. Note that you can search bugzilla yourself if you want > to know about existing bugs. > > Did you verify that the build path is correct? Is there anything in the .log? Hi Dan, yes, I can verify that the build path is correct. Please be specific and mention the exact menu items you used to perform an action. You probably used File > Move... and File > Rename... in the Navigator view. Those are file-level operations, so the reported results are expected. If you want to use Java refactorings, use the Package Explorer view. Or use Refactor > Move... etc. in the Project Explorer (make sure the Java Elements extension is enabled in that view). (In reply to comment #5) > Please be specific and mention the exact menu items you used to perform an > action. > > You probably used File > Move... and File > Rename... in the Navigator view. > Those are file-level operations, so the reported results are expected. > > If you want to use Java refactorings, use the Package Explorer view. Or use > Refactor > Move... etc. in the Project Explorer (make sure the Java Elements > extension is enabled in that view). Hi Markus, thanks for the help. Absolutely spot on. I was in Java EE Perspective. The problem resolved as soon as I switched to Java Perspective. Thanks again. |