3345d24d528f739d6b85e133da5cd7acef90ed76
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable we : WebApplicationException to t : Throwable in method private completeLookupResponseExceptionally(asyncResponse AsyncResponse, t Throwable) : void in class com.yahoo.pulsar.broker.lookup.DestinationLookup | From | To | |
Change Variable Type | 1 | ||
Change Variable Type we : WebApplicationException to t : Throwable in method private completeLookupResponseExceptionally(asyncResponse AsyncResponse, t Throwable) : void in class com.yahoo.pulsar.broker.lookup.DestinationLookup | From | To | |
Extract Method | 2 | ||
Extract Method private completeLookupResponseSuccessfully(asyncResponse AsyncResponse, lookupData LookupData) : void extracted from public lookupDestinationAsync(property String, cluster String, namespace String, dest String, authoritative boolean, asyncResponse AsyncResponse) : void in class com.yahoo.pulsar.broker.lookup.DestinationLookup | From | To | |
Extract Method private completeLookupResponseExceptionally(asyncResponse AsyncResponse, t Throwable) : void extracted from public lookupDestinationAsync(property String, cluster String, namespace String, dest String, authoritative boolean, asyncResponse AsyncResponse) : void in class com.yahoo.pulsar.broker.lookup.DestinationLookup | From | To |