12
Redo
7y

Sooooo I had a class named "a"... And i renamed (refactored) said class.....

Guess what happened :")

Comments
  • 4
    That's called search and replace. A good editor can do real refactoring where this does not happen
  • 1
    @aul12 I was using intellij, and I'd definitely call that a good editor. Still happened, still changed it inside the string. But you know, i shouldn't have named a var/class "a" in the first place :)
  • 1
    Just for clarity, did you use intelliJ's rename/refactor, or it's search/replace? ;-)
  • 1
    Find and replace using regex should help a bit..
    But I think the problem is you are doing this on windows.
  • 2
    @mundo03 Windows' always the problem. Java, too :D
  • 0
    Screenshots >> shitty photos of the screen
  • 0
    Invective! Verb your adjective nouns!
Add Comment