Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

SonarLint fixes

Compare
Choose a tag to compare
@xformerfhs xformerfhs released this 07 Dec 12:16
· 38 commits to master since this release

In this release several SonarLint findings where fixed.

While most of them were just cosmetics there was a bug in SecureSecretKeySpec that used a bitwise and-operator instead of a logical and-operator. That bug did not break anything but has been corrected anyway.

Now SecureSecretKeySpec also adheres to the Serializable interface. That part was missing from true SecretKeySpec interchangeability.