Investigate usages of Map<String, VariableExpr>
in AbstractTransportServiceStubClassComposer
#3077
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Related issue: #3076
We have attempted to migrate Callable generation away from the implementation in
createCallableClassMembers()
. This was because the return was a mapping of String (callableName) to the VariableExpr. The callableName was being used to determine the type of RPC and was causing a bug.Milestone 1: Migrate away completely from any usage of
createCallableClassMembers()
Milestone 2: Investigate the possibility migrating away completely from using any
Map<String, VariableExpr>
mapping in the fileThe text was updated successfully, but these errors were encountered: