here's an illustration for this request:
currently I'm refactoring some old code (again) and
I have about 20 classes in each of which I have to add a
cast to one argument of the call to the super-constructor,
like:
super(x) -> super( (ClassXYZ) x)
If I could write a simple script saying (pseudocode):
ClassA.derivedClasses.constructors.arguments.each { |arg|
if arg.type==ABC then Refactor.addCast(arg, XYZ)
}
then legacy code refactoring could become fun again ... ;-)
______________________________________________________________________________
Seien Sie dabei und sichern Sie sich 100% Leistung, 100% Pr�mie und
100% Zufriedenheit. Jetzt unter http://club.web.de/?mc=021105
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features