7e4746a1dde0fd113ae00e3a5cf00186dcb64d29
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method public setNotNullFields(notNullFields Set<String>) : QueryEntity from class org.apache.ignite.cache.QueryEntity to public setNotNullFields(notNullFields Set<String>) : QueryEntity from class org.apache.ignite.internal.processors.query.QueryEntityEx | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private notNullFields : Set<String> from class org.apache.ignite.cache.QueryEntity to private notNullFields : Set<String> from class org.apache.ignite.internal.processors.query.QueryEntityEx | From | To | |
Change Variable Type | 3 | ||
Change Variable Type a : QueryEntity to a : QueryEntityEx in method public testQueryEntityEquals() : void in class org.apache.ignite.internal.processors.query.IgniteSqlNotNullConstraintTest | From | To | |
Change Variable Type qe : QueryEntity to qe : QueryEntityEx in method public testQueryEntityGetSetNotNullFields() : void in class org.apache.ignite.internal.processors.query.IgniteSqlNotNullConstraintTest | From | To | |
Change Variable Type b : QueryEntity to b : QueryEntityEx in method public testQueryEntityEquals() : void in class org.apache.ignite.internal.processors.query.IgniteSqlNotNullConstraintTest | From | To | |
Extract Variable | 1 | ||
Extract Variable notNullFields : Set<String> in method public finish(msg SchemaFinishDiscoveryMessage) : void from class org.apache.ignite.internal.processors.query.QuerySchema | From | To |