Update git submodules
authorStephen Kitt <skitt@redhat.com>
Thu, 29 Mar 2018 14:48:03 +0000 (07:48 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 4 Apr 2018 12:09:58 +0000 (12:09 +0000)
commit10182b0fb591eb99bc66b6d09d35ab52c7b146a9
tree1ba5a35521660147040138b0591efc4e3b1abde0
parent3343e469800cee155767a05b37243f83d5c08697
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to dd1a46272b305c853e16f29344115f51f4e90476
  - Use SpotBugs 3.1.2, and NP_NONNULL_PARAM_VIOLATION

    This patch upgrades the SpotBugs plugin to 3.1.3 and the engine to
    3.1.2. The changelog is
    https://github.com/spotbugs/spotbugs/blob/3.1.2/CHANGELOG.md

    SpotBugs 3.1.2 supports the nullable annotations in Checker Framework
    (see
    https://github.com/spotbugs/spotbugs/commit/dd436ff56abf0273a080ad228fcf5abd8ee3a097
    for the patch), so we can re-enable NP_NONNULL_PARAM_VIOLATION when
    using SpotBugs. This involves using a separate configuration, so this
    patch splits everything out, including the report directory for
    projects which run both FindBugs and SpotBugs.

    Change-Id: I8cb110f12d79414d476b7a6c525412f3b7e2c188
Signed-off-by: Stephen Kitt <skitt@redhat.com>
docs/submodules/odlparent