8460ab8e879e4f9fe55f9e3a3c412c7c5369b5f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method package addOption(option String) : Builder renamed to package addClientCapability(clientCapability String) : Builder in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To | |
| Rename Method package getWantsIds() : Set<ObjectId> renamed to package getWantIds() : Set<ObjectId> in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
| Rename Method package getOptions() : Set<String> renamed to package getClientCapabilities() : Set<String> in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
| Rename Method package addWantsIds(objectId ObjectId) : Builder renamed to package addWantId(wantId ObjectId) : Builder in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute options : Set<String> to clientCapabilities : Set<String> in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To | |
| Rename Attribute options : Set<String> to clientCapabilities : Set<String> in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
| Rename Attribute wantsIds : Set<ObjectId> to wantIds : Set<ObjectId> in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To | |
| Rename Attribute wantsIds : Set<ObjectId> to wantIds : Set<ObjectId> in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
| Rename Parameter | 5 | ||
| Rename Parameter objectId : ObjectId to wantId : ObjectId in method package addWantId(wantId ObjectId) : Builder in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To | |
| Rename Parameter wantsIds : Set<ObjectId> to wantIds : Set<ObjectId> in method private FetchV2Request(peerHas List<ObjectId>, wantedRefs TreeMap<String,ObjectId>, wantIds Set<ObjectId>, clientShallowCommits Set<ObjectId>, deepenSince int, deepenNotRefs List<String>, depth int, filterBlobLimit long, doneReceived boolean, clientCapabilities Set<String>) in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
| Rename Parameter option : String to clientCapability : String in method package addClientCapability(clientCapability String) : Builder in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To | |
| Rename Parameter options : Set<String> to clientCapabilities : Set<String> in method private FetchV2Request(peerHas List<ObjectId>, wantedRefs TreeMap<String,ObjectId>, wantIds Set<ObjectId>, clientShallowCommits Set<ObjectId>, deepenSince int, deepenNotRefs List<String>, depth int, filterBlobLimit long, doneReceived boolean, clientCapabilities Set<String>) in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
| Rename Parameter filterBlobLimit : long to filterBlobLim : long in method package setFilterBlobLimit(filterBlobLim long) : Builder in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To |