6d78b966f028ce1db2037661c5e4b838d3bdd9c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public getMap(collectionName String) : Map<K,V> renamed to public getBigMap(name String) : Map<K,V> in class com.datumbox.common.persistentstorage.factories.InMemoryFactory | From | To | |
| Rename Method public getMap(collectionName String) : Map<K,V> renamed to public getBigMap(name String) : Map<K,V> in class com.datumbox.common.persistentstorage.factories.DatabaseFactory | From | To | |
| Rename Method public dropMap(collectionName String, map T) : void renamed to public dropBigMap(name String, map T) : void in class com.datumbox.common.persistentstorage.factories.InMemoryFactory | From | To | |
| Rename Method public dropMap(collectionName String, map T) : void renamed to public dropBigMap(name String, map T) : void in class com.datumbox.common.persistentstorage.factories.DatabaseFactory | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter collectionName : String to name : String in method public getBigMap(name String) : Map<K,V> in class com.datumbox.common.persistentstorage.factories.InMemoryFactory | From | To | |
| Rename Parameter collectionName : String to name : String in method public getBigMap(name String) : Map<K,V> in class com.datumbox.common.persistentstorage.factories.DatabaseFactory | From | To | |
| Rename Parameter collectionName : String to name : String in method public dropBigMap(name String, map T) : void in class com.datumbox.common.persistentstorage.factories.InMemoryFactory | From | To | |
| Rename Parameter collectionName : String to name : String in method public dropBigMap(name String, map T) : void in class com.datumbox.common.persistentstorage.factories.DatabaseFactory | From | To |