d20dda74a224a340d25c838b0f938d4d84f30240
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method protected setServiceName(serviceName String) : void moved from class org.apache.camel.component.grpc.GrpcConfiguration to class org.apache.camel.component.grpc.GrpcComponent & inlined to protected createEndpoint(uri String, remaining String, parameters Map<String,Object>) : Endpoint | From | To | |
Move Method | 4 | ||
Move Method protected getServiceName() : String from class org.apache.camel.component.grpc.GrpcConfiguration to public getServiceName() : String from class org.apache.camel.component.grpc.GrpcEndpoint | From | To | |
Move Method private extractServicePackage(service String) : String from class org.apache.camel.component.grpc.GrpcComponent to public extractServicePackage(service String) : String from class org.apache.camel.component.grpc.GrpcUtils | From | To | |
Move Method protected getServicePackage() : String from class org.apache.camel.component.grpc.GrpcConfiguration to public getServicePackage() : String from class org.apache.camel.component.grpc.GrpcEndpoint | From | To | |
Move Method private extractServiceName(service String) : String from class org.apache.camel.component.grpc.GrpcComponent to public extractServiceName(service String) : String from class org.apache.camel.component.grpc.GrpcUtils | From | To | |
Move Attribute | 2 | ||
Move Attribute private serviceName : String from class org.apache.camel.component.grpc.GrpcConfiguration to private serviceName : String from class org.apache.camel.component.grpc.GrpcEndpoint | From | To | |
Move Attribute private servicePackage : String from class org.apache.camel.component.grpc.GrpcConfiguration to private servicePackage : String from class org.apache.camel.component.grpc.GrpcEndpoint | From | To |