8818eeaab3f245bb361f4c555b70a62e3279fd0a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type void to CompletableFuture<Void> in method public removeOwnership(bundles NamespaceBundles) : CompletableFuture<Void> in class com.yahoo.pulsar.broker.namespace.OwnershipCache | From | To | |
| Change Return Type void to CompletableFuture<Void> in method public removeOwnership(bundle NamespaceBundle) : CompletableFuture<Void> in class com.yahoo.pulsar.broker.namespace.OwnershipCache | From | To | |
| Extract Method | 1 | ||
| Extract Method public updateBundleState(bundle NamespaceBundle, isActive boolean) : void extracted from public disableOwnership(bundle NamespaceBundle) : void in class com.yahoo.pulsar.broker.namespace.OwnershipCache | From | To |