Review

Misuse Details

Details about the known misuse from the MUBench dataset.

Potential Hits

Findings of the detector that identify an anomaly in the same file and method as the known misuse.

Hit Rank Desc Type
Yes

44

Dm: Found reliance on default encoding in org.compiere.util.Secure.decrypt(String): new String(byte[])

DM_DEFAULT_ENCODING

No

68

RCN: Redundant nullcheck of value, which is known to be non-null in org.compiere.util.Secure.decrypt(String)

RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE

No

69

REC: Exception is caught when Exception is not thrown in org.compiere.util.Secure.decrypt(String)

REC_CATCH_EXCEPTION