ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Remove the Findbugs DatabaseAdapter suppression, closes #140 #177

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

What

This Pull Request adds to the repository the removal of a redundant FindBugs suppression

Why

This Pull Request is needed because we should not suppress classes that are "ready", so valid for a FindBugs analysis

How

This feature can be viewed/tested within the project by running FindBugs

Alternative implementation

Other implementations that I've have considered are -

Notes