Re: proto file naming and outer class collisions

2008-11-13 Thread Kenton Varda
BTW, you didn't have to rename your .proto file. You could have just used the java_outer_classname to make it produce a different class name. On Thu, Nov 13, 2008 at 11:40 AM, Kenton Varda [EMAIL PROTECTED] wrote: You're using the java_multiple_files option, I take it? The outer class is

Re: null values should be treated as no value

2008-11-13 Thread Kenton Varda
I agree, the setters should either throw NPE or should treat setFoo(null) the same as clearField(). On Thu, Nov 13, 2008 at 7:39 AM, bivas [EMAIL PROTECTED] wrote: Hi, I'm using the Java output feature of protobuf for my app. I found that protobuf doesn't handle null values as well as i