You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "jun aoki (JIRA)" <ji...@apache.org> on 2013/01/16 22:30:13 UTC

[jira] [Created] (OOZIE-1173) Refactor: use ParamChecker inXOozieClient

jun aoki created OOZIE-1173:
-------------------------------

             Summary: Refactor: use ParamChecker inXOozieClient
                 Key: OOZIE-1173
                 URL: https://issues.apache.org/jira/browse/OOZIE-1173
             Project: Oozie
          Issue Type: Task
          Components: client
    Affects Versions: trunk
            Reporter: jun aoki
            Priority: Trivial
             Fix For: trunk


In [XOozieClient.java|http://svn.apache.org/viewvc/oozie/trunk/client/src/main/java/org/apache/oozie/client/XOozieClient.java?revision=1401367&view=markup], you can find a piece of code like this and should be replaced with ParamChecker.

{code}
 if (conf == null) {
            throw new IllegalArgumentException("conf cannot be null");
}
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira