Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 390 by
garrett....@gmail.com: RepeatedFieldAccessor
UnsupportedOperationException detail message wrong
http://code.google.com/p/protobuf/issues/detail?id=390
To reproduce; attempt to invoke MessageOrBuilder#hasField on a repeated
field and note the exception detail message:
"java.lang.UnsupportedOperationException: hasField() called on a singular
field."
This should read:
"java.lang.UnsupportedOperationException: hasField() called on a repeated
field."