codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestResponseErrorGenerator.java (5 lines): - line 79: // TODO authScheme - line 83: // TODO why do these exist? - line 90: // TODO vendorParams for requestID - line 151: // TODO assertion for protocol metadata - line 157: // TODO should be a way not to define these override methods since they are all defined in the base Builder. codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestResponseGenerator.java (3 lines): - line 70: // TODO authScheme - line 74: // TODO why do these exist? - line 189: // TODO assertion for protocol metadata codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/Waiters.java (2 lines): - line 852: // TODO: add support for * usage with jmespath expression. - line 856: // TODO: add support for * usage with jmespath expression. codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/OperationGenerator.java (2 lines): - line 197: // TODO these functions do not all return err like they should. This should be fixed. - line 198: // TODO Must be fixed for all public functions. encoding/httpbinding/path_replace.go (1 line): - line 32: // TODO what to do about error? encoding/json/value.go (1 line): - line 113: // TODO: Should this try to match ES6 ToString similar to stdlib JSON? codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SymbolVisitor.java (1 line): - line 427: // TODO: implement resources codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestRequestGenerator.java (1 line): - line 71: // TODO authScheme codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpRpcProtocolGenerator.java (1 line): - line 147: // TODO: refactor the http binding encoder to be split up into its component parts encoding/xml/escape.go (1 line): - line 42: // TODO: When do we need to escape the string?