ee5c5ca765d778bccae444db1f8db6ae88a95253
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public atomicLong(name String, cfg AtomicConfiguration, initVal long, create boolean) : IgniteAtomicLong extracted from public atomicLong(name String, initVal long, create boolean) : IgniteAtomicLong in class org.apache.ignite.internal.IgniteKernal | From | To | |
Extract Method public atomicStamped(name String, cfg AtomicConfiguration, initVal T, initStamp S, create boolean) : IgniteAtomicStamped<T,S> extracted from public atomicStamped(name String, initVal T, initStamp S, create boolean) : IgniteAtomicStamped<T,S> in class org.apache.ignite.internal.IgniteKernal | From | To |