You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Julia Kinga Marton (JIRA)" <ji...@apache.org> on 2019/02/26 13:15:01 UTC

[jira] [Comment Edited] (OOZIE-3395) [build] Migration from FindBugs to SpotBugs

    [ https://issues.apache.org/jira/browse/OOZIE-3395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777896#comment-16777896 ] 

Julia Kinga Marton edited comment on OOZIE-3395 at 2/26/19 1:14 PM:
--------------------------------------------------------------------

Thank you [~asalamon74] for pointing this out!

I have uploaded an amend patch with the fix.

I have mixed feelings with the way we download and check the findbugs jar.
 Now we have in our repository the [md5 hash of the jar|https://github.com/apache/oozie/blob/master/bin/findbugs-diff-0.1.0-all.jar.md5] , we calculate the hash of the downloaded jar and we compare with this value.

I am wondering if anybody has any other nicer idea to solve this. [~asalamon74]?


was (Author: kmarton):
Thank you [~asalamon74] for pointing this out!

I have uploaded an amend patch with the fix.

I have mixed feelings with the way we download and check the findbugs jar.
 Now we have in our repository the [md5 hash of the jar|https://github.com/apache/oozie/blob/master/bin/findbugs-diff-0.1.0-all.jar.md5] , we calculate the hash of the downloaded jar and we compare with this value.

I am wondering if anybody has any other nicer idea to solve this.

> [build] Migration from FindBugs to SpotBugs
> -------------------------------------------
>
>                 Key: OOZIE-3395
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3395
>             Project: Oozie
>          Issue Type: Task
>          Components: build
>            Reporter: Attila Sasvari
>            Assignee: Julia Kinga Marton
>            Priority: Minor
>             Fix For: 5.2.0
>
>         Attachments: OOZIE-3395-001.patch, OOZIE-3395-002.patch, OOZIE-3395-003.patch, OOZIE-3395-amend-001.patch
>
>
> https://gleclaire.github.io/findbugs-maven-plugin/
> {quote}
> Status: Since Findbugs is no longer maintained, please use Spotbugs which has a Maven plugin.
> {quote}
> The plugin author recommends to migrate to Spotbugs: https://spotbugs.github.io/
> It might  worth to investigate this plugin.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)