b5dc213ea7a0bdbf021a10cd54ec452003bb5173
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testExplicitLibShipping() : void renamed to public testExplicitFileShipping() : void in class org.apache.flink.yarn.YarnClusterDescriptorTest | From | To | |
| Rename Method protected addLibFolderToShipFiles(effectiveShipFiles Collection<File>) : void renamed to protected addEnvironmentFoldersToShipFiles(effectiveShipFiles Collection<File>) : void in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable libDir : String to directory : String in method private addEnvFolderToShipFiles(effectiveShipFiles Collection<File>, directory String, environmentVariableName String) : void in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To | |
| Extract Method | 4 | ||
| Extract Method public testEnvironmentDirectoryShipping(environmentVariable String) : void extracted from public testEnvironmentLibShipping() : void in class org.apache.flink.yarn.YarnClusterDescriptorTest | From | To | |
| Extract Method public testBuilderFromEnvironmentBad(obligatoryEnvironmentVariable String) : void extracted from public testBuilderFromEnvironmentBad() : void in class org.apache.flink.runtime.clusterframework.overlays.FlinkDistributionOverlayTest | From | To | |
| Extract Method private addEnvFolderToShipFiles(effectiveShipFiles Collection<File>, directory String, environmentVariableName String) : void extracted from protected addLibFolderToShipFiles(effectiveShipFiles Collection<File>) : void in class org.apache.flink.yarn.AbstractYarnClusterDescriptor | From | To |