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

Issue 793203002: Use SuppressFBWarnings to suppress findbugs warnings (Closed)

Created:
6 years ago by cjhopman
Modified:
5 years, 11 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, erikwright+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org, xunjieli
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use SuppressFBWarnings to suppress findbugs warnings This has several benefits: Makes the warning obvious at the place of the problem Makes suppressing the warnings the same as suppressing compiler and lint warnings Makes supporting findbugs as part of the build easier TBR=rmcilroy, mef, boliu BUG=431826 Committed: https://crrev.com/e0237aaa82e64439e6186f7723d4b8ceff308b9d Cr-Commit-Position: refs/heads/master@{#311402} Committed: https://crrev.com/7ff0672b2a8c73be5a0164a04bc9c53f64f4b138 Cr-Commit-Position: refs/heads/master@{#311596}

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : rebase #

Patch Set 6 : #

Patch Set 7 #

Patch Set 8 : big rebase #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : rebase #

Patch Set 13 : rebase + landmine #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -130 lines) Patch
M android_webview/java/src/org/chromium/android_webview/AwContentsClient.java View 1 2 chunks +2 lines, -0 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/ArchiveTest.java View 3 chunks +3 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/PerfTraceEvent.java View 2 chunks +3 lines, -0 lines 0 comments Download
A base/android/java/src/org/chromium/base/annotations/SuppressFBWarnings.java View 1 chunk +20 lines, -0 lines 0 comments Download
M base/android/java/templates/NativeLibraries.template View 1 chunk +3 lines, -0 lines 0 comments Download
M build/android/findbugs_filter/findbugs_exclude.xml View 1 2 3 4 5 6 2 chunks +1 line, -86 lines 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -22 lines 0 comments Download
M build/get_landmines.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +1 line, -5 lines 0 comments Download
M chrome/android/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java View 1 2 3 4 5 6 7 5 chunks +6 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationService.java View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/Preferences.java View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/sync/ChromiumSyncAdapter.java View 1 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModel.java View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/signin/AccountsChangedReceiver.java View 1 2 chunks +2 lines, -0 lines 0 comments Download
M components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequest.java View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/app/ChildProcessService.java View 2 chunks +2 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content_public/browser/LoadUrlParams.java View 1 2 3 4 5 6 7 3 chunks +3 lines, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java View 2 chunks +2 lines, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java View 1 2 3 4 5 5 chunks +19 lines, -3 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeChildFrameTest.java View 2 chunks +2 lines, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java View 1 3 chunks +3 lines, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeFieldsTest.java View 2 chunks +2 lines, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java View 3 chunks +16 lines, -14 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeTestBase.java View 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsActivity.java View 2 chunks +2 lines, -0 lines 0 comments Download
M content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (16 generated)
cjhopman
aurimas: *
6 years ago (2014-12-16 19:29:55 UTC) #6
aurimas (slooooooooow)
lgtm
5 years, 11 months ago (2015-01-06 20:57:50 UTC) #7
newt (away)
ping ping ping :)
5 years, 11 months ago (2015-01-13 01:35:50 UTC) #9
newt (away)
On 2015/01/13 01:35:50, newt wrote: > ping ping ping :) Can I haz?
5 years, 11 months ago (2015-01-13 01:36:04 UTC) #10
cjhopman
tedchoc: *
5 years, 11 months ago (2015-01-13 03:19:49 UTC) #12
Ted C
lgtm
5 years, 11 months ago (2015-01-13 18:24:41 UTC) #13
cjhopman
TBRed: rmcilroy: base/* boliu: android_webview/* mef: components/cronet/*
5 years, 11 months ago (2015-01-14 00:46:33 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/793203002/250001
5 years, 11 months ago (2015-01-14 00:48:20 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/48762)
5 years, 11 months ago (2015-01-14 01:00:11 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/793203002/250001
5 years, 11 months ago (2015-01-14 01:01:43 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/49353)
5 years, 11 months ago (2015-01-14 01:31:54 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/793203002/270001
5 years, 11 months ago (2015-01-14 02:12:30 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/48509) android_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_rel/builds/5527) chromium_presubmit ...
5 years, 11 months ago (2015-01-14 02:15:55 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/793203002/290001
5 years, 11 months ago (2015-01-14 02:30:02 UTC) #29
commit-bot: I haz the power
Committed patchset #12 (id:290001)
5 years, 11 months ago (2015-01-14 03:34:26 UTC) #30
commit-bot: I haz the power
Patchset 12 (id:??) landed as https://crrev.com/e0237aaa82e64439e6186f7723d4b8ceff308b9d Cr-Commit-Position: refs/heads/master@{#311402}
5 years, 11 months ago (2015-01-14 03:35:41 UTC) #31
Ken Rockot(use gerrit already)
A revert of this CL (patchset #12 id:290001) has been created in https://codereview.chromium.org/797403005/ by rockot@chromium.org. ...
5 years, 11 months ago (2015-01-14 06:00:06 UTC) #32
mef
On 2015/01/14 06:00:06, Ken Rockot wrote: > A revert of this CL (patchset #12 id:290001) ...
5 years, 11 months ago (2015-01-14 16:04:50 UTC) #33
cjhopman
On 2015/01/14 16:04:50, mef wrote: > On 2015/01/14 06:00:06, Ken Rockot wrote: > > A ...
5 years, 11 months ago (2015-01-14 22:42:26 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/793203002/310001
5 years, 11 months ago (2015-01-14 22:42:53 UTC) #36
commit-bot: I haz the power
Committed patchset #13 (id:310001)
5 years, 11 months ago (2015-01-15 01:00:20 UTC) #37
commit-bot: I haz the power
Patchset 13 (id:??) landed as https://crrev.com/7ff0672b2a8c73be5a0164a04bc9c53f64f4b138 Cr-Commit-Position: refs/heads/master@{#311596}
5 years, 11 months ago (2015-01-15 01:01:40 UTC) #38
Anand Mistry (off Chromium)
On 2015/01/15 01:01:40, I haz the power (commit-bot) wrote: > Patchset 13 (id:??) landed as ...
5 years, 11 months ago (2015-01-15 02:27:27 UTC) #39
cjhopman
5 years, 11 months ago (2015-01-15 02:28:40 UTC) #40
Message was sent while issue was closed.
the land mine exposed a bug in the build configuration.

https://codereview.chromium.org/840343006/

Powered by Google App Engine
This is Rietveld 408576698