c2eee75547ca9ab8e22d66eed25e2a97e81b19ce
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public deleteDecomissioningSlave(slaveId String, user Optional<String>) : void renamed to public deleteSlave(slaveId String, user Optional<String>) : void in class com.hubspot.singularity.client.SingularityClient | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type queryParams : Map<String,Object> to queryParams : Optional<Map<String,Object>> in method private getSingleWithParams(uri String, type String, id String, queryParams Optional<Map<String,Object>>, clazz Class<T>) : Optional<T> in class com.hubspot.singularity.client.SingularityClient | From | To | |
Rename Attribute | 1 | ||
Rename Attribute SLAVES_DELETE_DECOMISSIONING_FORMAT : String to SLAVES_DELETE_FORMAT : String in class com.hubspot.singularity.client.SingularityClient | From | To | |
Extract Variable | 1 | ||
Extract Variable requestBuilder : HttpRequest.Builder in method private getCollectionWithParams(uri String, type String, queryParams Optional<Map<String,Object>>, typeReference TypeReference<Collection<T>>) : Collection<T> from class com.hubspot.singularity.client.SingularityClient | From | To | |
Extract Method | 2 | ||
Extract Method private getCollectionWithParams(uri String, type String, queryParams Optional<Map<String,Object>>, typeReference TypeReference<Collection<T>>) : Collection<T> extracted from private getCollection(uri String, type String, typeReference TypeReference<Collection<T>>) : Collection<T> in class com.hubspot.singularity.client.SingularityClient | From | To | |
Extract Method private addQueryParams(requestBuilder HttpRequest.Builder, queryParams Map<String,Object>) : void extracted from private getSingleWithParams(uri String, type String, id String, queryParams Map<String,Object>, clazz Class<T>) : Optional<T> in class com.hubspot.singularity.client.SingularityClient | From | To |