SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.2.0
Threshold is medium
Effort is default
Summary
Classes |
Bugs |
Errors |
Missing Classes |
40 |
9 |
0 |
0 |
org.eclipse.jgit.lfs.LfsBlobLoader
Bug |
Category |
Details |
Line |
Priority |
org.eclipse.jgit.lfs.LfsBlobLoader.getCachedBytes() may expose internal representation by returning LfsBlobLoader.cached |
MALICIOUS_CODE |
EI_EXPOSE_REP |
76 |
Medium |
org.eclipse.jgit.lfs.LfsPrePushHook
Bug |
Category |
Details |
Line |
Priority |
org.eclipse.jgit.lfs.SmudgeFilter
Bug |
Category |
Details |
Line |
Priority |
Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.jgit.lfs.SmudgeFilter.downloadLfsResource(Lfs, Repository, LfsPointer[]) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
201 |
Medium |
org.eclipse.jgit.lfs.internal.LfsConnectionFactory
Bug |
Category |
Details |
Line |
Priority |
org.eclipse.jgit.lfs.lib.LfsPointerFilter
Bug |
Category |
Details |
Line |
Priority |
org.eclipse.jgit.lfs.lib.LfsPointerFilter defines clone() but doesn't implement Cloneable |
BAD_PRACTICE |
CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE |
75 |
High |