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

Issue 6184048: Added a .buildPathAndQuery() method (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 12 months ago by mlinder
Modified:
11 years, 12 months ago
Reviewers:
rmistry, yanivi
CC:
mstahl
Base URL:
https://google-http-java-client.googlecode.com/hg/
Visibility:
Public.

Description

Req. for push

Patch Set 1 : Initial version #

Patch Set 2 : #

Total comments: 12

Patch Set 3 : Changed the testBuildPathANdQuery_full() test #

Total comments: 2

Patch Set 4 : s/PathAndQuery/RelativeUrl/ and added buildAuthority() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -11 lines) Patch
M google-http-client/src/main/java/com/google/api/client/http/GenericUrl.java View 1 2 3 7 chunks +44 lines, -11 lines 0 comments Download
M google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java View 1 2 3 2 chunks +87 lines, -0 lines 0 comments Download

Messages

Total messages: 9
yanivi
Very important: needs unit tests. Also, this should either go into 1.9, or put it ...
11 years, 12 months ago (2012-05-03 20:22:40 UTC) #1
mlinder
Added the unit tests + moved the change to 1.9 Ravi, could you have a ...
11 years, 12 months ago (2012-05-04 13:40:24 UTC) #2
rmistry
http://codereview.appspot.com/6184048/diff/5001/google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java File google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java (right): http://codereview.appspot.com/6184048/diff/5001/google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java#newcode339 google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java:339: GenericUrl url = new GenericUrl("http://www.google.com/m8/feeds/contacts/someone%2Fis%2F@gmail.com/full/"); Line length > 100
11 years, 12 months ago (2012-05-04 13:45:15 UTC) #3
mlinder
Fixed :) http://codereview.appspot.com/6184048/diff/5001/google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java File google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java (right): http://codereview.appspot.com/6184048/diff/5001/google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java#newcode339 google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java:339: GenericUrl url = new GenericUrl("http://www.google.com/m8/feeds/contacts/someone%2Fis%2F@gmail.com/full/"); On 2012/05/04 ...
11 years, 12 months ago (2012-05-04 14:10:33 UTC) #4
rmistry
LGTM http://codereview.appspot.com/6184048/diff/9001/google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java File google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java (right): http://codereview.appspot.com/6184048/diff/9001/google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java#newcode344 google-http-client/src/test/java/com/google/api/client/http/GenericUrlTest.java:344: private static final String BASE_URL = "http://google.com"; [optional] ...
11 years, 12 months ago (2012-05-04 14:20:07 UTC) #5
yanivi
http://codereview.appspot.com/6184048/diff/5001/google-http-client/src/main/java/com/google/api/client/http/GenericUrl.java File google-http-client/src/main/java/com/google/api/client/http/GenericUrl.java (right): http://codereview.appspot.com/6184048/diff/5001/google-http-client/src/main/java/com/google/api/client/http/GenericUrl.java#newcode272 google-http-client/src/main/java/com/google/api/client/http/GenericUrl.java:272: * Constructs the right-side portion of the URL beginning ...
11 years, 12 months ago (2012-05-04 14:21:34 UTC) #6
mlinder
s/PathAndQuery/RelativeUrl/ and added buildAuthority() http://codereview.appspot.com/6184048/diff/5001/google-http-client/src/main/java/com/google/api/client/http/GenericUrl.java File google-http-client/src/main/java/com/google/api/client/http/GenericUrl.java (right): http://codereview.appspot.com/6184048/diff/5001/google-http-client/src/main/java/com/google/api/client/http/GenericUrl.java#newcode272 google-http-client/src/main/java/com/google/api/client/http/GenericUrl.java:272: * Constructs the right-side portion ...
11 years, 12 months ago (2012-05-04 15:16:07 UTC) #7
yanivi
LGTM
11 years, 12 months ago (2012-05-04 18:31:30 UTC) #8
mlinder
11 years, 12 months ago (2012-05-04 19:53:54 UTC) #9
Submitted in b90b7a53484e
Sign in to reply to this message.

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