c3708ef6326e9a9532964fd4981ce11711bcd6d5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable retVal : ArrayList<XYLocation> to result : ArrayList<XYLocation> in method public getPositions() : List<XYLocation> in class aima.core.environment.eightpuzzle.EightPuzzleBoard | From | To | |
Rename Variable ypos : int to y : int in method public moveGapRight() : void in class aima.core.environment.eightpuzzle.EightPuzzleBoard | From | To | |
Rename Variable ypos : int to y : int in method public moveGapLeft() : void in class aima.core.environment.eightpuzzle.EightPuzzleBoard | From | To | |
Rename Parameter | 1 | ||
Rename Parameter where : Action to action : Action in method public canMoveGap(action Action) : boolean in class aima.core.environment.eightpuzzle.EightPuzzleBoard | From | To |