169d93e790e69b7d23a2e3b9d5a6a35e6d2b55ce
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public updateInactivityTimer() : void renamed to public calculateInactivityTimeout(now long) : long in class org.eclipse.jetty.server.session.Session | From | To | |
Change Return Type | 1 | ||
Change Return Type void to long in method public calculateInactivityTimeout(now long) : long in class org.eclipse.jetty.server.session.Session | From | To | |
Extract Method | 2 | ||
Extract Method public sessionInactivityTimerExpired(session Session, now long) : void extracted from public sessionInactivityTimerExpired(session Session) : void in class org.eclipse.jetty.server.session.SessionHandler | From | To | |
Extract Method public schedule(time long) : void extracted from public schedule() : void in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer | From | To |