Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Yetus helps us by checking these rules only for newly introduced errors, so no full refactoring is required for change, but . Note that Yetus checks only the changed part of the code. If any unchanged code contains errors, then Yetus will not report them, but all of the new code should conform to the rules.

The following Yetus plugins are used in the Hive personality:

...

Code Block
export FINDBUGS_HOME=~/dev/upstream/findbugs-3.0.1/

Running Yetus

First checkout a copy of the branch you are targeting without your commits.

Then run the checks The checks could be run with the following command:

...