c398fb2b6b5be13251a74ba36b5fd5a9ef360a1a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testMinimalNegotiation() : void renamed to public testMaxHaves() : void in class org.eclipse.jgit.transport.TestProtocolTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type minimalNegotiation : boolean to maxHaves : int in method package FetchConfig(allowOfsDelta boolean, maxHaves int) in class org.eclipse.jgit.transport.BasePackFetchConnection.FetchConfig | From | To | |
Rename Attribute | 1 | ||
Rename Attribute minimalNegotiation : boolean to maxHaves : int in class org.eclipse.jgit.transport.BasePackFetchConnection.FetchConfig | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type minimalNegotiation : boolean to maxHaves : int in class org.eclipse.jgit.transport.BasePackFetchConnection.FetchConfig | From | To | |
Rename Parameter | 1 | ||
Rename Parameter minimalNegotiation : boolean to maxHaves : int in method package FetchConfig(allowOfsDelta boolean, maxHaves int) in class org.eclipse.jgit.transport.BasePackFetchConnection.FetchConfig | From | To |