[
https://issues.apache.org/jira/browse/YETUS-809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791290#comment-16791290
]
Allen Wittenauer commented on YETUS-809:
----------------------------------------
OK, this is a combination of the autobuild tool detection and a bug introduced
way back in YETUS-156. Ultimately the problem is in the default
maven_builtin_personality_modules function:
{code}
if [[ ${repostatus} == branch
&& ${testtype} == mvninstall ]] ||
[[ "${BUILDMODE}" = full ]];then
personality_enqueue_module "${CHANGED_UNION_MODULES}"
return
fi
{code}
Maven shouldn't be using UNION for _everything_. So we need to buff this logic
a bit. I wonder if plugins that are aware of maven should actually be able to
set the default. That's probably too much to get this unblocked.
> 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
> Affects Versions: 0.9.0
> 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)