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 Findbugs suppression DatabaseAdapter #140

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

What

This issue demands to remove after #137 is merged into develop

<Match>
  <Class name="~.*\.*DatabaseAdapter" />
</Match>

Why

This issue is needed for the project because #137 refractors this class, eliminating this fix

How

This feature can be added by removing the redundant code

Definition of ready

This features is not ready until the following issues are finished:

Definition of done

This task can be considered done when

Notes