Whenever I move a (unambiguously named) type to another package, IDEA decides to replace all occurrences of given type with its fully qualified name instead of just adding the appropriate imports; goi
I have a large project that is quite a mess.There\'s God classes, poor variable naming, poor indentation and spacing...among other issues.
I have to maintain a large MATLAB GUI, containing quite a few callback functions, each of which gets called at many points.At some point, I decided to rename one of the callbacks; in order not to have
I\'d like to use SWTBot to inline a local variable via the quick assist menu. My SWTBot test pops up the quick assist menu, but it fails to select the proposal item. I\'ve created a minimal project on
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
When refactoring a class name, Eclipse lately shows a very strange behavior. For example, let\'s look at one of our classes:
When I am in a .java file, the unu开发者_运维问答sed code is usually grayed out or has a green underline saying this code will probably (probably because of some weird JNI/Reflection corner cases) be
I\'m reading through Fowler\'s refactoring book and am a bit confused about those two code smells. \"Message Chains\" are calls like a.getB().getC().getValue().
I am new to eclipse plug-in development. I want to customize the renaming of a project. I need to validate the new name. So how can I override eclipse\'s rename/refactoring method?
I h开发者_运维百科ave two 1000+ line programs in Perl, each with about 20 subroutines in the main file. One was forked from the other some time ago and I want to factor out the common parts (before po