[
https://issues.apache.org/jira/browse/OOZIE-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andras Salamon updated OOZIE-3314:
----------------------------------
Attachment: OOZIE-3314-1.patch
> 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
> Priority: Major
> Attachments: OOZIE-3314-1.patch
>
>
> 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)