RichoDemus / findbugs-test

Experimenting with the maven findbugs plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

findbugs-test

The goal is:

  1. Get findbugs to fail the build in errors
  2. Get findbugs to understand the jsr 305 annotations (@Nullable, etc)
  3. Configure so that all non-annotated things are assumed to be @NonNullable (@ParametersAreNonnullByDefault)

Currently 1 and 2 works, but not 3

About

Experimenting with the maven findbugs plugin


Languages

Language:Java 100.0%