f894c7db8becc90198279c459e7ebe8bdb1fe0d0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getSchema() : String renamed to public getApiDoc() : String in class org.apache.camel.swagger.component.springboot.SwaggerComponentConfiguration | From | To | |
| Rename Method public getSchema() : String renamed to public getApiDoc() : String in class org.apache.camel.swagger.component.SwaggerComponent | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute schema : String to apiDoc : String in method public setApiDoc(apiDoc String) : void in class org.apache.camel.swagger.component.SwaggerComponent | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute schema : String to apiDoc : String in class org.apache.camel.swagger.component.SwaggerEndpoint | From | To | |
| Extract Method | 1 | ||
| Extract Method public setApiDoc(apiDoc String) : void extracted from protected createEndpoint(uri String, remaining String, parameters Map<String,Object>) : Endpoint in class org.apache.camel.swagger.component.SwaggerComponent | From | To |