06463618a6238be81b70bcd97aa74167382f7c89
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 37
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected getCluster() : OCluster renamed to protected getClusters() : List<OCluster> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLAlterCluster | From | To | |
Rename Method private compareSchama() : void renamed to private compareSchema() : void in class com.orientechnologies.orient.core.db.tool.ODatabaseCompare | From | To | |
Change Return Type | 1 | ||
Change Return Type OCluster to List<OCluster> in method protected getClusters() : List<OCluster> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLAlterCluster | From | To | |
Change Variable Type | 3 | ||
Change Variable Type companyClusterIterator : OObjectIteratorCluster<Company> to companyClusterIterator : OObjectIteratorClass<Company> in method public deleteFirst() : void in class com.orientechnologies.orient.test.database.auto.CRUDObjectInheritanceTest | From | To | |
Change Variable Type iterator : OObjectIteratorCluster<Account> to iterator : OObjectIteratorClass<Account> in method public testUpdate() : void in class com.orientechnologies.orient.test.database.auto.CRUDObjectPhysicalTest | From | To | |
Change Variable Type companyClusterIterator : OObjectIteratorCluster<Company> to companyClusterIterator : OObjectIteratorClass<Company> in method public deleteFirst() : void in class com.orientechnologies.orient.test.database.auto.CRUDObjectInheritanceTestSchemaFull | From | To | |
Extract Method | 2 | ||
Extract Method private createClusters(className String, minimumClusters int) : int[] extracted from private createClusters(className String) : int[] in class com.orientechnologies.orient.core.metadata.schema.OSchemaShared | From | To | |
Extract Method private continueSearching() : boolean extracted from protected handleResult(iRecord OIdentifiable, iContext OCommandContext) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect | From | To | |
Rename Parameter | 3 | ||
Rename Parameter className : String to iClassName : String in method private createClusters(iClassName String) : int[] in class com.orientechnologies.orient.core.metadata.schema.OSchemaShared | From | To | |
Rename Parameter iDefaultClusterId : int to clusters : int in method public createClass(className String, clusters int, superClasses OClass...) : OClass in class com.orientechnologies.orient.core.metadata.schema.OImmutableSchema | From | To | |
Rename Parameter iDefaultClusterId : int to clusters : int in method public createClass(className String, clusters int, superClasses OClass...) : OClass in class com.orientechnologies.orient.core.metadata.schema.OSchema | From | To |