You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Lokesh Jain (JIRA)" <ji...@apache.org> on 2018/09/14 07:55:00 UTC

[jira] [Created] (HADOOP-15755) StringUtils#createStartupShutdownMessage throws NPE when args is null

Lokesh Jain created HADOOP-15755:
------------------------------------

             Summary: StringUtils#createStartupShutdownMessage throws NPE when args is null
                 Key: HADOOP-15755
                 URL: https://issues.apache.org/jira/browse/HADOOP-15755
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Lokesh Jain
            Assignee: Lokesh Jain


StringUtils#createStartupShutdownMessage usesĀ 
{code:java}
Arrays.asList(args)
{code}
which throws NPE when args is null.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org