f63c8b43a8277f9d38ada78f4acac72e02fcbed6
Files Diff
- Added: 1
- Removed: 4
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public authenticationFailed(event AuthenticationFailureEvent) : void renamed to public handleEvent(event Object) : void in class org.apache.guacamole.rest.event.ListenerService | From | To | |
Rename Method private bindListenerProviders(listeners Collection<Class<Listener>>) : void renamed to private bindListeners(listeners Collection<Class<?>>) : void in class org.apache.guacamole.extension.ExtensionModule | From | To | |
Rename Method private notifyAuthenticationFailureListeners(credentials Credentials) : void renamed to private fireAuthenticationFailedEvent(credentials Credentials) : void in class org.apache.guacamole.rest.auth.AuthenticationService | From | To | |
Rename Method public getListenerProviders() : List<ListenerProvider> renamed to public getListeners() : List<Listener> in class org.apache.guacamole.extension.ExtensionModule | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type event : AuthenticationFailureEvent to event : Object in method public handleEvent(event Object) : void in class org.apache.guacamole.rest.event.ListenerService | From | To | |
Change Parameter Type listeners : Collection<Class<Listener>> to listeners : Collection<Class<?>> in method private bindListeners(listeners Collection<Class<?>>) : void in class org.apache.guacamole.extension.ExtensionModule | From | To | |
Change Return Type | 3 | ||
Change Return Type Collection<Class<Listener>> to Collection<Class<?>> in method public getListenerClasses() : Collection<Class<?>> in class org.apache.guacamole.extension.Extension | From | To | |
Change Return Type Collection<Class<Listener>> to Collection<Class<?>> in method private getListenerClasses(names Collection<String>) : Collection<Class<?>> in class org.apache.guacamole.extension.Extension | From | To | |
Change Return Type List<ListenerProvider> to List<Listener> in method public getListeners() : List<Listener> in class org.apache.guacamole.extension.ExtensionModule | From | To | |
Rename Attribute | 1 | ||
Rename Attribute boundListenerProviders : List<ListenerProvider> to boundListners : List<Listener> in class org.apache.guacamole.extension.ExtensionModule | From | To | |
Change Variable Type | 3 | ||
Change Variable Type classes : Collection<Class<Listener>> to classes : Collection<Class<?>> in method private getListenerClasses(names Collection<String>) : Collection<Class<?>> in class org.apache.guacamole.extension.Extension | From | To | |
Change Variable Type listener : Class<Listener> to listener : Class<?> in method private bindListeners(listeners Collection<Class<?>>) : void in class org.apache.guacamole.extension.ExtensionModule | From | To | |
Change Variable Type listener : AuthenticationFailureListener to listener : Listener in method public handleEvent(event Object) : void in class org.apache.guacamole.rest.event.ListenerService | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type listenerClasses : Collection<Class<Listener>> to listenerClasses : Collection<Class<?>> in class org.apache.guacamole.extension.Extension | From | To | |
Change Attribute Type boundListenerProviders : List<ListenerProvider> to boundListners : List<Listener> in class org.apache.guacamole.extension.ExtensionModule | From | To | |
Change Attribute Type listeners : List<ListenerProvider> to listeners : List<Listener> in class org.apache.guacamole.rest.event.ListenerService | From | To |