b0122a541325fd7e40e62e3602eb0ad748b94a4f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public initAndRegisterDriver(url String, props ReadOnlyProps) : PhoenixTestDriver renamed to public initAndRegisterTestDriver(url String, props ReadOnlyProps) : PhoenixTestDriver in class org.apache.phoenix.query.BaseTest | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public testMutalbleIndexWithUpdates() : void from class org.apache.phoenix.end2end.IndexToolIT to public testMutableIndexWithUpdates() : void from class org.apache.phoenix.end2end.MutableIndexToolIT | From | To | |
Inline Method | 1 | ||
Inline Method public testSecondaryIndex(schemaName String, dataTable String, isImmutable boolean, isLocal boolean, directApi boolean) : void inlined to public testSecondaryIndex() : void in class org.apache.phoenix.end2end.IndexToolIT | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute isLocal : boolean to localIndex : boolean in method public testSecondaryIndex() : void in class org.apache.phoenix.end2end.IndexToolIT | From | To | |
Extract Variable | 2 | ||
Extract Variable scn : String in method protected setup(context Context) : void from class org.apache.phoenix.mapreduce.index.PhoenixIndexImportDirectMapper | From | To | |
Extract Variable scn : String in method protected setup(context Context) : void from class org.apache.phoenix.mapreduce.index.PhoenixIndexImportMapper | From | To |