7457968a2aa93ca03243c59539d09990a555be69
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setName(name String) : void renamed to public setLastName(lastName String) : void in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Rename Method public getName() : String renamed to public getLastName() : String in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type id : int to id : long in method public setId(id long) : void in class org.apache.ignite.examples.datagrid.store.model.PersonKey | From | To | |
Change Parameter Type id : int to id : long in method public Person(id long, firstName String, lastName String) in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Change Parameter Type id : int to id : long in method public PersonKey(id long) in class org.apache.ignite.examples.datagrid.store.model.PersonKey | From | To | |
Change Parameter Type orgId : Integer to firstName : String in method public Person(id long, firstName String, lastName String) in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Change Parameter Type id : int to id : long in method public setId(id long) : void in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Move Method | 2 | ||
Move Method public setFirstName(firstName String) : void from class org.apache.ignite.examples.datagrid.store.Person to public setFirstName(firstName String) : void from class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Move Method public getFirstName() : String from class org.apache.ignite.examples.datagrid.store.Person to public getFirstName() : String from class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Change Return Type | 2 | ||
Change Return Type int to long in method public getId() : long in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Change Return Type int to long in method public getId() : long in class org.apache.ignite.examples.datagrid.store.model.PersonKey | From | To | |
Move Attribute | 2 | ||
Move Attribute private lastName : String from class org.apache.ignite.examples.datagrid.store.Person to private lastName : String from class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Move Attribute private firstName : String from class org.apache.ignite.examples.datagrid.store.Person to private firstName : String from class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Rename Attribute | 2 | ||
Rename Attribute orgId : Integer to firstName : String in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Rename Attribute name : String to lastName : String in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Extract Variable | 1 | ||
Extract Variable ccfg : CacheConfiguration in method private cacheMappings(cacheName String) : Map<Object,EntryMapping> from class org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type id : int to id : long in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Change Attribute Type id : int to id : long in class org.apache.ignite.examples.datagrid.store.model.PersonKey | From | To | |
Change Attribute Type orgId : Integer to firstName : String in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Rename Parameter | 3 | ||
Rename Parameter name : String to lastName : String in method public setLastName(lastName String) : void in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Rename Parameter orgId : Integer to firstName : String in method public Person(id long, firstName String, lastName String) in class org.apache.ignite.examples.datagrid.store.model.Person | From | To | |
Rename Parameter name : String to lastName : String in method public Person(id long, firstName String, lastName String) in class org.apache.ignite.examples.datagrid.store.model.Person | From | To |