06bbab50f9a96f5e206aa1dc26743dcc428c5ed5
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testSessionWithAsync() : void renamed to public testSessionWithAsyncDispatch() : void in class org.eclipse.jetty.server.session.AsyncTest | From | To | |
Rename Variable | 3 | ||
Rename Variable server1 : TestServer to server : TestServer in method public testSessionWithAsyncDispatch() : void in class org.eclipse.jetty.server.session.AsyncTest | From | To | |
Rename Variable port1 : int to port : int in method public testSessionWithAsyncDispatch() : void in class org.eclipse.jetty.server.session.AsyncTest | From | To | |
Rename Variable fooMapping : String to mapping : String in method public testSessionWithAsyncDispatch() : void in class org.eclipse.jetty.server.session.AsyncTest | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.eclipse.jetty.server.session.TestFooServlet moved and renamed to org.eclipse.jetty.server.session.AsyncTest.TestServlet | From | To | |
Change Variable Type | 1 | ||
Change Variable Type servlet : TestFooServlet to servlet : TestServlet in method public testSessionWithAsyncDispatch() : void in class org.eclipse.jetty.server.session.AsyncTest | From | To | |
Inline Variable | 1 | ||
Inline Variable finalSession : HttpSession in method public doScope(target String, baseRequest Request, request HttpServletRequest, response HttpServletResponse) : void from class org.eclipse.jetty.server.session.SessionHandler | From | To | |
Extract Method | 1 | ||
Extract Method private ensureCompletion(baseRequest Request) : void extracted from public complete(session Session, request Request) : void in class org.eclipse.jetty.server.session.SessionHandler | From | To | |
Rename Parameter | 2 | ||
Rename Parameter request : Request to baseRequest : Request in method private ensureCompletion(baseRequest Request) : void in class org.eclipse.jetty.server.session.SessionHandler | From | To | |
Rename Parameter request : Request to baseRequest : Request in method public complete(session Session, baseRequest Request) : void in class org.eclipse.jetty.server.session.SessionHandler | From | To |