{"id":627,"date":"2019-07-13T23:34:13","date_gmt":"2019-07-13T15:34:13","guid":{"rendered":"https:\/\/myoceane.fr\/?p=627"},"modified":"2020-02-29T22:02:51","modified_gmt":"2020-02-29T21:02:51","slug":"sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc","status":"publish","type":"post","link":"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/","title":{"rendered":"[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc"},"content":{"rendered":"<div id=\"fb-root\"><\/div>\n\n<p>\u5728\u5b89\u88dd\u5b8c SonarQube \u4e4b\u5f8c\uff0c\u6700\u91cd\u8981\u7684\u4e0b\u4e00\u6b65\u5c31\u662f\u5c07\u958b\u767c\u597d(\u4e2d)\u7684\u7a0b\u5f0f\u78bc\u4ea4\u7531 Sonar \u53bb\u505a\u5206\u6790\uff0cSonar \u9019\u500b\u958b\u6e90\u7684\u8edf\u9ad4\u53ef\u4ee5\u5206\u6790\u591a\u9054\u4e8c\u5341\u5e7e\u7a2e\u7684\u7a0b\u5f0f\u8a9e\u8a00\u3002\u4f8b\u5982\uff1a<\/p>\n<table style=\"border-collapse: collapse; width: 100%; height: 115px;\">\n<tbody>\n<tr style=\"height: 23px;\">\n<td style=\"width: 25%; height: 23px;\">1. Java<\/td>\n<td style=\"width: 25%; height: 23px;\">6. HTML<\/td>\n<td style=\"width: 25%; height: 23px;\">11. XML<\/td>\n<td style=\"width: 25%; height: 23px;\">16. Python\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 25%; height: 23px;\">2. C\/C++<\/td>\n<td style=\"width: 25%; height: 23px;\">7. RPG<\/td>\n<td style=\"width: 25%; height: 23px;\">12. VB.NET<\/td>\n<td style=\"width: 25%; height: 23px;\">17. Groovy<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 25%; height: 23px;\">3. C#<\/td>\n<td style=\"width: 25%; height: 23px;\">8. JavaScript<\/td>\n<td style=\"width: 25%; height: 23px;\">13.PL\/SQL<\/td>\n<td style=\"width: 25%; height: 23px;\">18. PHP<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 25%; height: 23px;\">4. COBOL<\/td>\n<td style=\"width: 25%; height: 23px;\">9. TypeScript<\/td>\n<td style=\"width: 25%; height: 23px;\">14. T-SQL<\/td>\n<td style=\"width: 25%; height: 23px;\">19. Swift<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 25%; height: 23px;\">5. ABAP<\/td>\n<td style=\"width: 25%; height: 23px;\">10. Objective C<\/td>\n<td style=\"width: 25%; height: 23px;\">15. Flex<\/td>\n<td style=\"width: 25%; height: 23px;\">20. Visual Basic<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: justify;\">\u7531\u65bc\u7b46\u8005\u5176\u4e2d\u4e00\u500b Side Project \u5c31\u662f\u7528 Android \/ Java \u4f5c\u70ba\u958b\u767c\u8a9e\u8a00\u7684\uff0c\u6240\u4ee5\u5148\u4ee5 Java \u505a\u70ba\u4e0a\u50b3 Sonar \u7684\u7bc4\u4f8b\uff0c\u7531\u65bc\u958b\u767c Android \u4e3b\u8981\u662f\u4f7f\u7528 Gradle \u4f5c\u70ba\u7de8\u8b6f\u5668\uff0c\u56e0\u6b64\u672c\u7bc7\u4ee5\u4e0a\u50b3 Java \u7a0b\u5f0f\u5728 Gradle \u7de8\u8b6f\u5668\u5e95\u4e0b\u70ba\u4f8b\u3002\u00a0<\/p>\n<p>\u9996\u5148\u8981\u5c07\u756b\u7dda\u7684\u7a0b\u5f0f\u78bc\u52a0\u5728 <strong>project\/build.gradle<\/strong> \u6a94\u6848\u4e2d<\/p>\n<pre class=\"lang:bash gutter:true start:1\">buildscript {\n    repositories {\n        jcenter()\n        google()\n    }\n    dependencies {\n        classpath 'com.android.tools.build:gradle:3.4.1'\n        classpath 'com.google.gms:google-services:4.2.0'\n        classpath 'com.google.firebase:firebase-plugins:2.0.0'\n        classpath \"org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1\"\n    }\n}\n\ndef isReleaseBuild() {\n    return version.contains(\"SNAPSHOT\") == false\n}\n\nallprojects {\n    version = VERSION_NAME\n    group = GROUP\n    repositories {\n        maven { url 'https:\/\/maven.google.com' }\n        jcenter()\n    }\n}<\/pre>\n\n\n\n<p style=\"text-align: justify;\">\u63a5\u4e0b\u4f86\u8981\u53bb project\/gradle.properties \u88e1\u9762\u589e\u52a0\u4ee5\u4e0b\u5169\u500b\u503c\uff0csystemProp.sonar.host.url \u662f\u6e96\u5099\u5206\u6790\u7a0b\u5f0f\u78bc\u7684 Sonar \u4f3a\u670d\u5668\u4f4d\u7f6e\uff0c\u800c systemProp.sonar.login \u5247\u9700\u8981\u7531 Sonar \u7684\u4f7f\u7528\u8005\u53bb\u7522\u751f\uff1a<\/p>\n<pre class=\"lang:bash\">systemProp.sonar.host.url=http:\/\/ip:9000\nsystemProp.sonar.login=****************************************<\/pre>\n\n\n\n<p>\u7522\u751f\u4f7f\u7528\u8005\u5e33\u865f\u7684\u65b9\u6cd5\u9700\u8981\u5148\u767b\u5165 Sonarqube\uff0c\u7136\u5f8c\u6309\u4e0b\u5982\u4e0b\u5716\u6240\u793a\u7684 My Account \u6309\u9215\u3002<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"389\" height=\"193\" src=\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-13-\u4e0b\u53485.26.24.png\" alt=\"\" class=\"wp-image-630\" srcset=\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-13-\u4e0b\u53485.26.24.png 389w, https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-13-\u4e0b\u53485.26.24-300x149.png 300w\" sizes=\"auto, (max-width: 389px) 100vw, 389px\" \/><\/figure><\/div>\n\n\n\n<p style=\"text-align: justify;\">\u63a5\u8457\u9032\u5165 Security \u7684\u90e8\u5206\u8f38\u5165 Generate New Token \u96a8\u4fbf\u4e00\u500b\u5167\u5bb9\uff0c\u6b64\u6642\u6703\u6709\u4e00\u7d44 login \u78bc\u7522\u751f\u51fa\u4f86\uff0c\u8981\u8a18\u6e05\u695a\u56e0\u70ba\u9019\u4e00\u7d44\u7de8\u78bc\u4e0d\u6703\u518d\u986f\u793a\u51fa\u4f86\uff0c\u4e26\u586b\u5165 gradle.properties \u7684\u6a94\u6848\u4e2d\u3002<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"241\" src=\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-13-\u4e0b\u53485.28.30.png\" alt=\"\" class=\"wp-image-631\" srcset=\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-13-\u4e0b\u53485.28.30.png 628w, https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-13-\u4e0b\u53485.28.30-300x115.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure><\/div>\n\n\n\n<p>\u6700\u5f8c\u4e00\u6b65\u662f\u5728\u6bcf\u6b21\u8981\u4e0a\u50b3\u6700\u65b0\u7a0b\u5f0f\u78bc\u5230 SonarQube \u7684\u6642\u5019\u5728 terminal \u4e2d\u57f7\u884c<\/p>\n<pre class=\"lang:bash\">gradle sonarqube<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5728\u5b89\u88dd\u5b8c SonarQube \u4e4b\u5f8c\uff0c\u6700\u91cd\u8981\u7684\u4e0b\u4e00\u6b65\u5c31\u662f\u5c07\u958b\u767c\u597d(\u4e2d)\u7684\u7a0b\u5f0f\u78bc\u4ea4\u7531 Sonar \u53bb\u505a\u5206\u6790\uff0c\u9019\u500b\u958b\u6e90\u7684\u8edf\u9ad4\u53ef\u4ee5\u5206\u6790\u591a\u9054\u4e8c\u5341\u5e7e\u7a2e\u7684\u7a0b\u5f0f\u8a9e\u8a00\u3002<\/p>\n<p>\u7531\u65bc\u7b46\u8005\u5176\u4e2d\u4e00\u500b Side Project \u5c31\u662f\u7528 Android \/ Java \u4f5c\u70ba\u958b\u767c\u8a9e\u8a00\u7684\uff0c\u6240\u4ee5\u5148\u4ee5 Java \u505a\u70ba\u4e0a\u50b3 Sonar \u7684\u7bc4\u4f8b\uff0c\u7531\u65bc\u958b\u767c Android \u4e3b\u8981\u662f\u4f7f\u7528 Gradle \u4f5c\u70ba\u7de8\u8b6f\u5668\uff0c\u56e0\u6b64\u672c\u7bc7\u4ee5\u4e0a\u50b3 Java \u7a0b\u5f0f\u5728 Gradle \u7de8\u8b6f\u5668\u5e95\u4e0b\u70ba\u4f8b\u3002\u00a0<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[58,92],"class_list":["post-627","post","type-post","status-publish","format-standard","hentry","category-continuousdelivery","tag-android","tag-sonarqube"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane<\/title>\n<meta name=\"description\" content=\"\u5728\u5b89\u88dd\u5b8c SonarQube \u4e4b\u5f8c\uff0c\u6700\u91cd\u8981\u7684\u4e0b\u4e00\u6b65\u5c31\u662f\u5c07\u958b\u767c\u597d(\u4e2d)\u7684\u7a0b\u5f0f\u78bc\u4ea4\u7531 Sonar \u53bb\u505a\u5206\u6790\uff0cSonar \u9019\u500b\u958b\u6e90\u7684\u8edf\u9ad4\u53ef\u4ee5\u5206\u6790\u591a\u9054\u4e8c\u5341\u5e7e\u7a2e\u7684\u7a0b\u5f0f\u8a9e\u8a00\u3002\u7531\u65bc\u7b46\u8005\u5176\u4e2d\u4e00\u500b Side Project \u5c31\u662f\u7528 Android \/ Java \u4f5c\u70ba\u958b\u767c\u8a9e\u8a00\u7684\uff0c\u6240\u4ee5\u5148\u4ee5 Java \u505a\u70ba\u4e0a\u50b3 Sonar \u7684\u7bc4\u4f8b\uff0c\u7531\u65bc\u958b\u767c Android \u4e3b\u8981\u662f\u4f7f\u7528 Gradle \u4f5c\u70ba\u7de8\u8b6f\u5668\uff0c\u56e0\u6b64\u672c\u7bc7\u4ee5\u4e0a\u50b3 Java \u7a0b\u5f0f\u5728 Gradle \u7de8\u8b6f\u5668\u5e95\u4e0b\u70ba\u4f8b\u3002\u00a0\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/myoceane.fr\/index.php\/sonarqube-\u50b3\u9001\u8207\u5206\u6790-android-\u7a0b\u5f0f\u78bc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\" \/>\n<meta property=\"og:description\" content=\"\u5728\u5b89\u88dd\u5b8c SonarQube \u4e4b\u5f8c\uff0c\u6700\u91cd\u8981\u7684\u4e0b\u4e00\u6b65\u5c31\u662f\u5c07\u958b\u767c\u597d(\u4e2d)\u7684\u7a0b\u5f0f\u78bc\u4ea4\u7531 Sonar \u53bb\u505a\u5206\u6790\uff0cSonar \u9019\u500b\u958b\u6e90\u7684\u8edf\u9ad4\u53ef\u4ee5\u5206\u6790\u591a\u9054\u4e8c\u5341\u5e7e\u7a2e\u7684\u7a0b\u5f0f\u8a9e\u8a00\u3002\u7531\u65bc\u7b46\u8005\u5176\u4e2d\u4e00\u500b Side Project \u5c31\u662f\u7528 Android \/ Java \u4f5c\u70ba\u958b\u767c\u8a9e\u8a00\u7684\uff0c\u6240\u4ee5\u5148\u4ee5 Java \u505a\u70ba\u4e0a\u50b3 Sonar \u7684\u7bc4\u4f8b\uff0c\u7531\u65bc\u958b\u767c Android \u4e3b\u8981\u662f\u4f7f\u7528 Gradle \u4f5c\u70ba\u7de8\u8b6f\u5668\uff0c\u56e0\u6b64\u672c\u7bc7\u4ee5\u4e0a\u50b3 Java \u7a0b\u5f0f\u5728 Gradle \u7de8\u8b6f\u5668\u5e95\u4e0b\u70ba\u4f8b\u3002\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/myoceane.fr\/index.php\/sonarqube-\u50b3\u9001\u8207\u5206\u6790-android-\u7a0b\u5f0f\u78bc\/\" \/>\n<meta property=\"og:site_name\" content=\"\u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-13T15:34:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-29T21:02:51+00:00\" \/>\n<meta name=\"author\" content=\"\u6ab8\u6aac\u7238\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u6ab8\u6aac\u7238\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/\"},\"author\":{\"name\":\"\u6ab8\u6aac\u7238\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"headline\":\"[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc\",\"datePublished\":\"2019-07-13T15:34:13+00:00\",\"dateModified\":\"2020-02-29T21:02:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/\"},\"wordCount\":67,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"keywords\":[\"Android\",\"SonarQube\"],\"articleSection\":[\"ContinuousDelivery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/\",\"url\":\"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/\",\"name\":\"[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\",\"isPartOf\":{\"@id\":\"https:\/\/myoceane.fr\/#website\"},\"datePublished\":\"2019-07-13T15:34:13+00:00\",\"dateModified\":\"2020-02-29T21:02:51+00:00\",\"description\":\"\u5728\u5b89\u88dd\u5b8c SonarQube \u4e4b\u5f8c\uff0c\u6700\u91cd\u8981\u7684\u4e0b\u4e00\u6b65\u5c31\u662f\u5c07\u958b\u767c\u597d(\u4e2d)\u7684\u7a0b\u5f0f\u78bc\u4ea4\u7531 Sonar \u53bb\u505a\u5206\u6790\uff0cSonar \u9019\u500b\u958b\u6e90\u7684\u8edf\u9ad4\u53ef\u4ee5\u5206\u6790\u591a\u9054\u4e8c\u5341\u5e7e\u7a2e\u7684\u7a0b\u5f0f\u8a9e\u8a00\u3002\u7531\u65bc\u7b46\u8005\u5176\u4e2d\u4e00\u500b Side Project \u5c31\u662f\u7528 Android \/ Java \u4f5c\u70ba\u958b\u767c\u8a9e\u8a00\u7684\uff0c\u6240\u4ee5\u5148\u4ee5 Java \u505a\u70ba\u4e0a\u50b3 Sonar \u7684\u7bc4\u4f8b\uff0c\u7531\u65bc\u958b\u767c Android \u4e3b\u8981\u662f\u4f7f\u7528 Gradle \u4f5c\u70ba\u7de8\u8b6f\u5668\uff0c\u56e0\u6b64\u672c\u7bc7\u4ee5\u4e0a\u50b3 Java \u7a0b\u5f0f\u5728 Gradle \u7de8\u8b6f\u5668\u5e95\u4e0b\u70ba\u4f8b\u3002\u00a0\",\"breadcrumb\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/myoceane.fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/myoceane.fr\/#website\",\"url\":\"https:\/\/myoceane.fr\/\",\"name\":\"M-Y-Oceane \u60f3\u65b9\u6d89\u6cd5\u3002\u91cf\u74f6\u5916\u7684\u5929\u7a7a\",\"description\":\"\u60f3\u65b9\u6d89\u6cd5, France, Taiwan, Health, Information Technology\",\"publisher\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/myoceane.fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\",\"name\":\"\u6ab8\u6aac\u7238\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g\",\"caption\":\"\u6ab8\u6aac\u7238\"},\"logo\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/myoceane.fr\/index.php\/author\/johnny5584767gmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","description":"\u5728\u5b89\u88dd\u5b8c SonarQube \u4e4b\u5f8c\uff0c\u6700\u91cd\u8981\u7684\u4e0b\u4e00\u6b65\u5c31\u662f\u5c07\u958b\u767c\u597d(\u4e2d)\u7684\u7a0b\u5f0f\u78bc\u4ea4\u7531 Sonar \u53bb\u505a\u5206\u6790\uff0cSonar \u9019\u500b\u958b\u6e90\u7684\u8edf\u9ad4\u53ef\u4ee5\u5206\u6790\u591a\u9054\u4e8c\u5341\u5e7e\u7a2e\u7684\u7a0b\u5f0f\u8a9e\u8a00\u3002\u7531\u65bc\u7b46\u8005\u5176\u4e2d\u4e00\u500b Side Project \u5c31\u662f\u7528 Android \/ Java \u4f5c\u70ba\u958b\u767c\u8a9e\u8a00\u7684\uff0c\u6240\u4ee5\u5148\u4ee5 Java \u505a\u70ba\u4e0a\u50b3 Sonar \u7684\u7bc4\u4f8b\uff0c\u7531\u65bc\u958b\u767c Android \u4e3b\u8981\u662f\u4f7f\u7528 Gradle \u4f5c\u70ba\u7de8\u8b6f\u5668\uff0c\u56e0\u6b64\u672c\u7bc7\u4ee5\u4e0a\u50b3 Java \u7a0b\u5f0f\u5728 Gradle \u7de8\u8b6f\u5668\u5e95\u4e0b\u70ba\u4f8b\u3002\u00a0","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/myoceane.fr\/index.php\/sonarqube-\u50b3\u9001\u8207\u5206\u6790-android-\u7a0b\u5f0f\u78bc\/","og_locale":"en_US","og_type":"article","og_title":"[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","og_description":"\u5728\u5b89\u88dd\u5b8c SonarQube \u4e4b\u5f8c\uff0c\u6700\u91cd\u8981\u7684\u4e0b\u4e00\u6b65\u5c31\u662f\u5c07\u958b\u767c\u597d(\u4e2d)\u7684\u7a0b\u5f0f\u78bc\u4ea4\u7531 Sonar \u53bb\u505a\u5206\u6790\uff0cSonar \u9019\u500b\u958b\u6e90\u7684\u8edf\u9ad4\u53ef\u4ee5\u5206\u6790\u591a\u9054\u4e8c\u5341\u5e7e\u7a2e\u7684\u7a0b\u5f0f\u8a9e\u8a00\u3002\u7531\u65bc\u7b46\u8005\u5176\u4e2d\u4e00\u500b Side Project \u5c31\u662f\u7528 Android \/ Java \u4f5c\u70ba\u958b\u767c\u8a9e\u8a00\u7684\uff0c\u6240\u4ee5\u5148\u4ee5 Java \u505a\u70ba\u4e0a\u50b3 Sonar \u7684\u7bc4\u4f8b\uff0c\u7531\u65bc\u958b\u767c Android \u4e3b\u8981\u662f\u4f7f\u7528 Gradle \u4f5c\u70ba\u7de8\u8b6f\u5668\uff0c\u56e0\u6b64\u672c\u7bc7\u4ee5\u4e0a\u50b3 Java \u7a0b\u5f0f\u5728 Gradle \u7de8\u8b6f\u5668\u5e95\u4e0b\u70ba\u4f8b\u3002\u00a0","og_url":"https:\/\/myoceane.fr\/index.php\/sonarqube-\u50b3\u9001\u8207\u5206\u6790-android-\u7a0b\u5f0f\u78bc\/","og_site_name":"\u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","article_published_time":"2019-07-13T15:34:13+00:00","article_modified_time":"2020-02-29T21:02:51+00:00","author":"\u6ab8\u6aac\u7238","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u6ab8\u6aac\u7238","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/#article","isPartOf":{"@id":"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/"},"author":{"name":"\u6ab8\u6aac\u7238","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"headline":"[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc","datePublished":"2019-07-13T15:34:13+00:00","dateModified":"2020-02-29T21:02:51+00:00","mainEntityOfPage":{"@id":"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/"},"wordCount":67,"commentCount":1,"publisher":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"keywords":["Android","SonarQube"],"articleSection":["ContinuousDelivery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/","url":"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/","name":"[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","isPartOf":{"@id":"https:\/\/myoceane.fr\/#website"},"datePublished":"2019-07-13T15:34:13+00:00","dateModified":"2020-02-29T21:02:51+00:00","description":"\u5728\u5b89\u88dd\u5b8c SonarQube \u4e4b\u5f8c\uff0c\u6700\u91cd\u8981\u7684\u4e0b\u4e00\u6b65\u5c31\u662f\u5c07\u958b\u767c\u597d(\u4e2d)\u7684\u7a0b\u5f0f\u78bc\u4ea4\u7531 Sonar \u53bb\u505a\u5206\u6790\uff0cSonar \u9019\u500b\u958b\u6e90\u7684\u8edf\u9ad4\u53ef\u4ee5\u5206\u6790\u591a\u9054\u4e8c\u5341\u5e7e\u7a2e\u7684\u7a0b\u5f0f\u8a9e\u8a00\u3002\u7531\u65bc\u7b46\u8005\u5176\u4e2d\u4e00\u500b Side Project \u5c31\u662f\u7528 Android \/ Java \u4f5c\u70ba\u958b\u767c\u8a9e\u8a00\u7684\uff0c\u6240\u4ee5\u5148\u4ee5 Java \u505a\u70ba\u4e0a\u50b3 Sonar \u7684\u7bc4\u4f8b\uff0c\u7531\u65bc\u958b\u767c Android \u4e3b\u8981\u662f\u4f7f\u7528 Gradle \u4f5c\u70ba\u7de8\u8b6f\u5668\uff0c\u56e0\u6b64\u672c\u7bc7\u4ee5\u4e0a\u50b3 Java \u7a0b\u5f0f\u5728 Gradle \u7de8\u8b6f\u5668\u5e95\u4e0b\u70ba\u4f8b\u3002\u00a0","breadcrumb":{"@id":"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/myoceane.fr\/index.php\/sonarqube-%e5%82%b3%e9%80%81%e8%88%87%e5%88%86%e6%9e%90-android-%e7%a8%8b%e5%bc%8f%e7%a2%bc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/myoceane.fr\/"},{"@type":"ListItem","position":2,"name":"[SonarQube] \u50b3\u9001\u8207\u5206\u6790 Android \u7a0b\u5f0f\u78bc"}]},{"@type":"WebSite","@id":"https:\/\/myoceane.fr\/#website","url":"https:\/\/myoceane.fr\/","name":"M-Y-Oceane \u60f3\u65b9\u6d89\u6cd5\u3002\u91cf\u74f6\u5916\u7684\u5929\u7a7a","description":"\u60f3\u65b9\u6d89\u6cd5, France, Taiwan, Health, Information Technology","publisher":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/myoceane.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b","name":"\u6ab8\u6aac\u7238","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g","caption":"\u6ab8\u6aac\u7238"},"logo":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/"},"url":"https:\/\/myoceane.fr\/index.php\/author\/johnny5584767gmail-com\/"}]}},"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/627","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/comments?post=627"}],"version-history":[{"count":37,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/627\/revisions"}],"predecessor-version":[{"id":3121,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/627\/revisions\/3121"}],"wp:attachment":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/media?parent=627"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/categories?post=627"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/tags?post=627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}