c50809baf50ba3629fed538c6f2641281295b3d4
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public getConnectionUsername() : String from class com.orientechnologies.orient.distributed.impl.ONodeConfiguration to public getConnectionUsername() : String from class com.orientechnologies.orient.distributed.impl.ONodeInternalConfiguration | From | To | |
Move Method public getConnectionPassword() : String from class com.orientechnologies.orient.distributed.impl.ONodeConfiguration to public getConnectionPassword() : String from class com.orientechnologies.orient.distributed.impl.ONodeInternalConfiguration | From | To | |
Change Return Type | 1 | ||
Change Return Type int to Integer in method public getTcpPort() : Integer in class com.orientechnologies.orient.core.db.config.ONodeConfiguration | From | To | |
Move Attribute | 2 | ||
Move Attribute private connectionUsername : String from class com.orientechnologies.orient.distributed.impl.ONodeConfiguration to private connectionUsername : String from class com.orientechnologies.orient.distributed.impl.ONodeInternalConfiguration | From | To | |
Move Attribute private connectionPassword : String from class com.orientechnologies.orient.distributed.impl.ONodeConfiguration to private connectionPassword : String from class com.orientechnologies.orient.distributed.impl.ONodeInternalConfiguration | From | To | |
Extract Class | 1 | ||
Extract Class com.orientechnologies.orient.distributed.impl.ONodeInternalConfiguration from class com.orientechnologies.orient.distributed.impl.ONodeConfiguration | From | To | |
Move Class | 1 | ||
Move Class com.orientechnologies.orient.distributed.impl.ONodeConfiguration moved to com.orientechnologies.orient.core.db.config.ONodeConfiguration | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type tcpPort : int to tcpPort : Integer in class com.orientechnologies.orient.core.db.config.ONodeConfiguration | From | To |