Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 301 by [email protected]: generated java code for repeated fields has unnecessary semicolon
http://code.google.com/p/protobuf/issues/detail?id=301

What steps will reproduce the problem?
1. generate any java code with repeated fields (e.g., google/protobuf/descriptor.proto)
2. look at the java.util.List initialization line in initFields()
3. it will say something like

path_ = java.util.Collections.emptyList();;

using libprotoc 2.4.1

--
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.

Reply via email to