You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Peter Bacsko (JIRA)" <ji...@apache.org> on 2018/08/02 14:34:00 UTC

[jira] [Created] (OOZIE-3314) Remove findbugs-filter.xml and convert its contents to annotations

Peter Bacsko created OOZIE-3314:
-----------------------------------

             Summary: Remove findbugs-filter.xml and convert its contents to annotations
                 Key: OOZIE-3314
                 URL: https://issues.apache.org/jira/browse/OOZIE-3314
             Project: Oozie
          Issue Type: Bug
          Components: core
            Reporter: Peter Bacsko
            Assignee: Andras Salamon


In oozie-core, we have a file called "findbugs-filter.xml" which tells findbugs that it shluld ignore certain problems in a couple of classes.

However if we try to compile a sub-module or run findbugs directly (let's say in a sharelib project), the build will fail because it won't be able to open findbugs.xml. It's not straightforward how to define the path of the XML in a way that it makes this xml accessible regardless of what module you're compiling.

It's better to just convert its contents to annotations - especially since we already use this method too.



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