26962861d4fd50ac32edd642eafca1c10f29a4ba
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testBatchRefUpdateConflictThanksToDelete() : void renamed to public testBatchRefUpdateConflictThanksToDeleteAtomic() : void in class org.eclipse.jgit.internal.storage.file.RefDirectoryTest | From | To | |
Rename Method public testBatchRefUpdateAddMissingObject() : void renamed to public testBatchRefUpdateAddMissingObjectNonAtomic() : void in class org.eclipse.jgit.internal.storage.file.RefDirectoryTest | From | To | |
Rename Method public testBatchRefUpdateConflict() : void renamed to public testBatchRefUpdateFileDirectoryConflictNonAtomic() : void in class org.eclipse.jgit.internal.storage.file.RefDirectoryTest | From | To | |
Rename Method public testBatchRefUpdateUpdateToMissingObject() : void renamed to public testBatchRefUpdateUpdateToMissingObjectNonAtomic() : void in class org.eclipse.jgit.internal.storage.file.RefDirectoryTest | From | To | |
Rename Method public testBatchRefUpdateSimpleNoForce() : void renamed to public testBatchRefUpdateSimpleNoForceNonAtomic() : void in class org.eclipse.jgit.internal.storage.file.RefDirectoryTest | From | To | |
Change Return Type | 1 | ||
Change Return Type void to PackedRefList in method package commitPackedRefs(lck LockFile, refs RefList<Ref>, oldPackedList PackedRefList) : PackedRefList in class org.eclipse.jgit.internal.storage.file.RefDirectory | From | To | |
Move Attribute | 1 | ||
Move Attribute package NO_PACKED_REFS : PackedRefList from class org.eclipse.jgit.internal.storage.file.RefDirectory.PackedRefList to private NO_PACKED_REFS : PackedRefList from class org.eclipse.jgit.internal.storage.file.RefDirectory | From | To | |
Rename Parameter | 2 | ||
Rename Parameter s : String to name : String in method protected getPrefixes(name String) : Collection<String> in class org.eclipse.jgit.lib.BatchRefUpdate | From | To | |
Rename Parameter s : String to name : String in method protected addPrefixesTo(name String, out Collection<String>) : void in class org.eclipse.jgit.lib.BatchRefUpdate | From | To |