garydgregory commented on PR #403: URL: https://github.com/apache/commons-net/pull/403#issuecomment-4886409270
@dxbjavid I'm not connecting the dots. How does this method get called with a custom class name? I see the method is called from `FTPClient.createParser(String)` which is called from `FTPClient.initiateListParsing(String, String)` which is called from: - org.apache.commons.net.ftp.FTPClient.initiateListParsing(String) - org.apache.commons.net.ftp.FTPClient.listFiles(String, FTPFileFilter) - org.apache.commons.net.ftp.FTPClient.listFiles(String) All of the above call `initiateListParsing` with null. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
