You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(pmd): enable a couple of new rules from PMD 6.4.0
Quote from https://pmd.github.io/2018/05/29/PMD-6.4.0/#new-rules
%
The new Java rule HardCodedCryptoKey (java-security) detects hard coded keys used for encryption. It
is recommended to store keys outside of the source code.
The new Java rule IdenticalCatchBranches (java-codestyle) finds catch blocks, that catch different
exception but perform the same exception handling and thus can be collapsed into a multi-catch try
statement.
%
0 commit comments