213e806cd2afe9e926a1d533862a870c834f6163
Files Diff
- Added: 624
- Removed: 624
- Renamed: 0
- Modified: 0
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
org.mockito:mockito-all:1.10.8 | |
org.slf4j:slf4j-log4j12:1.7.2 | |
org.powermock:powermock-core:1.6.1 | |
org.apache.hadoop:hadoop-client:2.2.0 | |
com.google.code.findbugs:annotations:3.0.1 | |
org.apache.mesos:mesos:0.23.0 | |
org.powermock:powermock-module-junit4:1.6.1 | |
org.powermock:powermock-api-mockito:1.6.1 | |
junit:junit:4.12 | |
org.apache.curator:curator-test:2.1.0-incubating | |
org.slf4j:slf4j-api:1.7.2 | |
org.apache.commons:commons-lang3:3.0 | |
org.powermock:powermock-reflect:1.6.1 | |
org.apache.thrift:libthrift:0.9.2 | |
org.apache.hadoop:hadoop-minicluster:2.2.0 | |
org.apache.hadoop:hadoop-test:2.2.0 | |
com.google.guava:guava:14.0.1 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Source Folder | 3 | ||
Move Source Folder common to core/common | From | To | |
Move Source Folder clients/unshaded to core/client-internal | From | To | |
Move Source Folder servers to core/server | From | To | |
Move Class | 4 | ||
Move Class tachyon.worker.file.FileSystemMasterClientTest moved to tachyon.client.file.FileSystemMasterClientTest | From | To | |
Move Class tachyon.client.file.FileSystemMasterClientTest moved to tachyon.worker.file.FileSystemMasterClientTest | From | To | |
Move Class tachyon.worker.block.BlockMasterClientTest moved to tachyon.client.block.BlockMasterClientTest | From | To | |
Move Class tachyon.client.block.BlockMasterClientTest moved to tachyon.worker.block.BlockMasterClientTest | From | To | |
Change Variable Type | 4 | ||
Change Variable Type mock : FileSystemMasterClientService.Client to mock : FileSystemMasterWorkerService.Client in method public unsupportedVersionTest() : void in class tachyon.worker.file.FileSystemMasterClientTest | From | To | |
Change Variable Type mock : FileSystemMasterWorkerService.Client to mock : FileSystemMasterClientService.Client in method public unsupportedVersionTest() : void in class tachyon.client.file.FileSystemMasterClientTest | From | To | |
Change Variable Type mock : BlockMasterWorkerService.Client to mock : BlockMasterClientService.Client in method public unsupportedVersionTest() : void in class tachyon.client.block.BlockMasterClientTest | From | To | |
Change Variable Type mock : BlockMasterClientService.Client to mock : BlockMasterWorkerService.Client in method public unsupportedVersionTest() : void in class tachyon.worker.block.BlockMasterClientTest | From | To | |
Change Package | 2 | ||
Change Package tachyon.worker to tachyon.client | From | To | |
Change Package tachyon.client to tachyon.worker | From | To |