9585d0fc6ca62cd2a1d6242c173258e7cd66e87e
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 4 | ||
| Pull Up Method public getIdentifier() : String from class org.glyptodon.guacamole.net.auth.attribute.ObjectAttribute to public getIdentifier() : String from class org.glyptodon.guacamole.net.auth.attribute.Attribute | From | To | |
| Pull Up Method public setType(type Type) : void from class org.glyptodon.guacamole.net.auth.attribute.ObjectAttribute to package setType(type Type) : void from class org.glyptodon.guacamole.net.auth.attribute.Attribute | From | To | |
| Pull Up Method public getType() : Type from class org.glyptodon.guacamole.net.auth.attribute.ObjectAttribute to public getType() : Type from class org.glyptodon.guacamole.net.auth.attribute.Attribute | From | To | |
| Pull Up Method public setIdentifier(identifier String) : void from class org.glyptodon.guacamole.net.auth.attribute.ObjectAttribute to public setIdentifier(identifier String) : void from class org.glyptodon.guacamole.net.auth.attribute.Attribute | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private type : Type from class org.glyptodon.guacamole.net.auth.attribute.ObjectAttribute to private type : Type from class org.glyptodon.guacamole.net.auth.attribute.Attribute | From | To | |
| Pull Up Attribute private identifier : String from class org.glyptodon.guacamole.net.auth.attribute.ObjectAttribute to private identifier : String from class org.glyptodon.guacamole.net.auth.attribute.Attribute | From | To | |
| Change Return Type | 4 | ||
| Change Return Type ObjectAttributeSet to Map<String,String> in method public getAttributes() : Map<String,String> in class org.glyptodon.guacamole.net.auth.simple.SimpleConnection | From | To | |
| Change Return Type ObjectAttributeSet to Map<String,String> in method public getAttributes() : Map<String,String> in class org.glyptodon.guacamole.net.auth.User | From | To | |
| Change Return Type ObjectAttributeSet to Map<String,String> in method public getAttributes() : Map<String,String> in class org.glyptodon.guacamole.net.auth.simple.SimpleUser | From | To | |
| Change Return Type ObjectAttributeSet to Map<String,String> in method public getAttributes() : Map<String,String> in class org.glyptodon.guacamole.net.auth.Connection | From | To |