You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "bd2019us (JIRA)" <ji...@apache.org> on 2019/04/14 02:05:00 UTC

[jira] [Created] (YARN-9479) Change String.equals to Objects.equals(String,String) to avoid possible NullPointerException

bd2019us created YARN-9479:
------------------------------

             Summary: Change String.equals to Objects.equals(String,String) to avoid possible NullPointerException
                 Key: YARN-9479
                 URL: https://issues.apache.org/jira/browse/YARN-9479
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: bd2019us


Hello,
I found that the String "queueName"  may have potential risk of 
NullPointerException since they are immediately used after initialization and there is no null checker. One recommended API is Objects.equals(String,String) which can avoid this exception.



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

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