Community
Participate
Working Groups
Build Identifier: M20100211-1343 I'm trying to do a large scale refactoring by inlining a method call. The inline is pretty simple in-and-of-itself: /** @deprecated use {@code getInner().foo(); } */ public Bar foo() { return getInner().foo(); } I told the inline operation to not remove foo() itself; I'm just hoping it will inline as many operations as possible. The refactoring engine finds lots of uses, it even tells me about references it will disregard; references in class file, and "invalid references" (whatever those are.) So the engine is smart enough to know that it can't catch all of the references to inline. But when it comes across a read-only file, the entire inlining operation fails. Reproducible: Always
Move to JDT/UI
I always forget refactoring is in UI.
Deepak, could you please have a look?
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.