8df9d5420e436fb89b53ccd8133ac5168fb0e482
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public removeAssignment(assignment Assignment) : void renamed to public removeAssignments(assignments Collection<Assignment>) : void in class org.apache.pulsar.functions.worker.FunctionRuntimeManager | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type assignment : Assignment to assignments : Collection<Assignment> in method public removeAssignments(assignments Collection<Assignment>) : void in class org.apache.pulsar.functions.worker.FunctionRuntimeManager | From | To | |
Rename Parameter | 1 | ||
Rename Parameter assignment : Assignment to assignments : Collection<Assignment> in method public removeAssignments(assignments Collection<Assignment>) : void in class org.apache.pulsar.functions.worker.FunctionRuntimeManager | From | To |