7ae45eaf075dfee11c289a5bf70c9e6d57f34693
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private removeExcludesFromIgnoreFile(ignoreFilePath Path, pathsToExclude Set<String>) : void renamed to private removeExcludes(projectPath Path, pathsToExclude Set<Path>) : void in class org.eclipse.che.api.vfs.watcher.FileWatcherIgnoreFileTracker | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type pathsToExclude : Set<String> to pathsToExclude : Set<Path> in method private removeExcludes(projectPath Path, pathsToExclude Set<Path>) : void in class org.eclipse.che.api.vfs.watcher.FileWatcherIgnoreFileTracker | From | To | |
Rename Variable | 1 | ||
Rename Variable projectExcludes : Set<String> to excludesToWrite : Set<String> in method private removeExcludes(projectPath Path, pathsToExclude Set<Path>) : void in class org.eclipse.che.api.vfs.watcher.FileWatcherIgnoreFileTracker | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<Path,Set<String>> to Map<Path,Set<Path>> in method private groupExcludes(locationsToExclude List<String>) : Map<Path,Set<Path>> in class org.eclipse.che.api.vfs.watcher.FileWatcherIgnoreFileTracker | From | To | |
Change Variable Type | 1 | ||
Change Variable Type groupedExcludes : Map<Path,Set<String>> to groupedExcludes : Map<Path,Set<Path>> in method private groupExcludes(locationsToExclude List<String>) : Map<Path,Set<Path>> in class org.eclipse.che.api.vfs.watcher.FileWatcherIgnoreFileTracker | From | To | |
Rename Parameter | 2 | ||
Rename Parameter ignoreFilePath : Path to projectPath : Path in method private removeExcludes(projectPath Path, pathsToExclude Set<Path>) : void in class org.eclipse.che.api.vfs.watcher.FileWatcherIgnoreFileTracker | From | To | |
Rename Parameter ignoreFilePath : Path to projectPath : Path in method private writeExcludesToIgnoreFile(projectPath Path, pathsToExclude Set<Path>) : void in class org.eclipse.che.api.vfs.watcher.FileWatcherIgnoreFileTracker | From | To |