e49e7b4bd4148f1ad50b015deccc33c5085f6427
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type pusher : PersonIdent to pusher : PushCertificateIdent in method package PushCertificate(version String, pusher PushCertificateIdent, pushee String, nonce String, nonceStatus NonceStatus, commands List<ReceiveCommand>, rawCommands String, signature String) in class org.eclipse.jgit.transport.PushCertificate | From | To | |
Rename Variable | 1 | ||
Rename Variable pusherStr : String to rawPusher : String in method public receiveHeader(pckIn PacketLineIn, stateless boolean) : void in class org.eclipse.jgit.transport.PushCertificateParser | From | To | |
Change Return Type | 1 | ||
Change Return Type PersonIdent to PushCertificateIdent in method public getPusherIdent() : PushCertificateIdent in class org.eclipse.jgit.transport.PushCertificate | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type pusher : PersonIdent to pusher : PushCertificateIdent in class org.eclipse.jgit.transport.PushCertificate | From | To | |
Change Attribute Type pusher : PersonIdent to pusher : PushCertificateIdent in class org.eclipse.jgit.transport.PushCertificateParser | From | To | |
Extract Method | 2 | ||
Extract Method public parseTimeZoneOffset(b byte[], ptr int, ptrResult MutableInteger) : int extracted from public parseTimeZoneOffset(b byte[], ptr int) : int in class org.eclipse.jgit.util.RawParseUtils | From | To | |
Extract Method public getTimeZone(tzOffset int) : TimeZone extracted from public getTimeZone() : TimeZone in class org.eclipse.jgit.lib.PersonIdent | From | To |