87f011d98ba6c5671981cd1b63e7e5088f2ca34f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable lin : LineNumberReader to reader : LineNumberReader in method public run() : void in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable | From | To | |
Rename Variable e : Exception to x : Throwable in method private stopLifeCycles(predicate Predicate<LifeCycle>, destroy boolean) : void in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable | From | To | |
Rename Variable e : Exception to x : Throwable in method public run() : void in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable | From | To | |
Move Attribute | 1 | ||
Move Attribute private serverSocket : ServerSocket from class org.eclipse.jetty.server.ShutdownMonitor to private serverSocket : ServerSocket from class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable | From | To | |
Rename Attribute | 1 | ||
Rename Attribute DEBUG : boolean to debug : boolean in class org.eclipse.jetty.server.ShutdownMonitor | From | To | |
Extract Variable | 5 | ||
Extract Variable monitor : ShutdownMonitor in method public testOldStopCommandWithStopOnShutdownTrue() : void from class org.eclipse.jetty.server.ShutdownMonitorTest | From | To | |
Extract Variable monitor : ShutdownMonitor in method public testShutdownMonitor() : void from class org.eclipse.jetty.server.ShutdownMonitorTest | From | To | |
Extract Variable monitor : ShutdownMonitor in method public testForceStopCommand() : void from class org.eclipse.jetty.server.ShutdownMonitorTest | From | To | |
Extract Variable newKey : String in method public testShutdownMonitor() : void from class org.eclipse.jetty.server.ShutdownMonitorTest | From | To | |
Extract Variable monitor : ShutdownMonitor in method public testOldStopCommandWithStopOnShutdownFalse() : void from class org.eclipse.jetty.server.ShutdownMonitorTest | From | To | |
Change Variable Type | 3 | ||
Change Variable Type e : Exception to x : Throwable in method private stopLifeCycles(predicate Predicate<LifeCycle>, destroy boolean) : void in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable | From | To | |
Change Variable Type e : Exception to x : Throwable in method public run() : void in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable | From | To | |
Extract Method | 3 | ||
Extract Method private removeLifeCycle(lifeCycle LifeCycle) : void extracted from public deregister(lifeCycle LifeCycle) : void in class org.eclipse.jetty.server.ShutdownMonitor | From | To | |
Extract Method private containsLifeCycle(lifeCycle LifeCycle) : boolean extracted from public isRegistered(lifeCycle LifeCycle) : boolean in class org.eclipse.jetty.server.ShutdownMonitor | From | To | |
Extract Method private addLifeCycles(lifeCycles LifeCycle...) : void extracted from public register(lifeCycles LifeCycle...) : void in class org.eclipse.jetty.server.ShutdownMonitor | From | To |