diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-05-23 10:57:22 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-05-23 12:56:27 +0900 |
commit | 4162ad0dd335472ac145453f7fa339ab5347e675 (patch) | |
tree | 0291f092a232c830b1eda74cbc027f82fb39168f /org.eclipse.jgit.junit | |
parent | 51599ebb84f3544df5b618dcce1995a569ce412c (diff) | |
download | jgit-4162ad0dd335472ac145453f7fa339ab5347e675.tar.gz jgit-4162ad0dd335472ac145453f7fa339ab5347e675.zip |
Repository: Deprecate the #getAllRefs method
Callers should instead use getRefDatabase().getRefs(), which does not
swallow the IOException.
Replace @link with @code in the Javadoc of FileRepository, since linking
to the deprecated method causes an error:
Javadoc: The method getAllRefs() from the type Repository is deprecated
Existing callers of the deprecated method are not adapted in this commit
because many of them require more refactoring. They will be done in
separate follow-up commits.
Bug: 534731
Change-Id: Id84e70e4cd7be3d1ca1795512950c6abe3d18ffd
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.junit')
0 files changed, 0 insertions, 0 deletions