c2e2326a436d02aa94dcc566cbec96df1d0930cb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable pushOption : String to option : String in method private readPushOptions() : void in class org.eclipse.jgit.transport.ReceivePack | From | To | |
Rename Variable database : Repository to git : Repository in method public setUp() : void in class org.eclipse.jgit.transport.PushOptionsTest | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute protected pushOptions : List<String> from class org.eclipse.jgit.transport.BaseReceivePack to private pushOptions : List<String> from class org.eclipse.jgit.transport.ReceivePack | From | To | |
Push Down Attribute protected usePushOptions : boolean from class org.eclipse.jgit.transport.BaseReceivePack to private usePushOptions : boolean from class org.eclipse.jgit.transport.ReceivePack | From | To | |
Rename Attribute | 1 | ||
Rename Attribute baseReceivePack : BaseReceivePack to receivePack : ReceivePack in class org.eclipse.jgit.transport.PushOptionsTest | From | To | |
Extract Method | 2 | ||
Extract Method package checkRequestWasRead() : void extracted from public isSideBand() : boolean in class org.eclipse.jgit.transport.BaseReceivePack | From | To | |
Extract Method package checkRequestWasRead() : void extracted from public isQuiet() : boolean in class org.eclipse.jgit.transport.BaseReceivePack | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type baseReceivePack : BaseReceivePack to receivePack : ReceivePack in class org.eclipse.jgit.transport.PushOptionsTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter database : Repository to git : Repository in method public create(req Object, git Repository) : ReceivePack in class org.eclipse.jgit.transport.PushOptionsTest.setUp | From | To |