Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 390 by [email protected]: 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."
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.