Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2018-05-23 04:31:22 +0000
committerDavid Pursehouse2018-05-23 04:31:22 +0000
commit1f6d43a6528212f270f0f4542ee0cb54cd1a2435 (patch)
treeaa6ed9c3892e4b85e70800575b51b69e504ed394 /org.eclipse.jgit.pgm.test
parentd369b61852d4ab099067de0e38dc117ee41e47ef (diff)
downloadjgit-1f6d43a6528212f270f0f4542ee0cb54cd1a2435.tar.gz
jgit-1f6d43a6528212f270f0f4542ee0cb54cd1a2435.tar.xz
jgit-1f6d43a6528212f270f0f4542ee0cb54cd1a2435.zip
Fix trivial usages of deprecated Repository#getAllRefs
Callers of getAllRefs that only iterate over the `values()` of the returned map can be trivially fixed to call getRefDatabase().getRefs() instead. Only fix those where the calling method is already declared to throw IOException, to avoid potential API changes. Change-Id: I2b05f785077a1713953cfd42df7bf915f889f90b Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test')
0 files changed, 0 insertions, 0 deletions

Back to the top