src/main/azure-functions-language-worker-protobuf/src/proto/FunctionRpc.proto (6 lines): - line 132: // TODO: Remove from protobuf during next breaking change release - line 185: // TODO: Remove from protobuf during next breaking change release - line 236: // TODO: Add any worker relevant status to response - line 299: // TODO: return type expected? - line 307: // TODO: do we want the host's name - the language worker might do a better job of assignment than the host - line 662: // TODO - solidify this or remove it src/main/java/com/microsoft/azure/functions/worker/binding/ExecutionContextDataSource.java (3 lines): - line 58: //TODO: refactor class to have subclass dedicate to middleware to make logics clean - line 120: //TODO: leverage stream to do the check - line 141: // TODO: Refactor the code in V5 to make resolve arguments logics before middleware invocation. src/main/java/com/microsoft/azure/functions/worker/broker/JavaFunctionBroker.java (2 lines): - line 37: //TODO: build dedicate ImmutablePair class with meaningful fields. - line 236: // TODO the scope should be package private for testability. Modify the package name as same as main package endtoendtests/src/main/java/com/microsoft/azure/functions/endtoend/HttpTriggerTests.java (2 lines): - line 137: //TODO: write new cases for replacement - line 164: //TODO: write new cases for replacement emulatedtests/src/main/java/com/microsoft/azure/functions/endtoend/HttpTriggerTests.java (2 lines): - line 137: //TODO: write new cases for replacement - line 164: //TODO: write new cases for replacement