8641c14b4c3f9f3cdab8afc6ad8cc568bdc005fb
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 8
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 4 | ||
| Change Return Type OCommandExecutorSQLAbstract to OCommandExecutor in method public getCommand(candidate String) : OCommandExecutor in class com.orientechnologies.orient.core.sql.OSQLEngine | From | To | |
| Change Return Type OCommandExecutorSQLAbstract to OCommandExecutor in method public getDelegate() : OCommandExecutor in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLDelegate | From | To | |
| Change Return Type OCommandExecutorSQLAbstract to OCommandExecutor in method public createCommand(name String) : OCommandExecutor in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLFactory | From | To | |
| Change Return Type OCommandExecutorSQLAbstract to OCommandExecutor in method public createCommand(name String) : OCommandExecutor in class com.orientechnologies.orient.core.sql.ODefaultCommandExecutorSQLFactory | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type clazz : Class<? extends OCommandExecutorSQLAbstract> to clazz : Class<? extends OCommandExecutor> in method public createCommand(name String) : OCommandExecutor in class com.orientechnologies.orient.core.sql.ODefaultCommandExecutorSQLFactory | From | To | |
| Extract Method | 1 | ||
| Extract Method private estimateRootEntries(aliasClasses Map<String,String>, aliasFilters Map<String,OWhereClause>) : Map<String,Long> extracted from public execute(iArgs Map<Object,Object>) : Object in class com.orientechnologies.orient.core.sql.parser.OMatchStatement | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type COMMANDS : Map<String,Class<? extends OCommandExecutorSQLAbstract>> to COMMANDS : Map<String,Class<? extends OCommandExecutor>> in class com.orientechnologies.orient.core.sql.ODefaultCommandExecutorSQLFactory | From | To | |
| Change Attribute Type delegate : OCommandExecutorSQLAbstract to delegate : OCommandExecutor in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLDelegate | From | To |