30e14fd256222afea70c8b7796551d6946e2c7e9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public addDirectoryWatch(baseDir Config) : void renamed to protected prepareConfig(baseDir Config) : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
| Rename Method public addFileWatch(file Path) : void renamed to public watch(file Path) : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute watcher : WatchService to watchService : WatchService in class org.eclipse.jetty.util.PathWatcher | From | To | |
| Extract Method | 1 | ||
| Extract Method public watch(config Config) : void extracted from public addFileWatch(file Path) : void in class org.eclipse.jetty.util.PathWatcher | From | To |