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

Side by Side Diff: docs/use_find_bugs_for_android.md

Issue 2545363002: Use HTTPS links for Google domains in docs (Closed)
Patch Set: Modify two more files in subdirectories Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/testing/writing_layout_tests.md ('k') | docs/useful_urls.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Use FindBugs for Android 1 # Use FindBugs for Android
2 2
3 [FindBugs](http://findbugs.sourceforge.net) is an open source static analysis 3 [FindBugs](http://findbugs.sourceforge.net) is an open source static analysis
4 tool from the University of Maryland that looks for potential bugs in Java class 4 tool from the University of Maryland that looks for potential bugs in Java class
5 files. We have some scripts to run it over the Java code at build time. 5 files. We have some scripts to run it over the Java code at build time.
6 6
7 ## How To Run 7 ## How To Run
8 8
9 For gyp builds, add `run_findbugs=1` to your `GYP_DEFINES`. 9 For gyp builds, add `run_findbugs=1` to your `GYP_DEFINES`.
10 10
(...skipping 25 matching lines...) Expand all
36 [FindBugs plugin](https://code.google.com/p/chromium/codesearch#chromium/src/too ls/android/findbugs_plugin/) 36 [FindBugs plugin](https://code.google.com/p/chromium/codesearch#chromium/src/too ls/android/findbugs_plugin/)
37 to enforce chromium specific Java rules. It currently detects: 37 to enforce chromium specific Java rules. It currently detects:
38 38
39 * Synchronized method 39 * Synchronized method
40 * Synchronized this 40 * Synchronized this
41 41
42 # [FindBugs](http://findbugs.sourceforge.net) on the Bots 42 # [FindBugs](http://findbugs.sourceforge.net) on the Bots
43 43
44 [FindBugs](http://findbugs.sourceforge.net) is configured to run on: 44 [FindBugs](http://findbugs.sourceforge.net) is configured to run on:
45 45
46 * [android_clang_dbg_recipe](http://build.chromium.org/p/tryserver.chromium.li nux/builders/android_clang_dbg_recipe) 46 * [android_clang_dbg_recipe](https://build.chromium.org/p/tryserver.chromium.l inux/builders/android_clang_dbg_recipe)
47 on the commit queue 47 on the commit queue
48 * [Android Clang Builder (dbg)](http://build.chromium.org/p/chromium.linux/bui lders/Android%20Clang%20Builder%20\(dbg\)) 48 * [Android Clang Builder (dbg)](https://build.chromium.org/p/chromium.linux/bu ilders/Android%20Clang%20Builder%20\(dbg\))
49 on the main waterfall 49 on the main waterfall
OLDNEW
« no previous file with comments | « docs/testing/writing_layout_tests.md ('k') | docs/useful_urls.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698