insideapp-oss / sonar-flutter

SonarQube plugin for Flutter / Dart
Other
446 stars 82 forks source link

0 bugs and Vulnerabilities #39

Closed YassineHk closed 3 years ago

YassineHk commented 3 years ago

Why my sonarscanner result came with 0 bug and vulnerabilities what worth for me doing a scan image

srockytfl commented 3 years ago

Hi, same here, any updates on this? No matter what the Flutter project is, the report always shows 0 (zero) for everything.

srockytfl commented 3 years ago

My Logs after run "sonar-scanner -X".

MacBook-Pro:flutter_count user$ sonar-scanner -X 14:31:52.022 INFO: Scanner configuration file: /Users/user/dev/sonar-scanner/conf/sonar-scanner.properties 14:31:52.025 INFO: Project root configuration file: /tmp/flutter_count/sonar-project.properties 14:31:52.051 INFO: SonarScanner 4.5.0.2216 14:31:52.052 INFO: Java 11.0.3 AdoptOpenJDK (64-bit) 14:31:52.052 INFO: Mac OS X 10.15.7 x86_64 14:31:52.179 DEBUG: keyStore is : 14:31:52.179 DEBUG: keyStore type is : pkcs12 14:31:52.179 DEBUG: keyStore provider is : 14:31:52.179 DEBUG: init keystore 14:31:52.179 DEBUG: init keymanager of type SunX509 14:31:52.281 DEBUG: Create: /Users/user/.sonar/cache 14:31:52.282 INFO: User cache: /Users/user/.sonar/cache 14:31:52.283 DEBUG: Create: /Users/user/.sonar/cache/_tmp 14:31:52.285 DEBUG: Extract sonar-scanner-api-batch in temp... 14:31:52.288 DEBUG: Get bootstrap index... 14:31:52.289 DEBUG: Download: http://localhost:9000/batch/index 14:31:52.349 DEBUG: Get bootstrap completed 14:31:52.353 DEBUG: Create isolated classloader... 14:31:52.362 DEBUG: Start temp cleaning... 14:31:52.371 DEBUG: Temp cleaning done 14:31:52.371 INFO: Scanner configuration file: /Users/user/dev/sonar-scanner/conf/sonar-scanner.properties 14:31:52.372 INFO: Project root configuration file: /tmp/flutter_count/sonar-project.properties 14:31:52.373 DEBUG: Execution getVersion 14:31:52.384 INFO: Analyzing on SonarQube server 8.5.1 14:31:52.385 INFO: Default locale: "en_BR", source code encoding: "UTF-8" 14:31:52.386 DEBUG: Work directory: /tmp/flutter_count/.scannerwork 14:31:52.387 DEBUG: Execution execute 14:31:52.620 DEBUG: Community 8.5.1.38104 14:31:52.725 INFO: Load global settings 14:31:52.774 DEBUG: GET 200 http://localhost:9000/api/settings/values.protobuf | time=47ms 14:31:52.801 INFO: Load global settings (done) | time=76ms 14:31:52.803 INFO: Server id: BF41A1F2-AXYfIprisVGe-k2CeG4B 14:31:52.806 INFO: User cache: /Users/user/.sonar/cache 14:31:52.808 INFO: Load/download plugins 14:31:52.808 INFO: Load plugins index 14:31:52.824 DEBUG: GET 200 http://localhost:9000/api/plugins/installed | time=16ms 14:31:52.859 INFO: Load plugins index (done) | time=51ms 14:31:52.918 INFO: Load/download plugins (done) | time=110ms 14:31:52.974 DEBUG: Plugins: 14:31:52.974 DEBUG: Python Code Quality and Security 3.1.0.7619 (python) 14:31:52.974 DEBUG: CSS Code Quality and Security 1.3.1.1642 (cssfamily) 14:31:52.974 DEBUG: JaCoCo 1.1.0.898 (jacoco) 14:31:52.974 DEBUG: SonarGo 1.6.0.719 (go) 14:31:52.974 DEBUG: SonarKotlin 1.5.0.315 (kotlin) 14:31:52.974 DEBUG: JavaScript/TypeScript Code Quality and Security 6.5.0.13383 (javascript) 14:31:52.974 DEBUG: SonarRuby 1.5.0.315 (ruby) 14:31:52.975 DEBUG: SonarScala 1.5.0.315 (sonarscala) 14:31:52.975 DEBUG: C# Code Quality and Security 8.13.1.21947 (csharp) 14:31:52.975 DEBUG: Flutter 0.3.1 (flutter) 14:31:52.975 DEBUG: Java Code Quality and Security 6.8.0.23379 (java) 14:31:52.975 DEBUG: SonarHTML 3.2.0.2082 (web) 14:31:52.975 DEBUG: SonarFlex 2.5.1.1831 (flex) 14:31:52.975 DEBUG: SonarXML 2.0.1.2020 (xml) 14:31:52.975 DEBUG: PHP Code Quality and Security 3.9.0.6331 (php) 14:31:52.975 DEBUG: VB.NET Code Quality and Security 8.13.1.21947 (vbnet) 14:31:53.433 INFO: Process project properties 14:31:53.442 INFO: Process project properties (done) | time=9ms 14:31:53.444 INFO: Execute project builders 14:31:53.444 DEBUG: Execute project builder: org.sonar.plugins.csharp.CSharpGlobalProtobufFileProcessor 14:31:53.447 DEBUG: Execute project builder: org.sonar.plugins.vbnet.VbNetGlobalProtobufFileProcessor 14:31:53.448 INFO: Execute project builders (done) | time=4ms 14:31:53.454 INFO: Project key: flutter_rocks 14:31:53.454 INFO: Base dir: /tmp/flutter_count 14:31:53.454 INFO: Working dir: /tmp/flutter_count/.scannerwork 14:31:53.454 DEBUG: Project global encoding: UTF-8, default locale: en_BR 14:31:53.457 DEBUG: Creating module hierarchy 14:31:53.457 DEBUG: Init module 'Flutter Rocks' 14:31:53.458 DEBUG: Base dir: /tmp/flutter_count 14:31:53.458 DEBUG: Working dir: /tmp/flutter_count/.scannerwork 14:31:53.458 DEBUG: Module global encoding: UTF-8, default locale: en_BR 14:31:53.585 INFO: Load project settings for component key: 'flutter_rocks' 14:31:53.629 DEBUG: GET 200 http://localhost:9000/api/settings/values.protobuf?component=flutter_rocks | time=44ms 14:31:53.631 INFO: Load project settings for component key: 'flutter_rocks' (done) | time=46ms 14:31:53.658 DEBUG: Available languages: 14:31:53.658 DEBUG: Python => "py" 14:31:53.659 DEBUG: CSS => "css" 14:31:53.659 DEBUG: Go => "go" 14:31:53.659 DEBUG: Kotlin => "kotlin" 14:31:53.659 DEBUG: JavaScript => "js" 14:31:53.659 DEBUG: TypeScript => "ts" 14:31:53.659 DEBUG: Ruby => "ruby" 14:31:53.659 DEBUG: Scala => "scala" 14:31:53.659 DEBUG: C# => "cs" 14:31:53.659 DEBUG: Dart => "dart" 14:31:53.659 DEBUG: Java => "java" 14:31:53.659 DEBUG: HTML => "web" 14:31:53.659 DEBUG: JSP => "jsp" 14:31:53.660 DEBUG: Flex => "flex" 14:31:53.660 DEBUG: XML => "xml" 14:31:53.660 DEBUG: PHP => "php" 14:31:53.660 DEBUG: * VB.NET => "vbnet" 14:31:53.668 INFO: Load quality profiles 14:31:53.721 DEBUG: GET 200 http://localhost:9000/api/qualityprofiles/search.protobuf?project=flutter_rocks | time=52ms 14:31:53.734 INFO: Load quality profiles (done) | time=66ms 14:31:53.750 INFO: Load active rules 14:31:53.813 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI0mJsVGe-k2CeKc5&ps=500&p=1 | time=62ms 14:31:53.936 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI0oZsVGe-k2CeKeT&ps=500&p=1 | time=54ms 14:31:53.967 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI0qCsVGe-k2CeKey&ps=500&p=1 | time=26ms 14:31:54.016 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI0qgsVGe-k2CeKft&ps=500&p=1 | time=49ms 14:31:54.084 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI0sGsVGe-k2CeKhO&ps=500&p=1 | time=64ms 14:31:54.250 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI0uOsVGe-k2CeKlK&ps=500&p=1 | time=163ms 14:31:54.407 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI027sVGe-k2CeKy0&ps=500&p=1 | time=144ms 14:31:54.498 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI05gsVGe-k2CeK17&ps=500&p=1 | time=71ms 14:31:54.743 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI08zsVGe-k2CeK-P&ps=500&p=1 | time=242ms 14:31:54.971 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI1FDsVGe-k2CeLMM&ps=500&p=1 | time=203ms 14:31:55.373 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI1OksVGe-k2CeLep&ps=500&p=1 | time=380ms 14:31:55.449 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI1T3sVGe-k2CeLmF&ps=500&p=1 | time=55ms 14:31:55.513 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI1WSsVGe-k2CeLoY&ps=500&p=1 | time=63ms 14:31:55.548 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI1VCsVGe-k2CeLmr&ps=500&p=1 | time=34ms 14:31:55.671 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI1YtsVGe-k2CeLtO&ps=500&p=1 | time=123ms 14:31:55.768 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI1ersVGe-k2CeL09&ps=500&p=1 | time=93ms 14:31:55.873 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXYfI1iZsVGe-k2CeL5b&ps=500&p=1 | time=102ms 14:31:55.885 INFO: Load active rules (done) | time=2135ms 14:31:55.911 WARN: SCM provider autodetection failed. Please use "sonar.scm.provider" to define SCM of your project, or disable the SCM Sensor in the project settings. 14:31:55.960 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : /*.py 14:31:55.960 DEBUG: Declared extensions of language CSS were converted to sonar.lang.patterns.css : */.css,/*.less,/*.scss 14:31:55.960 DEBUG: Declared extensions of language Go were converted to sonar.lang.patterns.go : */.go 14:31:55.960 DEBUG: Declared extensions of language Kotlin were converted to sonar.lang.patterns.kotlin : /*.kt 14:31:55.961 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : /*.js,*/.jsx,/*.vue 14:31:55.961 DEBUG: Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : /*.ts,*/.tsx 14:31:55.961 DEBUG: Declared extensions of language Ruby were converted to sonar.lang.patterns.ruby : /*.rb 14:31:55.961 DEBUG: Declared extensions of language Scala were converted to sonar.lang.patterns.scala : /*.scala 14:31:55.962 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : */.cs 14:31:55.962 DEBUG: Declared extensions of language Dart were converted to sonar.lang.patterns.dart : /*.dart 14:31:55.962 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : /*.java,*/.jav 14:31:55.963 DEBUG: Declared extensions of language HTML were converted to sonar.lang.patterns.web : /*.html,/*.xhtml,*/.cshtml,/*.vbhtml,/*.aspx,*/.ascx,/*.rhtml,/*.erb,*/.shtm,/*.shtml 14:31:55.963 DEBUG: Declared extensions of language JSP were converted to sonar.lang.patterns.jsp : /*.jsp,*/.jspf,/*.jspx 14:31:55.963 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : /*.as 14:31:55.964 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : */.xml,/*.xsd,/*.xsl 14:31:55.964 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : */.php,/*.php3,/*.php4,*/.php5,/*.phtml,*/.inc 14:31:55.965 DEBUG: Declared extensions of language VB.NET were converted to sonar.lang.patterns.vbnet : */.vb 14:31:55.968 DEBUG: Will ignore generated code 14:31:55.969 DEBUG: Will ignore generated code 14:31:55.969 INFO: Indexing files... 14:31:55.970 INFO: Project configuration: 14:31:55.982 DEBUG: 'lib/main.dart' indexed with language 'dart' 14:31:55.985 DEBUG: 'test/widget_test.dart' indexed as test with language 'dart' 14:31:55.985 INFO: 2 files indexed 14:31:55.986 INFO: Quality profile for dart: dartanalyzer 14:31:55.986 INFO: ------------- Run sensors on module Flutter Rocks 14:31:56.058 INFO: Load metrics repository 14:31:56.077 DEBUG: GET 200 http://localhost:9000/api/metrics/search?f=name,description,direction,qualitative,custom&ps=500&p=1 | time=19ms 14:31:56.092 INFO: Load metrics repository (done) | time=34ms 14:31:56.896 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project 14:31:56.896 DEBUG: 'Import external issues report' skipped because one of the required properties is missing 14:31:56.897 DEBUG: 'Python Sensor' skipped because there is no related file in current project 14:31:56.897 DEBUG: 'Cobertura Sensor for Python coverage' skipped because there is no related file in current project 14:31:56.897 DEBUG: 'PythonXUnitSensor' skipped because there is no related file in current project 14:31:56.898 DEBUG: 'Import of Pylint issues' skipped because there is no related file in current project 14:31:56.898 DEBUG: 'Import of Bandit issues' skipped because there is no related file in current project 14:31:56.898 DEBUG: 'Import of Flake8 issues' skipped because there is no related file in current project 14:31:56.898 DEBUG: 'CSS Metrics' skipped because there is no related file in current project 14:31:56.899 DEBUG: 'Import of stylelint issues' skipped because there is no related file in current project 14:31:56.899 DEBUG: 'SonarGo' skipped because there is no related file in current project 14:31:56.899 DEBUG: 'Go Unit Test Report' skipped because there is no related file in current project 14:31:56.900 DEBUG: 'Go Cover sensor for Go coverage' skipped because one of the required properties is missing 14:31:56.900 DEBUG: 'Import of go vet issues' skipped because there is no related file in current project 14:31:56.901 DEBUG: 'Import of Golint issues' skipped because there is no related file in current project 14:31:56.901 DEBUG: 'Import of GoMetaLinter issues' skipped because there is no related file in current project 14:31:56.901 DEBUG: 'Import of GolangCI-Lint issues' skipped because there is no related file in current project 14:31:56.901 DEBUG: 'Kotlin Sensor' skipped because there is no related file in current project 14:31:56.902 DEBUG: 'Import of detekt issues' skipped because there is no related file in current project 14:31:56.903 DEBUG: 'Import of Android Lint issues' skipped because one of the required properties is missing 14:31:56.903 DEBUG: 'JavaScript analysis' skipped because there is no related file in current project 14:31:56.903 DEBUG: 'TypeScript analysis' skipped because there is no related file in current project 14:31:56.904 DEBUG: 'JavaScript/TypeScript Coverage' skipped because there is no related file in current project 14:31:56.905 DEBUG: 'Import of ESLint issues' skipped because one of the required properties is missing 14:31:56.905 DEBUG: 'Import of TSLint issues' skipped because one of the required properties is missing 14:31:56.905 DEBUG: 'Ruby Sensor' skipped because there is no related file in current project 14:31:56.905 DEBUG: 'Import of RuboCop issues' skipped because one of the required properties is missing 14:31:56.905 DEBUG: 'SimpleCov Sensor for Ruby coverage' skipped because there is no related file in current project 14:31:56.906 DEBUG: 'Scala Sensor' skipped because there is no related file in current project 14:31:56.906 DEBUG: 'Scoverage sensor for Scala coverage' skipped because one of the required properties is missing 14:31:56.907 DEBUG: 'Import of Scalastyle issues' skipped because there is no related file in current project 14:31:56.907 DEBUG: 'Import of Scapegoat issues' skipped because there is no related file in current project 14:31:56.909 DEBUG: 'Import of Checkstyle issues' skipped because there is no related file in current project 14:31:56.909 DEBUG: 'Import of PMD issues' skipped because one of the required properties is missing 14:31:56.910 DEBUG: 'Import of SpotBugs issues' skipped because there is no related file in current project 14:31:56.910 DEBUG: 'SurefireSensor' skipped because there is no related file in current project 14:31:56.910 DEBUG: 'Removed properties sensor' skipped because there is no related file in current project 14:31:56.911 DEBUG: 'Flex' skipped because there is no related file in current project 14:31:56.911 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project 14:31:56.911 DEBUG: 'XML Sensor' skipped because there is no related file in current project 14:31:56.911 DEBUG: 'PHP sensor' skipped because there is no related file in current project 14:31:56.911 DEBUG: 'Analyzer for "php.ini" files' skipped because there is no related file in current project 14:31:56.915 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing 14:31:56.916 DEBUG: Sensors : CSS Rules -> JaCoCo XML Report Importer -> C# Properties -> Dart sensor -> dartanalyzer sensor -> Flutter unit tests -> Flutter Coverage -> JavaXmlSensor -> HTML -> VB.NET Properties 14:31:56.916 INFO: Sensor CSS Rules [cssfamily] 14:31:56.917 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. 14:31:56.917 INFO: Sensor CSS Rules [cssfamily] (done) | time=1ms 14:31:56.918 INFO: Sensor JaCoCo XML Report Importer [jacoco] 14:31:56.921 INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml 14:31:56.922 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer 14:31:56.923 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms 14:31:56.923 INFO: Sensor C# Properties [csharp] 14:31:56.926 DEBUG: Project 'flutter_rocks': No Roslyn issues reports have been found. 14:31:56.927 INFO: Sensor C# Properties [csharp] (done) | time=4ms 14:31:56.927 INFO: Sensor Dart sensor [flutter] 14:31:57.277 INFO: Load project repositories 14:31:57.306 DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=flutter_rocks | time=29ms 14:31:57.316 INFO: Load project repositories (done) | time=39ms 14:31:57.316 DEBUG: 'test/widget_test.dart' generated metadata as test with charset 'UTF-8' 14:31:57.318 WARN: Duplication reported for 'test/widget_test.dart' will be ignored because it's a test file. 14:31:57.352 DEBUG: 'lib/main.dart' generated metadata with charset 'UTF-8' 14:31:57.369 INFO: Sensor Dart sensor [flutter] (done) | time=442ms 14:31:57.369 INFO: Sensor dartanalyzer sensor [flutter] 14:31:57.369 DEBUG: Verify dart analyser... 14:31:57.521 DEBUG: Verify dart analyser done 14:31:57.521 DEBUG: Either sonar.dart.analysis.useExistingOptions option is not set to true or analysis_options.yaml file does not exists, use default analysis options instead 14:31:57.522 INFO: Backup of original analysis_options.yaml file to analysis_options.yaml.sonar 14:31:57.550 DEBUG: Files absolute path: /tmp/flutter_count 14:31:57.551 DEBUG: Input file path: lib/main.dart 14:31:57.551 DEBUG: Current file full path: /tmp/flutter_count/lib/main.dart 14:31:57.551 DEBUG: Paging the files to execute the analyzer... 14:31:57.551 DEBUG: Paging remainder: 1 14:31:57.551 DEBUG: Paging total items: 1 14:31:57.551 DEBUG: Current index: 0 14:31:57.551 DEBUG: Current paging start: 0 14:31:57.552 DEBUG: Current paging end: 1 14:31:57.552 DEBUG: Current file batch: /tmp/flutter_count/lib/main.dart 14:32:05.888 DEBUG: Found issues: 0 14:32:05.892 INFO: Restored original analysis_options.yaml file 14:32:05.892 INFO: Sensor dartanalyzer sensor [flutter] (done) | time=8523ms 14:32:05.892 INFO: Sensor Flutter unit tests [flutter] 14:32:05.893 DEBUG: Skipping line as it does not match expected pattern: sonar-scanner{"protocolVersion":"0.1.1","runnerVersion":null,"pid":69925,"type":"start","time":0} 14:32:05.908 DEBUG: Parsing tests from /tmp/flutter_count/test/widget_test.dart 14:32:05.918 INFO: Sensor Flutter unit tests [flutter] (done) | time=25ms 14:32:05.918 INFO: Sensor Flutter Coverage [flutter] 14:32:05.918 INFO: Analysing [/tmp/flutter_count/coverage/lcov.info] 14:32:05.934 INFO: Sensor Flutter Coverage [flutter] (done) | time=16ms 14:32:05.934 INFO: Sensor JavaXmlSensor [java] 14:32:05.936 INFO: Sensor JavaXmlSensor [java] (done) | time=2ms 14:32:05.936 INFO: Sensor HTML [web] 14:32:05.942 INFO: Sensor HTML [web] (done) | time=6ms 14:32:05.942 INFO: Sensor VB.NET Properties [vbnet] 14:32:05.943 DEBUG: Project 'flutter_rocks': No Roslyn issues reports have been found. 14:32:05.944 INFO: Sensor VB.NET Properties [vbnet] (done) | time=2ms 14:32:05.946 INFO: ------------- Run sensors on project 14:32:05.965 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing 14:32:05.965 DEBUG: 'C#' skipped because there is no related file in current project 14:32:05.966 DEBUG: 'C# Tests Coverage Report Import' skipped because there is no related file in current project 14:32:05.966 DEBUG: '[Deprecated] C# Integration Tests Coverage Report Import' skipped because there is no related file in current project 14:32:05.967 DEBUG: 'C# Unit Test Results Import' skipped because there is no related file in current project 14:32:05.967 DEBUG: 'VB.NET' skipped because there is no related file in current project 14:32:05.967 DEBUG: 'VB.NET Tests Coverage Report Import' skipped because there is no related file in current project 14:32:05.967 DEBUG: '[Deprecated] VB.NET Integration Tests Coverage Report Import' skipped because there is no related file in current project 14:32:05.968 DEBUG: 'VB.NET Unit Test Results Import' skipped because there is no related file in current project 14:32:05.968 DEBUG: 'Java CPD Block Indexer' skipped because there is no related file in current project 14:32:05.970 DEBUG: Sensors : Zero Coverage Sensor 14:32:05.970 INFO: Sensor Zero Coverage Sensor 14:32:05.970 INFO: Sensor Zero Coverage Sensor (done) | time=0ms 14:32:05.973 INFO: SCM Publisher No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it. 14:32:05.976 INFO: CPD Executor Calculating CPD for 1 file 14:32:05.977 DEBUG: Detection of duplications for /tmp/flutter_count/lib/main.dart 14:32:05.989 INFO: CPD Executor CPD calculation finished (done) | time=12ms 14:32:06.090 INFO: Analysis report generated in 98ms, dir size=111 KB 14:32:06.128 INFO: Analysis report compressed in 37ms, zip size=17 KB 14:32:06.128 INFO: Analysis report generated in /tmp/flutter_count/.scannerwork/scanner-report 14:32:06.128 DEBUG: Upload report 14:32:06.158 DEBUG: POST 200 http://localhost:9000/api/ce/submit?projectKey=flutter_rocks&projectName=Flutter%20Rocks | time=29ms 14:32:06.160 INFO: Analysis report uploaded in 32ms 14:32:06.162 DEBUG: Report metadata written to /tmp/flutter_count/.scannerwork/report-task.txt 14:32:06.162 INFO: ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard?id=flutter_rocks 14:32:06.163 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report 14:32:06.163 INFO: More about the report processing at http://localhost:9000/api/ce/task?id=AXYfJZgWsVGe-k2CeMC8 14:32:06.165 DEBUG: Post-jobs : 14:32:06.169 INFO: Analysis total time: 13.172 s 14:32:06.173 INFO: ------------------------------------------------------------------------ 14:32:06.174 INFO: EXECUTION SUCCESS 14:32:06.174 INFO: ------------------------------------------------------------------------ 14:32:06.174 INFO: Total time: 14.175s 14:32:06.212 INFO: Final Memory: 6M/30M 14:32:06.212 INFO: ------------------------------------------------------------------------

gui-andrades commented 3 years ago

I'm having the same problem, any fixes yet? I'm using VS Code, and when Dartanalyzer finishes running, it shows all the issues in my code, but nothing shows up in sonar dashboard and debug mode says this after printing current file batch: 22:45:44.676 DEBUG: Found issues: 0 Even though i have 1k+ issues from dartanalyzer and they are not ignored in analysis_options.yaml

philippecade commented 3 years ago

This is most likely a duplicate of #8

github-actions[bot] commented 3 years ago

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] commented 3 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.