SonarSource / SonarJS

SonarSource Static Analyzer for JavaScript and TypeScript
https://community.sonarsource.com/
Other
1.06k stars 183 forks source link

SonarScanner not detecting javascript files #899

Closed pkaramol closed 6 years ago

pkaramol commented 6 years ago

I want to report a bug.

SonarJS version: SonarJS 3.3.0.5702 (javascript)
SonarQube version: Version 6.7 (build 33306)

Reproducer Running a sonar-scanner from a docker image, in a gitlab pipeline.

The project checked out includes both .ts and .js files.

The command run is:

sonar-scanner -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONARQUBE_TOKEN -X

It does connect to the SonarQube server, given that it downloads the relevant plugins, e.g.

11:32:53.804 DEBUG: Plugins:
11:32:53.805 DEBUG:   * SonarPython 1.8.0.1496 (python)
11:32:53.805 DEBUG:   * SonarQube :: Plugins :: SCM :: SVN 1.6.0.860 (scmsvn)
11:32:53.805 DEBUG:   * SonarJS 3.3.0.5702 (javascript)
11:32:53.805 DEBUG:   * GitLab Auth 1.2.2 (authgitlab)
11:32:53.805 DEBUG:   * SonarC# 6.6.0.3969 (csharp)
11:32:53.805 DEBUG:   * SonarJava 4.15.0.12310 (java)
11:32:53.806 DEBUG:   * Flex 2.3 (flex)
11:32:53.806 DEBUG:   * SonarQube :: Plugins :: SCM :: Git 1.3.0.869 (scmgit)
11:32:53.806 DEBUG:   * SonarXML 1.4.3.1027 (xml)
11:32:53.806 DEBUG:   * SonarPHP 2.12.0.2871 (php)
11:32:53.806 DEBUG:   * GitLab 2.1.0 (gitlab)
11:32:53.806 DEBUG:   * SonarTS 1.2.0.1484 (typescript)

However, it indexes only .ts files and the project is identified only as a TypeScript project.

sonnar

Here is my sonar-scanner.properties

sonar.sources=somefolder/, anotherfolder/
sonar.exclusions=**/*.less, **/*.html, node_modules/

Here is the debug info:

11:32:55.075 DEBUG: 'somefolder/services/services.ts' indexed with language 'ts'
11:32:55.077 DEBUG: 'somefolder/services/models/i-domains-query.d.ts' indexed with language 'ts'

11:32:55.108 DEBUG: 'somefolder/forms/shellbase/shellbase-directive.ts' indexed with language 'ts'
11:32:55.106 DEBUG: 'somefolder/services/models/i-system-info.d.ts' indexed with language 'ts'
11:32:55.106 DEBUG: 'somefolder/services/models/i-authentication.d.ts' indexed with language 'ts'
11:32:55.108 DEBUG: 'somefolder/forms/shellbase/shellbase_test.ts' indexed with language 'ts'
11:32:55.123 DEBUG: 'somefolder/view-assets/toggle-collapsable-text/toggle-collapsable-text_test.ts' indexed with language 'ts'
11:32:55.111 DEBUG: 'somefolder/filters/filters_test.ts' indexed with language 'ts'
11:32:55.124 DEBUG: 'somefolder/view-assets/collapsable-text/collapsable.ts' indexed with language 'ts'
11:32:55.125 DEBUG: 'somefolder/view-assets/collapsable-text/collapsable-text-directive.ts' indexed with language 'ts'
11:32:55.114 DEBUG: 'somefolder/view-assets/letter-avatar/letter-avatar.ts' indexed with language 'ts'
11:32:55.125 DEBUG: 'somefolder/view-assets/collapsable-text/collapsable-text_test.ts' indexed with language 'ts'
11:32:55.127 DEBUG: 'somefolder/view-assets/array-splitter/array-splitter-filter.ts' indexed with language 'ts'
11:32:55.126 DEBUG: 'somefolder/view-assets/array-splitter/array-splitter-filter_test.ts' indexed with language 'ts'
11:32:55.127 DEBUG: 'somefolder/view-assets/array-splitter/array-splitter.ts' indexed with language 'ts'
11:32:55.129 DEBUG: 'somefolder/view-assets/collapsable-comma-separated/collapsable-comma-separated.ts' indexed with language 'ts'
11:32:55.128 DEBUG: 'somefolder/view-assets/collapsable-comma-separated/collapsable-comma-separated_test.ts' indexed with language 'ts'

