44cf1d21ad4363041043ad88161a954c738f20eb
Files Diff
- Added: 11
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable typeMeta : BinaryType to holder : BinaryMetadataHolder in method public metadata(typeId int) : BinaryType in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl | From | To | |
Move Attribute | 1 | ||
Move Attribute private clientNode : boolean from class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl to private clientNode : boolean from class org.apache.ignite.internal.processors.cache.binary.BinaryMetadataTransport | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.ignite.internal.processors.cache.binary.BinaryMetadataTransport from class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type typeMeta : BinaryType to holder : BinaryMetadataHolder in method public metadata(typeId int) : BinaryType in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl | From | To | |
Change Variable Type e : Map.Entry<BinaryMetadataKey,BinaryMetadata> to e : Map.Entry<Integer,BinaryMetadataHolder> in method public metadata(typeIds Collection<Integer>) : Map<Integer,BinaryType> in class org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter mappingUpdatedListener : MappingUpdatedListener to lsnr : MappingUpdatedListener in method public addMappingUpdatedListener(lsnr MappingUpdatedListener) : void in class org.apache.ignite.internal.processors.marshaller.GridMarshallerMappingProcessor | From | To |