87a2bcf4d19d3de9b3e613670f9c31a851cb1d09
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private calculateMatches(nextAlias String, aliasFilters Map<String,OWhereClause>, iCommandContext OCommandContext, aliasClasses Map<String,String>) : Iterable<OIdentifiable> renamed to private fetchAliasCandidates(nextAlias String, aliasFilters Map<String,OWhereClause>, iCommandContext OCommandContext, aliasClasses Map<String,String>) : Iterable<OIdentifiable> in class com.orientechnologies.orient.core.sql.parser.OMatchStatement | From | To | |
Change Return Type | 1 | ||
Change Return Type Iterable<OIdentifiable> to Iterator<OIdentifiable> in method private query(className String, oWhereClause OWhereClause, ctx OCommandContext) : Iterator<OIdentifiable> in class com.orientechnologies.orient.core.sql.parser.OMatchStatement | From | To | |
Change Variable Type | 1 | ||
Change Variable Type it : Iterable<OIdentifiable> to it : Iterator<OIdentifiable> in method private fetchAliasCandidates(nextAlias String, aliasFilters Map<String,OWhereClause>, iCommandContext OCommandContext, aliasClasses Map<String,String>) : Iterable<OIdentifiable> in class com.orientechnologies.orient.core.sql.parser.OMatchStatement | From | To |