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

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

     [ https://issues.apache.org/jira/browse/NET-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated NET-645:
---------------------
    Issue Type: Wish  (was: Bug)

> Use System.nanoTime() to measure time intervals
> -----------------------------------------------
>
>                 Key: NET-645
>                 URL: https://issues.apache.org/jira/browse/NET-645
>             Project: Commons Net
>          Issue Type: Wish
>          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)