a21f3ba3f6e5a347aef8f07a4996909bf07db087
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public keyFields() : Map<String,Class<?>> renamed to public fields() : Map<String,Class<?>> in class org.apache.ignite.internal.processors.query.GridQueryTypeDescriptor | From | To | |
Rename Method public keyFields() : Map<String,Class<?>> renamed to public fields() : Map<String,Class<?>> in class org.apache.ignite.internal.processors.query.GridQueryProcessor.TypeDescriptor | From | To | |
Change Return Type | 1 | ||
Change Return Type void to TypeDescriptor in method private processPortableMeta(meta CacheTypeMetadata) : TypeDescriptor in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute valFields : Map<String,Class<?>> to fields : Map<String,Class<?>> in class org.apache.ignite.internal.processors.query.GridQueryProcessor.TypeDescriptor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type types : ConcurrentMap<TypeId,TypeDescriptor> to types : Map<TypeId,TypeDescriptor> in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Change Attribute Type typesByName : ConcurrentMap<TypeName,TypeDescriptor> to typesByName : Map<TypeName,TypeDescriptor> in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To |