84239bc7f2e13afeb80bb50445f499d918511eb3
Files Diff
- Added: 19
- Removed: 3
- Renamed: 0
- Modified: 16
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 | |
| Removed | |
| org.eclipse.jdt.core.compiler:ecj:4.4.2 | |
| Updated | |
| From org.apache.taglibs:taglibs-standard-spec 1.2.5 To 1.2.1 | |
| From org.slf4j:log4j-over-slf4j 1.6.6 To 1.6.1 | |
| From org.slf4j:jcl104-over-slf4j 1.6.6 To 1.6.1 | |
| From org.slf4j:slf4j-api 1.6.6 To 1.6.1 | |
| From org.apache.taglibs:taglibs-standard-impl 1.2.5 To 1.2.1 | |
| From org.eclipse.jetty:jetty-nested 9.4.0-SNAPSHOT To 9.3.4-SNAPSHOT | |
| From org.mortbay.jasper:apache-jsp 8.0.27 To 8.0.23.M1 | |
| From org.eclipse.jetty:jetty-websocket 9.4.0-SNAPSHOT To 9.3.4-SNAPSHOT | |
| From org.slf4j:slf4j-api 1.6.1 To 1.6.6 | |
| From org.slf4j:log4j-over-slf4j 1.6.1 To 1.6.6 | |
| From org.slf4j:jcl104-over-slf4j 1.6.1 To 1.6.6 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 3 | ||
| Move Method public before() : void from class org.eclipse.jetty.server.session.SessionRenewTest to public before() : void from class org.eclipse.jetty.server.session.ClientCrossContextSessionTest | From | To | |
| Move Method public getSessionDataStore() : FileSessionDataStore from class org.eclipse.jetty.server.session.HashSessionManager to public getSessionDataStore() : FileSessionDataStore from class org.eclipse.jetty.server.session.FileSessionManager | From | To | |
| Move Method public after() : void from class org.eclipse.jetty.server.session.SessionRenewTest to public after() : void from class org.eclipse.jetty.server.session.ClientCrossContextSessionTest | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder tests/test-sessions/test-hash-sessions to tests/test-sessions/test-file-sessions | From | To | |
| Extract Class | 1 | ||
| Extract Class org.eclipse.jetty.server.session.ClientCrossContextSessionTest from class org.eclipse.jetty.server.session.SessionRenewTest | From | To | |
| Rename Class | 1 | ||
| Rename Class org.eclipse.jetty.server.session.HashSessionManagerTest renamed to org.eclipse.jetty.server.session.FileSessionManagerTest | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type manager : HashSessionManager to manager : FileSessionManager in method public testValidSessionIdRemoval() : void in class org.eclipse.jetty.server.session.FileSessionManagerTest | From | To | |
| Change Variable Type manager : HashSessionManager to manager : FileSessionManager in method public testHashSession() : void in class org.eclipse.jetty.server.session.FileSessionManagerTest | From | To | |
| Change Variable Type sessionManager : AbstractSessionManager to sessionManager : SessionManager in method protected doGet(request HttpServletRequest, response HttpServletResponse) : void in class org.eclipse.jetty.server.session.AbstractSessionRenewTest.TestServlet | From | To | |
| Change Variable Type manager : HashSessionManager to manager : FileSessionManager in method public testDangerousSessionIdRemoval() : void in class org.eclipse.jetty.server.session.FileSessionManagerTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type _sessionDataStore : FileSessionDataStore to _sessionDataStore : NullSessionDataStore in class org.eclipse.jetty.server.session.HashSessionManager | From | To |