[ 
https://issues.apache.org/jira/browse/HADOOP-8179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246710#comment-13246710
 ] 

Hudson commented on HADOOP-8179:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2009 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2009/])
    HADOOP-8179. risk of NPE in CopyCommands processArguments() (Daryn Sharp 
via bobby) (Revision 1309572)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1309572
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/CopyCommands.java

                
> risk of NPE in CopyCommands processArguments()
> ----------------------------------------------
>
>                 Key: HADOOP-8179
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8179
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Steve Loughran
>            Assignee: Daryn Sharp
>            Priority: Minor
>             Fix For: 0.23.3, 2.0.0
>
>         Attachments: HADOOP-8179.patch, HADOOP-8179.patch
>
>
> My IDE is warning me that the {{is.close()}} method will NPE if the {{is = 
> src.fs.open(src.path);}} call raises an exception, which could happen if the 
> source path could not be opened. There should be an if (is!=null) wrapper

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to