b5b093a61a06f2ff479e216b87f8ae01f323bff1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public setFixed(fixed boolean) : void from class org.drools.games.adventures.model.Item to public setPortable(portable boolean) : void from class org.drools.games.adventures.model.Thing | From | To | |
Pull Up Method public isFixed() : boolean from class org.drools.games.adventures.model.Item to public isPortable() : boolean from class org.drools.games.adventures.model.Thing | From | To | |
Rename Parameter | 3 | ||
Rename Parameter fixed : boolean to portable : boolean in method public Item(name String, portable boolean) in class org.drools.games.adventures.model.Item | From | To | |
Rename Parameter fixed : boolean to portable : boolean in method public Item(id long, name String, portable boolean) in class org.drools.games.adventures.model.Item | From | To | |
Rename Parameter fixed : boolean to portable : boolean in method public setPortable(portable boolean) : void in class org.drools.games.adventures.model.Thing | From | To |