|
Change Variable Type refs : Map<String,Ref> to refs : List<Ref> in method private deleteAllRefs() : void in class org.eclipse.jgit.pgm.debug.RebuildCommitGraph |
From |
To |
|
Change Variable Type remoteRefs : Map<String,Ref> to remoteRefs : List<Ref> in method private excludeRemoteRefs(walk ObjectWalk) : void in class org.eclipse.jgit.lfs.LfsPrePushHook |
From |
To |
|
Change Variable Type localRefs : Map<String,Ref> to localRefs : List<Ref> in method private expandPushWildcardsFor(db Repository, specs Collection<RefSpec>) : Collection<RefSpec> in class org.eclipse.jgit.transport.Transport |
From |
To |
|
Change Variable Type refs : Map<String,Ref> to refs : List<Ref> in method protected run() : void in class org.eclipse.jgit.pgm.RevWalkTextBuiltin |
From |
To |
|
Change Variable Type localRefs : Map<String,Ref> to localRefs : List<Ref> in method private verifyPrerequisites() : void in class org.eclipse.jgit.transport.BundleFetchConnection |
From |
To |
|
Change Variable Type refs : Map<String,Ref> to refs : List<Ref> in method private markLocalRefsComplete(have Set<ObjectId>) : void in class org.eclipse.jgit.transport.WalkFetchConnection |
From |
To |
|
Change Variable Type refs : Map<String,Ref> to refs : List<Ref> in method public all() : LogCommand in class org.eclipse.jgit.api.LogCommand |
From |
To |
|
Change Variable Type all : Map<String,Ref> to all : List<Ref> in method private getSortedRefs() : Iterable<Ref> in class org.eclipse.jgit.pgm.ShowRef |
From |
To |
|
Change Variable Type allRefs : Map<String,Ref> to allRefs : List<Ref> in method protected run() : void in class org.eclipse.jgit.pgm.RevParse |
From |
To |