Status: New
Owner: liuj...@google.com
Labels: Type-Defect Priority-Medium

New issue 562 by michal.b...@gmail.com: JDK 1.7 incompatibility
http://code.google.com/p/protobuf/issues/detail?id=562

What steps will reproduce the problem?
1. generate java code from a .proto file with
   repeated Data original_data
2. compile it with JDK 1.7 (the same with 05 and 40 releases)

What is the expected output?
  no warning

What do you see instead?
[javac] .../EventOuterClass.java:3048: warning: [static] static method should be qualified by type name, Builder, instead of by an expression
  [javac]           super.addAll(values, originalData_);

What version of the product are you using? On what operating system?
  protobuf 2.4.1, 2.5.0 (built from sources)
  rhel6 / ubuntu 12.04

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to