04d27cf70fb51ba6ffb1ca353fe81160fbef6883
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package addShallowExcludeRefs(shallowExcludeRef String) : Builder renamed to package addDeepenNotRef(deepenNotRef String) : Builder in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To | |
Rename Method package getShallowExcludeRefs() : List<String> renamed to package getDeepenNotRefs() : List<String> in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
Rename Attribute | 2 | ||
Rename Attribute shallowExcludeRefs : List<String> to deepenNotRefs : List<String> in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
Rename Attribute shallowExcludeRefs : List<String> to deepenNotRefs : List<String> in class org.eclipse.jgit.transport.UploadPack | From | To | |
Split Attribute | 1 | ||
Split Attribute shallowExcludeRefs : List<String> to [deepenNotRefs : List<String>, doneReceived : boolean] in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To | |
Rename Parameter | 2 | ||
Rename Parameter shallowExcludeRefs : List<String> to deependNotRefs : List<String> in method private FetchV2Request(peerHas List<ObjectId>, wantedRefs TreeMap<String,ObjectId>, wantsIds Set<ObjectId>, clientShallowCommits Set<ObjectId>, shallowSince int, deependNotRefs List<String>, depth int, filterBlobLimit long, doneReceived boolean, options Set<String>) in class org.eclipse.jgit.transport.FetchV2Request | From | To | |
Rename Parameter shallowExcludeRef : String to deepenNotRef : String in method package addDeepenNotRef(deepenNotRef String) : Builder in class org.eclipse.jgit.transport.FetchV2Request.Builder | From | To |