6031b87e2b4afa977214b90534c9a771aa5c3f9f
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public isCopyOnGet() : boolean renamed to public isCopyOnRead() : boolean in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Rename Method public setCopyOnGet(cpOnGet boolean) : void renamed to public setCopyOnRead(cpOnGet boolean) : void in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Rename Variable | 1 | ||
Rename Variable header : String to hdr : String in method public main(args String[]) : void in class org.apache.ignite.tools.classgen.ClassesGenerator | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicCopyOnGetDisabledMultiNodeFullApiSelfTest renamed to org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicCopyOnReadDisabledMultiNodeFullApiSelfTest | From | To | |
Rename Class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedCopyOnGetDisabledMultiNodeFullApiSelfTest renamed to org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedCopyOnReadDisabledMultiNodeFullApiSelfTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute cpOnGet : boolean to cpOnRead : boolean in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Rename Attribute header : String to hdr : String in class org.apache.ignite.tools.classgen.ClassesGenerator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter header : String to hdr : String in method private ClassesGenerator(basePath String, hdr String, packages String[]) in class org.apache.ignite.tools.classgen.ClassesGenerator | From | To |