[protobuf] Re: Issue 484 in protobuf: overrides final method getUnknownFields

2013-05-01 Thread protobuf
Comment #4 on issue 484 by hepin1989: overrides final method getUnknownFields http://code.google.com/p/protobuf/issues/detail?id=484 thanks for your all,I think we could close this issue now.thanks for your reply. -- You received this message because this project is configured to send all

[protobuf] Re: Issue 484 in protobuf: overrides final method getUnknownFields

2013-04-30 Thread protobuf
Updates: Status: WorkingAsIntended Comment #3 on issue 484 by xiaof...@google.com: overrides final method getUnknownFields http://code.google.com/p/protobuf/issues/detail?id=484 Protobuf doesn't provide source/binary compatibility across different versions. Users are supposed to com

[protobuf] Re: Issue 484 in protobuf: overrides final method getUnknownFields

2013-04-30 Thread protobuf
Comment #2 on issue 484 by abreslav: overrides final method getUnknownFields http://code.google.com/p/protobuf/issues/detail?id=484 The final method is overridden in a protobuf-generated message class, in the case above — RelayMsg. the only superclass for it is GeneratedMessage, and it comes

[protobuf] Re: Issue 484 in protobuf: overrides final method getUnknownFields

2013-03-18 Thread protobuf
Updates: Owner: xiaof...@google.com Comment #1 on issue 484 by xiaof...@google.com: overrides final method getUnknownFields http://code.google.com/p/protobuf/issues/detail?id=484 Please clarify: In which class is the final method defined, and which class overrides it? Please attach