0dc9713ac3124c0ea34d949271a813c992873656
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public classpathForJavaProcess() : List<String> renamed to public classpathForProcess() : List<String> in class org.apache.ignite.internal.processors.hadoop.HadoopClasspathUtils | From | To | |
| Rename Method public classpathUrls() : List<URL> renamed to public classpathForClassLoader() : List<URL> in class org.apache.ignite.internal.processors.hadoop.HadoopClasspathUtils | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type filter : String to filter : DirectoryFilter in method private SearchDirectory(dir File, filter DirectoryFilter, strict boolean) in class org.apache.ignite.internal.processors.hadoop.HadoopClasspathUtils.SearchDirectory | From | To | |
| Extract Variable | 1 | ||
| Extract Variable files : File[] in method public classpathForProcess() : List<String> from class org.apache.ignite.internal.processors.hadoop.HadoopClasspathUtils | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type filter : String to filter : DirectoryFilter in class org.apache.ignite.internal.processors.hadoop.HadoopClasspathUtils.SearchDirectory | From | To |