ff49714d06280c9fc161755e384cab897dc41698
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public isStale(session Session) : boolean inlined to public get(id String, staleCheck boolean) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore | From | To | |
Rename Attribute | 3 | ||
Rename Attribute _scavenger : PeriodicSessionInspector to _inspector : PeriodicSessionInspector in class org.eclipse.jetty.server.session.AbstractTestServer | From | To | |
Rename Attribute DEFAULT_SCAVENGE : int to DEFAULT_INSPECTION_SEC : int in class org.eclipse.jetty.server.session.AbstractTestServer | From | To | |
Rename Attribute _scavengePeriod : int to _inspectionPeriod : int in class org.eclipse.jetty.server.session.AbstractTestServer | From | To | |
Extract Method | 3 | ||
Extract Method protected checkLocked() : void extracted from protected checkValidForWrite() : void in class org.eclipse.jetty.server.session.Session | From | To | |
Extract Method private loadSession(id String) : Session extracted from public get(id String, staleCheck boolean) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore | From | To | |
Extract Method protected checkLocked() : void extracted from protected checkValidForRead() : void in class org.eclipse.jetty.server.session.Session | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public doReplace(id String, oldValue Session, newValue Session) : boolean extracted from public get(id String, staleCheck boolean) : Session in class org.eclipse.jetty.server.session.AbstractSessionStore & moved to class org.eclipse.jetty.server.session.SessionCookieTest.MockSessionStore | From | To |