Description & Reproduction
There are alot of false positives triggered by Rule ID: java_lang_hardcoded_secret.
Actual Behavior
In the regex of java_lang_hardcoded_secret, the rule seems to trigger on the detection of the keyword "des". This matches the word "Description" which is used frequently and has nothing to do with hardcoded secrets.
Possible Fix
Remove "des" from the regex expression.