ca49dac3a86cddd47f3b7f1bea9b94579dbe3564
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable classpath : String to paths : String in method private parsePathList(paths String) : List<Path> in class net.orfjackal.retrolambda.Config | From | To | |
Extract Method | 3 | ||
Extract Method private readPathList(file Path) : List<Path> extracted from public getClasspath() : List<Path> in class net.orfjackal.retrolambda.Config | From | To | |
Extract Method private parsePathList(paths String) : List<Path> extracted from public getIncludedFiles() : List<Path> in class net.orfjackal.retrolambda.Config | From | To | |
Extract Method private parsePathList(paths String) : List<Path> extracted from public getClasspath() : List<Path> in class net.orfjackal.retrolambda.Config | From | To |