diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-09-25 14:11:23 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-06-17 07:48:34 +0200 |
commit | 6d0168a4147226453cb1add5c278018d4603fcc4 (patch) | |
tree | c2a75c077a91d97aa194d37abb4229ee556eb6a7 /org.eclipse.jgit.pgm/jgit.sh | |
parent | f6c989665ed768022c4058c227c54685d268237d (diff) | |
download | jgit-6d0168a4147226453cb1add5c278018d4603fcc4.tar.gz jgit-6d0168a4147226453cb1add5c278018d4603fcc4.zip |
Make inner classes static where possible
As reported by Error Prone:
An inner class should be static unless it references members of its
enclosing class. An inner class that is made non-static unnecessarily
uses more memory and does not make the intent of the class clear.
See https://errorprone.info/bugpattern/ClassCanBeStatic
Change-Id: Ib99d120532630dba63cf400cc1c61c318286fc41
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
(cherry picked from commit ee40efcea44bc0c9a28afe29a80c87636947484e)
Diffstat (limited to 'org.eclipse.jgit.pgm/jgit.sh')
0 files changed, 0 insertions, 0 deletions