You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Martin Oberhuber (JIRA)" <ji...@apache.org> on 2009/01/30 14:41:59 UTC

[jira] Created: (NET-252) Get rid of using deprecated API in VMSFTPEntryParser

Get rid of using deprecated API in VMSFTPEntryParser
----------------------------------------------------

                 Key: NET-252
                 URL: https://issues.apache.org/jira/browse/NET-252
             Project: Commons Net
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Martin Oberhuber
            Priority: Trivial
             Fix For: Nightly Builds


Compiling with -Xlint:deprecation gives:

src\org\apache\commons\net\ftp\parser\VMSFTPEntryParser.java:119: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
        engine.readServerList(listStream);
              ^

This should be rectified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NET-252) Get rid of using deprecated API in VMSFTPEntryParser

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated NET-252:
---------------------

    Component/s: FTP

> Get rid of using deprecated API in VMSFTPEntryParser
> ----------------------------------------------------
>
>                 Key: NET-252
>                 URL: https://issues.apache.org/jira/browse/NET-252
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>    Affects Versions: 2.0
>            Reporter: Martin Oberhuber
>            Priority: Trivial
>             Fix For: 3.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Compiling with -Xlint:deprecation gives:
> src\org\apache\commons\net\ftp\parser\VMSFTPEntryParser.java:119: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
>         engine.readServerList(listStream);
>               ^
> This should be rectified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (NET-252) Get rid of using deprecated API in VMSFTPEntryParser

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb reopened NET-252:
----------------------


To be removed in 3.0

> Get rid of using deprecated API in VMSFTPEntryParser
> ----------------------------------------------------
>
>                 Key: NET-252
>                 URL: https://issues.apache.org/jira/browse/NET-252
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>    Affects Versions: 2.0
>            Reporter: Martin Oberhuber
>            Priority: Trivial
>             Fix For: 3.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Compiling with -Xlint:deprecation gives:
> src\org\apache\commons\net\ftp\parser\VMSFTPEntryParser.java:119: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
>         engine.readServerList(listStream);
>               ^
> This should be rectified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (NET-252) Get rid of using deprecated API in VMSFTPEntryParser

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb reopened NET-252:
----------------------


Deprecated methods are only removed in a major version release:

http://commons.apache.org/releases/versioning.html

> Get rid of using deprecated API in VMSFTPEntryParser
> ----------------------------------------------------
>
>                 Key: NET-252
>                 URL: https://issues.apache.org/jira/browse/NET-252
>             Project: Commons Net
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Martin Oberhuber
>            Priority: Trivial
>             Fix For: 2.1
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Compiling with -Xlint:deprecation gives:
> src\org\apache\commons\net\ftp\parser\VMSFTPEntryParser.java:119: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
>         engine.readServerList(listStream);
>               ^
> This should be rectified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (NET-252) Get rid of using deprecated API in VMSFTPEntryParser

Posted by "Rory Winston (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rory Winston closed NET-252.
----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Nightly Builds)
                   2.1

> Get rid of using deprecated API in VMSFTPEntryParser
> ----------------------------------------------------
>
>                 Key: NET-252
>                 URL: https://issues.apache.org/jira/browse/NET-252
>             Project: Commons Net
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Martin Oberhuber
>            Priority: Trivial
>             Fix For: 2.1
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Compiling with -Xlint:deprecation gives:
> src\org\apache\commons\net\ftp\parser\VMSFTPEntryParser.java:119: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
>         engine.readServerList(listStream);
>               ^
> This should be rectified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NET-252) Get rid of using deprecated API in VMSFTPEntryParser

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated NET-252:
---------------------

    Fix Version/s:     (was: 2.1)
                   3.0

> Get rid of using deprecated API in VMSFTPEntryParser
> ----------------------------------------------------
>
>                 Key: NET-252
>                 URL: https://issues.apache.org/jira/browse/NET-252
>             Project: Commons Net
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Martin Oberhuber
>            Priority: Trivial
>             Fix For: 3.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Compiling with -Xlint:deprecation gives:
> src\org\apache\commons\net\ftp\parser\VMSFTPEntryParser.java:119: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
>         engine.readServerList(listStream);
>               ^
> This should be rectified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (NET-252) Get rid of using deprecated API in VMSFTPEntryParser

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved NET-252.
----------------------

    Fix Version/s: 2.1
                       (was: 3.0)
       Resolution: Fixed

This was "fixed", but the real problem is that the method .VMSFTPEntryParser.parseFileList(InputStream listStream) should not be present, as it is not required by the interface.

> Get rid of using deprecated API in VMSFTPEntryParser
> ----------------------------------------------------
>
>                 Key: NET-252
>                 URL: https://issues.apache.org/jira/browse/NET-252
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>    Affects Versions: 2.0
>            Reporter: Martin Oberhuber
>            Priority: Trivial
>             Fix For: 2.1
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Compiling with -Xlint:deprecation gives:
> src\org\apache\commons\net\ftp\parser\VMSFTPEntryParser.java:119: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
>         engine.readServerList(listStream);
>               ^
> This should be rectified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NET-252) Get rid of using deprecated API in VMSFTPEntryParser

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated NET-252:
---------------------

    Fix Version/s:     (was: 2.2)
                   3.0

> Get rid of using deprecated API in VMSFTPEntryParser
> ----------------------------------------------------
>
>                 Key: NET-252
>                 URL: https://issues.apache.org/jira/browse/NET-252
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>    Affects Versions: 2.0
>            Reporter: Martin Oberhuber
>            Priority: Trivial
>             Fix For: 3.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Compiling with -Xlint:deprecation gives:
> src\org\apache\commons\net\ftp\parser\VMSFTPEntryParser.java:119: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
>         engine.readServerList(listStream);
>               ^
> This should be rectified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NET-252) Get rid of using deprecated API in VMSFTPEntryParser

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated NET-252:
---------------------

    Comment: was deleted

(was: Deprecated methods are only removed in a major version release:

http://commons.apache.org/releases/versioning.html)

> Get rid of using deprecated API in VMSFTPEntryParser
> ----------------------------------------------------
>
>                 Key: NET-252
>                 URL: https://issues.apache.org/jira/browse/NET-252
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>    Affects Versions: 2.0
>            Reporter: Martin Oberhuber
>            Priority: Trivial
>             Fix For: 3.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Compiling with -Xlint:deprecation gives:
> src\org\apache\commons\net\ftp\parser\VMSFTPEntryParser.java:119: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
>         engine.readServerList(listStream);
>               ^
> This should be rectified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.