24af41cb13f196e339257cbb7faa0bc283ead1ac
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 64
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public getTransactions() : boolean renamed to public isTransacted() : boolean in class com.datumbox.common.persistentstorage.mapdb.MapDBConfiguration | From | To | |
| Rename Method public setCompression(compression boolean) : void renamed to public setCompressed(compressed boolean) : void in class com.datumbox.common.persistentstorage.mapdb.MapDBConfiguration | From | To | |
| Rename Method public setTransactions(transactions boolean) : void renamed to public setTransacted(transacted boolean) : void in class com.datumbox.common.persistentstorage.mapdb.MapDBConfiguration | From | To | |
| Rename Method public getCompression() : boolean renamed to public isCompressed() : boolean in class com.datumbox.common.persistentstorage.mapdb.MapDBConfiguration | From | To | |
| Move Class | 1 | ||
| Move Class com.datumbox.common.utilities.TypeInference moved to com.datumbox.common.dataobjects.TypeInference | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute compression : boolean to compressed : boolean in class com.datumbox.common.persistentstorage.mapdb.MapDBConfiguration | From | To | |
| Rename Attribute transactions : boolean to transacted : boolean in class com.datumbox.common.persistentstorage.mapdb.MapDBConfiguration | From | To | |
| Extract Method | 1 | ||
| Extract Method private _add(r Record) : Integer extracted from public add(r Record) : Integer in class com.datumbox.common.dataobjects.Dataset | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter transactions : boolean to transacted : boolean in method public setTransacted(transacted boolean) : void in class com.datumbox.common.persistentstorage.mapdb.MapDBConfiguration | From | To | |
| Rename Parameter compression : boolean to compressed : boolean in method public setCompressed(compressed boolean) : void in class com.datumbox.common.persistentstorage.mapdb.MapDBConfiguration | From | To |