GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/4367

    [FLINK-4499] Add spotbugs plugin

    This PR introduces the spotbugs maven plugin, which is the successor to 
findbugs.
    
    This PR is partially based on #2422.
    
    The spotbugs checks can be run with maven by specifying "-Dspotbugs" on the 
command-line. For travis, this is done on the "misc" test group; the only 
profile that actually builds all modules.
    
    As for the rules, i deactivated all that currently caused failures. I will 
create follow-up JIRAs to activate rules one-by-one; this should give result in 
several PRs that are easy and quick to review, and lessens the chance of some 
draconian rule from slipping through.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 4499

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4367.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4367
    
----
commit b5abfed7ac6b5e9d21bfe90b8a067ddc56668cbb
Author: zentol <[email protected]>
Date:   2017-07-17T14:59:22Z

    [FLINK-4499] Add spotbugs plugin

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to