df08d3de91d080bd26a1aa0debc656fa73a3f156
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setKeepBinaryInStore(keepBinaryInStore boolean) : void renamed to public setStoreKeepBinary(storeKeepBinary boolean) : void in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Rename Method public isKeepBinaryInStore() : Boolean renamed to public isStoreKeepBinary() : Boolean in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Rename Attribute | 2 | ||
Rename Attribute keepBinaryInStore : Boolean to storeKeepBinary : Boolean in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Rename Attribute DFLT_KEEP_BINARY_IN_STORE : Boolean to DFLT_STORE_KEEP_BINARY : Boolean in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Rename Parameter | 1 | ||
Rename Parameter keepBinaryInStore : boolean to storeKeepBinary : boolean in method public setStoreKeepBinary(storeKeepBinary boolean) : void in class org.apache.ignite.configuration.CacheConfiguration | From | To |