[
https://issues.apache.org/jira/browse/YETUS-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated YETUS-749:
-----------------------------------
Flags: Important
Release Note:
<!-- markdown -->
Precommit now includes specific support for SpotBugs. Note that only one of
FindBugs or SpotBugs may be enabled. By default, SpotBugs will disable
FindBugs automatically. To specifically pick one or the other, use the
`--plugins` control. For example:
```
---plugins=all,-findbugs
```
will disable FindBugs whereas
```
--plugins=all,-spotbugs
```
will disable SpotBugs.
The SpotBugs plug-in requires the SPOTBUGS_HOME environment variable to be
defined. It should point to the location where SpotBugs has been installed.
> change findbugs to spotbugs
> ---------------------------
>
> Key: YETUS-749
> URL: https://issues.apache.org/jira/browse/YETUS-749
> Project: Yetus
> Issue Type: New Feature
> Components: build, Test Patch
> Reporter: Allen Wittenauer
> Assignee: Allen Wittenauer
> Priority: Major
> Fix For: 0.10.0
>
> Attachments: YETUS-749.00.patch
>
> Time Spent: 4h 50m
> Remaining Estimate: 0h
>
> The latest versions of spotbugs are now shipping with executables, it seems.
> The findbugs plugin should be moved over to spotbugs, check for those
> executables, etc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)