Earlier quoted context omitted.
> Smalltalk does have refactoring IDEs. Yes, but very few of those are automated. Which is not surprising since the absence of types in Smalltalk can lead to refactorings that break your code, so user supervision is necessary. > I brought up the history because it's pretty cheeky to say that Java is better than Smalltalk because it has a refactoring IDE. Definitely, so it's a good thing I never said such a thing.
> Yes, but very few of those are automated. Which is not surprising since the absence of types in Smalltalk can lead to refactorings that break your code, so user supervision is necessary. This is just not true. Go download a copy of VisualWorks. Try a Squeak image with OmniBrowser installed. They both have IDEs with automated refactorings. I have used both. I have contributed to the OmniBrowser implementation. What…
Yes but they do not guarantee correctness. They can't, the IDE simply doesn't have enough type information for that.