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

New issue 273 by yura....@gmail.com: if proto file has a message "Object" it does not compile in java
http://code.google.com/p/protobuf/issues/detail?id=273

What steps will reproduce the problem?
1. in the proto file i have a "message Object"
2. when i build it does not gen a compilable java file in 2.4, even though it worked fine in 2.3


What is the expected output? What do you see instead?
the correct thing should be
      private java.lang.Object value_ = "";
but instead it says
      private Object value_ = "";
and this makes it conflict with the "Object" message inside the java file

What version of the product are you using? On what operating system?
this is on Window XP, works in 2.3, broken in 2.4

Please provide any additional information below.


--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to