Jean-Noël Rouvignac
Jean-Noël Rouvignac
I think it is a bug in JDT
Reduced test case: ``` java public boolean areEqual(Object o, Object o2) { return (o == o2 // commented code ); } ``` is wongly refactored to code that does not...
Hey cal101, I spent a lot of time on the comments refactoring and it was not easy :) > If one or a bunch of constants ("public|private final ...") is...
Don't worry I did not think at all you were trying to diminish the work on the comments refactoring. Because I spent quite a lot of time on it, so...
I think the scope of such a maker should as limited as possible. For example, every refactoring rule should have a reference number assigned to it, then this is what...
I don't like the "disable everything" because it is very likely this can hide other problems that could be interesting to fix. I suspect other tools do it this way...
We'll certainly have to toy around with such feature. It is unclear to me how some refactoring rule should be marked to be ignored. Since some rules can impact big...
What is the rationale for not refactoring it? I can't really think why you would not want this to happen?
Depends on issue #32.
Good idea. Does it mean you are volunteering to implement it? ;)