priam/src/main/java/com/netflix/priam/google/GoogleEncryptedFileSystem.java (4 lines): - line 220: // TODO: Implement based on GCS. Since this is only used for upload, leaving it empty - line 231: // TODO Auto-generated method stub - line 236: // TODO Auto-generated method stub - line 252: // TODO: Delete implementation priam/src/main/java/com/netflix/priam/cryptography/pgp/PgpCryptography.java (3 lines): - line 255: // TODO Auto-generated method stub - line 294: private String fileName; // TODO: eliminate once debugging is completed. - line 345: this.fileName = fileName; // TODO: eliminate once debugging is completed. priam/src/main/java/com/netflix/priam/resources/CassandraConfig.java (2 lines): - line 85: // TODO: can this ever happen? if so, what conditions would cause an exception here? - line 99: // TODO: can this ever happen? if so, what conditions would cause an exception here? priam/src/main/java/com/netflix/priam/backup/AbstractFileSystem.java (1 line): - line 129: // TODO: Should we download the file if localPath already exists? priam/src/main/java/com/netflix/priam/utils/TokenManager.java (1 line): - line 69: * TODO: Is this it valid to add "&& position < size" to the following precondition? This currently causes priam/src/main/java/com/netflix/priam/aws/S3FileSystem.java (1 line): - line 151: // TODO: output Future instead, collect them here, wait for all below priam/src/main/java/com/netflix/priam/connection/JMXNodeTool.java (1 line): - line 259: * server. TODO code it. priam/src/main/java/com/netflix/priam/aws/auth/S3RoleAssumptionCredential.java (1 line): - line 57: * TODO: this behavior needs to be part of the interface IS3Credential priam/src/main/java/com/netflix/priam/tuner/StandardTuner.java (1 line): - line 154: // TODO: port commit log backups to the PropertiesFileTuner implementation priam/src/main/java/com/netflix/priam/google/GcsCredential.java (1 line): - line 36: // TODO Auto-generated method stub priam/src/main/java/com/netflix/priam/configSource/CompositeConfigSource.java (1 line): - line 62: // TODO should this catch any potential exceptions?