b6de402c0c1fbcaa2d6e95ebbc99baef9165bbe9
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Map<String,String> to Collection<ArbitraryAttributeModel> in method public getArbitraryAttributes() : Collection<ArbitraryAttributeModel> in class org.apache.guacamole.auth.jdbc.base.ObjectModel | From | To | |
Change Variable Type | 1 | ||
Change Variable Type arbitraryAttributes : Map<String,String> to arbitraryAttributes : ArbitraryAttributeMap in method public setAttributes(attributes Map<String,String>) : void in class org.apache.guacamole.auth.jdbc.base.ModeledDirectoryObject | From | To | |
Extract Variable | 1 | ||
Extract Variable value : String in method public setAttributes(attributes Map<String,String>) : void from class org.apache.guacamole.auth.jdbc.base.ModeledDirectoryObject | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type arbitraryAttributes : Map<String,String> to arbitraryAttributes : ArbitraryAttributeMap in class org.apache.guacamole.auth.jdbc.base.ObjectModel | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getArbitraryAttributeMap() : ArbitraryAttributeMap extracted from public setAttributes(attributes Map<String,String>) : void in class org.apache.guacamole.auth.jdbc.base.ModeledDirectoryObject & moved to class org.apache.guacamole.auth.jdbc.base.ObjectModel | From | To |