util-core/src/main/scala/com/twitter/util/Future.scala (4 lines): - line 1046: * TODO: This method should be deprecated in favour of `Futures.join()`. - line 1163: * TODO: This method should be deprecated in favour of `Futures.collect()`. - line 1201: * TODO: This method should be deprecated in favour of `Futures.collectToTry()`. - line 1311: * TODO: This method should be deprecated in favour of `Futures.select()`. util-core/src/main/scala/com/twitter/concurrent/AsyncMeter.scala (2 lines): - line 204: // TODO: we may want to check the Deadline and not bother scheduling it if its - line 340: // TODO: investigate using an explicit lock so we can just call unlock() util-core/src/main/scala/com/twitter/util/Var.scala (2 lines): - line 111: // TODO: Right now we rely on synchronous propagation; and - line 444: // flatMap. (See the TODO there.) util-jvm/src/main/scala/com/twitter/jvm/CpuProfile.scala (2 lines): - line 103: * TODO: - line 112: // TODO: it may make sense to write a custom hash function here util-logging/src/main/scala/com/twitter/logging/Formatter.scala (1 line): - line 27: // FIXME: might be nice to unmangle some scala names here. util-jackson/src/main/scala/com/twitter/util/jackson/serde/TimeStringSerializer.scala (1 line): - line 11: // TODO: this should be symmetric to the deserializer but we introduced this originally util-core/src/main/scala/com/twitter/util/BatchExecutor.scala (1 line): - line 22: * TODO: Possible future improvements: util-logging/src/main/scala/com/twitter/logging/LogRecord.scala (1 line): - line 60: // TODO: there is a small optimization we can do in jdk7 with new JavaLangAccess util-benchmark/src/main/scala/com/twitter/jvm/CpuProfile.scala (1 line): - line 36: // TODO: change dynamically. bounce up & down util-registry/src/main/scala/com/twitter/util/registry/Library.scala (1 line): - line 61: // TODO: it's impossible to remove bad entries with the current registry API util-jvm/src/main/scala/com/twitter/jvm/Hotspot.scala (1 line): - line 145: // TODO: include causes for GCs? util-jvm/src/main/scala/com/twitter/jvm/Jvm.scala (1 line): - line 143: * TODO: take into account the standard callstack around scala util-app/src/main/scala/com/twitter/app/ClassPath.scala (1 line): - line 71: // TODO - add suppport for the ModulePath after dropping JDK 8 support.