4eec41f3f2b04865b6d59ebd3fbd3aa1e0a0fd80
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public ScanUtilTest(slots List<List<KeyRange>>, widths int[], expectedKey byte[], bound Bound) from class org.apache.phoenix.util.ScanUtilTest to public ParameterizedScanUtilTest(slots List<List<KeyRange>>, widths int[], expectedKey byte[], bound Bound) from class org.apache.phoenix.util.ScanUtilTest.ParameterizedScanUtilTest | From | To | |
| Move Method | 3 | ||
| Move Method public data() : Collection<Object> from class org.apache.phoenix.util.ScanUtilTest to public data() : Collection<Object> from class org.apache.phoenix.util.ScanUtilTest.ParameterizedScanUtilTest | From | To | |
| Move Method public test() : void from class org.apache.phoenix.util.ScanUtilTest to public test() : void from class org.apache.phoenix.util.ScanUtilTest.ParameterizedScanUtilTest | From | To | |
| Move Method private foreach(ranges KeyRange[][], widths int[], expectedKey byte[], bound Bound) : Collection<?> from class org.apache.phoenix.util.ScanUtilTest to private foreach(ranges KeyRange[][], widths int[], expectedKey byte[], bound Bound) : Collection<?> from class org.apache.phoenix.util.ScanUtilTest.ParameterizedScanUtilTest | From | To | |
| Move Attribute | 5 | ||
| Move Attribute private slots : List<List<KeyRange>> from class org.apache.phoenix.util.ScanUtilTest to private slots : List<List<KeyRange>> from class org.apache.phoenix.util.ScanUtilTest.ParameterizedScanUtilTest | From | To | |
| Move Attribute private expectedKey : byte[] from class org.apache.phoenix.util.ScanUtilTest to private expectedKey : byte[] from class org.apache.phoenix.util.ScanUtilTest.ParameterizedScanUtilTest | From | To | |
| Move Attribute private bound : Bound from class org.apache.phoenix.util.ScanUtilTest to private bound : Bound from class org.apache.phoenix.util.ScanUtilTest.ParameterizedScanUtilTest | From | To | |
| Move Attribute private schema : RowKeySchema from class org.apache.phoenix.util.ScanUtilTest to private schema : RowKeySchema from class org.apache.phoenix.util.ScanUtilTest.ParameterizedScanUtilTest | From | To | |
| Move Attribute private ARRAY_TO_LIST : Function<KeyRange[],List<KeyRange>> from class org.apache.phoenix.util.ScanUtilTest to private ARRAY_TO_LIST : Function<KeyRange[],List<KeyRange>> from class org.apache.phoenix.util.ScanUtilTest.ParameterizedScanUtilTest | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.phoenix.util.ScanUtilTest.ParameterizedScanUtilTest from class org.apache.phoenix.util.ScanUtilTest | From | To |