2ddcf3c204f4ff1bc45d488a3b708aadb2c3f4b8
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type Schema to JsonSchema in method public createSchema(camelContext CamelContext, inputStream InputStream) : JsonSchema in class org.apache.camel.component.jsonvalidator.JsonSchemaLoader | From | To | |
Change Return Type Schema to JsonSchema in method private getOrCreateSchema() : JsonSchema in class org.apache.camel.component.jsonvalidator.JsonValidatorEndpoint | From | To | |
Change Return Type Schema to JsonSchema in method public createSchema(camelContext CamelContext, inputStream InputStream) : JsonSchema in class org.apache.camel.component.jsonvalidator.DefaultJsonSchemaLoader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type localSchema : Schema to localSchema : JsonSchema in method protected onExchange(exchange Exchange) : void in class org.apache.camel.component.jsonvalidator.JsonValidatorEndpoint | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type schema : Schema to schema : JsonSchema in class org.apache.camel.component.jsonvalidator.JsonValidatorEndpoint | From | To | |
Rename Parameter | 2 | ||
Rename Parameter schemaInputStream : InputStream to inputStream : InputStream in method public createSchema(camelContext CamelContext, inputStream InputStream) : JsonSchema in class org.apache.camel.component.jsonvalidator.JsonSchemaLoader | From | To | |
Rename Parameter schemaInputStream : InputStream to inputStream : InputStream in method public createSchema(camelContext CamelContext, inputStream InputStream) : JsonSchema in class org.apache.camel.component.jsonvalidator.DefaultJsonSchemaLoader | From | To |