67969518c7afc7b41ee2abef0c8a985cd8e5bf60
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public setAnnotationScanning(annotationScanning boolean) : void from class org.apache.camel.impl.converter.FastTypeConverterRegistry to public setAnnotationScanning(annotationScanning boolean) : void from class org.apache.camel.impl.converter.BaseTypeConverterRegistry | From | To | |
Pull Up Method public isAnnotationScanning() : boolean from class org.apache.camel.impl.converter.FastTypeConverterRegistry to public isAnnotationScanning() : boolean from class org.apache.camel.impl.converter.BaseTypeConverterRegistry | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private annotationScanning : boolean from class org.apache.camel.impl.converter.FastTypeConverterRegistry to protected annotationScanning : boolean from class org.apache.camel.impl.converter.BaseTypeConverterRegistry | From | To |