Sean Busbey created YETUS-531:
---------------------------------
Summary: allow findbugs use with multijdk
Key: YETUS-531
URL: https://issues.apache.org/jira/browse/YETUS-531
Project: Yetus
Issue Type: Improvement
Components: Test Patch
Affects Versions: 0.5.0, 0.4.0
Reporter: Sean Busbey
Fix For: 0.6.0
spotbugs is a drop in replacement for the findbugs jar that tells the findbugs
maven plugin what to analyze. It's actively maintained, so it provides better
coverage than the old findbugs.
unfortunately, spotbugs requires jdk8+.
hbase configures spotbugs to be used only in the case of jdk8, but we have
branches that support both jdk7 and jdk8. we'd like to use multijdk mode to run
findbugs on those branches with jdk8 (since the default on the branch is jdk7).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)