f350ada7f8cd921396032e4bdbf87343cac07b82
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type isKeyField : Boolean to isKeyField : boolean in method public buildBinaryProperty(ctx GridKernalContext, pathStr String, resType Class<?>, aliases Map<String,String>, isKeyField boolean, notNull boolean, dlftVal Object, precision int, scale int) : QueryBinaryProperty in class org.apache.ignite.internal.processors.query.QueryUtils | From | To | |
Change Parameter Type key : Boolean to key : boolean in method public QueryBinaryProperty(ctx GridKernalContext, propName String, parent QueryBinaryProperty, type Class<?>, key boolean, alias String, notNull boolean, defaultValue Object, precision int, scale int) in class org.apache.ignite.internal.processors.query.property.QueryBinaryProperty | From | To | |
Change Variable Type | 1 | ||
Change Variable Type isKeyField : Boolean to isKeyField : boolean in method public processBinaryMeta(ctx GridKernalContext, qryEntity QueryEntity, d QueryTypeDescriptorImpl) : void in class org.apache.ignite.internal.processors.query.QueryUtils | From | To | |
Extract Variable | 2 | ||
Extract Variable fieldType : String in method public processBinaryMeta(ctx GridKernalContext, qryEntity QueryEntity, d QueryTypeDescriptorImpl) : void from class org.apache.ignite.internal.processors.query.QueryUtils | From | To | |
Extract Variable fieldName : String in method public processBinaryMeta(ctx GridKernalContext, qryEntity QueryEntity, d QueryTypeDescriptorImpl) : void from class org.apache.ignite.internal.processors.query.QueryUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type isKeyProp : int to isKeyProp : boolean in class org.apache.ignite.internal.processors.query.property.QueryBinaryProperty | From | To |