[ https://issues.apache.org/jira/browse/OOZIE-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andras Salamon updated OOZIE-3513: ---------------------------------- Attachment: OOZIE-3513-03.patch > Migrate from Preconditions.checkNotNull and ParamChecker.notNull > ---------------------------------------------------------------- > > Key: OOZIE-3513 > URL: https://issues.apache.org/jira/browse/OOZIE-3513 > Project: Oozie > Issue Type: Bug > Affects Versions: trunk > Reporter: Andras Salamon > Assignee: Andras Salamon > Priority: Major > Attachments: OOZIE-3513-01.patch, OOZIE-3513-02.patch, > OOZIE-3513-03.patch > > > We currently use both Guava's {{Preconditions.checkNotNull}} and our own > {{ParamChecker.notNull}} to check for null arguments. Instead we should use > the standard {{Objects.requireNonNull}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)