bb6584bd23db6f9a3418209e4b61924c2b55d5a0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 3 | ||
Move And Inline Method public getValue() : ServerConfig moved from class org.jboss.as.webservices.service.ServerConfigService to class org.jboss.as.webservices.config.ServerConfigImpl & inlined to private getServerEnvironment() : ServerEnvironment | From | To | |
Move And Inline Method public getValue() : ServerConfig moved from class org.jboss.as.webservices.service.ServerConfigService to class org.jboss.as.webservices.config.ServerConfigImpl & inlined to public getMbeanServer() : MBeanServer | From | To | |
Move And Inline Method public getValue() : ServerConfig moved from class org.jboss.as.webservices.service.ServerConfigService to class org.jboss.as.webservices.config.ServerConfigImpl & inlined to private getUndertowService() : UndertowService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type builder : ServiceBuilder<ServerConfig> to builder : ServiceBuilder<?> in method public install(serviceTarget ServiceTarget, serverConfig ServerConfigImpl, dependencies List<ServiceName>, jmxSubsystemAvailable boolean, requireUndertow boolean) : ServiceController<?> in class org.jboss.as.webservices.service.ServerConfigService | From | To | |
Rename Parameter | 1 | ||
Rename Parameter mbeanServer : MBeanServer to mBeanServer : MBeanServer in method public setMbeanServer(mBeanServer MBeanServer) : void in class org.jboss.as.webservices.config.ServerConfigImpl | From | To |