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

Issue 10679049: http: Add animal-sniffer plugin and fix reported errors (Closed)

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

Description

http: Add animal-sniffer plugin and fix reported errors https://code.google.com/p/google-http-java-client/issues/detail?id=232

Patch Set 1 #

Total comments: 12

Patch Set 2 : Fixes #

Patch Set 3 : Logic fix #

Total comments: 3

Patch Set 4 : javadoc #

Total comments: 6

Patch Set 5 : Comments #

Total comments: 6

Patch Set 6 : Javadoc, add Java6 req for FindBugs & AppEngine #

Patch Set 7 : fix #

Patch Set 8 : whitespace #

Patch Set 9 : clarify javadoc #

Total comments: 2

Patch Set 10 : Add executions #

Patch Set 11 : Fix! #

Patch Set 12 : #

Total comments: 2

Patch Set 13 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -11 lines) Patch
M google-http-client-appengine/pom.xml View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
M google-http-client-findbugs/pom.xml View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
M google-http-client/src/main/java/com/google/api/client/util/IOUtils.java View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +51 lines, -10 lines 0 comments Download
M pom.xml View 1 2 3 4 5 6 7 8 9 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 12
ngmiceli
10 years, 10 months ago (2013-06-28 21:19:18 UTC) #1
yanivi
https://codereview.appspot.com/10679049/diff/1/google-http-client-findbugs/pom.xml File google-http-client-findbugs/pom.xml (right): https://codereview.appspot.com/10679049/diff/1/google-http-client-findbugs/pom.xml#newcode26 google-http-client-findbugs/pom.xml:26: <plugin> Comment that we are suppressing this because we're ...
10 years, 10 months ago (2013-06-28 21:48:56 UTC) #2
ngmiceli
https://codereview.appspot.com/10679049/diff/1/google-http-client-findbugs/pom.xml File google-http-client-findbugs/pom.xml (right): https://codereview.appspot.com/10679049/diff/1/google-http-client-findbugs/pom.xml#newcode26 google-http-client-findbugs/pom.xml:26: <plugin> On 2013/06/28 21:48:57, yanivi wrote: > Comment that ...
10 years, 10 months ago (2013-07-01 16:10:04 UTC) #3
yanivi
https://codereview.appspot.com/10679049/diff/13001/google-http-client-findbugs/pom.xml File google-http-client-findbugs/pom.xml (right): https://codereview.appspot.com/10679049/diff/13001/google-http-client-findbugs/pom.xml#newcode27 google-http-client-findbugs/pom.xml:27: not part of the library but a tool used ...
10 years, 10 months ago (2013-07-01 16:41:46 UTC) #4
ngmiceli
https://codereview.appspot.com/10679049/diff/16002/google-http-client/src/main/java/com/google/api/client/util/IOUtils.java File google-http-client/src/main/java/com/google/api/client/util/IOUtils.java (right): https://codereview.appspot.com/10679049/diff/16002/google-http-client/src/main/java/com/google/api/client/util/IOUtils.java#newcode249 google-http-client/src/main/java/com/google/api/client/util/IOUtils.java:249: public static boolean setPermissionsToOwnerOnly(File file) throws IOException { On ...
10 years, 10 months ago (2013-07-01 17:00:37 UTC) #5
yanivi
https://codereview.appspot.com/10679049/diff/13001/google-http-client-findbugs/pom.xml File google-http-client-findbugs/pom.xml (right): https://codereview.appspot.com/10679049/diff/13001/google-http-client-findbugs/pom.xml#newcode27 google-http-client-findbugs/pom.xml:27: not part of the library but a tool used ...
10 years, 10 months ago (2013-07-01 17:15:15 UTC) #6
ngmiceli
The animal-sniffer plugin crashes on FindBugs. This appears have been a known problem once http://jira.codehaus.org/browse/SONARPLUGINS-506a ...
10 years, 10 months ago (2013-07-01 19:00:29 UTC) #7
yanivi
LGTM but assuming you add this one snippet into the pom.xml... https://codereview.appspot.com/10679049/diff/16003/pom.xml File pom.xml (right): ...
10 years, 10 months ago (2013-07-01 22:04:14 UTC) #8
ngmiceli
https://codereview.appspot.com/10679049/diff/16003/pom.xml File pom.xml (right): https://codereview.appspot.com/10679049/diff/16003/pom.xml#newcode552 pom.xml:552: </plugin> On 2013/07/01 22:04:15, yanivi wrote: > please add: ...
10 years, 10 months ago (2013-07-02 14:13:29 UTC) #9
yanivi
https://codereview.appspot.com/10679049/diff/56001/google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java File google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java (right): https://codereview.appspot.com/10679049/diff/56001/google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java#newcode132 google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java:132: Class<?> fileClass = File.class; Method setReadable = File.class.getMethod("setReadable", boolean.class, ...
10 years, 10 months ago (2013-07-02 15:11:08 UTC) #10
ngmiceli
https://codereview.appspot.com/10679049/diff/56001/google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java File google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java (right): https://codereview.appspot.com/10679049/diff/56001/google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java#newcode132 google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java:132: Class<?> fileClass = File.class; On 2013/07/02 15:11:08, yanivi wrote: ...
10 years, 10 months ago (2013-07-02 15:34:38 UTC) #11
yanivi
10 years, 10 months ago (2013-07-02 15:35:07 UTC) #12
LGTM
Sign in to reply to this message.

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