638365ccffe5dc3b764498f0433935aa8ef51c3e
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public asProtocolParameter() : ProtocolParameter renamed to public asParameter() : Parameter in class org.glyptodon.guacamole.xml.protocol.ParamTagHandler | From | To | |
Rename Method public asProtocolParameterOption() : ProtocolParameterOption renamed to public asParameterOption() : ParameterOption in class org.glyptodon.guacamole.xml.protocol.OptionTagHandler | From | To | |
Change Return Type | 4 | ||
Change Return Type Collection<ProtocolParameter> to Collection<Parameter> in method public getParameters() : Collection<Parameter> in class org.glyptodon.guacamole.protocols.ProtocolInfo | From | To | |
Change Return Type Collection<ProtocolParameterOption> to Collection<ParameterOption> in method public getOptions() : Collection<ParameterOption> in class org.glyptodon.guacamole.form.Parameter | From | To | |
Change Return Type ProtocolParameter to Parameter in method public asParameter() : Parameter in class org.glyptodon.guacamole.xml.protocol.ParamTagHandler | From | To | |
Change Return Type ProtocolParameterOption to ParameterOption in method public asParameterOption() : ParameterOption in class org.glyptodon.guacamole.xml.protocol.OptionTagHandler | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.glyptodon.guacamole.protocols.ProtocolParameter moved and renamed to org.glyptodon.guacamole.form.Parameter | From | To | |
Move And Rename Class org.glyptodon.guacamole.protocols.ProtocolParameterOption moved and renamed to org.glyptodon.guacamole.form.ParameterOption | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type protocolParameter : ProtocolParameter to protocolParameter : Parameter in class org.glyptodon.guacamole.xml.protocol.ParamTagHandler | From | To | |
Change Attribute Type parameters : Collection<ProtocolParameter> to parameters : Collection<Parameter> in class org.glyptodon.guacamole.protocols.ProtocolInfo | From | To | |
Change Attribute Type options : Collection<ProtocolParameterOption> to options : Collection<ParameterOption> in class org.glyptodon.guacamole.form.Parameter | From | To | |
Change Attribute Type option : ProtocolParameterOption to option : ParameterOption in class org.glyptodon.guacamole.xml.protocol.OptionTagHandler | From | To |