4187780760bd67723db72c70e69205fe933d37e6
Files Diff
- Added: 1
- Removed: 4
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public testSelectByAllJsr310Fields() : void renamed to public testSelectByAllFields() : void in class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest | From | To | |
| Rename Method public testUpdateAllJsr310Fields() : void renamed to public testUpdateAllFields() : void in class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest | From | To | |
| Rename Method public testDeleteByAllJsr310Fields() : void renamed to public testDeleteByAllFields() : void in class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type entity : EntityWithJsr310Fields to entity : EntityWithDateTimeFields in method package EntityWithDateTimeFields(entity EntityWithDateTimeFields) in class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest.EntityWithDateTimeFields | From | To | |
| Change Return Type | 1 | ||
| Change Return Type CacheConfiguration<Long,EntityWithJsr310Fields> to CacheConfiguration<Long,EntityWithDateTimeFields> in method private createCacheConfig() : CacheConfiguration<Long,EntityWithDateTimeFields> in class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithJsr310Java8DateTimeApiFieldsTest renamed to org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithJsr310Java8DateTimeApiFieldsTest.EntityWithJsr310Fields moved and renamed to org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest.EntityWithDateTimeFields | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type expEntity : EntityWithJsr310Fields to expEntity : EntityWithDateTimeFields in method public testUpdateAllFields() : void in class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest | From | To | |
| Change Variable Type fields : EntityWithJsr310Fields to fields : EntityWithDateTimeFields in method public equals(o Object) : boolean in class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest.EntityWithDateTimeFields | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type cache : IgniteCache<Long,EntityWithJsr310Fields> to cache : IgniteCache<Long,EntityWithDateTimeFields> in class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest | From | To | |
| Change Attribute Type entity : EntityWithJsr310Fields to entity : EntityWithDateTimeFields in class org.apache.ignite.internal.processors.query.h2.CacheQueryEntityWithDateTimeApiFieldsTest | From | To |