1:32:55.148 DEBUG: 'somefolder/surge-view/surge-view.ts' indexed with language 'ts'
11:32:55.148 DEBUG: 'somefolder/surge-view/completion-hash/completion-hash.ts' indexed with language 'ts'
11:32:55.148 DEBUG: 'somefolder/surge-view/completion/completion.ts' indexed with language 'ts'
11:32:55.149 DEBUG: 'somefolder/surge-view/completion/completion_test.ts' indexed with language 'ts'
11:32:55.150 DEBUG: 'somefolder/surge-view/embedded/embedded-directive.ts' indexed with language 'ts'
11:32:55.150 DEBUG: 'somefolder/surge-view/embedded/embedded_test.ts' indexed with language 'ts'
11:32:55.151 DEBUG: 'somefolder/surge-view/completion/completion-directive.ts' indexed with language 'ts'
11:32:55.151 DEBUG: 'somefolder/surge-view/embedded/embedded.ts' indexed with language 'ts'
11:32:55.153 DEBUG: 'somefolder/surge-view/myproject/myproject-directive.ts' indexed with language 'ts'
11:32:55.153 DEBUG: 'somefolder/surge-view/myproject/myproject_test.ts' indexed with language 'ts'
11:32:55.154 DEBUG: 'somefolder/surge-view/myproject/myproject.ts' indexed with language 'ts'
11:32:55.154 DEBUG: 'somefolder/surge-view/surge-view-test-generator-utility_test.ts' indexed with language 'ts'
11:32:55.154 DEBUG: 'somefolder/surge-view/wot/wot.ts' indexed with language 'ts'
11:32:55.154 DEBUG: 'somefolder/surge-view/wot/wot-directive.ts' indexed with language 'ts'
11:32:55.157 DEBUG: 'somefolder/surge-view/dns/dns.ts' indexed with language 'ts'
11:32:55.158 DEBUG: 'somefolder/surge-view/wot/wot_test.ts' indexed with language 'ts'
11:32:55.158 DEBUG: 'somefolder/surge-view/ipdetect/ipdetect.ts' indexed with language 'ts'
11:32:55.157 DEBUG: 'somefolder/surge-view/dns/dns-directive.ts' indexed with language 'ts'
11:32:55.159 DEBUG: 'somefolder/surge-view/ipdetect/ipdetect-directive.ts' indexed with language 'ts'
11:32:55.159 DEBUG: 'somefolder/user/user-model.ts' indexed with language 'ts'
11:32:55.160 DEBUG: 'somefolder/surge-view/ipdetect/ipdetect_test.ts' indexed with language 'ts'
11:32:55.159 DEBUG: 'somefolder/user/translator-service.ts' indexed with language 'ts'
11:32:55.160 DEBUG: 'somefolder/user/roles/roles_test.ts' indexed with language 'ts'
11:32:55.161 DEBUG: 'somefolder/user/roles/roles.ts' indexed with language 'ts'
11:32:55.160 DEBUG: 'somefolder/user/roles/roles-directive.ts' indexed with language 'ts'
11:32:55.179 DEBUG: 'somefolder/domain-query/detailed-results/results_test.ts' indexed with language 'ts'
11:32:55.179 DEBUG: 'somefolder/domain-query/detailed-results/results-directive.ts' indexed with language 'ts'
11:32:55.180 DEBUG: 'somefolder/domain-query/detailed-results/results.ts' indexed with language 'ts'
11:32:55.180 DEBUG: 'somefolder/domain-query/i-domain-query.d.ts' indexed with language 'ts'
11:32:55.180 DEBUG: 'somefolder/domain-query/detailed-results/i-results.d.ts' indexed with language 'ts'
11:32:55.181 DEBUG: 'somefolder/titled-attributes/i-titled-attributes.d.ts' indexed with language 'ts'
11:32:55.181 DEBUG: 'somefolder/domain-query/translate-utilities-service.ts' indexed with language 'ts'
11:32:55.182 DEBUG: 'somefolder/titled-attributes/titled-attributes-directive.ts' indexed with language 'ts'
11:32:55.182 DEBUG: 'somefolder/theming/forza/i-forza.d.ts' indexed with language 'ts'
11:32:55.182 DEBUG: 'somefolder/titled-attributes/titled-attributes.ts' indexed with language 'ts'
11:32:55.183 DEBUG: 'somefolder/theming/forza/forza-service.ts' indexed with language 'ts'
11:32:55.183 DEBUG: 'somefolder/titled-attributes/titled-attributes_test.ts' indexed with language 'ts'
11:32:55.184 DEBUG: 'somefolder/theming/theming-service.ts' indexed with language 'ts'
11:32:55.184 DEBUG: 'somefolder/theming/forza/forza.ts' indexed with language 'ts'
11:32:55.184 DEBUG: 'somefolder/theming/theming.ts' indexed with language 'ts'
11:32:55.185 DEBUG: 'somefolder/theming/i-theming.d.ts' indexed with language 'ts'
11:32:55.185 DEBUG: 'somefolder/value-fluctuation/value-fluctuation-filter.ts' indexed with language 'ts'
11:32:55.186 DEBUG: 'somefolder/value-fluctuation/value-fluctuation_test.ts' indexed with language 'ts'
11:32:55.186 DEBUG: 'somefolder/value-fluctuation/value-fluctuation.ts' indexed with language 'ts'
11:32:55.187 DEBUG: 'somefolder/chart-view/gauge-labeled/gauge-labeled-directive.ts' indexed with language 'ts'
11:32:55.187 DEBUG: 'somefolder/chart-view/gauge-labeled/gauge-labeled_test.ts' indexed with language 'ts'
11:32:55.187 DEBUG: 'somefolder/chart-view/gauge-labeled/gauge-labeled.ts' indexed with language 'ts'
11:32:55.188 DEBUG: 'somefolder/chart-view/chart-view.ts' indexed with language 'ts'
11:32:55.189 DEBUG: 'somefolder/chart-view/gauge-labeled/i-gauge-labeled.d.ts' indexed with language 'ts'
11:32:55.189 DEBUG: 'somefolder/auth/session-service.ts' indexed with language 'ts'
11:32:55.189 DEBUG: 'somefolder/auth/i-auth.d.ts' indexed with language 'ts'
11:32:55.190 DEBUG: 'somefolder/auth/session-observer.ts' indexed with language 'ts'
11:32:55.190 DEBUG: 'somefolder/auth/auth-service.ts' indexed with language 'ts'
11:32:55.190 DEBUG: 'somefolder/auth/auth_test.ts' indexed with language 'ts'
11:32:55.191 DEBUG: 'somefolder/chart-data/world-map-rank-api-service.ts' indexed with language 'ts'
11:32:55.191 DEBUG: 'somefolder/auth/auth.ts' indexed with language 'ts'
11:32:55.191 DEBUG: 'somefolder/chart-data/time-range-service.ts' indexed with language 'ts'
11:32:55.192 DEBUG: 'somefolder/chart-data/gauge-double-api-service.ts' indexed with language 'ts'
11:32:55.192 DEBUG: 'somefolder/chart-data/world-map-api-service.ts' indexed with language 'ts'
11:32:55.192 DEBUG: 'somefolder/chart-data/pie-chart-service.ts' indexed with language 'ts'
11:32:55.193 DEBUG: 'somefolder/chart-data/chart-data.ts' indexed with language 'ts'
11:32:55.193 DEBUG: 'somefolder/utilities/utilities-service.ts' indexed with language 'ts'
11:32:55.194 DEBUG: 'somefolder/system-info/timeline-chart/timeline-chart.ts' indexed with language 'ts'
11:32:55.194 DEBUG: 'somefolder/chart-data/gauge-labeled-api-service.ts' indexed with language 'ts'
11:32:55.194 DEBUG: 'somefolder/utilities/utilities.ts' indexed with language 'ts'
11:32:55.195 DEBUG: 'somefolder/system-info/timeline-chart/timeline-chart_test.ts' indexed with language 'ts'
11:32:55.195 DEBUG: 'somefolder/system-info/basic/basic.ts' indexed with language 'ts'
11:32:55.196 DEBUG: 'somefolder/system-info/timeline-chart/timeline-chart-directive.ts' indexed with language 'ts'
11:32:55.196 DEBUG: 'somefolder/system-info/basic/basic-translator-service.ts' indexed with language 'ts'
11:32:55.197 DEBUG: 'somefolder/system-info/system-info.ts' indexed with language 'ts'
11:32:55.197 DEBUG: 'somefolder/system-info/basic/basic_test.ts' indexed with language 'ts'
11:32:55.198 DEBUG: 'somefolder/system-info/basic/basic-directive.ts' indexed with language 'ts'
11:32:55.198 DEBUG: 'somefolder/navigation/navigation.ts' indexed with language 'ts'
11:32:55.198 DEBUG: 'somefolder/navigation/show-if-role-directive.ts' indexed with language 'ts'
11:32:55.199 DEBUG: 'somefolder/navigation/breadcrumb/breadcrumb.ts' indexed with language 'ts'
11:32:55.199 DEBUG: 'somefolder/navigation/sidebar/sidebar.ts' indexed with language 'ts'
11:32:55.199 DEBUG: 'somefolder/navigation/breadcrumb/breadcrumb-directive.ts' indexed with language 'ts'
11:32:55.200 DEBUG: 'somefolder/navigation/navigation_test.ts' indexed with language 'ts'
11:32:55.200 DEBUG: 'somefolder/navigation/sidebar/sidebar-directive.ts' indexed with language 'ts'
11:32:55.201 DEBUG: 'somefolder/navigation/navbar/navbar_test.ts' indexed with language 'ts'
11:32:55.201 DEBUG: 'somefolder/navigation/navigation-provider.ts' indexed with language 'ts'
11:32:55.201 DEBUG: 'somefolder/navigation/navbar/navbar.ts' indexed with language 'ts'
11:32:55.202 DEBUG: 'somefolder/navigation/navbar/navbar-directive.ts' indexed with language 'ts'
11:32:55.202 DEBUG: 'somefolder/info-tile/info-tile-directive.ts' indexed with language 'ts'
11:32:55.203 DEBUG: 'somefolder/info-tile/info-tile.ts' indexed with language 'ts'
11:32:55.203 DEBUG: 'somefolder/info-tile/i-info-tile.d.ts' indexed with language 'ts'
11:32:55.204 DEBUG: 'somefolder/notifications/notifications_test.ts' indexed with language 'ts'
11:32:55.209 DEBUG: 'anotherfolder/auth/login/login.ts' indexed with language 'ts'
11:32:55.209 DEBUG: 'anotherfolder/landing/landing-directive.ts' indexed with language 'ts'
11:32:55.209 DEBUG: 'anotherfolder/foobar/dashboard/dashboard-directive.ts' indexed with language 'ts'
11:32:55.210 DEBUG: 'anotherfolder/auth/auth.ts' indexed with language 'ts'
11:32:55.210 DEBUG: 'anotherfolder/auth/login/login-directive.ts' indexed with language 'ts'
11:32:55.210 DEBUG: 'anotherfolder/foobar/api-keys/api-keys.ts' indexed with language 'ts'
11:32:55.211 DEBUG: 'anotherfolder/foobar/dashboard/dashboard.ts' indexed with language 'ts'
11:32:55.211 DEBUG: 'anotherfolder/foobar/admin.ts' indexed with language 'ts'
11:32:55.212 DEBUG: 'anotherfolder/foobar/api-keys/browser/browser.ts' indexed with language 'ts'
11:32:55.212 DEBUG: 'anotherfolder/foobar/surge/provider/provider-reg.ts' indexed with language 'ts'
11:32:55.212 DEBUG: 'anotherfolder/foobar/api-keys/browser/browser_test.ts' indexed with language 'ts'
11:32:55.213 DEBUG: 'anotherfolder/foobar/api-keys/browser/browser-directive.ts' indexed with language 'ts'
11:32:55.213 DEBUG: 'anotherfolder/foobar/surge/provider/provider_test.ts' indexed with language 'ts'
11:32:55.214 DEBUG: 'anotherfolder/foobar/surge/provider/provider-directive.ts' indexed with language 'ts'
11:32:55.214 DEBUG: 'anotherfolder/foobar/surge/browser/browser_test.ts' indexed with language 'ts'
11:32:55.214 DEBUG: 'anotherfolder/foobar/surge/browser/browser.ts' indexed with language 'ts'
11:32:55.215 DEBUG: 'anotherfolder/foobar/surge/surge.ts' indexed with language 'ts'
11:32:55.215 DEBUG: 'anotherfolder/foobar/users/user/user.ts' indexed with language 'ts'
11:32:55.215 DEBUG: 'anotherfolder/foobar/users/user/user_test.ts' indexed with language 'ts'
11:32:55.216 DEBUG: 'anotherfolder/foobar/surge/browser/browser-directive.ts' indexed with language 'ts'
11:32:55.216 DEBUG: 'anotherfolder/foobar/users/user/user-directive.ts' indexed with language 'ts'
11:32:55.217 DEBUG: 'anotherfolder/foobar/users/edit/edit_test.ts' indexed with language 'ts'
11:32:55.217 DEBUG: 'anotherfolder/foobar/users/edit/edit.ts' indexed with language 'ts'
11:32:55.217 DEBUG: 'anotherfolder/foobar/users/create/create.ts' indexed with language 'ts'
11:32:55.218 DEBUG: 'anotherfolder/foobar/users/create/create-directive.ts' indexed with language 'ts'
11:32:55.218 DEBUG: 'anotherfolder/foobar/users/edit/edit-directive.ts' indexed with language 'ts'
11:32:55.219 DEBUG: 'anotherfolder/foobar/users/create/create_test.ts' indexed with language 'ts'
11:32:55.219 DEBUG: 'anotherfolder/foobar/users/browser/browser.ts' indexed with language 'ts'
11:32:55.219 DEBUG: 'anotherfolder/foobar/users/users.ts' indexed with language 'ts'
11:32:55.220 DEBUG: 'anotherfolder/foobar/shellbase/subscription/subscription-directive.ts' indexed with language 'ts'
11:32:55.220 DEBUG: 'anotherfolder/foobar/users/browser/browser-directive.ts' indexed with language 'ts'
11:32:55.221 DEBUG: 'anotherfolder/foobar/shellbase/edit/edit.ts' indexed with language 'ts'
11:32:55.221 DEBUG: 'anotherfolder/foobar/shellbase/subscription/subscription.ts' indexed with language 'ts'
11:32:55.221 DEBUG: 'anotherfolder/foobar/shellbase/subscription/subscription_test.ts' indexed with language 'ts'
11:32:55.222 DEBUG: 'anotherfolder/foobar/shellbase/edit/edit-directive.ts' indexed with language 'ts'
11:32:55.222 DEBUG: 'anotherfolder/foobar/shellbase/edit/edit_test.ts' indexed with language 'ts'
11:32:55.223 DEBUG: 'anotherfolder/foobar/shellbase/create/create_test.ts' indexed with language 'ts'
11:32:55.223 DEBUG: 'anotherfolder/foobar/shellbase/create/create.ts' indexed with language 'ts'
11:32:55.223 DEBUG: 'anotherfolder/foobar/shellbase/create/create-directive.ts' indexed with language 'ts'
11:32:55.224 DEBUG: 'anotherfolder/foobar/shellbase/shellbase.ts' indexed with language 'ts'
11:32:55.224 DEBUG: 'anotherfolder/foobar/shellbase/browser/browser.ts' indexed with language 'ts'
11:32:55.225 DEBUG: 'anotherfolder/foobar/admin-directive.ts' indexed with language 'ts'
11:32:55.225 DEBUG: 'anotherfolder/foobar/shellbase/browser/browser_test.ts' indexed with language 'ts'
11:32:55.225 DEBUG: 'anotherfolder/foobar/shellbase/browser/browser-directive.ts' indexed with language 'ts'
11:32:55.226 INFO: 242 files indexed
11:32:55.226 INFO: 115 files ignored because of inclusion/exclusion patterns
11:32:55.227 INFO: Quality profile for ts: Sonar way
11:32:55.875 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing
11:32:55.875 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing
11:32:55.876 DEBUG: 'Python Squid Sensor' skipped because there is no related file in current project
11:32:55.877 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
11:32:55.877 DEBUG: 'C#' skipped because there is no related file in current project
11:32:55.878 DEBUG: 'C# Tests Coverage Report Import' skipped because there is no related file in current project
11:32:55.878 DEBUG: '[Deprecated] C# Integration Tests Coverage Report Import' skipped because there is no related file in current project
11:32:55.879 DEBUG: 'C# Unit Test Results Import' skipped because there is no related file in current project
11:32:55.879 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
11:32:55.879 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
11:32:55.880 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
11:32:55.880 DEBUG: 'Flex' skipped because there is no related file in current project
11:32:55.880 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project
11:32:55.880 DEBUG: 'XML Sensor' skipped because there is no related file in current project
11:32:55.881 DEBUG: 'PHP sensor' skipped because there is no related file in current project
11:32:55.884 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing
11:32:55.884 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing
11:32:55.884 DEBUG: 'Python Squid Sensor' skipped because there is no related file in current project
11:32:55.885 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
11:32:55.885 DEBUG: 'C#' skipped because there is no related file in current project
11:32:55.885 DEBUG: 'C# Tests Coverage Report Import' skipped because there is no related file in current project
11:32:55.886 DEBUG: '[Deprecated] C# Integration Tests Coverage Report Import' skipped because there is no related file in current project
11:32:55.886 DEBUG: 'C# Unit Test Results Import' skipped because there is no related file in current project
11:32:55.886 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
11:32:55.886 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
11:32:55.887 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
11:32:55.887 DEBUG: 'Flex' skipped because there is no related file in current project
11:32:55.887 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project
11:32:55.887 DEBUG: 'XML Sensor' skipped because there is no related file in current project
11:32:55.888 DEBUG: 'PHP sensor' skipped because there is no related file in current project
11:32:55.891 DEBUG: Sensors : SonarJavaXmlFileSensor -> Analyzer for "php.ini" files -> TypeScript Sensor -> TypeScript LCOV Coverage Sensor -> Zero Coverage Sensor -> CPD Block Indexer
11:32:55.891 INFO: Sensor SonarJavaXmlFileSensor [java]
11:32:55.893 INFO: Sensor SonarJavaXmlFileSensor [java] (done) | time=2ms
11:32:55.893 INFO: Sensor Analyzer for "php.ini" files [php]
11:32:55.896 INFO: Sensor Analyzer for "php.ini" files [php] (done) | time=3ms
11:32:55.897 INFO: Sensor TypeScript Sensor [typescript]
11:32:55.897 DEBUG: TypeScript compiler is found in this directory /builds/pkaramol/my-project-name/node_modules
11:32:55.897 DEBUG: It will be used for analysis of typescript files
11:32:55.898 DEBUG: Deploying bundle from `/sonarts-bundle.zip` to `/builds/pkaramol/my-project-name/.scannerwork`
11:32:56.002 DEBUG: Analyzing 242 typescript file(s) with the following configuration file /builds/pkaramol/my-project-name/tsconfig.json
11:32:56.005 DEBUG: Setting 'NODE_PATH' to /builds/pkaramol/my-project-name/node_modules
11:32:56.005 DEBUG: Starting external process `node /builds/pkaramol/my-project-name/.scannerwork/sonarts-bundle/node_modules/tslint-sonarts/bin/tsrunner`
11:33:07.595 DEBUG: 'somefolder/auth/auth-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.629 DEBUG: 'somefolder/auth/auth.ts' generated metadata  with charset 'UTF-8'
11:33:07.630 DEBUG: Not enough content in 'somefolder/auth/auth.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.632 DEBUG: 'somefolder/auth/auth_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.637 DEBUG: 'somefolder/auth/i-auth.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.638 DEBUG: Not enough content in 'somefolder/auth/i-auth.d.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.639 DEBUG: 'somefolder/auth/session-observer.ts' generated metadata  with charset 'UTF-8'
11:33:07.641 DEBUG: 'somefolder/auth/session-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.644 DEBUG: 'somefolder/chart-data/chart-data.ts' generated metadata  with charset 'UTF-8'
11:33:07.645 DEBUG: Not enough content in 'somefolder/chart-data/chart-data.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.648 DEBUG: 'somefolder/chart-data/gauge-double-api-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.653 DEBUG: 'somefolder/chart-data/gauge-labeled-api-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.657 DEBUG: 'somefolder/chart-data/pie-chart-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.661 DEBUG: 'somefolder/chart-data/time-range-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.665 DEBUG: 'somefolder/chart-data/world-map-api-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.668 DEBUG: 'somefolder/chart-data/world-map-rank-api-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.671 DEBUG: 'somefolder/chart-view/chart-view.ts' generated metadata  with charset 'UTF-8'
11:33:07.673 DEBUG: Not enough content in 'somefolder/chart-view/chart-view.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.674 DEBUG: 'somefolder/chart-view/gauge-labeled/gauge-labeled-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.676 DEBUG: 'somefolder/chart-view/gauge-labeled/gauge-labeled.ts' generated metadata  with charset 'UTF-8'
11:33:07.677 DEBUG: Not enough content in 'somefolder/chart-view/gauge-labeled/gauge-labeled.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.679 DEBUG: 'somefolder/chart-view/gauge-labeled/gauge-labeled_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.681 DEBUG: 'somefolder/chart-view/gauge-labeled/i-gauge-labeled.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.682 DEBUG: Not enough content in 'somefolder/chart-view/gauge-labeled/i-gauge-labeled.d.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.683 DEBUG: 'somefolder/domain-query/brief-results/i-results.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.688 DEBUG: 'somefolder/domain-query/brief-results/results-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.693 DEBUG: 'somefolder/domain-query/brief-results/results.ts' generated metadata  with charset 'UTF-8'
11:33:07.694 DEBUG: Not enough content in 'somefolder/domain-query/brief-results/results.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.697 DEBUG: 'somefolder/domain-query/brief-results/results_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.701 DEBUG: 'somefolder/domain-query/brief-results/translator-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.706 DEBUG: 'somefolder/domain-query/detailed-results/i-results.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.710 DEBUG: 'somefolder/domain-query/detailed-results/results-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.716 DEBUG: 'somefolder/domain-query/detailed-results/results.ts' generated metadata  with charset 'UTF-8'
11:33:07.717 DEBUG: Not enough content in 'somefolder/domain-query/detailed-results/results.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.719 DEBUG: 'somefolder/domain-query/detailed-results/results_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.729 DEBUG: 'somefolder/domain-query/detailed-results/translator-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.740 DEBUG: 'somefolder/domain-query/domain-query.ts' generated metadata  with charset 'UTF-8'
11:33:07.742 DEBUG: Not enough content in 'somefolder/domain-query/domain-query.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.742 DEBUG: 'somefolder/domain-query/i-domain-query.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.744 DEBUG: 'somefolder/domain-query/missing-surge/missing-surge-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.745 DEBUG: 'somefolder/domain-query/missing-surge/missing-surge.ts' generated metadata  with charset 'UTF-8'
11:33:07.746 DEBUG: Not enough content in 'somefolder/domain-query/missing-surge/missing-surge.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.747 DEBUG: 'somefolder/domain-query/missing-surge/missing-surge_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.750 DEBUG: 'somefolder/domain-query/supported-surge.ts' generated metadata  with charset 'UTF-8'
11:33:07.752 DEBUG: 'somefolder/domain-query/translate-utilities-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.754 DEBUG: 'somefolder/domain-search-input/domain-search-input-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.756 DEBUG: 'somefolder/domain-search-input/domain-search-input.ts' generated metadata  with charset 'UTF-8'
11:33:07.756 DEBUG: Not enough content in 'somefolder/domain-search-input/domain-search-input.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.757 DEBUG: Not enough content in 'somefolder/domain-search-input/domain-search-input_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.758 DEBUG: 'somefolder/filters/filters-api-parameter-visitor.ts' generated metadata  with charset 'UTF-8'
11:33:07.760 DEBUG: 'somefolder/filters/filters-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.763 DEBUG: 'somefolder/filters/filters-factory-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.766 DEBUG: 'somefolder/filters/filters.ts' generated metadata  with charset 'UTF-8'
11:33:07.767 DEBUG: Not enough content in 'somefolder/filters/filters.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.768 DEBUG: 'somefolder/filters/filters_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.770 DEBUG: 'somefolder/footer/footer.ts' generated metadata  with charset 'UTF-8'
11:33:07.770 DEBUG: Not enough content in 'somefolder/footer/footer.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.771 DEBUG: 'somefolder/footer/footer_directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.771 DEBUG: Not enough content in 'somefolder/footer/footer_directive.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.772 DEBUG: 'somefolder/footer/footer_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.773 DEBUG: Not enough content in 'somefolder/footer/footer_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.773 DEBUG: 'somefolder/forms/forms.ts' generated metadata  with charset 'UTF-8'
11:33:07.774 DEBUG: Not enough content in 'somefolder/forms/forms.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.774 DEBUG: 'somefolder/forms/login/login-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.776 DEBUG: 'somefolder/forms/login/login.ts' generated metadata  with charset 'UTF-8'
11:33:07.777 DEBUG: Not enough content in 'somefolder/forms/login/login.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.777 DEBUG: 'somefolder/forms/shellbase/shellbase-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.779 DEBUG: 'somefolder/forms/shellbase/shellbase.ts' generated metadata  with charset 'UTF-8'
11:33:07.780 DEBUG: Not enough content in 'somefolder/forms/shellbase/shellbase.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.780 DEBUG: 'somefolder/forms/shellbase/shellbase_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.781 DEBUG: Not enough content in 'somefolder/forms/shellbase/shellbase_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.782 DEBUG: 'somefolder/forms/user/user-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.795 DEBUG: 'somefolder/forms/user/user.ts' generated metadata  with charset 'UTF-8'
11:33:07.795 DEBUG: Not enough content in 'somefolder/forms/user/user.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.796 DEBUG: 'somefolder/forms/user/user_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.797 DEBUG: Not enough content in 'somefolder/forms/user/user_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.797 DEBUG: 'somefolder/info-tile/i-info-tile.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.798 DEBUG: Not enough content in 'somefolder/info-tile/i-info-tile.d.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.798 DEBUG: 'somefolder/info-tile/info-tile-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.799 DEBUG: 'somefolder/info-tile/info-tile.ts' generated metadata  with charset 'UTF-8'
11:33:07.800 DEBUG: Not enough content in 'somefolder/info-tile/info-tile.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.800 DEBUG: 'somefolder/list-group/list-group-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.803 DEBUG: 'somefolder/list-group/list-group.ts' generated metadata  with charset 'UTF-8'
11:33:07.804 DEBUG: Not enough content in 'somefolder/list-group/list-group.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.805 DEBUG: 'somefolder/list-group/list-group_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.806 DEBUG: 'somefolder/navigation/breadcrumb/breadcrumb-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.807 DEBUG: 'somefolder/navigation/breadcrumb/breadcrumb.ts' generated metadata  with charset 'UTF-8'
11:33:07.808 DEBUG: Not enough content in 'somefolder/navigation/breadcrumb/breadcrumb.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.808 DEBUG: 'somefolder/navigation/navbar/navbar-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.809 DEBUG: 'somefolder/navigation/navbar/navbar.ts' generated metadata  with charset 'UTF-8'
11:33:07.810 DEBUG: Not enough content in 'somefolder/navigation/navbar/navbar.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.811 DEBUG: 'somefolder/navigation/navbar/navbar_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.812 DEBUG: 'somefolder/navigation/navigation-provider.ts' generated metadata  with charset 'UTF-8'
11:33:07.813 DEBUG: 'somefolder/navigation/navigation.ts' generated metadata  with charset 'UTF-8'
11:33:07.814 DEBUG: Not enough content in 'somefolder/navigation/navigation.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.815 DEBUG: 'somefolder/navigation/navigation_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.816 DEBUG: 'somefolder/navigation/show-if-role-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.818 DEBUG: 'somefolder/navigation/sidebar/sidebar-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.819 DEBUG: 'somefolder/navigation/sidebar/sidebar.ts' generated metadata  with charset 'UTF-8'
11:33:07.820 DEBUG: Not enough content in 'somefolder/navigation/sidebar/sidebar.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.820 DEBUG: 'somefolder/notifications/notifications-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.821 DEBUG: 'somefolder/notifications/notifications-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.823 DEBUG: 'somefolder/notifications/notifications.ts' generated metadata  with charset 'UTF-8'
11:33:07.823 DEBUG: Not enough content in 'somefolder/notifications/notifications.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.824 DEBUG: 'somefolder/notifications/notifications_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.825 DEBUG: 'somefolder/surge-view/homedir/homedir-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.826 DEBUG: 'somefolder/surge-view/homedir/homedir.ts' generated metadata  with charset 'UTF-8'
11:33:07.827 DEBUG: Not enough content in 'somefolder/surge-view/homedir/homedir.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.827 DEBUG: 'somefolder/surge-view/homedir/homedir_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.828 DEBUG: 'somefolder/surge-view/conefapp/conefapp-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.830 DEBUG: 'somefolder/surge-view/conefapp/conefapp-directive_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.831 DEBUG: 'somefolder/surge-view/conefapp/conefapp.ts' generated metadata  with charset 'UTF-8'
11:33:07.832 DEBUG: Not enough content in 'somefolder/surge-view/conefapp/conefapp.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.832 DEBUG: 'somefolder/surge-view/dns/dns-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.833 DEBUG: 'somefolder/surge-view/dns/dns.ts' generated metadata  with charset 'UTF-8'
11:33:07.834 DEBUG: Not enough content in 'somefolder/surge-view/dns/dns.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.835 DEBUG: 'somefolder/surge-view/dnsdb/dnsdb-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.837 DEBUG: 'somefolder/surge-view/dnsdb/dnsdb-directive_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.838 DEBUG: 'somefolder/surge-view/dnsdb/dnsdb.ts' generated metadata  with charset 'UTF-8'
11:33:07.839 DEBUG: Not enough content in 'somefolder/surge-view/dnsdb/dnsdb.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.839 DEBUG: 'somefolder/surge-view/myproject/myproject-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.840 DEBUG: 'somefolder/surge-view/myproject/myproject.ts' generated metadata  with charset 'UTF-8'
11:33:07.841 DEBUG: Not enough content in 'somefolder/surge-view/myproject/myproject.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.841 DEBUG: Not enough content in 'somefolder/surge-view/myproject/myproject_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.842 DEBUG: 'somefolder/surge-view/embedded/embedded-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.843 DEBUG: 'somefolder/surge-view/embedded/embedded.ts' generated metadata  with charset 'UTF-8'
11:33:07.844 DEBUG: Not enough content in 'somefolder/surge-view/embedded/embedded.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.844 DEBUG: 'somefolder/surge-view/embedded/embedded_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.845 DEBUG: 'somefolder/surge-view/ipdetect/ipdetect-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.846 DEBUG: 'somefolder/surge-view/ipdetect/ipdetect.ts' generated metadata  with charset 'UTF-8'
11:33:07.847 DEBUG: Not enough content in 'somefolder/surge-view/ipdetect/ipdetect.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.847 DEBUG: 'somefolder/surge-view/ipdetect/ipdetect_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.848 DEBUG: Not enough content in 'somefolder/surge-view/ipdetect/ipdetect_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.848 DEBUG: 'somefolder/surge-view/surge-view-test-generator-utility_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.849 DEBUG: 'somefolder/surge-view/surge-view.ts' generated metadata  with charset 'UTF-8'
11:33:07.850 DEBUG: Not enough content in 'somefolder/surge-view/surge-view.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.850 DEBUG: 'somefolder/surge-view/completion-hash/completion-hash-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.851 DEBUG: 'somefolder/surge-view/completion-hash/completion-hash.ts' generated metadata  with charset 'UTF-8'
11:33:07.852 DEBUG: Not enough content in 'somefolder/surge-view/completion-hash/completion-hash.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.852 DEBUG: Not enough content in 'somefolder/surge-view/completion-hash/completion-hash_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.853 DEBUG: 'somefolder/surge-view/completion/completion-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.855 DEBUG: 'somefolder/surge-view/completion/completion.ts' generated metadata  with charset 'UTF-8'
11:33:07.855 DEBUG: Not enough content in 'somefolder/surge-view/completion/completion.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.856 DEBUG: 'somefolder/surge-view/completion/completion_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.857 DEBUG: 'somefolder/surge-view/detect/detect-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.858 DEBUG: 'somefolder/surge-view/detect/detect.ts' generated metadata  with charset 'UTF-8'
11:33:07.859 DEBUG: Not enough content in 'somefolder/surge-view/detect/detect.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.859 DEBUG: 'somefolder/surge-view/detect/detect_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.860 DEBUG: 'somefolder/surge-view/whoxy/whoxy-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.861 DEBUG: 'somefolder/surge-view/whoxy/whoxy.ts' generated metadata  with charset 'UTF-8'
11:33:07.862 DEBUG: Not enough content in 'somefolder/surge-view/whoxy/whoxy.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.862 DEBUG: 'somefolder/surge-view/whoxy/whoxy_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.862 DEBUG: Not enough content in 'somefolder/surge-view/whoxy/whoxy_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.863 DEBUG: 'somefolder/surge-view/wot/wot-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.864 DEBUG: 'somefolder/surge-view/wot/wot.ts' generated metadata  with charset 'UTF-8'
11:33:07.865 DEBUG: Not enough content in 'somefolder/surge-view/wot/wot.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.865 DEBUG: 'somefolder/surge-view/wot/wot_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.866 DEBUG: 'somefolder/services/i-ls-api-service.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.868 DEBUG: 'somefolder/services/ls-api-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.872 DEBUG: 'somefolder/services/mock-ls-api-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.873 DEBUG: 'somefolder/services/models/i-api-keys.ts' generated metadata  with charset 'UTF-8'
11:33:07.874 DEBUG: 'somefolder/services/models/i-authentication.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.875 DEBUG: Not enough content in 'somefolder/services/models/i-authentication.d.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.875 DEBUG: 'somefolder/services/models/i-domains-query.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.876 DEBUG: 'somefolder/services/models/i-provider.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.877 DEBUG: 'somefolder/services/models/i-session.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.877 DEBUG: Not enough content in 'somefolder/services/models/i-session.d.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.878 DEBUG: 'somefolder/services/models/i-shellbase.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.879 DEBUG: 'somefolder/services/models/i-system-info.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.880 DEBUG: 'somefolder/services/models/i-user.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.880 DEBUG: 'somefolder/services/recaptcha-provider.ts' generated metadata  with charset 'UTF-8'
11:33:07.881 DEBUG: 'somefolder/services/server-errors-interceptor-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.883 DEBUG: 'somefolder/services/services.ts' generated metadata  with charset 'UTF-8'
11:33:07.883 DEBUG: Not enough content in 'somefolder/services/services.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.884 DEBUG: 'somefolder/services/translate-utilities-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.885 DEBUG: 'somefolder/system-info/basic/basic-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.886 DEBUG: 'somefolder/system-info/basic/basic-translator-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.887 DEBUG: 'somefolder/system-info/basic/basic.ts' generated metadata  with charset 'UTF-8'
11:33:07.887 DEBUG: Not enough content in 'somefolder/system-info/basic/basic.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.888 DEBUG: 'somefolder/system-info/basic/basic_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.888 DEBUG: Not enough content in 'somefolder/system-info/basic/basic_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.888 DEBUG: 'somefolder/system-info/system-info.ts' generated metadata  with charset 'UTF-8'
11:33:07.889 DEBUG: Not enough content in 'somefolder/system-info/system-info.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.889 DEBUG: 'somefolder/system-info/timeline-chart/timeline-chart-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.891 DEBUG: 'somefolder/system-info/timeline-chart/timeline-chart.ts' generated metadata  with charset 'UTF-8'
11:33:07.891 DEBUG: Not enough content in 'somefolder/system-info/timeline-chart/timeline-chart.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.891 DEBUG: 'somefolder/system-info/timeline-chart/timeline-chart_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.892 DEBUG: Not enough content in 'somefolder/system-info/timeline-chart/timeline-chart_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.892 DEBUG: 'somefolder/table/i-table.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.893 DEBUG: Not enough content in 'somefolder/table/i-table.d.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.893 DEBUG: 'somefolder/table/key-value-table-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.894 DEBUG: 'somefolder/table/table-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.896 DEBUG: 'somefolder/table/table.ts' generated metadata  with charset 'UTF-8'
11:33:07.896 DEBUG: Not enough content in 'somefolder/table/table.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.897 DEBUG: 'somefolder/theming/forza/forza-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.897 DEBUG: Not enough content in 'somefolder/theming/forza/forza-service.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.898 DEBUG: 'somefolder/theming/forza/forza.ts' generated metadata  with charset 'UTF-8'
11:33:07.898 DEBUG: Not enough content in 'somefolder/theming/forza/forza.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.899 DEBUG: Not enough content in 'somefolder/theming/forza/i-forza.d.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.899 DEBUG: 'somefolder/theming/i-theming.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.900 DEBUG: 'somefolder/theming/theming-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.901 DEBUG: 'somefolder/theming/theming.ts' generated metadata  with charset 'UTF-8'
11:33:07.901 DEBUG: Not enough content in 'somefolder/theming/theming.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.902 DEBUG: 'somefolder/titled-attributes/i-titled-attributes.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.902 DEBUG: 'somefolder/titled-attributes/titled-attributes-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.903 DEBUG: 'somefolder/titled-attributes/titled-attributes.ts' generated metadata  with charset 'UTF-8'
11:33:07.904 DEBUG: Not enough content in 'somefolder/titled-attributes/titled-attributes.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.904 DEBUG: 'somefolder/titled-attributes/titled-attributes_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.905 DEBUG: 'somefolder/user/change-password-form/change-password-form-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.907 DEBUG: 'somefolder/user/change-password-form/change-password-form.ts' generated metadata  with charset 'UTF-8'
11:33:07.907 DEBUG: Not enough content in 'somefolder/user/change-password-form/change-password-form.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.908 DEBUG: 'somefolder/user/change-password-form/change-password-form_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.909 DEBUG: 'somefolder/user/i-user.d.ts' generated metadata  with charset 'UTF-8'
11:33:07.909 DEBUG: Not enough content in 'somefolder/user/i-user.d.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.910 DEBUG: 'somefolder/user/roles/roles-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.911 DEBUG: 'somefolder/user/roles/roles.ts' generated metadata  with charset 'UTF-8'
11:33:07.911 DEBUG: Not enough content in 'somefolder/user/roles/roles.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.911 DEBUG: 'somefolder/user/roles/roles_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.912 DEBUG: Not enough content in 'somefolder/user/roles/roles_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.912 DEBUG: 'somefolder/user/status/status-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.913 DEBUG: 'somefolder/user/status/status.ts' generated metadata  with charset 'UTF-8'
11:33:07.914 DEBUG: Not enough content in 'somefolder/user/status/status.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.914 DEBUG: 'somefolder/user/status/status_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.914 DEBUG: Not enough content in 'somefolder/user/status/status_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.915 DEBUG: 'somefolder/user/translator-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.916 DEBUG: 'somefolder/user/user-model.ts' generated metadata  with charset 'UTF-8'
11:33:07.917 DEBUG: 'somefolder/user/user-roles-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.918 DEBUG: 'somefolder/user/user.ts' generated metadata  with charset 'UTF-8'
11:33:07.918 DEBUG: Not enough content in 'somefolder/user/user.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.919 DEBUG: 'somefolder/utilities/utilities-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.919 DEBUG: 'somefolder/utilities/utilities.ts' generated metadata  with charset 'UTF-8'
11:33:07.920 DEBUG: Not enough content in 'somefolder/utilities/utilities.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.921 DEBUG: 'somefolder/value-fluctuation/value-fluctuation-filter.ts' generated metadata  with charset 'UTF-8'
11:33:07.921 DEBUG: 'somefolder/value-fluctuation/value-fluctuation.ts' generated metadata  with charset 'UTF-8'
11:33:07.922 DEBUG: Not enough content in 'somefolder/value-fluctuation/value-fluctuation.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.922 DEBUG: 'somefolder/value-fluctuation/value-fluctuation_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.923 DEBUG: 'somefolder/view-assets/array-splitter/array-splitter-filter.ts' generated metadata  with charset 'UTF-8'
11:33:07.924 DEBUG: 'somefolder/view-assets/array-splitter/array-splitter-filter_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.925 DEBUG: 'somefolder/view-assets/array-splitter/array-splitter.ts' generated metadata  with charset 'UTF-8'
11:33:07.925 DEBUG: Not enough content in 'somefolder/view-assets/array-splitter/array-splitter.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.926 DEBUG: 'somefolder/view-assets/collapsable-comma-separated/collapsable-comma-separated-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.927 DEBUG: 'somefolder/view-assets/collapsable-comma-separated/collapsable-comma-separated.ts' generated metadata  with charset 'UTF-8'
11:33:07.927 DEBUG: Not enough content in 'somefolder/view-assets/collapsable-comma-separated/collapsable-comma-separated.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.928 DEBUG: 'somefolder/view-assets/collapsable-comma-separated/collapsable-comma-separated_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.929 DEBUG: 'somefolder/view-assets/collapsable-text/collapsable-text-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.930 DEBUG: 'somefolder/view-assets/collapsable-text/collapsable-text_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.930 DEBUG: 'somefolder/view-assets/collapsable-text/collapsable.ts' generated metadata  with charset 'UTF-8'
11:33:07.931 DEBUG: Not enough content in 'somefolder/view-assets/collapsable-text/collapsable.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.931 DEBUG: 'somefolder/view-assets/date-utilities/date-utilities-service.ts' generated metadata  with charset 'UTF-8'
11:33:07.932 DEBUG: 'somefolder/view-assets/date-utilities/date-utilities.ts' generated metadata  with charset 'UTF-8'
11:33:07.933 DEBUG: Not enough content in 'somefolder/view-assets/date-utilities/date-utilities.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.933 DEBUG: 'somefolder/view-assets/date-utilities/date-utilities_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.934 DEBUG: 'somefolder/view-assets/date-utilities/oldness/oldness-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.935 DEBUG: 'somefolder/view-assets/date-utilities/oldness/oldness-filter.ts' generated metadata  with charset 'UTF-8'
11:33:07.936 DEBUG: 'somefolder/view-assets/letter-avatar/letter-avatar-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.936 DEBUG: 'somefolder/view-assets/letter-avatar/letter-avatar.ts' generated metadata  with charset 'UTF-8'
11:33:07.937 DEBUG: Not enough content in 'somefolder/view-assets/letter-avatar/letter-avatar.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.937 DEBUG: 'somefolder/view-assets/toggle-collapsable-text/toggle-collapsable-text-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.938 DEBUG: 'somefolder/view-assets/toggle-collapsable-text/toggle-collapsable-text.ts' generated metadata  with charset 'UTF-8'
11:33:07.938 DEBUG: Not enough content in 'somefolder/view-assets/toggle-collapsable-text/toggle-collapsable-text.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.938 DEBUG: 'somefolder/view-assets/toggle-collapsable-text/toggle-collapsable-text_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.939 DEBUG: 'somefolder/view-assets/view-assets.ts' generated metadata  with charset 'UTF-8'
11:33:07.940 DEBUG: Not enough content in 'somefolder/view-assets/view-assets.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.940 DEBUG: 'anotherfolder/foobar/admin-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.941 DEBUG: 'anotherfolder/foobar/admin.ts' generated metadata  with charset 'UTF-8'
11:33:07.942 DEBUG: 'anotherfolder/foobar/api-keys/api-keys.ts' generated metadata  with charset 'UTF-8'
11:33:07.942 DEBUG: 'anotherfolder/foobar/api-keys/browser/browser-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.943 DEBUG: 'anotherfolder/foobar/api-keys/browser/browser.ts' generated metadata  with charset 'UTF-8'
11:33:07.944 DEBUG: 'anotherfolder/foobar/api-keys/browser/browser_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.944 DEBUG: Not enough content in 'anotherfolder/foobar/api-keys/browser/browser_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.945 DEBUG: 'anotherfolder/foobar/dashboard/dashboard-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.946 DEBUG: 'anotherfolder/foobar/dashboard/dashboard.ts' generated metadata  with charset 'UTF-8'
11:33:07.946 DEBUG: 'anotherfolder/foobar/surge/browser/browser-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.948 DEBUG: 'anotherfolder/foobar/surge/browser/browser.ts' generated metadata  with charset 'UTF-8'
11:33:07.948 DEBUG: 'anotherfolder/foobar/surge/browser/browser_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.949 DEBUG: Not enough content in 'anotherfolder/foobar/surge/browser/browser_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.949 DEBUG: 'anotherfolder/foobar/surge/provider/provider-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.950 DEBUG: 'anotherfolder/foobar/surge/provider/provider-reg.ts' generated metadata  with charset 'UTF-8'
11:33:07.950 DEBUG: 'anotherfolder/foobar/surge/provider/provider_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.951 DEBUG: Not enough content in 'anotherfolder/foobar/surge/provider/provider_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.951 DEBUG: 'anotherfolder/foobar/surge/surge.ts' generated metadata  with charset 'UTF-8'
11:33:07.952 DEBUG: 'anotherfolder/foobar/shellbase/browser/browser-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.953 DEBUG: 'anotherfolder/foobar/shellbase/browser/browser.ts' generated metadata  with charset 'UTF-8'
11:33:07.954 DEBUG: 'anotherfolder/foobar/shellbase/browser/browser_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.954 DEBUG: Not enough content in 'anotherfolder/foobar/shellbase/browser/browser_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.955 DEBUG: 'anotherfolder/foobar/shellbase/create/create-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.955 DEBUG: 'anotherfolder/foobar/shellbase/create/create.ts' generated metadata  with charset 'UTF-8'
11:33:07.956 DEBUG: 'anotherfolder/foobar/shellbase/create/create_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.956 DEBUG: Not enough content in 'anotherfolder/foobar/shellbase/create/create_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.957 DEBUG: 'anotherfolder/foobar/shellbase/edit/edit-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.958 DEBUG: 'anotherfolder/foobar/shellbase/edit/edit.ts' generated metadata  with charset 'UTF-8'
11:33:07.958 DEBUG: 'anotherfolder/foobar/shellbase/edit/edit_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.959 DEBUG: Not enough content in 'anotherfolder/foobar/shellbase/edit/edit_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.959 DEBUG: 'anotherfolder/foobar/shellbase/subscription/subscription-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.960 DEBUG: 'anotherfolder/foobar/shellbase/subscription/subscription.ts' generated metadata  with charset 'UTF-8'
11:33:07.960 DEBUG: 'anotherfolder/foobar/shellbase/subscription/subscription_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.961 DEBUG: Not enough content in 'anotherfolder/foobar/shellbase/subscription/subscription_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.961 DEBUG: 'anotherfolder/foobar/shellbase/shellbase.ts' generated metadata  with charset 'UTF-8'
11:33:07.962 DEBUG: 'anotherfolder/foobar/users/browser/browser-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.963 DEBUG: 'anotherfolder/foobar/users/browser/browser.ts' generated metadata  with charset 'UTF-8'
11:33:07.964 DEBUG: 'anotherfolder/foobar/users/create/create-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.965 DEBUG: 'anotherfolder/foobar/users/create/create.ts' generated metadata  with charset 'UTF-8'
11:33:07.965 DEBUG: 'anotherfolder/foobar/users/create/create_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.966 DEBUG: Not enough content in 'anotherfolder/foobar/users/create/create_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.966 DEBUG: 'anotherfolder/foobar/users/edit/edit-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.967 DEBUG: 'anotherfolder/foobar/users/edit/edit.ts' generated metadata  with charset 'UTF-8'
11:33:07.968 DEBUG: 'anotherfolder/foobar/users/edit/edit_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.969 DEBUG: Not enough content in 'anotherfolder/foobar/users/edit/edit_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.969 DEBUG: 'anotherfolder/foobar/users/user/user-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.970 DEBUG: 'anotherfolder/foobar/users/user/user.ts' generated metadata  with charset 'UTF-8'
11:33:07.971 DEBUG: 'anotherfolder/foobar/users/user/user_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.971 DEBUG: Not enough content in 'anotherfolder/foobar/users/user/user_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.971 DEBUG: 'anotherfolder/foobar/users/users.ts' generated metadata  with charset 'UTF-8'
11:33:07.972 DEBUG: 'anotherfolder/auth/auth.ts' generated metadata  with charset 'UTF-8'
11:33:07.973 DEBUG: 'anotherfolder/auth/login/login-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.973 DEBUG: 'anotherfolder/auth/login/login.ts' generated metadata  with charset 'UTF-8'
11:33:07.974 DEBUG: 'anotherfolder/domain-search/domain-search-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.975 DEBUG: 'anotherfolder/domain-search/domain-search.ts' generated metadata  with charset 'UTF-8'
11:33:07.976 DEBUG: 'anotherfolder/landing/landing-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.977 DEBUG: 'anotherfolder/landing/landing.ts' generated metadata  with charset 'UTF-8'
11:33:07.978 DEBUG: 'anotherfolder/settings/api-keys/api-keys-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.979 DEBUG: 'anotherfolder/settings/api-keys/api-keys.ts' generated metadata  with charset 'UTF-8'
11:33:07.979 DEBUG: 'anotherfolder/settings/api-keys/api-keys_test.ts' generated metadata  with charset 'UTF-8'
11:33:07.980 DEBUG: Not enough content in 'anotherfolder/settings/api-keys/api-keys_test.ts' to have CPD blocks, it will not be part of the duplication detection
11:33:07.980 DEBUG: 'anotherfolder/settings/settings.ts' generated metadata  with charset 'UTF-8'
11:33:07.980 DEBUG: 'anotherfolder/settings/user/user-directive.ts' generated metadata  with charset 'UTF-8'
11:33:07.981 DEBUG: 'anotherfolder/settings/user/user.ts' generated metadata  with charset 'UTF-8'
11:33:07.982 INFO: Sensor TypeScript Sensor [typescript] (done) | time=12085ms
11:33:07.982 INFO: Sensor TypeScript LCOV Coverage Sensor [typescript]
11:33:07.982 INFO: Sensor TypeScript LCOV Coverage Sensor [typescript] (done) | time=0ms
11:33:07.982 INFO: Sensor Zero Coverage Sensor
11:33:08.066 INFO: Sensor Zero Coverage Sensor (done) | time=84ms
11:33:08.066 INFO: Sensor CPD Block Indexer
11:33:08.066 DEBUG: org.sonar.scanner.cpd.deprecated.DefaultCpdBlockIndexer is used for ts
11:33:08.067 DEBUG: No CpdMapping for language ts
11:33:08.067 INFO: Sensor CPD Block Indexer (done) | time=1ms
11:33:08.072 DEBUG: 'somefolder/domain-search-input/domain-search-input_test.ts' generated metadata  with charset 'UTF-8'
11:33:08.075 DEBUG: 'somefolder/surge-view/myproject/myproject_test.ts' generated metadata  with charset 'UTF-8'
11:33:08.075 DEBUG: 'somefolder/surge-view/completion-hash/completion-hash_test.ts' generated metadata  with charset 'UTF-8'
11:33:08.077 DEBUG: 'somefolder/theming/forza/i-forza.d.ts' generated metadata  with charset 'UTF-8'
11:33:08.092 INFO: 89 files had no CPD blocks
11:33:08.093 INFO: Calculating CPD for 153 files
11:33:08.094 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/conefapp/conefapp-directive.ts
11:33:08.103 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/shellbase/create/create.ts
11:33:08.109 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/dnsdb/dnsdb-directive.ts
11:33:08.114 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/auth/session-service.ts
11:33:08.118 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/titled-attributes/titled-attributes_test.ts
11:33:08.121 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/filters/filters-api-parameter-visitor.ts
11:33:08.123 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/dnsdb/dnsdb-directive_test.ts
11:33:08.124 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/user/translator-service.ts
11:33:08.124 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/landing/landing.ts
11:33:08.125 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/user/user-model.ts
11:33:08.125 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/homedir/homedir-directive.ts
11:33:08.125 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/navigation/navbar/navbar_test.ts
11:33:08.126 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/user/user-roles-service.ts
11:33:08.126 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/dashboard/dashboard.ts
11:33:08.127 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/user/status/status-directive.ts
11:33:08.127 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/info-tile/info-tile-directive.ts
11:33:08.127 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-search-input/domain-search-input-directive.ts
11:33:08.127 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/i-ls-api-service.d.ts
11:33:08.128 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/api-keys/browser/browser-directive.ts
11:33:08.129 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/auth/auth-service.ts
11:33:08.129 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/forms/user/user-directive.ts
11:33:08.130 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/filters/filters_test.ts
11:33:08.130 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/models/i-api-keys.ts
11:33:08.130 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/whoxy/whoxy-directive.ts
11:33:08.131 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/surge/provider/provider-reg.ts
11:33:08.132 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/detailed-results/translator-service.ts
11:33:08.140 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/users/edit/edit-directive.ts
11:33:08.141 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/homedir/homedir_test.ts
11:33:08.142 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/users/user/user-directive.ts
11:33:08.142 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/user/roles/roles-directive.ts
11:33:08.142 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/notifications/notifications-service.ts
11:33:08.143 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/theming/theming-service.ts
11:33:08.143 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/notifications/notifications-directive.ts
11:33:08.143 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/shellbase/edit/edit-directive.ts
11:33:08.144 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/embedded/embedded-directive.ts
11:33:08.144 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/date-utilities/oldness/oldness-filter.ts
11:33:08.144 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/notifications/notifications_test.ts
11:33:08.145 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/completion/completion-directive.ts
11:33:08.145 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/brief-results/i-results.d.ts
11:33:08.145 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/models/i-domains-query.d.ts
11:33:08.146 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/settings/user/user-directive.ts
11:33:08.146 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/api-keys/browser/browser.ts
11:33:08.146 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/wot/wot_test.ts
11:33:08.147 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/landing/landing-directive.ts
11:33:08.147 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/ls-api-service.ts
11:33:08.148 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/detect/detect_test.ts
11:33:08.148 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/users/browser/browser-directive.ts
11:33:08.149 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/missing-surge/missing-surge_test.ts
11:33:08.149 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/brief-results/translator-service.ts
11:33:08.154 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/system-info/timeline-chart/timeline-chart-directive.ts
11:33:08.155 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/list-group/list-group-directive.ts
11:33:08.155 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/auth/auth.ts
11:33:08.155 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/translate-utilities-service.ts
11:33:08.156 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/embedded/embedded_test.ts
11:33:08.156 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/users/users.ts
11:33:08.156 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/settings/api-keys/api-keys-directive.ts
11:33:08.157 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/navigation/show-if-role-directive.ts
11:33:08.157 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/detect/detect-directive.ts
11:33:08.157 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/auth/session-observer.ts
11:33:08.157 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/titled-attributes/i-titled-attributes.d.ts
11:33:08.158 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/supported-surge.ts
11:33:08.159 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/conefapp/conefapp-directive_test.ts
11:33:08.160 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/navigation/sidebar/sidebar-directive.ts
11:33:08.160 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/chart-view/gauge-labeled/gauge-labeled_test.ts
11:33:08.161 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/chart-data/gauge-labeled-api-service.ts
11:33:08.165 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/letter-avatar/letter-avatar-directive.ts
11:33:08.165 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/table/key-value-table-directive.ts
11:33:08.165 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/auth/auth_test.ts
11:33:08.165 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/models/i-provider.d.ts
11:33:08.166 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/admin-directive.ts
11:33:08.166 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/chart-data/time-range-service.ts
11:33:08.166 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/surge/provider/provider-directive.ts
11:33:08.167 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/collapsable-comma-separated/collapsable-comma-separated_test.ts
11:33:08.167 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/brief-results/results-directive.ts
11:33:08.168 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/models/i-shellbase.d.ts
11:33:08.168 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/users/browser/browser.ts
11:33:08.168 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/models/i-user.d.ts
11:33:08.168 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/chart-data/pie-chart-service.ts
11:33:08.169 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/collapsable-comma-separated/collapsable-comma-separated-directive.ts
11:33:08.169 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/theming/i-theming.d.ts
11:33:08.169 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/system-info/basic/basic-translator-service.ts
11:33:08.170 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/array-splitter/array-splitter-filter_test.ts
11:33:08.170 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/settings/api-keys/api-keys.ts
11:33:08.170 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/api-keys/api-keys.ts
11:33:08.170 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/shellbase/edit/edit.ts
11:33:08.171 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/table/table-service.ts
11:33:08.171 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/shellbase/subscription/subscription.ts
11:33:08.171 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/users/user/user.ts
11:33:08.172 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/translate-utilities-service.ts
11:33:08.172 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/chart-view/gauge-labeled/gauge-labeled-directive.ts
11:33:08.172 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/shellbase/create/create-directive.ts
11:33:08.172 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/user/change-password-form/change-password-form-directive.ts
11:33:08.173 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/navigation/navigation_test.ts
11:33:08.173 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/surge/surge.ts
11:33:08.173 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/dashboard/dashboard-directive.ts
11:33:08.173 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/toggle-collapsable-text/toggle-collapsable-text_test.ts
11:33:08.174 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/surge/browser/browser-directive.ts
11:33:08.174 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/navigation/navbar/navbar-directive.ts
11:33:08.174 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/system-info/basic/basic-directive.ts
11:33:08.177 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/forms/login/login-directive.ts
11:33:08.177 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/users/create/create-directive.ts
11:33:08.177 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/auth/login/login.ts
11:33:08.177 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/user/change-password-form/change-password-form_test.ts
11:33:08.178 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/wot/wot-directive.ts
11:33:08.178 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/models/i-system-info.d.ts
11:33:08.178 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/detailed-results/results-directive.ts
11:33:08.181 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/titled-attributes/titled-attributes-directive.ts
11:33:08.182 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/date-utilities/oldness/oldness-directive.ts
11:33:08.182 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/value-fluctuation/value-fluctuation-filter.ts
11:33:08.182 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/myproject/myproject-directive.ts
11:33:08.182 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/completion-hash/completion-hash-directive.ts
11:33:08.183 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/collapsable-text/collapsable-text-directive.ts
11:33:08.183 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/surge-view-test-generator-utility_test.ts
11:33:08.183 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/ipdetect/ipdetect-directive.ts
11:33:08.183 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/chart-data/world-map-rank-api-service.ts
11:33:08.183 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/shellbase/browser/browser.ts
11:33:08.185 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/array-splitter/array-splitter-filter.ts
11:33:08.185 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/detailed-results/i-results.d.ts
11:33:08.185 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/admin.ts
11:33:08.186 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/forms/shellbase/shellbase-directive.ts
11:33:08.186 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/recaptcha-provider.ts
11:33:08.189 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/i-domain-query.d.ts
11:33:08.189 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/completion/completion_test.ts
11:33:08.191 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/date-utilities/date-utilities-service.ts
11:33:08.191 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/value-fluctuation/value-fluctuation_test.ts
11:33:08.191 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/settings/user/user.ts
11:33:08.192 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/domain-search/domain-search-directive.ts
11:33:08.192 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/date-utilities/date-utilities_test.ts
11:33:08.194 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/collapsable-text/collapsable-text_test.ts
11:33:08.194 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/shellbase/browser/browser-directive.ts
11:33:08.195 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/settings/settings.ts
11:33:08.195 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/auth/login/login-directive.ts
11:33:08.195 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/list-group/list-group_test.ts
11:33:08.196 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/view-assets/toggle-collapsable-text/toggle-collapsable-text-directive.ts
11:33:08.200 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/users/create/create.ts
11:33:08.201 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/navigation/navigation-provider.ts
11:33:08.201 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/detailed-results/results_test.ts
11:33:08.201 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/surge/browser/browser.ts
11:33:08.202 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/brief-results/results_test.ts
11:33:08.202 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/chart-data/gauge-double-api-service.ts
11:33:08.202 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/chart-data/world-map-api-service.ts
11:33:08.203 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/filters/filters-factory-service.ts
11:33:08.203 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/mock-ls-api-service.ts
11:33:08.203 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/navigation/breadcrumb/breadcrumb-directive.ts
11:33:08.203 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/utilities/utilities-service.ts
11:33:08.204 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/filters/filters-directive.ts
11:33:08.204 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/shellbase/shellbase.ts
11:33:08.204 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/services/server-errors-interceptor-service.ts
11:33:08.204 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/domain-search/domain-search.ts
11:33:08.205 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/surge-view/dns/dns-directive.ts
11:33:08.208 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/users/edit/edit.ts
11:33:08.208 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/somefolder/domain-query/missing-surge/missing-surge-directive.ts
11:33:08.208 DEBUG: Detection of duplications for /builds/pkaramol/my-project-name/anotherfolder/foobar/shellbase/subscription/subscription-directive.ts
11:33:08.209 INFO: CPD calculation finished
11:33:08.492 INFO: Analysis report generated in 254ms, dir size=677 KB
11:33:08.751 INFO: Analysis reports compressed in 259ms, zip size=473 KB
11:33:08.752 INFO: Analysis report generated in /builds/pkaramol/my-project-name/.scannerwork/scanner-report
11:33:08.752 DEBUG: Upload report
11:33:08.796 DEBUG: POST 200 https://my.sonarqube.server/api/ce/submit?projectKey=PROJECT_KEY | time=43ms
11:33:08.797 INFO: Analysis report uploaded in 45ms
11:33:08.798 INFO: ANALYSIS SUCCESSFUL, you can browse https://my.sonarqube.server/dashboard/index/PROJECT_KEY
11:33:08.798 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
11:33:08.798 INFO: More about the report processing at https://my.sonarqube.server/api/ce/task?id=AWEOMaAwomF5YBWeSPT3
11:33:08.799 DEBUG: Report metadata written to /builds/pkaramol/my-project-name/.scannerwork/report-task.txt
11:33:08.800 DEBUG: 'GitLab Commit Issue Publisher' skipped because one of the required properties is missing
11:33:08.801 DEBUG: Post-jobs : 
11:33:08.804 INFO: Task total time: 14.982 s
11:33:08.804 INFO: ------------------------------------------------------------------------
11:33:08.804 INFO: EXECUTION SUCCESS
11:33:08.804 INFO: ------------------------------------------------------------------------
11:33:08.804 INFO: Total time: 18.312s
11:33:08.900 INFO: Final Memory: 58M/507M
11:33:08.901 INFO: ------------------------------------------------------------------------
11:33:08.901 DEBUG: Execution getVersion
11:33:08.906 DEBUG: Execution stop
Job succeeded
pkaramol commented 6 years ago

The issue is somehow fixed when using Dsonar.sources=.

Does not seem to work with specific folders!

vilchik-elena commented 6 years ago

@pkaramol I'm not sure that it was your issue but sonar-scanner.properties file should have the name sonar-project.properties in fact

Specific folders should work for sonar.sources