zdevwu
zdevwu
Mockito still complains about kotlin classes even if I opens up the whole package. I trace the code to `NoMoreFinalsClassLoader.process`, for the same className when the first time this method...
Hi, I don't see the rule for `field name contains a number` being enforce when using the `DEFAULT` lint configuration. The rule is mentioned in https://protobuf.dev/programming-guides/style/ > If your field...
There is a strange behaviour for the `Call` when triggered in go routines, a `data race` will be detected from timer triggered go routine but not in channel triggered go...