SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.3.0
Threshold is medium
Effort is default
Summary
Classes |
Bugs |
Errors |
Missing Classes |
9 |
5 |
0 |
0 |
org.eclipse.jgit.archive.TarFormat
Bug |
Category |
Details |
Line |
Priority |
org.eclipse.jgit.archive.TarFormat.suffixes() may expose internal representation by returning TarFormat.SUFFIXES |
MALICIOUS_CODE |
EI_EXPOSE_REP |
114 |
Medium |
org.eclipse.jgit.archive.Tbz2Format
Bug |
Category |
Details |
Line |
Priority |
org.eclipse.jgit.archive.Tbz2Format.suffixes() may expose internal representation by returning Tbz2Format.SUFFIXES |
MALICIOUS_CODE |
EI_EXPOSE_REP |
69 |
Medium |
org.eclipse.jgit.archive.TgzFormat
Bug |
Category |
Details |
Line |
Priority |
org.eclipse.jgit.archive.TgzFormat.suffixes() may expose internal representation by returning TgzFormat.SUFFIXES |
MALICIOUS_CODE |
EI_EXPOSE_REP |
72 |
Medium |
org.eclipse.jgit.archive.TxzFormat
Bug |
Category |
Details |
Line |
Priority |
org.eclipse.jgit.archive.TxzFormat.suffixes() may expose internal representation by returning TxzFormat.SUFFIXES |
MALICIOUS_CODE |
EI_EXPOSE_REP |
69 |
Medium |
org.eclipse.jgit.archive.ZipFormat
Bug |
Category |
Details |
Line |
Priority |
org.eclipse.jgit.archive.ZipFormat.suffixes() may expose internal representation by returning ZipFormat.SUFFIXES |
MALICIOUS_CODE |
EI_EXPOSE_REP |
103 |
Medium |