FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is min
Summary
Classes |
Bugs |
Errors |
Missing Classes |
20 |
5 |
0 |
0 |
org.apache.fulcrum.jce.crypto.CryptoStreamFactoryTemplate
Bug |
Category |
Details |
Line |
Priority |
org.apache.fulcrum.jce.crypto.CryptoStreamFactoryTemplate.instance should be package protected |
MALICIOUS_CODE |
MS_PKGPROTECT |
Not available |
Medium |
org.apache.fulcrum.jce.crypto.cli.CLI2
Bug |
Category |
Details |
Line |
Priority |
Redundant nullcheck of cryptoUtilJ8, which is known to be non-null in org.apache.fulcrum.jce.crypto.cli.CLI2.processFile(String, char[], File, File) |
STYLE |
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE |
222 |
Medium |
org.apache.fulcrum.jce.crypto.extended.CryptoParametersJ8
Bug |
Category |
Details |
Line |
Priority |
Dead store to result in org.apache.fulcrum.jce.crypto.extended.CryptoParametersJ8.init() |
STYLE |
DLS_DEAD_LOCAL_STORE |
187 |
Medium |
org.apache.fulcrum.jce.crypto.extended.CryptoParametersJ8.LISTS is a mutable array |
MALICIOUS_CODE |
MS_MUTABLE_ARRAY |
175 |
High |
org.apache.fulcrum.jce.crypto.extended.CryptoParametersJ8.PROVIDER_TYPES is a mutable array |
MALICIOUS_CODE |
MS_MUTABLE_ARRAY |
177 |
High |