1b0589bbe47211fc52430d757fa32a0cb784bcf5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable componentConfigJson : String to mergedComponentConfigJson : String in method public updateFunction(tenant String, namespace String, componentName String, uploadedInputStream InputStream, fileDetail FormDataContentDisposition, functionPkgUrl String, functionDetailsJson String, componentConfigJson String, componentType String, clientRole String) : Response in class org.apache.pulsar.functions.worker.rest.api.FunctionsImpl | From | To | |
Extract Method | 3 | ||
Extract Method public createDefaultFunctionConfig() : FunctionConfig extracted from private registerDefaultFunction() : Response in class org.apache.pulsar.functions.worker.rest.api.v2.FunctionApiV2ResourceTest | From | To | |
Extract Method private createDefaultSinkConfig() : SinkConfig extracted from private registerDefaultSink() : Response in class org.apache.pulsar.functions.worker.rest.api.v2.SinkApiV2ResourceTest | From | To | |
Extract Method private createDefaultSourceConfig() : SourceConfig extracted from private registerDefaultSource() : Response in class org.apache.pulsar.functions.worker.rest.api.v2.SourceApiV2ResourceTest | From | To | |
Inline Variable | 1 | ||
Inline Variable isPkgUrlProvided : boolean in method public updateFunction(tenant String, namespace String, componentName String, uploadedInputStream InputStream, fileDetail FormDataContentDisposition, functionPkgUrl String, functionDetailsJson String, componentConfigJson String, componentType String, clientRole String) : Response from class org.apache.pulsar.functions.worker.rest.api.FunctionsImpl | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type autoAck : boolean to autoAck : Boolean in class org.apache.pulsar.admin.cli.CmdFunctions.FunctionDetailsCommand | From | To | |
Change Attribute Type retainOrdering : boolean to retainOrdering : Boolean in class org.apache.pulsar.common.io.SinkConfig | From | To | |
Change Attribute Type retainOrdering : boolean to retainOrdering : Boolean in class org.apache.pulsar.admin.cli.CmdSinks.SinkDetailsCommand | From | To | |
Change Attribute Type autoAck : boolean to autoAck : Boolean in class org.apache.pulsar.common.io.SinkConfig | From | To | |
Change Attribute Type autoAck : boolean to autoAck : Boolean in class org.apache.pulsar.admin.cli.CmdSinks.SinkDetailsCommand | From | To |