CHJani / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Generate UnsignedLong #389

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://code.google.com/p/google-http-java-client/issues/detail?id=59

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

Generate UnsignedLong for uint64 and UnsignedInteger for uint32.  See the above 
issue from google-http-java-client for more details.

Original issue reported on code.google.com by yan...@google.com on 14 Jan 2012 at 3:38

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 27 Mar 2012 at 2:10

GoogleCodeExporter commented 9 years ago
I started on this and then realized that the generator change would effect new 
libraries generated for 1.8.0-beta as well. 1.8.0-beta does not have the 
changes made in http://codereview.appspot.com/5987055/.

I am deferring this to 1.7.0 because then it will be a 2 line change instead of 
a 10-15 line hack in the generator.

Original comment by rmis...@google.com on 24 Apr 2012 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 23 May 2012 at 2:56

GoogleCodeExporter commented 9 years ago
Dropped UnsignedInteger because decided it is less convenient to use than Long 
due to Java unboxing.

Original comment by yan...@google.com on 2 Aug 2012 at 2:37

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 7 Aug 2012 at 7:17