Actions
Bug #157
closedIn to contains refactor option breaks insert command
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
07/09/2019
Due date:
% Done:
0%
Estimated time:
Description
Reported on behalf of Jose.
I have tried IN -> Contains function on our biggest project and it doesn't compile after that. Reason is that we have Insert command on it.
Suppose something like this:
string city
move "Niagara, NY" to city
insert " Falls" in city at 8
It gets refactored to:
string city
move "Niagara, NY" to city
insert (city contains " Falls") at 8
Actions