Re: Report as a bug?

2011-01-29 Thread Niels Basjes
Done, https://issues.apache.org/jira/browse/HADOOP-7127 2011/1/29 Konstantin Boudnik : > Yes, please do. Thanks for looking into this. > -- >   Take care, > Konstantin (Cos) Boudnik > > > > On Sat, Jan 29, 2011 at 12:44, Niels Basjes wrote: >> I was playing around with PMD, just to see what kind

Re: Report as a bug?

2011-01-29 Thread Konstantin Boudnik
Yes, please do. Thanks for looking into this. --   Take care, Konstantin (Cos) Boudnik On Sat, Jan 29, 2011 at 12:44, Niels Basjes 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.

Report as a bug?

2011-01-29 Thread Niels Basjes
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) { userA