[prev in list] [next in list] [prev in thread] [next in thread] 

List:       hadoop-dev
Subject:    Re: Report as a bug?
From:       Niels Basjes <Niels () basjes ! nl>
Date:       2011-01-29 23:17:13
Message-ID: AANLkTinqakHE_E=DjbPEWG=AdiPvOAaY92kfmsdVZEWv () mail ! gmail ! com
[Download RAW message or body]

Done,
https://issues.apache.org/jira/browse/HADOOP-7127

2011/1/29 Konstantin Boudnik <cos@apache.org>:
> Yes, please do. Thanks for looking into this.
> --
>   Take care,
> Konstantin (Cos) Boudnik
>
>
>
> On Sat, Jan 29, 2011 at 12:44, Niels Basjes <Niels@basjes.nl> wrote:
>> I was playing around with PMD, just to see what kind of messages it
>> gives on my hadoop feature.
>> I noticed a message about "Dead code" in org.apache.hadoop.fs.ftp.FTPFileSystem
>>
>> Starting at about line 80:
>>
>>    String userAndPassword = uri.getUserInfo();
>>    if (userAndPassword == null) {
>>      userAndPassword = (conf.get("fs.ftp.user." + host, null) + ":" + conf
>>          .get("fs.ftp.password." + host, null));
>>      if (userAndPassword == null) {
>>        throw new IOException("Invalid user/passsword specified");
>>      }
>>    }
>>
>>
>> The last "if" block is the dead code as the string will always contain
>> at least the text ":" or "null:null"
>> It will probably fail a bit later when really trying to login with a
>> wrong uid/password.
>> So, is this worth reporting as a bug?
>>
>> --
>> Met vriendelijke groeten,
>>
>> Niels Basjes
>>
>



-- 
Met vriendelijke groeten,

Niels Basjes

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic