f0d2e2b7646a72729fd099806a0bdf19897922ff
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type registry : boolean to host : String in method private JMXRMIServerSocketFactory(host String, portConsumer IntConsumer) in class org.eclipse.jetty.jmx.ConnectorServer.JMXRMIServerSocketFactory | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to String in method private startRegistry(hostPort HostPort) : String in class org.eclipse.jetty.jmx.ConnectorServer | From | To | |
| Extract Variable | 2 | ||
| Extract Variable csf : RMIClientSocketFactory in method private startRegistry(hostPort HostPort) : String from class org.eclipse.jetty.jmx.ConnectorServer | From | To | |
| Extract Variable csf : SslRMIClientSocketFactory in method public doStart() : void from class org.eclipse.jetty.jmx.ConnectorServer | From | To | |
| Extract Method | 1 | ||
| Extract Method private createServerSocket(address InetAddress, port int) : ServerSocket extracted from public createServerSocket(port int) : ServerSocket in class org.eclipse.jetty.jmx.ConnectorServer.JMXRMIServerSocketFactory | From | To | |
| Inline Variable | 3 | ||
| Inline Variable registry : boolean in method public doStart() : void from class org.eclipse.jetty.jmx.ConnectorServer | From | To | |
| Inline Variable localHost : InetAddress in method public testNoRMIHostBindsToAny() : void from class org.eclipse.jetty.jmx.ConnectorServerTest | From | To | |
| Inline Variable localHost : InetAddress in method public testNoRegistryHostBindsToAny() : void from class org.eclipse.jetty.jmx.ConnectorServerTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter registry : boolean to host : String in method private JMXRMIServerSocketFactory(host String, portConsumer IntConsumer) in class org.eclipse.jetty.jmx.ConnectorServer.JMXRMIServerSocketFactory | From | To |