c122569d75c9cbb6cf69f191411e6ba624ced0b0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected checkValid() : void renamed to protected checkValidForWrite() : void in class org.eclipse.jetty.server.session.Session | From | To | |
Push Down Method | 1 | ||
Push Down Method public close() : void from class org.eclipse.jetty.util.thread.Locker.Lock to public close() : void from class org.eclipse.jetty.util.thread.Locker.UnLock | From | To | |
Inline Method | 1 | ||
Inline Method protected clearAttributes() : void inlined to protected doInvalidate() : void in class org.eclipse.jetty.server.session.Session | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public renewId(oldId String, oldExtendedId String, newId String, newExtendedId String) : void extracted from public renewSessionId(oldId String, oldExtendedId String, newId String, newExtendedId String) : void in class org.eclipse.jetty.server.session.SessionManager & moved to class org.eclipse.jetty.server.session.Session | From | To |