a66315a5cc52a2596e76f09641867be6ce22242c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 2 | ||
| Parameterize Variable fis : FileInputStream to inputStream : InputStream in method public fromPropertiesFile(inputStream InputStream) : ParameterTool in class org.apache.flink.api.java.utils.ParameterTool | From | To | |
| Parameterize Variable propertiesFile : File to file : File in method public fromPropertiesFile(file File) : ParameterTool in class org.apache.flink.api.java.utils.ParameterTool | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type fis : FileInputStream to inputStream : InputStream in method public fromPropertiesFile(inputStream InputStream) : ParameterTool in class org.apache.flink.api.java.utils.ParameterTool | From | To | |
| Extract Method | 2 | ||
| Extract Method public fromPropertiesFile(inputStream InputStream) : ParameterTool extracted from public fromPropertiesFile(path String) : ParameterTool in class org.apache.flink.api.java.utils.ParameterTool | From | To | |
| Extract Method public fromPropertiesFile(file File) : ParameterTool extracted from public fromPropertiesFile(path String) : ParameterTool in class org.apache.flink.api.java.utils.ParameterTool | From | To |