-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Consider a fix that adds a statement inside the dispose
method of a stateful widget. To do so, the fix
- checks for existing dispose method
- adds dispose method only if none exists
- add a statement inside the dispose method
The fix works fine when being applied alone, but adds multiple dispose methods with Fix all
.
Expected behavior
Fix all
should handle the fix sequentially, and the subsequent fix should respect the changes that the previous fix has made.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working