gapic-generator-java: discrepancy in writers handling deeply nested types #1708
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Suppose nested type
Outer.Middle.Inner
: in some scenarios the generated code will not compile because of nesting level mismatch between type and import:There are possibly other discrepancies with nested class handling (e.g. for ConcreteReference vs. VaporReference) to be investigated. (See f505036 for additional tests illustrating unintended behavior)
The text was updated successfully, but these errors were encountered: