You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ilya Basin (JIRA)" <ji...@apache.org> on 2017/10/17 11:57:00 UTC

[jira] [Created] (NET-645) Use System.nanoTime() to measure time intervals

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)