46d35a85025ff2e5184422a79451ce724a69a9ec
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable expected : ObjectId in method public findRemoteRefUpdatesFor(db Repository, specs Collection<RefSpec>, leases Map<String,RefLeaseSpec>, fetchSpecs Collection<RefSpec>) : Collection<RemoteRefUpdate> from class org.eclipse.jgit.transport.Transport | From | To | |
Extract Method | 1 | ||
Extract Method public findRemoteRefUpdatesFor(db Repository, specs Collection<RefSpec>, leases Map<String,RefLeaseSpec>, fetchSpecs Collection<RefSpec>) : Collection<RemoteRefUpdate> extracted from public findRemoteRefUpdatesFor(db Repository, specs Collection<RefSpec>, fetchSpecs Collection<RefSpec>) : Collection<RemoteRefUpdate> in class org.eclipse.jgit.transport.Transport | From | To |