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 164: // TODO assertion for protocol metadata - line 170: // 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 202: // TODO assertion for protocol metadata codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointResolverGenerator.java (2 lines): - line 412: // TODO: consider removing this line (letting it default to nil init) - line 513: // TODO: consider simplifying how the URI string is built codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java (2 lines): - line 111: // TODO figure out better way to annotate where the failure occurs, check templates and args - line 112: // TODO to try to find programming bugs. 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 435: // TODO: implement resources codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestRequestGenerator.java (1 line): - line 83: // TODO authScheme codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpRpcProtocolGenerator.java (1 line): - line 157: // TODO: refactor the http binding encoder to be split up into its component parts codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointTestsGenerator.java (1 line): - line 131: // TODO filter keys based on actual modeled parameters encoding/xml/escape.go (1 line): - line 42: // TODO: When do we need to escape the string?