bc47942d1704320647c674e25061d402c36e8b78
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testDeployFiles_NewWar_LargeSlowCopy() : void renamed to public testDeployFiles_ModifyWar_LargeSlowCopy() : void in class org.eclipse.jetty.util.PathWatcherTest | From | To | |
Rename Variable | 1 | ||
Rename Variable key : WatchKey to k : WatchKey in method public run() : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Inline Method | 4 | ||
Inline Method protected prepareConfig(baseDir Config) : void inlined to public run() : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Inline Method protected prepareConfig(baseDir Config) : void inlined to protected doStart() : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Rename Attribute | 3 | ||
Rename Attribute dir : Path to path : Path in class org.eclipse.jetty.util.PathWatcher.Config | From | To | |
Rename Attribute pendingEvents : Map<Path,PathPendingEvents> to pending : Map<Path,PathWatchEvent> in class org.eclipse.jetty.util.PathWatcher | From | To | |
Rename Attribute count : int to config : Config in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent | From | To | |
Extract Variable | 1 | ||
Extract Variable hidden_war : String in method public testStartupFindFiles() : void from class org.eclipse.jetty.util.PathWatcherTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type pendingEvents : Map<Path,PathPendingEvents> to pending : Map<Path,PathWatchEvent> in class org.eclipse.jetty.util.PathWatcher | From | To | |
Change Attribute Type count : int to config : Config in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent | From | To | |
Inline Variable | 1 | ||
Inline Variable kind : WatchEvent.Kind<Path> in method public run() : void from class org.eclipse.jetty.util.PathWatcher | From | To | |
Extract Method | 2 | ||
Extract Method private register(path Path, config Config, kinds WatchEvent.Kind<?>[]) : void extracted from protected register(dir Path, root Config) : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Extract Method private handleKey(key WatchKey) : void extracted from public run() : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Rename Parameter | 3 | ||
Rename Parameter root : Config to config : Config in method protected register(path Path, config Config) : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Rename Parameter dir : Path to path : Path in method protected register(path Path, config Config) : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Rename Parameter dir : Path to path : Path in method private register(path Path, config Config, kinds WatchEvent.Kind<?>[]) : void in class org.eclipse.jetty.util.PathWatcher | From | To |