Jerry
Jerry
When I define a `File` arg (like following) to specify an input file, ``` -i ``` I wish we can specify the `-` value to input from the standard input...
When there is an reference loop in the object map, the `ProtostuffIOUtil.toByteArray` method will result in `StackOverflowError`. Following are the steps to reproduce this phenomenon. ```java // 1. define 2...
When decoding a message, the `Decoder.Decode` method is called. (the following code snippet) `Line 24 (L24)` tries to decode the message, and it will check the error of `iter` on...