714f3e53020b067324e359e97e5bd7b83b0ef0fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method protected findSetter(fieldName String, classElement TypeElement) : ExecutableElement extracted from protected findJavaDoc(elementUtils Elements, element Element, fieldName String, name String, classElement TypeElement, builderPattern boolean) : String in class org.apache.camel.tools.apt.AbstractAnnotationProcessor | From | To | |
Extract Method protected findGetter(fieldName String, classElement TypeElement) : ExecutableElement extracted from protected findJavaDoc(elementUtils Elements, element Element, fieldName String, name String, classElement TypeElement, builderPattern boolean) : String in class org.apache.camel.tools.apt.AbstractAnnotationProcessor | From | To | |
Rename Parameter | 2 | ||
Rename Parameter paths : Set<EndpointPath> to endpointPaths : Set<EndpointPath> in method public createParameterJsonSchema(componentModel ComponentModel, componentOptions Set<ComponentOption>, endpointPaths Set<EndpointPath>, endpointOptions Set<EndpointOption>) : String in class org.apache.camel.tools.apt.EndpointAnnotationProcessor | From | To | |
Rename Parameter options : Set<EndpointOption> to endpointOptions : Set<EndpointOption> in method public createParameterJsonSchema(componentModel ComponentModel, componentOptions Set<ComponentOption>, endpointPaths Set<EndpointPath>, endpointOptions Set<EndpointOption>) : String in class org.apache.camel.tools.apt.EndpointAnnotationProcessor | From | To |