7c375c2bced2bb850ec37ce0694a2fe22f50fcbd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected notifyOnPathWatchEvent(event PathWatchEvent) : void renamed to protected notifyOnPathWatchEvents(events List<PathWatchEvent>) : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public isQuiet(expiredDuration long, expiredUnit TimeUnit) : boolean moved from class org.eclipse.jetty.util.PathWatcher.PathWatchEvent to class org.eclipse.jetty.util.PathWatcher & inlined to public run() : void | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type listener : Listener to listener : EventListener in method public addListener(listener EventListener) : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Change Parameter Type event : PathWatchEvent to events : List<PathWatchEvent> in method protected notifyOnPathWatchEvents(events List<PathWatchEvent>) : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Change Return Type | 1 | ||
Change Return Type Iterator<Listener> to Iterator<EventListener> in method public getListeners() : Iterator<EventListener> in class org.eclipse.jetty.util.PathWatcher | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute pendingUpdateEvents : Map<Path,PathWatchEvent> to pendingEvents : Map<Path,PathPendingEvents> in method public run() : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Change Variable Type | 3 | ||
Change Variable Type listener : Listener to listener : EventListener in method protected notifyOnPathWatchEvents(events List<PathWatchEvent>) : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Change Variable Type pendingUpdateEvents : Map<Path,PathWatchEvent> to pendingEvents : Map<Path,PathPendingEvents> in method public run() : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Change Variable Type pending : PathWatchEvent to pending : PathPendingEvents in method public run() : void in class org.eclipse.jetty.util.PathWatcher | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type listeners : List<Listener> to listeners : List<EventListener> in class org.eclipse.jetty.util.PathWatcher | From | To | |
Rename Parameter | 1 | ||
Rename Parameter event : PathWatchEvent to events : List<PathWatchEvent> in method protected notifyOnPathWatchEvents(events List<PathWatchEvent>) : void in class org.eclipse.jetty.util.PathWatcher | From | To |