Ilya Basin created NET-645:
------------------------------

             Summary: Use System.nanoTime() to measure time intervals
                 Key: NET-645
                 URL: https://issues.apache.org/jira/browse/NET-645
             Project: Commons Net
          Issue Type: Bug
          Components: FTP
    Affects Versions: 3.6
            Reporter: Ilya Basin


At least in org.apache.commons.net.ftp.FtpClient
System.nanoTime()
should be used instead of
System.currentTimeMillis()

I see that commons-net-3.6.jar is targeted for java 6. So nanoTime() is 
available.
{code}
$ javap -v -classpath commons-net-3.6 org.apache.commons.net.ftp.FtpClient | 
grep "major version"
Warning: Binary file org.apache.commons.net.ftp.FtpClient contains 
org.apache.commons.net.ftp.FTPClient
  major version: 50
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to