[
https://issues.apache.org/jira/browse/YETUS-809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16789748#comment-16789748
]
Allen Wittenauer commented on YETUS-809:
----------------------------------------
OK, there is a lot going wrong here. But the crux of the problem is that
MODULES only contains the union ('.'). That is totally wrong for plug-ins
like findbugs/spotbugs. In this case, the maven_skipper gets told to check '.'
which is of course going to void the entirety of the run since the root module
rarely contains any source in a multi-module project.
So now need to track down why MODULES is only getting the union, because it
definitely shouldn't be.
> findbugs isn't finding bugs in qbt-mode
> ---------------------------------------
>
> Key: YETUS-809
> URL: https://issues.apache.org/jira/browse/YETUS-809
> Project: Yetus
> Issue Type: Bug
> Components: Test Patch
> Reporter: Allen Wittenauer
> Assignee: Allen Wittenauer
> Priority: Blocker
> Fix For: 0.10.0
>
>
> In current Yetus master, test-patch stopped reporting findbugs issues when
> run in qbt mode against the Yetus source tree (there is currently one).
> Individual patch testing does work, however.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)