FtpFile.listFiles should return a List, not an array
----------------------------------------------------

                 Key: FTPSERVER-192
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-192
             Project: FtpServer
          Issue Type: Improvement
          Components: Core, Ftplets
    Affects Versions: 1.0-M3, 1.0-M2, 1.0-M1
            Reporter: Niklas Gustavsson
            Assignee: Niklas Gustavsson
             Fix For: 1.0-M4


FtpFile.listFiles() currently return an array. Returning a List has many 
benefits (e.g. lazy loading, iteration) and with generics it is as strongly 
typed

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

Reply via email to