c601890151
Previously ProtoCompareGenerated could go out of bounds when comparing protos with different number of annotations. That happend because JsProtoBuf.parameterAnnotation is a repeated extension, but the generated code for comparing repeated extensions was incorrect. JvmProtoBuf does not have repeated extensions (at least for the class and package descriptors), so the problem was not detected before.