343c8e6cd041023c19d3f003ca12bcb1c4253a79
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setUserContext(userContext UserContext) : void renamed to public setUserContexts(userContexts List<UserContext>) : void in class org.glyptodon.guacamole.net.basic.GuacamoleSession | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type userContext : UserContext to userContexts : List<UserContext> in method public GuacamoleSession(environment Environment, authenticatedUser AuthenticatedUser, userContexts List<UserContext>) in class org.glyptodon.guacamole.net.basic.GuacamoleSession | From | To | |
Change Parameter Type userContext : UserContext to userContexts : List<UserContext> in method public setUserContexts(userContexts List<UserContext>) : void in class org.glyptodon.guacamole.net.basic.GuacamoleSession | From | To | |
Rename Attribute | 1 | ||
Rename Attribute userContext : UserContext to userContexts : List<UserContext> in class org.glyptodon.guacamole.net.basic.GuacamoleSession | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type userContext : UserContext to userContexts : List<UserContext> in class org.glyptodon.guacamole.net.basic.GuacamoleSession | From | To | |
Rename Parameter | 2 | ||
Rename Parameter userContext : UserContext to userContexts : List<UserContext> in method public GuacamoleSession(environment Environment, authenticatedUser AuthenticatedUser, userContexts List<UserContext>) in class org.glyptodon.guacamole.net.basic.GuacamoleSession | From | To | |
Rename Parameter userContext : UserContext to userContexts : List<UserContext> in method public setUserContexts(userContexts List<UserContext>) : void in class org.glyptodon.guacamole.net.basic.GuacamoleSession | From | To |