8d4f8d55d3d14b51983f951568a2f4e4ff64b324
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method package getAgent() : String from class org.eclipse.jgit.transport.FetchV2Request to package getAgent() : String from class org.eclipse.jgit.transport.FetchRequest | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private agent : String from class org.eclipse.jgit.transport.FetchV2Request to package agent : String from class org.eclipse.jgit.transport.FetchRequest | From | To | |
Extract Method | 1 | ||
Extract Method private linesAsInputStream(inputLines String...) : ByteArrayInputStream extracted from private uploadPackV2Setup(requestPolicy RequestPolicy, refFilter RefFilter, hook ProtocolV2Hook, inputLines String...) : ByteArrayInputStream in class org.eclipse.jgit.transport.UploadPackTest | From | To |