1638a2fce8e2a71f4cdfdee278e0cb9699860add
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package addWantsIds(objectId ObjectId) : Builder renamed to package addWantsId(objectId ObjectId) : Builder in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type wantedRefs : TreeMap<String,ObjectId> to wantedRefs : List<String> in method private FetchV2Request(peerHas List<ObjectId>, wantedRefs List<String>, wantsIds Set<ObjectId>, clientShallowCommits Set<ObjectId>, deepenSince int, deepenNotRefs List<String>, depth int, filterBlobLimit long, doneReceived boolean, options Set<String>) in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,ObjectId> to List<String> in method package getWantedRefs() : List<String> in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
Inline Variable | 1 | ||
Inline Variable refName : String in method package parseFetchRequest(pckIn PacketLineIn, refdb RefDatabase) : FetchV2Request from class org.eclipse.jgit.transport.ProtocolV2Parser | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type wantedRefs : TreeMap<String,ObjectId> to wantedRefs : List<String> in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To | |
Change Attribute Type wantedRefs : TreeMap<String,ObjectId> to wantedRefs : List<String> in class org.eclipse.jgit.transport.FetchV2Request | From | To |