4be4b4e7b48b986f1fc934abe561cef81144e41b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private tokenize(value String) : List<Token> inlined to private getLogHandle(formatString String) : MethodHandle in class org.eclipse.jetty.server.CustomRequestLog | From | To | |
Extract Method | 2 | ||
Extract Method private updateLogHandle(logHandle MethodHandle, append MethodHandle, literal String) : MethodHandle extracted from private getLogHandle(formatString String) : MethodHandle in class org.eclipse.jetty.server.CustomRequestLog | From | To | |
Extract Method private updateLogHandle(logHandle MethodHandle, code String, arg String) : MethodHandle extracted from private getLogHandle(formatString String) : MethodHandle in class org.eclipse.jetty.server.CustomRequestLog | From | To |