bda0b19c7f4af8f51823ddeb2e23583a3217dd5a
Files Diff
- Added: 5
 - Removed: 5
 - Renamed: 0
 - Modified: 7
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 5 | ||
| Move Method public type() : OrganizationType from class org.apache.ignite.examples.model.binary.Organization to public type() : OrganizationType from class org.apache.ignite.examples.model.Organization | From | To | |
| Move Method public lastUpdated() : Timestamp from class org.apache.ignite.examples.model.binary.Organization to public lastUpdated() : Timestamp from class org.apache.ignite.examples.model.Organization | From | To | |
| Move Method public address() : Address from class org.apache.ignite.examples.model.binary.Organization to public address() : Address from class org.apache.ignite.examples.model.Organization | From | To | |
| Move Method public name() : String from class org.apache.ignite.examples.model.binary.Organization to public name() : String from class org.apache.ignite.examples.model.Organization | From | To | |
| Move Method public Organization(name String, addr Address, type OrganizationType, lastUpdated Timestamp) from class org.apache.ignite.examples.model.binary.Organization to public Organization(name String, addr Address, type OrganizationType, lastUpdated Timestamp) from class org.apache.ignite.examples.model.Organization | From | To | |
| Move Attribute | 3 | ||
| Move Attribute private addr : Address from class org.apache.ignite.examples.model.binary.Organization to private addr : Address from class org.apache.ignite.examples.model.Organization | From | To | |
| Move Attribute private lastUpdated : Timestamp from class org.apache.ignite.examples.model.binary.Organization to private lastUpdated : Timestamp from class org.apache.ignite.examples.model.Organization | From | To | |
| Move Attribute private type : OrganizationType from class org.apache.ignite.examples.model.binary.Organization to private type : OrganizationType from class org.apache.ignite.examples.model.Organization | From | To | |
| Move Class | 4 | ||
| Move Class org.apache.ignite.examples.model.binary.Employee moved to org.apache.ignite.examples.model.Employee | From | To | |
| Move Class org.apache.ignite.examples.model.binary.EmployeeKey moved to org.apache.ignite.examples.model.EmployeeKey | From | To | |
| Move Class org.apache.ignite.examples.model.binary.OrganizationType moved to org.apache.ignite.examples.model.OrganizationType | From | To | |
| Move Class org.apache.ignite.examples.model.binary.Address moved to org.apache.ignite.examples.model.Address | From | To | |
| Extract Method | 1 | ||
| Extract Method public registerPredefinedType(cls Class<?>, id int, affFieldName String) : BinaryClassDescriptor extracted from public registerPredefinedType(cls Class<?>, id int) : BinaryClassDescriptor in class org.apache.ignite.internal.binary.BinaryContext | From | To |