ftplet-api/src/main/java/org/apache/ftpserver/ftplet/DefaultFtplet.java (2 lines): - line 72: // TODO should we call a catch all? - line 103: // TODO should we call a catch all? core/src/main/java/org/apache/ftpserver/listener/ListenerFactory.java (1 line): - line 82: // TODO remove the next two lines if and when we remove the deprecated core/src/main/java/org/apache/ftpserver/impl/DefaultFtpServerContext.java (1 line): - line 208: // TODO: how to handle? core/src/main/java/org/apache/ftpserver/impl/IODataConnection.java (1 line): - line 320: // TODO this has been moved from AbstractConnection, do we need to keep core/src/main/java/org/apache/ftpserver/impl/DefaultFtpSession.java (1 line): - line 221: // TODO Auto-generated method stub core/src/main/java/org/apache/ftpserver/command/impl/STOU.java (1 line): - line 209: //TODO may need synchronization core/src/main/java/org/apache/ftpserver/impl/DefaultFtpStatistics.java (1 line): - line 38: * TODO revisit concurrency, right now we're a bit over zealous with both Atomic* core/src/main/java/org/apache/ftpserver/command/impl/RETR.java (1 line): - line 128: //TODO move this block of code into the super class. Also, it makes