1df058159fb88e6c0111ca4e15525f208d48a710
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public read(input DataInput) : void renamed to public deserialize(input DataInput) : void in class com.orientechnologies.orient.core.db.config.ONodeIdentity | From | To | |
Rename Method public write(output DataOutput) : void renamed to public serialize(output DataOutput) : void in class com.orientechnologies.orient.core.db.config.ONodeIdentity | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type server : OServer to context : OrientDBInternal in method public OSystemDatabase(context OrientDBInternal) in class com.orientechnologies.orient.server.OSystemDatabase | From | To | |
Change Parameter Type context : OrientDBDistributed to context : OrientDBInternal in method public OStructuralConfiguration(systemDatabase OSystemDatabase, context OrientDBInternal) in class com.orientechnologies.orient.distributed.impl.structural.OStructuralConfiguration | From | To | |
Change Parameter Type callback : OCallable<T,ODatabase> to callback : OCallable<T,ODatabaseSession> in method public executeWithDB(callback OCallable<T,ODatabaseSession>) : T in class com.orientechnologies.orient.server.OSystemDatabase | From | To | |
Extract Class | 1 | ||
Extract Class com.orientechnologies.orient.distributed.impl.structural.OStructuralSharedConfiguration from class com.orientechnologies.orient.distributed.impl.structural.OStructuralConfiguration | From | To | |
Rename Attribute | 1 | ||
Rename Attribute server : OServer to context : OrientDBInternal in class com.orientechnologies.orient.server.OSystemDatabase | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type server : OServer to context : OrientDBInternal in class com.orientechnologies.orient.server.OSystemDatabase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter server : OServer to context : OrientDBInternal in method public OSystemDatabase(context OrientDBInternal) in class com.orientechnologies.orient.server.OSystemDatabase | From | To |