1ba6dec41c2f02afbed81a1369c35e7a940c6720
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method protected getSessionAttributeName(service VaadinService) : String from class com.vaadin.server.VaadinSession to protected getSessionAttributeName() : String from class com.vaadin.server.VaadinService | From | To | |
Rename Variable | 1 | ||
Rename Variable applicationContext : VaadinSession to vaadinSession : VaadinSession in method protected getApplicationContext(request HttpServletRequest, memcache MemcacheService) : VaadinSession in class com.vaadin.server.GAEVaadinServlet | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected storeSession(session VaadinSession, wrappedSession WrappedSession) : void extracted from public storeInSession(service VaadinService, session WrappedSession) : void in class com.vaadin.server.VaadinSession & moved to class com.vaadin.server.VaadinService | From | To | |
Extract And Move Method protected loadSession(wrappedSession WrappedSession) : VaadinSession extracted from public getForSession(service VaadinService, underlyingSession WrappedSession) : VaadinSession in class com.vaadin.server.VaadinSession & moved to class com.vaadin.server.VaadinService | From | To |