Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Issue 262743003: Fix a findbugs warning - check file.mkdirs return value. (Closed)

Created:
6 years, 7 months ago by vandebo (ex-Chrome)
Modified:
6 years, 7 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Fix a findbugs warning - check file.mkdirs return value. BUG=NONE Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268018

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comments #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M tools/binary_size/java/src/org/chromium/tools/binary_size/NmDumper.java View 1 2 3 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
vandebo (ex-Chrome)
6 years, 7 months ago (2014-05-01 15:42:52 UTC) #1
Andrew Hayden (chromium.org)
https://codereview.chromium.org/262743003/diff/1/tools/binary_size/java/src/org/chromium/tools/binary_size/NmDumper.java File tools/binary_size/java/src/org/chromium/tools/binary_size/NmDumper.java (right): https://codereview.chromium.org/262743003/diff/1/tools/binary_size/java/src/org/chromium/tools/binary_size/NmDumper.java#newcode102 tools/binary_size/java/src/org/chromium/tools/binary_size/NmDumper.java:102: assert new File(mFailPath).getParentFile().mkdirs(); If the output directory already exists ...
6 years, 7 months ago (2014-05-02 10:02:31 UTC) #2
vandebo (ex-Chrome)
https://codereview.chromium.org/262743003/diff/1/tools/binary_size/java/src/org/chromium/tools/binary_size/NmDumper.java File tools/binary_size/java/src/org/chromium/tools/binary_size/NmDumper.java (right): https://codereview.chromium.org/262743003/diff/1/tools/binary_size/java/src/org/chromium/tools/binary_size/NmDumper.java#newcode102 tools/binary_size/java/src/org/chromium/tools/binary_size/NmDumper.java:102: assert new File(mFailPath).getParentFile().mkdirs(); On 2014/05/02 10:02:31, Andrew Hayden wrote: ...
6 years, 7 months ago (2014-05-02 17:29:39 UTC) #3
Andrew Hayden (chromium.org)
LGTM, thanks!
6 years, 7 months ago (2014-05-02 17:43:20 UTC) #4
vandebo (ex-Chrome)
The CQ bit was checked by vandebo@chromium.org
6 years, 7 months ago (2014-05-02 21:40:10 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/262743003/20001
6 years, 7 months ago (2014-05-02 21:41:35 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 21:41:36 UTC) #7
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 7 months ago (2014-05-02 21:41:36 UTC) #8
vandebo (ex-Chrome)
+thestig for "official" review
6 years, 7 months ago (2014-05-02 21:45:51 UTC) #9
Lei Zhang
lgtm
6 years, 7 months ago (2014-05-02 21:46:54 UTC) #10
vandebo (ex-Chrome)
The CQ bit was unchecked by vandebo@chromium.org
6 years, 7 months ago (2014-05-02 21:47:18 UTC) #11
vandebo (ex-Chrome)
The CQ bit was checked by vandebo@chromium.org
6 years, 7 months ago (2014-05-02 21:47:19 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/262743003/20001
6 years, 7 months ago (2014-05-02 21:47:30 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 21:47:53 UTC) #14
commit-bot: I haz the power
Failed to apply patch for build/android/findbugs_filter/findbugs_known_bugs.txt: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-05-02 21:47:53 UTC) #15
vandebo (ex-Chrome)
The CQ bit was checked by vandebo@chromium.org
6 years, 7 months ago (2014-05-02 21:53:42 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/262743003/40001
6 years, 7 months ago (2014-05-02 21:53:56 UTC) #17
commit-bot: I haz the power
6 years, 7 months ago (2014-05-03 02:50:34 UTC) #18
Message was sent while issue was closed.
Change committed as 268018

Powered by Google App Engine
This is Rietveld 408576698