diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-06 23:31:38 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-12 00:39:21 -0500 |
commit | c40e1507900e00b37c7dd07407b7fa32f557a9a7 (patch) | |
tree | 4a76b340b7b9aa1ee71ed7ad816492df0755659c /org.eclipse.jgit.test/tst | |
parent | 623851ec16ab3dc590dd2fb6a6197285dee9c6f7 (diff) | |
download | jgit-c40e1507900e00b37c7dd07407b7fa32f557a9a7.tar.gz jgit-c40e1507900e00b37c7dd07407b7fa32f557a9a7.zip |
InMemoryRepository: Make inner class MemObjDatabase static
FindBugs reports:
This class is an inner class, but does not use its embedded reference
to the object which created it. This reference makes the instances
of the class larger, and may keep the reference to the creator object
alive longer than necessary. If possible, the class should be made
static.
Change-Id: I9f49de32b4cd81b7ef1239b390353689263bf66e
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.test/tst')
0 files changed, 0 insertions, 0 deletions