Closed GoogleCodeExporter closed 8 years ago
Ooops... there's an unnecessary FooBar.Bar instance and missing build() call in
the example above. Use this to reproduce:
JsonFormat.printToString(
FooBar.Foo.newBuilder()
.setFoo(4)
.setExtension(FooBar.Bar.barExt,
FooBar.Bar.newBuilder()
.setBar(42).build()
).build()
);
Original comment by philippe...@gmail.com
on 6 Jul 2010 at 8:15
Original comment by eliran.bivas
on 21 Apr 2011 at 2:35
Fixed by r47.
Original comment by philippe...@gmail.com
on 26 Apr 2011 at 8:20
Original issue reported on code.google.com by
philippe...@gmail.com
on 6 Jul 2010 at 8:12Attachments: