Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(531)

Issue 13431043: Issue 827: api 1.17 & default: getEmailVerified now reads 'email_verified' field (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by peleyal
Modified:
12 years, 3 months ago
Reviewers:
ngmiceli, yanivi
Base URL:
https://code.google.com/p/google-api-java-client/
Visibility:
Public.

Description

MOE Sync https://code.google.com/p/google-api-java-client/issues/detail?id=827

Patch Set 1 #

Patch Set 2 : fix a bug + findbgus #

Total comments: 6

Patch Set 3 : yanivi comments #

Patch Set 4 : minor #

Total comments: 1

Patch Set 5 : minor #

Patch Set 6 : minor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -6 lines) Patch
M findbugs-exclude.xml View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleIdToken.java View 2 3 chunks +31 lines, -6 lines 0 comments Download
A google-api-client/src/test/java/com/google/api/client/googleapis/auth/oauth2/GoogleIdTokenTest.java View 1 2 3 1 chunk +97 lines, -0 lines 0 comments Download

Messages

Total messages: 19
peleyal
I ran mvn clean install mvn finbugs:check and mvn clirr:check todo bien
12 years, 3 months ago (2013-08-30 15:17:26 UTC) #1
ngmiceli
Please change the description to match what change is being exported: api 1.17 & default: ...
12 years, 3 months ago (2013-08-30 15:31:17 UTC) #2
peleyal
Hi, I ran findbugs:check again and I encountered the following problem: [INFO] com.google.api.client.googleapis.auth.oauth2.GoogleIdToken$Payload.getEmailVerified() has Boolean ...
12 years, 3 months ago (2013-08-30 17:26:53 UTC) #3
ngmiceli
Also, please note the related issue: https://code.google.com/p/google-api-java-client/issues/detail?id=827 Add "Issue 827" to the description, and this ...
12 years, 3 months ago (2013-08-30 18:02:24 UTC) #4
yanivi
Just suppress the Clirr check :) It is there to prevent you from accidental backwards ...
12 years, 3 months ago (2013-08-30 18:07:19 UTC) #5
ngmiceli
This isn't a clirr check, but a findbugs. And the reasoning behind the bug is ...
12 years, 3 months ago (2013-08-30 18:10:30 UTC) #6
yanivi
Sorry, you're right. It should definitely be Boolean, not boolean. On Friday, August 30, 2013, ...
12 years, 3 months ago (2013-09-03 12:56:11 UTC) #7
peleyal
So, should I just add it to findbugs excludes? Why is it OK? Eyal On ...
12 years, 3 months ago (2013-09-03 12:58:19 UTC) #8
yanivi
This is what we always do for JSON boolean values that might not exist in ...
12 years, 3 months ago (2013-09-03 13:08:21 UTC) #9
peleyal
Two issues: 1. I changed findbugs-exclude to exclude the Boolean issue. 2. Boolean.valueOf("5") doesn't throw ...
12 years, 3 months ago (2013-09-03 14:45:46 UTC) #10
yanivi
https://codereview.appspot.com/13431043/diff/12001/findbugs-exclude.xml File findbugs-exclude.xml (right): https://codereview.appspot.com/13431043/diff/12001/findbugs-exclude.xml#newcode4 findbugs-exclude.xml:4: <!-- http://findbugs.sourceforge.net/bugDescriptions.html --> can you please also add a ...
12 years, 3 months ago (2013-09-03 19:30:58 UTC) #11
peleyal
https://codereview.appspot.com/13431043/diff/12001/findbugs-exclude.xml File findbugs-exclude.xml (right): https://codereview.appspot.com/13431043/diff/12001/findbugs-exclude.xml#newcode4 findbugs-exclude.xml:4: <!-- http://findbugs.sourceforge.net/bugDescriptions.html --> On 2013/09/03 19:30:59, yanivi wrote: > ...
12 years, 3 months ago (2013-09-03 20:52:30 UTC) #12
yanivi
default branch: LGTM 1.17 branch: please also update clirr-ignored-differences.xml; otherwise: [ERROR] com.google.api.client.googleapis.auth.oauth2.GoogleIdToken$Payload: Return type of ...
12 years, 3 months ago (2013-09-03 23:00:29 UTC) #13
peleyal
I just copy-pasted it from the internal I'm going to push now on default + ...
12 years, 3 months ago (2013-09-03 23:33:34 UTC) #14
ngmiceli
On 2013/09/03 23:33:34, peleyal wrote: > I just copy-pasted it from the internal > I'm ...
12 years, 3 months ago (2013-09-03 23:35:50 UTC) #15
peleyal
On 2013/09/03 23:35:50, ngmiceli wrote: > On 2013/09/03 23:33:34, peleyal wrote: > > I just ...
12 years, 3 months ago (2013-09-03 23:38:04 UTC) #16
peleyal
I also didn't see the clirr error when I ran mvn clirr:check I'm pushing to ...
12 years, 3 months ago (2013-09-03 23:46:08 UTC) #17
yanivi
Please fix the Clirr error in a separate changeset then: cd google-api-client mvn -q clirr:check ...
12 years, 3 months ago (2013-09-03 23:51:17 UTC) #18
peleyal
12 years, 3 months ago (2013-09-04 13:10:19 UTC) #19
Added a new CL: https://codereview.appspot.com/13525043/ for that.


On Tue, Sep 3, 2013 at 7:51 PM, <yanivi@google.com> wrote:

> Please fix the Clirr error in a separate changeset then:
>
> cd google-api-client
> mvn -q clirr:check
>
>
> [ERROR]
> com.google.api.client.**googleapis.auth.oauth2.**GoogleIdToken$Payload:
> Return type of method 'public boolean getEmailVerified()' has been
> changed to java.lang.Boolean
> [ERROR]
> com.google.api.client.**googleapis.auth.oauth2.**GoogleIdToken$Payload:
> Parameter 1 of 'public
> com.google.api.client.**googleapis.auth.oauth2.**GoogleIdToken$Payload
> setEmailVerified(boolean)' has changed its type to java.lang.Boolean
>
>
>
https://codereview.appspot.**com/13431043/<https://codereview.appspot.com/134...
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b