06f58d56c9e2b3badb5e3f6bd5092f03f58f00a8
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public isReplayMutations() : boolean renamed to public isBuildingIndex() : boolean in class org.apache.phoenix.jdbc.PhoenixConnection | From | To | |
Rename Method public testQueryWithSCN() : void renamed to public testDMLOfNonIndexWithBuildIndexAt() : void in class org.apache.phoenix.compile.QueryCompilerTest | From | To | |
Rename Method private checkReplayAt(replayAtParam Long) : void renamed to private checkBuildIndexAt(replayAtParam Long) : void in class org.apache.phoenix.jdbc.PhoenixConnection | From | To | |
Rename Method private checkScnAndReplayAtEquality(scnParam Long, replayAt Long) : void renamed to private checkScnAndBuildIndexAtEquality(scnParam Long, replayAt Long) : void in class org.apache.phoenix.jdbc.PhoenixConnection | From | To | |
Rename Method public getReplayAt(url String, info Properties) : Long renamed to public getBuildIndexSCN(url String, info Properties) : Long in class org.apache.phoenix.util.JDBCUtil | From | To | |
Rename Variable | 2 | ||
Rename Variable replayAtParam : Long to buildIndexAtParam : Long in method private PhoenixConnection(services ConnectionQueryServices, url String, info Properties, metaData PMetaData, mutationState MutationState, isDescVarLengthRowKeyUpgrade boolean, isRunningUpgrade boolean, buildingIndex boolean) in class org.apache.phoenix.jdbc.PhoenixConnection | From | To | |
Rename Variable conn : Connection to isAutoCommit : boolean in method private deleteFromStatsTable(tableRefs List<TableRef>, ts long) : void in class org.apache.phoenix.schema.MetaDataClient | From | To | |
Rename Attribute | 2 | ||
Rename Attribute REPLAY_AT_ATTRIB : String to BUILD_INDEX_AT_ATTRIB : String in class org.apache.phoenix.util.PhoenixRuntime | From | To | |
Rename Attribute replayMutations : boolean to buildingIndex : boolean in class org.apache.phoenix.jdbc.PhoenixConnection | From | To | |
Change Variable Type | 1 | ||
Change Variable Type conn : Connection to isAutoCommit : boolean in method private deleteFromStatsTable(tableRefs List<TableRef>, ts long) : void in class org.apache.phoenix.schema.MetaDataClient | From | To | |
Rename Parameter | 1 | ||
Rename Parameter replayMutations : boolean to buildingIndex : boolean in method private PhoenixConnection(services ConnectionQueryServices, url String, info Properties, metaData PMetaData, mutationState MutationState, isDescVarLengthRowKeyUpgrade boolean, isRunningUpgrade boolean, buildingIndex boolean) in class org.apache.phoenix.jdbc.PhoenixConnection | From | To |