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 "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/05/15 00:02:18 UTC

[jira] Commented: (HADOOP-1357) Call to equals() comparing different types in CopyFiles.cleanup(Configuration, JobConf, String, String)

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

Nigel Daley commented on HADOOP-1357:
-------------------------------------

Same problem on line 508 of CopyFiles.java

> Call to equals() comparing different types in CopyFiles.cleanup(Configuration, JobConf, String, String)
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1357
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1357
>             Project: Hadoop
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>            Priority: Blocker
>             Fix For: 0.13.0
>
>
> CopyFiles.java line 369
> The call to equals is comparing a Path and a String, which will never be equal.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.