773e9ee7daef2eef51924bb2cf54734d2a33fc60
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type argNames : String... to argNames : Collection<String> in method public getCandidateMethods(name String, argNames Collection<String>) : List<ApiMethod> in class org.apache.camel.util.component.ApiMethodHelper | From | To | |
Change Parameter Type argNames : String... to argNames : Collection<String> in method public filterMethods(methods List<? extends ApiMethod>, matchType MatchType, argNames Collection<String>) : List<ApiMethod> in class org.apache.camel.util.component.ApiMethodHelper | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable argsList : List<String> to argNames : Collection<String> in method public filterMethods(methods List<? extends ApiMethod>, matchType MatchType, argNames Collection<String>) : List<ApiMethod> in class org.apache.camel.util.component.ApiMethodHelper | From | To | |
Change Variable Type | 1 | ||
Change Variable Type argsList : List<String> to argNames : Collection<String> in method public filterMethods(methods List<? extends ApiMethod>, matchType MatchType, argNames Collection<String>) : List<ApiMethod> in class org.apache.camel.util.component.ApiMethodHelper | From | To | |
Inline Variable | 1 | ||
Inline Variable missing : Set<String> in method protected findMethod(exchange Exchange, properties Map<String,Object>) : ApiMethod from class org.apache.camel.util.component.AbstractApiProducer | From | To |