dcf845c25eb9bd619a999d16ce9e2f548ce7b491
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getPhysicalTablesWithDescVarLengthRowKey(conn PhoenixConnection) : Set<String> renamed to public getPhysicalTablesWithDescVarbinaryRowKey(conn PhoenixConnection) : List<String> in class org.apache.phoenix.util.UpgradeUtil | From | To | |
Change Return Type | 1 | ||
Change Return Type Set<String> to List<String> in method public getPhysicalTablesWithDescVarbinaryRowKey(conn PhoenixConnection) : List<String> in class org.apache.phoenix.util.UpgradeUtil | From | To | |
Rename Attribute | 1 | ||
Rename Attribute hasDescVarLengthColumns : boolean to hasColumnsRequiringUpgrade : boolean in class org.apache.phoenix.schema.PTableImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type tablesNeedingUpgrade : Set<String> to tablesNeedingUpgrade : List<String> in method public call() : Void in class org.apache.phoenix.query.ConnectionQueryServicesImpl.init.call | From | To | |
Change Variable Type tablesNeedingUpgrade : Set<String> to tablesNeedingUpgrade : List<String> in method public main(args String[]) : void in class org.apache.phoenix.util.PhoenixRuntime | From | To | |
Extract Variable | 2 | ||
Extract Variable sortOrder : SortOrder in method public visitLeave(node LikeExpression, childParts List<KeySlots>) : KeySlots from class org.apache.phoenix.compile.WhereOptimizer.KeyExpressionVisitor | From | To | |
Extract Variable length : int in method public pad(object Object, maxLength Integer) : Object from class org.apache.phoenix.schema.types.PBinary | From | To | |
Extract Method | 1 | ||
Extract Method private getPhysicalTablesWithDescRowKey(query String, conn PhoenixConnection) : List<String> extracted from public getPhysicalTablesWithDescVarLengthRowKey(conn PhoenixConnection) : Set<String> in class org.apache.phoenix.util.UpgradeUtil | From | To |