+ umask 000 + GIT_LFS_SKIP_SMUDGE=1 retry 6 git clone --branch="master" https://x-token-auth:$REPOSITORY_OAUTH_ACCESS_TOKEN@bitbucket.org/$BITBUCKET_REPO_FULL_NAME.git $BUILD_DIR Cloning into '/opt/atlassian/pipelines/agent/build'... Updating files: 65% (1161/1770) Updating files: 66% (1169/1770) Updating files: 67% (1186/1770) Updating files: 68% (1204/1770) Updating files: 69% (1222/1770) Updating files: 70% (1239/1770) Updating files: 71% (1257/1770) Updating files: 72% (1275/1770) Updating files: 72% (1276/1770) Updating files: 73% (1293/1770) Updating files: 74% (1310/1770) Updating files: 75% (1328/1770) Updating files: 76% (1346/1770) Updating files: 77% (1363/1770) Updating files: 78% (1381/1770) Updating files: 78% (1397/1770) Updating files: 79% (1399/1770) Updating files: 80% (1416/1770) Updating files: 81% (1434/1770) Updating files: 82% (1452/1770) Updating files: 83% (1470/1770) Updating files: 84% (1487/1770) Updating files: 85% (1505/1770) Updating files: 86% (1523/1770) Updating files: 87% (1540/1770) Updating files: 88% (1558/1770) Updating files: 89% (1576/1770) Updating files: 90% (1593/1770) Updating files: 91% (1611/1770) Updating files: 92% (1629/1770) Updating files: 93% (1647/1770) Updating files: 94% (1664/1770) Updating files: 95% (1682/1770) Updating files: 96% (1700/1770) Updating files: 97% (1717/1770) Updating files: 98% (1735/1770) Updating files: 99% (1753/1770) Updating files: 100% (1770/1770) Updating files: 100% (1770/1770), done. + git reset --hard [REMOVED] HEAD is now at 20717a3 [REMOVED] edited online with Bitbucket + git config user.name bitbucket-pipelines + git config user.email commits-noreply@bitbucket.org + git config push.default current + git config http.${BITBUCKET_GIT_HTTP_ORIGIN}.proxy http://localhost:29418/ + git remote set-url origin http://bitbucket.org/$BITBUCKET_REPO_FULL_NAME + git reflog expire --expire=all --all + echo ".bitbucket/pipelines/generated" >> .git/info/exclude + chmod 777 $BUILD_DIR Cache "sonar: ~/.sonar/cache": Downloading Cache "sonar: ~/.sonar/cache": Not found Default variables: BITBUCKET_BRANCH BITBUCKET_BUILD_NUMBER BITBUCKET_CLONE_DIR BITBUCKET_COMMIT BITBUCKET_GIT_HTTP_ORIGIN BITBUCKET_GIT_SSH_ORIGIN BITBUCKET_PIPELINE_UUID BITBUCKET_PROJECT_KEY BITBUCKET_PROJECT_UUID BITBUCKET_REPO_FULL_NAME BITBUCKET_REPO_IS_PRIVATE BITBUCKET_REPO_OWNER BITBUCKET_REPO_OWNER_UUID BITBUCKET_REPO_SLUG BITBUCKET_REPO_UUID BITBUCKET_SSH_KEY_FILE BITBUCKET_STEP_RUN_NUMBER BITBUCKET_STEP_TRIGGERER_UUID BITBUCKET_STEP_UUID BITBUCKET_WORKSPACE CI DOCKER_HOST PIPELINES_JWT_TOKEN Repository variables: SONAR_TOKEN Images used: build : docker.io/atlassian/default-image@sha256:d4b1cc074a5ac1ee5d9702a536b8a8456554732df70f4b55fd85515e4b106f8d + docker container run \ --volume=/opt/atlassian/pipelines/agent/build:/opt/atlassian/pipelines/agent/build \ --volume=/opt/atlassian/pipelines/agent/ssh:/opt/atlassian/pipelines/agent/ssh:ro \ --volume=/usr/local/bin/docker:/usr/local/bin/docker:ro \ --volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes \ --volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-scan:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-scan \ --workdir=$(pwd) \ --label=org.bitbucket.pipelines.system=true \ --env=BITBUCKET_STEP_TRIGGERER_UUID="$BITBUCKET_STEP_TRIGGERER_UUID" \ --env=BITBUCKET_REPO_FULL_NAME="$BITBUCKET_REPO_FULL_NAME" \ --env=BITBUCKET_GIT_HTTP_ORIGIN="$BITBUCKET_GIT_HTTP_ORIGIN" \ --env=BITBUCKET_REPO_SLUG="$BITBUCKET_REPO_SLUG" \ --env=BITBUCKET_PROJECT_UUID="$BITBUCKET_PROJECT_UUID" \ --env=CI="$CI" \ --env=BITBUCKET_REPO_OWNER="$BITBUCKET_REPO_OWNER" \ --env=BITBUCKET_REPO_IS_PRIVATE="$BITBUCKET_REPO_IS_PRIVATE" \ --env=BITBUCKET_WORKSPACE="$BITBUCKET_WORKSPACE" \ --env=BITBUCKET_SSH_KEY_FILE="$BITBUCKET_SSH_KEY_FILE" \ --env=BITBUCKET_REPO_OWNER_UUID="$BITBUCKET_REPO_OWNER_UUID" \ --env=BITBUCKET_STEP_RUN_NUMBER="$BITBUCKET_STEP_RUN_NUMBER" \ --env=BITBUCKET_BUILD_NUMBER="$BITBUCKET_BUILD_NUMBER" \ --env=BITBUCKET_BRANCH="$BITBUCKET_BRANCH" \ --env=BITBUCKET_GIT_SSH_ORIGIN="$BITBUCKET_GIT_SSH_ORIGIN" \ --env=BITBUCKET_PIPELINE_UUID="$BITBUCKET_PIPELINE_UUID" \ --env=BITBUCKET_COMMIT="$BITBUCKET_COMMIT" \ --env=BITBUCKET_REPO_UUID="$BITBUCKET_REPO_UUID" \ --env=BITBUCKET_CLONE_DIR="$BITBUCKET_CLONE_DIR" \ --env=BITBUCKET_PROJECT_KEY="$BITBUCKET_PROJECT_KEY" \ --env=PIPELINES_JWT_TOKEN="$PIPELINES_JWT_TOKEN" \ --env=BITBUCKET_STEP_UUID="$BITBUCKET_STEP_UUID" \ --env=BITBUCKET_DOCKER_HOST_INTERNAL="$BITBUCKET_DOCKER_HOST_INTERNAL" \ --env=DOCKER_HOST="tcp://host.docker.internal:2375" \ --env=BITBUCKET_PIPE_SHARED_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes" \ --env=BITBUCKET_PIPE_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-scan" \ --env=DEBUG="true" \ --env=EXTRA_ARGS="-Dsonar.organization=[REMOVED] -Dsonar.projectKey=[REMOVED] -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.exclusions=**/build-wrapper-dump.json,public/hexon/**,public/pim/**,public/images/**,public/fonts/**,bitbucket-pipelines.yml,public/mix-manifest.json,**/opt/**/*.js,**/*.map,**/*.svg,**/*.yml,**/*.yaml" \ --env=SONAR_TOKEN="${SONAR_TOKEN}" \ --add-host="host.docker.internal:$BITBUCKET_DOCKER_HOST_INTERNAL" \ sonarsource/sonarcloud-scan:1.4.0 Unable to find image 'sonarsource/sonarcloud-scan:1.4.0' locally 1.4.0: Pulling from sonarsource/sonarcloud-scan 743f2d6c1f65: Pulling fs layer 5c14188d0980: Pulling fs layer 84a54a21b0f2: Pulling fs layer d9d1bc98b287: Pulling fs layer c99e982badff: Pulling fs layer 50c6b4dfde57: Pulling fs layer a561eaec2f8f: Pulling fs layer ea88b09234a3: Pulling fs layer 83613aeae58d: Pulling fs layer 5d476eee175a: Pulling fs layer 3d3951d29cc9: Pulling fs layer d9d1bc98b287: Waiting c99e982badff: Waiting 50c6b4dfde57: Waiting a561eaec2f8f: Waiting ea88b09234a3: Waiting 83613aeae58d: Waiting 5d476eee175a: Waiting 3d3951d29cc9: Waiting 84a54a21b0f2: Verifying Checksum 84a54a21b0f2: Download complete 5c14188d0980: Verifying Checksum 5c14188d0980: Download complete 743f2d6c1f65: Download complete d9d1bc98b287: Download complete c99e982badff: Verifying Checksum c99e982badff: Download complete ea88b09234a3: Verifying Checksum ea88b09234a3: Download complete a561eaec2f8f: Download complete 5d476eee175a: Download complete 83613aeae58d: Verifying Checksum 83613aeae58d: Download complete 50c6b4dfde57: Verifying Checksum 50c6b4dfde57: Download complete 743f2d6c1f65: Pull complete 3d3951d29cc9: Verifying Checksum 3d3951d29cc9: Download complete 5c14188d0980: Pull complete 84a54a21b0f2: Pull complete d9d1bc98b287: Pull complete c99e982badff: Pull complete 50c6b4dfde57: Pull complete a561eaec2f8f: Pull complete ea88b09234a3: Pull complete 83613aeae58d: Pull complete 5d476eee175a: Pull complete 3d3951d29cc9: Pull complete Digest: sha256:8b3690666e34b17bbab84370e569151742f06f21575fbe05e5c066c160b7c968 Status: Downloaded newer image for sonarsource/sonarcloud-scan:1.4.0 DEBUG: SONAR_SCANNER_OPTS: DEBUG: EXTRA_ARGS: -Dsonar.organization=[REMOVED] -Dsonar.projectKey=[REMOVED] -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.exclusions=**/build-wrapper-dump.json,public/hexon/**,public/pim/**,public/images/**,public/fonts/**,bitbucket-pipelines.yml,public/mix-manifest.json,**/opt/**/*.js,**/*.map,**/*.svg,**/*.yml,**/*.yaml DEBUG: Final analysis parameters: -Dsonar.organization=[REMOVED] -Dsonar.projectKey=[REMOVED] -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.exclusions=**/build-wrapper-dump.json,public/hexon/**,public/pim/**,public/images/**,public/fonts/**,bitbucket-pipelines.yml,public/mix-manifest.json,**/opt/**/*.js,**/*.map,**/*.svg,**/*.yml,**/*.yaml -Dsonar.verbose=true INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties INFO: Project root configuration file: /opt/atlassian/pipelines/agent/build/sonar-project.properties 18:34:22.329 INFO: SonarScanner 4.6.2.2472 18:34:22.330 INFO: Java 11.0.3 Oracle Corporation (64-bit) 18:34:22.330 INFO: Linux 5.15.0-1028-aws amd64 18:34:22.337 INFO: Bitbucket Cloud Pipelines detected, no host variable set. Defaulting to sonarcloud.io. 18:34:22.502 DEBUG: keyStore is : 18:34:22.502 DEBUG: keyStore type is : pkcs12 18:34:22.502 DEBUG: keyStore provider is : 18:34:22.502 DEBUG: init keystore 18:34:22.503 DEBUG: init keymanager of type SunX509 18:34:22.629 DEBUG: Create: /root/.sonar/cache 18:34:22.631 INFO: User cache: /root/.sonar/cache 18:34:22.631 DEBUG: Create: /root/.sonar/cache/_tmp 18:34:22.634 DEBUG: Extract sonar-scanner-api-batch in temp... 18:34:22.638 DEBUG: Get bootstrap index... 18:34:22.639 DEBUG: Download: https://sonarcloud.io/batch/index 18:34:23.310 DEBUG: Get bootstrap completed 18:34:23.315 DEBUG: Download https://sonarcloud.io/batch/file?name=scanner-sonarcloud-8.0.0.37512-all.jar to /root/.sonar/cache/_tmp/fileCache5560990253412151579.tmp 18:34:27.008 DEBUG: Create isolated classloader... 18:34:27.018 DEBUG: Start temp cleaning... 18:34:27.022 DEBUG: Temp cleaning done 18:34:27.022 INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties 18:34:27.023 INFO: Project root configuration file: /opt/atlassian/pipelines/agent/build/sonar-project.properties 18:34:27.024 INFO: Analyzing on SonarCloud 18:34:27.024 INFO: Default locale: "en", source code encoding: "UTF-8" (analysis is platform dependent) 18:34:27.025 DEBUG: Work directory: /opt/atlassian/pipelines/agent/build/.scannerwork 18:34:27.026 DEBUG: Execution execute 18:34:27.320 DEBUG: SonarCloud 9.14.0.375 18:34:27.560 INFO: Load global settings 18:34:28.131 DEBUG: GET 200 https://sonarcloud.io/api/settings/values.protobuf | time=568ms 18:34:28.140 INFO: Load global settings (done) | time=580ms 18:34:28.144 INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu 18:34:28.161 DEBUG: Create : /root/.sonar/_tmp 18:34:28.161 INFO: User cache: /root/.sonar/cache 18:34:28.170 INFO: Load/download plugins 18:34:28.170 INFO: Load plugins index 18:34:28.699 DEBUG: GET 200 https://sonarcloud.io/api/plugins/installed | time=529ms 18:34:28.743 INFO: Load plugins index (done) | time=573ms 18:34:28.744 DEBUG: Download plugin 'abap' to '/root/.sonar/_tmp/fileCache2994232759633578693.tmp' 18:34:28.839 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/abap/versions/607485aedc95ec3640fb379162284a1e.jar | time=94ms 18:34:28.884 DEBUG: Download plugin 'sonarapex' to '/root/.sonar/_tmp/fileCache12354873476233636922.tmp' 18:34:28.889 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/sonarapex/versions/ef802dc69bb460f0dfc416dc8118be8e.jar | time=5ms 18:34:29.023 DEBUG: Download plugin 'csharp' to '/root/.sonar/_tmp/fileCache16031616007519977636.tmp' 18:34:29.030 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/csharp/versions/e3bf7757d81335615dfa0de8a77d81f8.jar | time=6ms 18:34:29.143 DEBUG: Download plugin 'cpp' to '/root/.sonar/_tmp/fileCache12210879002394409855.tmp' 18:34:29.151 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/cpp/versions/adeab052dc04a9c813239d6afe71bbac.jar | time=7ms 18:34:30.051 DEBUG: Download plugin 'cobol' to '/root/.sonar/_tmp/fileCache7804846308680243698.tmp' 18:34:30.056 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/cobol/versions/6e009728c08363ee83d94dc81a935689.jar | time=4ms 18:34:30.113 DEBUG: Download plugin 'config' to '/root/.sonar/_tmp/fileCache7841520266865657772.tmp' 18:34:30.118 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/config/versions/276619b656c2bb54288951fcaf34e31a.jar | time=5ms 18:34:30.121 DEBUG: Download plugin 'dbd' to '/root/.sonar/_tmp/fileCache2693399258747906818.tmp' 18:34:30.127 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/dbd/versions/55bb9800274907b9d7d71da51000ba0c.jar | time=6ms 18:34:30.158 DEBUG: Download plugin 'dbdjavafrontend' to '/root/.sonar/_tmp/fileCache450395638689993501.tmp' 18:34:30.163 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/dbdjavafrontend/versions/9e259bcba7e78bc09251acdbc0a528ab.jar | time=5ms 18:34:30.184 DEBUG: Download plugin 'dbdpythonfrontend' to '/root/.sonar/_tmp/fileCache12427430874553063799.tmp' 18:34:30.189 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/dbdpythonfrontend/versions/81da8872cdcd636e2567cae4e3f9599a.jar | time=4ms 18:34:30.210 DEBUG: Download plugin 'flex' to '/root/.sonar/_tmp/fileCache12396549827523943893.tmp' 18:34:30.215 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/flex/versions/27f8f3a7905757b69a864e917011ba31.jar | time=5ms 18:34:30.234 DEBUG: Download plugin 'go' to '/root/.sonar/_tmp/fileCache11902025944308686594.tmp' 18:34:30.238 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/go/versions/adbccc29a2f574fb09ec5864c6cc61ff.jar | time=4ms 18:34:30.309 DEBUG: Download plugin 'web' to '/root/.sonar/_tmp/fileCache8344931704468891357.tmp' 18:34:30.314 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/web/versions/60cad36e58d0b0503105ff91a6ec5c1b.jar | time=5ms 18:34:30.321 DEBUG: Download plugin 'iac' to '/root/.sonar/_tmp/fileCache2672948023110987361.tmp' 18:34:30.327 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/iac/versions/18c6f988e5989bdb6c242d91af0e1fc1.jar | time=6ms 18:34:30.343 DEBUG: Download plugin 'jacoco' to '/root/.sonar/_tmp/fileCache9525414147837630221.tmp' 18:34:30.347 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/jacoco/versions/04bba36a445c3713a632aa358be2f99c.jar | time=4ms 18:34:30.349 DEBUG: Download plugin 'java' to '/root/.sonar/_tmp/fileCache3829539840549187984.tmp' 18:34:30.353 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/java/versions/339086da1811a812a1ebb7c624c020fc.jar | time=4ms 18:34:30.553 DEBUG: Download plugin 'javascript' to '/root/.sonar/_tmp/fileCache17890752783511577911.tmp' 18:34:30.561 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/javascript/versions/f2faf3c32aa034fe297e4785b7ebfddd.jar | time=8ms 18:34:30.825 DEBUG: Download plugin 'kotlin' to '/root/.sonar/_tmp/fileCache4201297403556288005.tmp' 18:34:30.830 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/kotlin/versions/5d583bc3706bf2e259b38a0c8c0e7f34.jar | time=5ms 18:34:31.259 DEBUG: Download plugin 'license' to '/root/.sonar/_tmp/fileCache9436477624272173204.tmp' 18:34:31.263 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/license/versions/f2448e02fcf652c63b162740104b380c.jar | time=4ms 18:34:31.265 DEBUG: Download plugin 'php' to '/root/.sonar/_tmp/fileCache13874924227599645952.tmp' 18:34:31.270 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/php/versions/afd2e4de60ea352505e8dc75fbb1cefc.jar | time=5ms 18:34:31.338 DEBUG: Download plugin 'plsql' to '/root/.sonar/_tmp/fileCache1251544878119908898.tmp' 18:34:31.342 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/plsql/versions/1e222e2513f2fe2347e22e69ebf61413.jar | time=3ms 18:34:31.379 DEBUG: Download plugin 'python' to '/root/.sonar/_tmp/fileCache14816087100657830136.tmp' 18:34:31.426 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/python/versions/b611b79e775d5a3f5fd059373f7ab24c.jar | time=47ms 18:34:31.518 DEBUG: Download plugin 'ruby' to '/root/.sonar/_tmp/fileCache17433693227442391539.tmp' 18:34:31.523 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/ruby/versions/42ce0ef28d8f5adce3c726365967f5dc.jar | time=4ms 18:34:31.687 DEBUG: Download plugin 'sonarscala' to '/root/.sonar/_tmp/fileCache14035588623557450601.tmp' 18:34:31.690 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/sonarscala/versions/40da3f5c7164c4b1795fdfcef09bf4e3.jar | time=3ms 18:34:31.822 DEBUG: Download plugin 'swift' to '/root/.sonar/_tmp/fileCache14881463407962386706.tmp' 18:34:31.827 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/swift/versions/9cdfe70a1ed928bc004dc6e0ef532197.jar | time=5ms 18:34:31.848 DEBUG: Download plugin 'tsql' to '/root/.sonar/_tmp/fileCache9535232889994912303.tmp' 18:34:31.853 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/tsql/versions/bbcd0b2c4e655ab64ddc9d26d8c961e8.jar | time=5ms 18:34:31.875 DEBUG: Download plugin 'text' to '/root/.sonar/_tmp/fileCache400651365988858807.tmp' 18:34:31.879 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/text/versions/f679af4c0e2992c3cec281d6a9cd5062.jar | time=4ms 18:34:31.884 DEBUG: Download plugin 'vbnet' to '/root/.sonar/_tmp/fileCache9448467270827962943.tmp' 18:34:31.889 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/vbnet/versions/80c8cd59a63039c80c0cb4406fd3a00f.jar | time=5ms 18:34:31.934 DEBUG: Download plugin 'security' to '/root/.sonar/_tmp/fileCache4026994054921195876.tmp' 18:34:31.971 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/security/versions/cfdec6e25125017a654f7d028b4ec256.jar | time=37ms 18:34:32.097 DEBUG: Download plugin 'securitycsharpfrontend' to '/root/.sonar/_tmp/fileCache14672002349756684320.tmp' 18:34:32.101 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securitycsharpfrontend/versions/f4592b4182bdc717826dee7100b91933.jar | time=3ms 18:34:32.114 DEBUG: Download plugin 'securityjsfrontend' to '/root/.sonar/_tmp/fileCache2683751295622687459.tmp' 18:34:32.117 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securityjsfrontend/versions/fc422c4b061327b347a25963ee1affc1.jar | time=3ms 18:34:32.124 DEBUG: Download plugin 'securityjavafrontend' to '/root/.sonar/_tmp/fileCache7411376408592949032.tmp' 18:34:32.127 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securityjavafrontend/versions/4805525deaf2a1e17bc276c3624d75f6.jar | time=3ms 18:34:32.221 DEBUG: Download plugin 'securityphpfrontend' to '/root/.sonar/_tmp/fileCache10504872046633415653.tmp' 18:34:32.226 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securityphpfrontend/versions/3e93ff35d11ee9ed2868c77de3f918c3.jar | time=5ms 18:34:32.254 DEBUG: Download plugin 'securitypythonfrontend' to '/root/.sonar/_tmp/fileCache6601221370995501705.tmp' 18:34:32.275 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securitypythonfrontend/versions/19cba5e156a7726e66b1182df5cfcec5.jar | time=21ms 18:34:32.304 DEBUG: Download plugin 'xml' to '/root/.sonar/_tmp/fileCache7989942083921021533.tmp' 18:34:32.308 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/xml/versions/e87a777f80cf384d07400e1b1e3a8cee.jar | time=4ms 18:34:32.332 INFO: Load/download plugins (done) | time=4163ms 18:34:32.716 DEBUG: Plugins: 18:34:32.716 DEBUG: * IaC Code Quality and Security 1.11.0.2847 (iac) 18:34:32.716 DEBUG: * PL/SQL Code Quality and Security 3.8.0.4948 (plsql) 18:34:32.717 DEBUG: * Scala Code Quality and Security 1.11.0.3905 (sonarscala) 18:34:32.717 DEBUG: * C# Code Quality and Security 8.52.0.60960 (csharp) 18:34:32.717 DEBUG: * Vulnerability Analysis 9.9.0.19083 (security) 18:34:32.717 DEBUG: * Java Code Quality and Security 7.16.0.30901 (java) 18:34:32.717 DEBUG: * HTML Code Quality and Security 3.7.1.3306 (web) 18:34:32.717 DEBUG: * Flex Code Quality and Security 2.8.0.3166 (flex) 18:34:32.717 DEBUG: * XML Code Quality and Security 2.7.0.3820 (xml) 18:34:32.717 DEBUG: * Text Code Quality and Security 2.0.1.611 (text) 18:34:32.717 DEBUG: * VB.NET Code Quality and Security 8.52.0.60960 (vbnet) 18:34:32.717 DEBUG: * Swift Code Quality and Security 4.8.0.5759 (swift) 18:34:32.717 DEBUG: * CFamily Code Quality and Security 6.42.0.61084 (cpp) 18:34:32.717 DEBUG: * Python Code Quality and Security 3.25.0.10992 (python) 18:34:32.717 DEBUG: * Dataflow Bug Detection Rules for Python 1.10.0.3046 (dbdpythonfrontend) 18:34:32.717 DEBUG: * Dataflow Bug Detection 1.10.0.3046 (dbd) 18:34:32.718 DEBUG: * Go Code Quality and Security 1.11.0.3905 (go) 18:34:32.718 DEBUG: * JaCoCo 1.3.0.1538 (jacoco) 18:34:32.718 DEBUG: * Kotlin Code Quality and Security 2.12.0.1956 (kotlin) 18:34:32.718 DEBUG: * Dataflow Bug Detection Rules for Java 1.10.0.3046 (dbdjavafrontend) 18:34:32.718 DEBUG: * T-SQL Code Quality and Security 1.8.0.5601 (tsql) 18:34:32.719 DEBUG: * Apex Code Quality and Security 1.11.0.3905 (sonarapex) 18:34:32.719 DEBUG: * JavaScript/TypeScript/CSS Code Quality and Security 9.13.0.20537 (javascript) 18:34:32.719 DEBUG: * Ruby Code Quality and Security 1.11.0.3905 (ruby) 18:34:32.719 DEBUG: * Vulnerability Rules for C# 9.9.0.19083 (securitycsharpfrontend) 18:34:32.719 DEBUG: * Vulnerability Rules for Java 9.9.0.19083 (securityjavafrontend) 18:34:32.719 DEBUG: * License for SonarLint 8.0.0.37512 (license) 18:34:32.719 DEBUG: * Vulnerability Rules for JS 9.9.0.19083 (securityjsfrontend) 18:34:32.719 DEBUG: * COBOL Code Quality 5.2.0.5949 (cobol) 18:34:32.720 DEBUG: * Vulnerability Rules for Python 9.9.0.19083 (securitypythonfrontend) 18:34:32.720 DEBUG: * PHP Code Quality and Security 3.27.1.9352 (php) 18:34:32.720 DEBUG: * ABAP Code Quality and Security 3.11.0.4030 (abap) 18:34:32.720 DEBUG: * Configuration detection fot Code Quality and Security 1.2.0.267 (config) 18:34:32.720 DEBUG: * Vulnerability Rules for PHP 9.9.0.19083 (securityphpfrontend) 18:34:33.236 DEBUG: GET 200 https://sonarcloud.io/api/server/version | time=516ms 18:34:33.239 DEBUG: Updated analysis started with a difference of -49 milliseconds 18:34:33.252 DEBUG: Started at Thu Feb 09 18:34:28 UTC 2023 18:34:33.297 INFO: Loaded core extensions: developer-scanner 18:34:33.327 DEBUG: Installed core extension: com.sonarsource.branch.DeveloperScannerCoreExtension@3a095ec0 18:34:33.877 INFO: Found an active CI vendor: 'Bitbucket Pipelines' 18:34:34.405 DEBUG: GET 200 https://sonarcloud.io/api/alm_integration/show_project?almId=bitbucketcloud&almRepoId=%257Bcc9e5328-be41-47c5-8b9c-5a76b6ac9f1a%257D | time=518ms 18:34:34.412 INFO: Detected project key '[REMOVED]' from 'Bitbucket Cloud Pipelines' 18:34:34.412 INFO: Detected organization key '[REMOVED]' from 'Bitbucket Cloud Pipelines' 18:34:34.419 INFO: Load project settings for component key: '[REMOVED]' 18:34:34.944 DEBUG: GET 200 https://sonarcloud.io/api/settings/values.protobuf?component=[REMOVED] | time=525ms 18:34:34.946 INFO: Load project settings for component key: '[REMOVED]' (done) | time=527ms 18:34:34.952 INFO: Process project properties 18:34:34.958 DEBUG: Process project properties (done) | time=7ms 18:34:34.959 INFO: Execute project builders 18:34:34.959 DEBUG: Execute project builder: org.sonar.plugins.csharp.CSharpGlobalProtobufFileProcessor 18:34:34.960 DEBUG: Execute project builder: org.sonar.plugins.vbnet.VbNetGlobalProtobufFileProcessor 18:34:34.961 INFO: Execute project builders (done) | time=2ms 18:34:34.964 INFO: Project key: [REMOVED] 18:34:34.964 INFO: Base dir: /opt/atlassian/pipelines/agent/build 18:34:34.964 INFO: Working dir: /opt/atlassian/pipelines/agent/build/.scannerwork 18:34:34.965 DEBUG: Project global encoding: UTF-8, default locale: en 18:34:34.966 DEBUG: Creating module hierarchy 18:34:34.966 DEBUG: Init module '[REMOVED]' 18:34:34.967 DEBUG: Base dir: /opt/atlassian/pipelines/agent/build 18:34:34.967 DEBUG: Working dir: /opt/atlassian/pipelines/agent/build/.scannerwork 18:34:34.967 DEBUG: Module global encoding: UTF-8, default locale: en 18:34:35.066 INFO: Load project branches 18:34:35.601 DEBUG: GET 200 https://sonarcloud.io/api/project_branches/list?project=[REMOVED] | time=534ms 18:34:35.606 INFO: Load project branches (done) | time=540ms 18:34:35.611 INFO: Check ALM binding of project '[REMOVED]' 18:34:36.128 DEBUG: GET 200 https://sonarcloud.io/api/alm_integration/is_project_bound?project=[REMOVED] | time=517ms 18:34:36.129 INFO: Detected project binding: BOUND 18:34:36.129 INFO: Check ALM binding of project '[REMOVED]' (done) | time=518ms 18:34:36.132 INFO: Load project pull requests 18:34:36.661 DEBUG: GET 200 https://sonarcloud.io/api/project_pull_requests/list?project=[REMOVED] | time=528ms 18:34:36.665 INFO: Load project pull requests (done) | time=533ms 18:34:36.669 INFO: Load branch configuration 18:34:36.671 INFO: Detected analysis for branch 'master' 18:34:36.672 INFO: Auto-configuring branch master 18:34:36.673 INFO: Load branch configuration (done) | time=4ms 18:34:36.704 DEBUG: Available languages: 18:34:36.704 DEBUG: * Terraform => "terraform" 18:34:36.704 DEBUG: * CloudFormation => "cloudformation" 18:34:36.704 DEBUG: * Kubernetes => "kubernetes" 18:34:36.704 DEBUG: * Docker => "docker" 18:34:36.705 DEBUG: * PL/SQL => "plsql" 18:34:36.705 DEBUG: * Scala => "scala" 18:34:36.705 DEBUG: * C# => "cs" 18:34:36.705 DEBUG: * Java => "java" 18:34:36.705 DEBUG: * HTML => "web" 18:34:36.705 DEBUG: * JSP => "jsp" 18:34:36.705 DEBUG: * Flex => "flex" 18:34:36.705 DEBUG: * XML => "xml" 18:34:36.705 DEBUG: * Text => "text" 18:34:36.705 DEBUG: * Secrets => "secrets" 18:34:36.705 DEBUG: * VB.NET => "vbnet" 18:34:36.705 DEBUG: * Swift => "swift" 18:34:36.706 DEBUG: * C => "c" 18:34:36.706 DEBUG: * C++ => "cpp" 18:34:36.706 DEBUG: * Objective-C => "objc" 18:34:36.706 DEBUG: * Python => "py" 18:34:36.706 DEBUG: * Go => "go" 18:34:36.706 DEBUG: * Kotlin => "kotlin" 18:34:36.706 DEBUG: * T-SQL => "tsql" 18:34:36.706 DEBUG: * Apex => "apex" 18:34:36.706 DEBUG: * JavaScript => "js" 18:34:36.706 DEBUG: * TypeScript => "ts" 18:34:36.706 DEBUG: * CSS => "css" 18:34:36.706 DEBUG: * Ruby => "ruby" 18:34:36.707 DEBUG: * COBOL => "cobol" 18:34:36.707 DEBUG: * PHP => "php" 18:34:36.707 DEBUG: * ABAP => "abap" 18:34:36.707 DEBUG: * YAML => "yaml" 18:34:36.707 DEBUG: * JSON => "json" 18:34:36.713 INFO: Load quality profiles 18:34:37.279 DEBUG: GET 200 https://sonarcloud.io/api/qualityprofiles/search.protobuf?projectKey=[REMOVED]&organization=[REMOVED] | time=565ms 18:34:37.300 INFO: Load quality profiles (done) | time=587ms 18:34:37.307 INFO: Load active rules 18:34:37.846 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB_&ps=500&p=1 | time=539ms 18:34:38.028 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBo&ps=500&p=1 | time=143ms 18:34:38.158 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeB0&ps=500&p=1 | time=121ms 18:34:38.271 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_biOEp90LCCIeBl&ps=500&p=1 | time=108ms 18:34:38.446 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBw&ps=500&p=1 | time=175ms 18:34:38.719 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeCB&ps=500&p=1 | time=158ms 18:34:38.868 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_biOEp90LCCIeBk&ps=500&p=1 | time=132ms 18:34:38.992 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBp&ps=500&p=1 | time=119ms 18:34:39.149 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBn&ps=500&p=1 | time=156ms 18:34:39.393 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeCA&ps=500&p=1 | time=234ms 18:34:39.650 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeCA&ps=500&p=2 | time=139ms 18:34:39.774 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBs&ps=500&p=1 | time=121ms 18:34:39.897 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_biOEp90LCCIeBj&ps=500&p=1 | time=122ms 18:34:40.012 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_biOEp90LCCIeBh&ps=500&p=1 | time=112ms 18:34:40.122 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB1&ps=500&p=1 | time=109ms 18:34:40.233 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBm&ps=500&p=1 | time=111ms 18:34:40.377 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_biOEp90LCCIeBi&ps=500&p=1 | time=144ms 18:34:40.502 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB3&ps=500&p=1 | time=121ms 18:34:40.657 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBv&ps=500&p=1 | time=154ms 18:34:40.769 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB2&ps=500&p=1 | time=108ms 18:34:40.996 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB5&ps=500&p=1 | time=226ms 18:34:41.166 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB8&ps=500&p=1 | time=153ms 18:34:41.295 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB4&ps=500&p=1 | time=120ms 18:34:41.430 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBr&ps=500&p=1 | time=134ms 18:34:41.552 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBt&ps=500&p=1 | time=119ms 18:34:41.698 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBq&ps=500&p=1 | time=144ms 18:34:41.849 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBx&ps=500&p=1 | time=151ms 18:34:42.020 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBu&ps=500&p=1 | time=169ms 18:34:42.149 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_biOEp90LCCIeBg&ps=500&p=1 | time=122ms 18:34:42.307 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB7&ps=500&p=1 | time=155ms 18:34:42.452 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB6&ps=500&p=1 | time=138ms 18:34:42.606 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bjOEp90LCCIeBy&ps=500&p=1 | time=152ms 18:34:42.762 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB-&ps=500&p=1 | time=153ms 18:34:42.942 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYYmQ_bkOEp90LCCIeB9&ps=500&p=1 | time=174ms 18:34:42.969 INFO: Load active rules (done) | time=5662ms 18:34:42.982 DEBUG: SCM Step is disabled by configuration 18:34:42.990 INFO: Organization key: [REMOVED] 18:34:42.992 INFO: Branch name: master, type: long-lived 18:34:43.012 INFO: Load project repositories 18:34:43.749 DEBUG: GET 200 https://sonarcloud.io/batch/project.protobuf?key=[REMOVED]&branch=master | time=737ms 18:34:43.934 INFO: Load project repositories (done) | time=922ms 18:34:43.947 DEBUG: Declared extensions of language Terraform were converted to sonar.lang.patterns.terraform : **/*.tf 18:34:43.947 DEBUG: Declared extensions of language CloudFormation were converted to sonar.lang.patterns.cloudformation : 18:34:43.947 DEBUG: Declared extensions of language Kubernetes were converted to sonar.lang.patterns.kubernetes : 18:34:43.947 DEBUG: Declared extensions of language Docker were converted to sonar.lang.patterns.docker : 18:34:43.948 DEBUG: Declared extensions of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.tab,**/*.pkb 18:34:43.948 DEBUG: Declared extensions of language Scala were converted to sonar.lang.patterns.scala : **/*.scala 18:34:43.948 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs 18:34:43.948 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav 18:34:43.949 DEBUG: Declared extensions of language HTML were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.cshtml,**/*.vbhtml,**/*.aspx,**/*.ascx,**/*.rhtml,**/*.erb,**/*.shtm,**/*.shtml,**/*.cmp,**/*.twig 18:34:43.949 DEBUG: Declared extensions of language JSP were converted to sonar.lang.patterns.jsp : **/*.jsp,**/*.jspf,**/*.jspx 18:34:43.949 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as 18:34:43.949 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl 18:34:43.949 DEBUG: Declared extensions of language Text were converted to sonar.lang.patterns.text : 18:34:43.950 DEBUG: Declared extensions of language Secrets were converted to sonar.lang.patterns.secrets : 18:34:43.950 DEBUG: Declared extensions of language VB.NET were converted to sonar.lang.patterns.vbnet : **/*.vb 18:34:43.950 DEBUG: Declared extensions of language Swift were converted to sonar.lang.patterns.swift : **/*.swift 18:34:43.950 DEBUG: Declared extensions of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.h 18:34:43.951 DEBUG: Declared extensions of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp 18:34:43.951 DEBUG: Declared extensions of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m 18:34:43.951 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py 18:34:43.951 DEBUG: Declared extensions of language Go were converted to sonar.lang.patterns.go : **/*.go 18:34:43.951 DEBUG: Declared extensions of language Kotlin were converted to sonar.lang.patterns.kotlin : **/*.kt 18:34:43.951 DEBUG: Declared extensions of language T-SQL were converted to sonar.lang.patterns.tsql : **/*.tsql 18:34:43.952 DEBUG: Declared extensions of language Apex were converted to sonar.lang.patterns.apex : **/*.cls,**/*.trigger 18:34:43.952 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.cjs,**/*.mjs,**/*.vue 18:34:43.952 DEBUG: Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx,**/*.cts,**/*.mts 18:34:43.952 DEBUG: Declared extensions of language CSS were converted to sonar.lang.patterns.css : **/*.css,**/*.less,**/*.scss 18:34:43.953 DEBUG: Declared extensions of language Ruby were converted to sonar.lang.patterns.ruby : **/*.rb 18:34:43.953 DEBUG: Declared extensions of language COBOL were converted to sonar.lang.patterns.cobol : 18:34:43.953 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.inc 18:34:43.953 DEBUG: Declared extensions of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow,**/*.asprog 18:34:43.953 DEBUG: Declared extensions of language YAML were converted to sonar.lang.patterns.yaml : **/*.yaml,**/*.yml 18:34:43.953 DEBUG: Declared extensions of language JSON were converted to sonar.lang.patterns.json : **/*.json 18:34:43.955 DEBUG: Will ignore generated code 18:34:43.955 DEBUG: Will ignore generated code 18:34:43.972 INFO: Indexing files... 18:34:43.972 INFO: Project configuration: 18:34:43.972 INFO: Excluded sources: **/build-wrapper-dump.json, **/build-wrapper-dump.json, public/hexon/**, public/pim/**, public/images/**, public/fonts/**, bitbucket-pipelines.yml, public/mix-manifest.json, **/opt/**/*.js, **/*.map, **/*.svg, **/*.yml, **/*.yaml 18:34:43.993 DEBUG: 'webpack.mix.js' generated metadata with charset 'UTF-8' 18:34:43.994 DEBUG: Average line length for [REMOVED] is 31 18:34:44.006 DEBUG: 'webpack.mix.js' indexed with language 'js' 18:34:44.013 DEBUG: 'sonar-project.properties' indexed with language 'null' 18:34:44.015 DEBUG: 'yarn.lock' indexed with language 'null' 18:34:44.019 DEBUG: 'routes/api.php' generated metadata with charset 'UTF-8' 18:34:44.021 DEBUG: 'routes/api.php' indexed with language 'php' 18:34:44.038 DEBUG: 'routes/web.php' generated metadata with charset 'UTF-8' 18:34:44.068 DEBUG: 'routes/web.php' indexed with language 'php' 18:34:44.076 DEBUG: 'routes/channels.php' generated metadata with charset 'UTF-8' 18:34:44.077 DEBUG: 'routes/channels.php' indexed with language 'php' 18:34:44.080 DEBUG: 'routes/console.php' generated metadata with charset 'UTF-8' 18:34:44.081 DEBUG: 'routes/console.php' indexed with language 'php' 18:34:44.085 DEBUG: 'app/Exceptions/Handler.php' generated metadata with charset 'UTF-8' 18:34:44.086 DEBUG: 'app/Exceptions/Handler.php' indexed with language 'php' 18:34:44.096 DEBUG: 'app/Post.php' generated metadata with charset 'UTF-8' 18:34:44.097 DEBUG: 'app/Post.php' indexed with language 'php' 18:34:44.099 DEBUG: 'app/NewsArticle.php' generated metadata with charset 'UTF-8' 18:34:44.100 DEBUG: 'app/NewsArticle.php' indexed with language 'php' 18:34:44.103 DEBUG: 'app/Console/Commands/ClearExpiredPostcodes.php' generated metadata with charset 'UTF-8' 18:34:44.104 DEBUG: 'app/Console/Commands/ClearExpiredPostcodes.php' indexed with language 'php' 18:34:44.106 DEBUG: 'app/Console/Commands/UpdateSubProjectStatuses.php' generated metadata with charset 'UTF-8' 18:34:44.107 DEBUG: 'app/Console/Commands/UpdateSubProjectStatuses.php' indexed with language 'php' 18:34:44.109 DEBUG: 'app/Console/Kernel.php' generated metadata with charset 'UTF-8' 18:34:44.110 DEBUG: 'app/Console/Kernel.php' indexed with language 'php' 18:34:44.111 DEBUG: 'app/Page.php' generated metadata with charset 'UTF-8' 18:34:44.112 DEBUG: 'app/Page.php' indexed with language 'php' 18:34:44.115 DEBUG: 'app/User.php' generated metadata with charset 'UTF-8' 18:34:44.116 DEBUG: 'app/User.php' indexed with language 'php' 18:34:44.118 DEBUG: 'app/Tenant.php' generated metadata with charset 'UTF-8' 18:34:44.119 DEBUG: 'app/Tenant.php' indexed with language 'php' 18:34:44.121 DEBUG: 'app/Exports/OrganizationExport.php' generated metadata with charset 'UTF-8' 18:34:44.121 DEBUG: 'app/Exports/OrganizationExport.php' indexed with language 'php' 18:34:44.123 DEBUG: 'app/Exports/LabExport.php' generated metadata with charset 'UTF-8' 18:34:44.123 DEBUG: 'app/Exports/LabExport.php' indexed with language 'php' 18:34:44.125 DEBUG: 'app/Exports/OrganizationAddressesExport.php' generated metadata with charset 'UTF-8' 18:34:44.126 DEBUG: 'app/Exports/OrganizationAddressesExport.php' indexed with language 'php' 18:34:44.127 DEBUG: 'app/Exports/UsersExport.php' generated metadata with charset 'UTF-8' 18:34:44.128 DEBUG: 'app/Exports/UsersExport.php' indexed with language 'php' 18:34:44.130 DEBUG: 'app/Exports/RelationExport.php' generated metadata with charset 'UTF-8' 18:34:44.130 DEBUG: 'app/Exports/RelationExport.php' indexed with language 'php' 18:34:44.133 DEBUG: 'app/Exports/PlanningEmployeesExport.php' generated metadata with charset 'UTF-8' 18:34:44.133 DEBUG: 'app/Exports/PlanningEmployeesExport.php' indexed with language 'php' 18:34:44.135 DEBUG: 'app/Exports/MaterialExport.php' generated metadata with charset 'UTF-8' 18:34:44.135 DEBUG: 'app/Exports/MaterialExport.php' indexed with language 'php' 18:34:44.137 DEBUG: 'app/Exports/ProjectExport.php' generated metadata with charset 'UTF-8' 18:34:44.137 DEBUG: 'app/Exports/ProjectExport.php' indexed with language 'php' 18:34:44.139 DEBUG: 'app/DealerAddress.php' generated metadata with charset 'UTF-8' 18:34:44.139 DEBUG: 'app/DealerAddress.php' indexed with language 'php' 18:34:44.141 DEBUG: 'app/Mail/UserRequestMoreInfo.php' generated metadata with charset 'UTF-8' 18:34:44.141 DEBUG: 'app/Mail/UserRequestMoreInfo.php' indexed with language 'php' 18:34:44.143 DEBUG: 'app/Mail/TestMail.php' generated metadata with charset 'UTF-8' 18:34:44.143 DEBUG: 'app/Mail/TestMail.php' indexed with language 'php' 18:34:44.145 DEBUG: 'app/Mail/UserResetPassword.php' generated metadata with charset 'UTF-8' 18:34:44.146 DEBUG: 'app/Mail/UserResetPassword.php' indexed with language 'php' 18:34:44.148 DEBUG: 'app/Mail/Mailer.php' generated metadata with charset 'UTF-8' 18:34:44.148 DEBUG: 'app/Mail/Mailer.php' indexed with language 'php' 18:34:44.151 DEBUG: 'app/Http/Requests/Settings/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.151 DEBUG: 'app/Http/Requests/Settings/UpdateRequest.php' indexed with language 'php' 18:34:44.153 DEBUG: 'app/Http/Requests/Settings/EmailUpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.154 DEBUG: 'app/Http/Requests/Settings/EmailUpdateRequest.php' indexed with language 'php' 18:34:44.156 DEBUG: 'app/Http/Requests/MyProfile/MyProfileRequest.php' generated metadata with charset 'UTF-8' 18:34:44.157 DEBUG: 'app/Http/Requests/MyProfile/MyProfileRequest.php' indexed with language 'php' 18:34:44.159 DEBUG: 'app/Http/Requests/MyProfile/MyProfileAvatarRequest.php' generated metadata with charset 'UTF-8' 18:34:44.159 DEBUG: 'app/Http/Requests/MyProfile/MyProfileAvatarRequest.php' indexed with language 'php' 18:34:44.161 DEBUG: 'app/Http/Requests/Role/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.162 DEBUG: 'app/Http/Requests/Role/CreateRequest.php' indexed with language 'php' 18:34:44.164 DEBUG: 'app/Http/Requests/Role/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.165 DEBUG: 'app/Http/Requests/Role/DeleteRequest.php' indexed with language 'php' 18:34:44.167 DEBUG: 'app/Http/Requests/Role/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.167 DEBUG: 'app/Http/Requests/Role/EditRequest.php' indexed with language 'php' 18:34:44.169 DEBUG: 'app/Http/Requests/Role/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.169 DEBUG: 'app/Http/Requests/Role/UpdateRequest.php' indexed with language 'php' 18:34:44.171 DEBUG: 'app/Http/Requests/Projects/ShowRequest.php' generated metadata with charset 'UTF-8' 18:34:44.172 DEBUG: 'app/Http/Requests/Projects/ShowRequest.php' indexed with language 'php' 18:34:44.175 DEBUG: 'app/Http/Requests/Projects/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.176 DEBUG: 'app/Http/Requests/Projects/CreateRequest.php' indexed with language 'php' 18:34:44.179 DEBUG: 'app/Http/Requests/Projects/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.180 DEBUG: 'app/Http/Requests/Projects/DeleteRequest.php' indexed with language 'php' 18:34:44.183 DEBUG: 'app/Http/Requests/Projects/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.185 DEBUG: 'app/Http/Requests/Projects/EditRequest.php' indexed with language 'php' 18:34:44.190 DEBUG: 'app/Http/Requests/Projects/CreateFromModalRequest.php' generated metadata with charset 'UTF-8' 18:34:44.193 DEBUG: 'app/Http/Requests/Projects/CreateFromModalRequest.php' indexed with language 'php' 18:34:44.197 DEBUG: 'app/Http/Requests/Projects/GetAddressRequest.php' generated metadata with charset 'UTF-8' 18:34:44.200 DEBUG: 'app/Http/Requests/Projects/GetAddressRequest.php' indexed with language 'php' 18:34:44.204 DEBUG: 'app/Http/Requests/Projects/RestoreRequest.php' generated metadata with charset 'UTF-8' 18:34:44.205 DEBUG: 'app/Http/Requests/Projects/RestoreRequest.php' indexed with language 'php' 18:34:44.209 DEBUG: 'app/Http/Requests/Organizations/ShowRequest.php' generated metadata with charset 'UTF-8' 18:34:44.211 DEBUG: 'app/Http/Requests/Organizations/ShowRequest.php' indexed with language 'php' 18:34:44.215 DEBUG: 'app/Http/Requests/Organizations/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.217 DEBUG: 'app/Http/Requests/Organizations/CreateRequest.php' indexed with language 'php' 18:34:44.221 DEBUG: 'app/Http/Requests/Organizations/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.222 DEBUG: 'app/Http/Requests/Organizations/DeleteRequest.php' indexed with language 'php' 18:34:44.226 DEBUG: 'app/Http/Requests/Organizations/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.227 DEBUG: 'app/Http/Requests/Organizations/EditRequest.php' indexed with language 'php' 18:34:44.231 DEBUG: 'app/Http/Requests/Organizations/Sectors/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.232 DEBUG: 'app/Http/Requests/Organizations/Sectors/CreateRequest.php' indexed with language 'php' 18:34:44.236 DEBUG: 'app/Http/Requests/Organizations/Sectors/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.237 DEBUG: 'app/Http/Requests/Organizations/Sectors/DeleteRequest.php' indexed with language 'php' 18:34:44.241 DEBUG: 'app/Http/Requests/Organizations/Sectors/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.242 DEBUG: 'app/Http/Requests/Organizations/Sectors/EditRequest.php' indexed with language 'php' 18:34:44.247 DEBUG: 'app/Http/Requests/Organizations/Sectors/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.248 DEBUG: 'app/Http/Requests/Organizations/Sectors/UpdateRequest.php' indexed with language 'php' 18:34:44.252 DEBUG: 'app/Http/Requests/Organizations/Types/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.252 DEBUG: 'app/Http/Requests/Organizations/Types/CreateRequest.php' indexed with language 'php' 18:34:44.255 DEBUG: 'app/Http/Requests/Organizations/Types/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.256 DEBUG: 'app/Http/Requests/Organizations/Types/DeleteRequest.php' indexed with language 'php' 18:34:44.259 DEBUG: 'app/Http/Requests/Organizations/Types/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.260 DEBUG: 'app/Http/Requests/Organizations/Types/EditRequest.php' indexed with language 'php' 18:34:44.263 DEBUG: 'app/Http/Requests/Organizations/Types/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.263 DEBUG: 'app/Http/Requests/Organizations/Types/UpdateRequest.php' indexed with language 'php' 18:34:44.266 DEBUG: 'app/Http/Requests/Organizations/DetailsByKvkRequest.php' generated metadata with charset 'UTF-8' 18:34:44.267 DEBUG: 'app/Http/Requests/Organizations/DetailsByKvkRequest.php' indexed with language 'php' 18:34:44.270 DEBUG: 'app/Http/Requests/Organizations/Sources/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.271 DEBUG: 'app/Http/Requests/Organizations/Sources/CreateRequest.php' indexed with language 'php' 18:34:44.272 DEBUG: 'app/Http/Requests/Organizations/Sources/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.273 DEBUG: 'app/Http/Requests/Organizations/Sources/DeleteRequest.php' indexed with language 'php' 18:34:44.275 DEBUG: 'app/Http/Requests/Organizations/Sources/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.276 DEBUG: 'app/Http/Requests/Organizations/Sources/EditRequest.php' indexed with language 'php' 18:34:44.277 DEBUG: 'app/Http/Requests/Organizations/Sources/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.279 DEBUG: 'app/Http/Requests/Organizations/Sources/UpdateRequest.php' indexed with language 'php' 18:34:44.281 DEBUG: 'app/Http/Requests/Organizations/Addresses/ShowRequest.php' generated metadata with charset 'UTF-8' 18:34:44.281 DEBUG: 'app/Http/Requests/Organizations/Addresses/ShowRequest.php' indexed with language 'php' 18:34:44.283 DEBUG: 'app/Http/Requests/Organizations/Addresses/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.283 DEBUG: 'app/Http/Requests/Organizations/Addresses/CreateRequest.php' indexed with language 'php' 18:34:44.284 DEBUG: 'app/Http/Requests/Organizations/Addresses/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.285 DEBUG: 'app/Http/Requests/Organizations/Addresses/DeleteRequest.php' indexed with language 'php' 18:34:44.287 DEBUG: 'app/Http/Requests/Organizations/Addresses/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.288 DEBUG: 'app/Http/Requests/Organizations/Addresses/EditRequest.php' indexed with language 'php' 18:34:44.295 DEBUG: 'app/Http/Requests/Organizations/Addresses/ListRequest.php' generated metadata with charset 'UTF-8' 18:34:44.296 DEBUG: 'app/Http/Requests/Organizations/Addresses/ListRequest.php' indexed with language 'php' 18:34:44.297 DEBUG: 'app/Http/Requests/Organizations/Addresses/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.297 DEBUG: 'app/Http/Requests/Organizations/Addresses/UpdateRequest.php' indexed with language 'php' 18:34:44.298 DEBUG: 'app/Http/Requests/Organizations/Addresses/OrderRequest.php' generated metadata with charset 'UTF-8' 18:34:44.298 DEBUG: 'app/Http/Requests/Organizations/Addresses/OrderRequest.php' indexed with language 'php' 18:34:44.299 DEBUG: 'app/Http/Requests/InternalProjects/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.299 DEBUG: 'app/Http/Requests/InternalProjects/CreateRequest.php' indexed with language 'php' 18:34:44.300 DEBUG: 'app/Http/Requests/InternalProjects/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.300 DEBUG: 'app/Http/Requests/InternalProjects/DeleteRequest.php' indexed with language 'php' 18:34:44.301 DEBUG: 'app/Http/Requests/InternalProjects/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.301 DEBUG: 'app/Http/Requests/InternalProjects/UpdateRequest.php' indexed with language 'php' 18:34:44.302 DEBUG: 'app/Http/Requests/TimeRegistration/ShowRequest.php' generated metadata with charset 'UTF-8' 18:34:44.303 DEBUG: 'app/Http/Requests/TimeRegistration/ShowRequest.php' indexed with language 'php' 18:34:44.304 DEBUG: 'app/Http/Requests/TimeRegistration/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.305 DEBUG: 'app/Http/Requests/TimeRegistration/CreateRequest.php' indexed with language 'php' 18:34:44.306 DEBUG: 'app/Http/Requests/TimeRegistration/RequestInfoRequest.php' generated metadata with charset 'UTF-8' 18:34:44.307 DEBUG: 'app/Http/Requests/TimeRegistration/RequestInfoRequest.php' indexed with language 'php' 18:34:44.308 DEBUG: 'app/Http/Requests/TimeRegistration/UpdateStatusRequest.php' generated metadata with charset 'UTF-8' 18:34:44.308 DEBUG: 'app/Http/Requests/TimeRegistration/UpdateStatusRequest.php' indexed with language 'php' 18:34:44.310 DEBUG: 'app/Http/Requests/TimeRegistration/GetSubProjectsRequest.php' generated metadata with charset 'UTF-8' 18:34:44.311 DEBUG: 'app/Http/Requests/TimeRegistration/GetSubProjectsRequest.php' indexed with language 'php' 18:34:44.312 DEBUG: 'app/Http/Requests/TimeRegistration/GetProjectsRequest.php' generated metadata with charset 'UTF-8' 18:34:44.312 DEBUG: 'app/Http/Requests/TimeRegistration/GetProjectsRequest.php' indexed with language 'php' 18:34:44.314 DEBUG: 'app/Http/Requests/Material/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.314 DEBUG: 'app/Http/Requests/Material/CreateRequest.php' indexed with language 'php' 18:34:44.315 DEBUG: 'app/Http/Requests/Material/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.316 DEBUG: 'app/Http/Requests/Material/DeleteRequest.php' indexed with language 'php' 18:34:44.317 DEBUG: 'app/Http/Requests/Material/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.318 DEBUG: 'app/Http/Requests/Material/EditRequest.php' indexed with language 'php' 18:34:44.319 DEBUG: 'app/Http/Requests/Planning/AddProjectNoteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.319 DEBUG: 'app/Http/Requests/Planning/AddProjectNoteRequest.php' indexed with language 'php' 18:34:44.321 DEBUG: 'app/Http/Requests/Planning/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.321 DEBUG: 'app/Http/Requests/Planning/CreateRequest.php' indexed with language 'php' 18:34:44.322 DEBUG: 'app/Http/Requests/Planning/ReportingType/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.322 DEBUG: 'app/Http/Requests/Planning/ReportingType/CreateRequest.php' indexed with language 'php' 18:34:44.323 DEBUG: 'app/Http/Requests/Planning/UpdateProjectNoteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.324 DEBUG: 'app/Http/Requests/Planning/UpdateProjectNoteRequest.php' indexed with language 'php' 18:34:44.325 DEBUG: 'app/Http/Requests/Planning/UpdateTimeRequest.php' generated metadata with charset 'UTF-8' 18:34:44.326 DEBUG: 'app/Http/Requests/Planning/UpdateTimeRequest.php' indexed with language 'php' 18:34:44.327 DEBUG: 'app/Http/Requests/Planning/GeneralNotes/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.327 DEBUG: 'app/Http/Requests/Planning/GeneralNotes/CreateRequest.php' indexed with language 'php' 18:34:44.329 DEBUG: 'app/Http/Requests/Planning/AddLabRequest.php' generated metadata with charset 'UTF-8' 18:34:44.329 DEBUG: 'app/Http/Requests/Planning/AddLabRequest.php' indexed with language 'php' 18:34:44.330 DEBUG: 'app/Http/Requests/Planning/AddReportRequest.php' generated metadata with charset 'UTF-8' 18:34:44.330 DEBUG: 'app/Http/Requests/Planning/AddReportRequest.php' indexed with language 'php' 18:34:44.331 DEBUG: 'app/Http/Requests/Planning/EditProjectNoteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.332 DEBUG: 'app/Http/Requests/Planning/EditProjectNoteRequest.php' indexed with language 'php' 18:34:44.333 DEBUG: 'app/Http/Requests/Planning/CreateInternalProjectShiftRequest.php' generated metadata with charset 'UTF-8' 18:34:44.333 DEBUG: 'app/Http/Requests/Planning/CreateInternalProjectShiftRequest.php' indexed with language 'php' 18:34:44.334 DEBUG: 'app/Http/Requests/Planning/GetSubProjectsRequest.php' generated metadata with charset 'UTF-8' 18:34:44.335 DEBUG: 'app/Http/Requests/Planning/GetSubProjectsRequest.php' indexed with language 'php' 18:34:44.335 DEBUG: 'app/Http/Requests/Planning/AddMaterialRequest.php' generated metadata with charset 'UTF-8' 18:34:44.336 DEBUG: 'app/Http/Requests/Planning/AddMaterialRequest.php' indexed with language 'php' 18:34:44.337 DEBUG: 'app/Http/Requests/User/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.337 DEBUG: 'app/Http/Requests/User/CreateRequest.php' indexed with language 'php' 18:34:44.338 DEBUG: 'app/Http/Requests/User/Tag/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.340 DEBUG: 'app/Http/Requests/User/Tag/CreateRequest.php' indexed with language 'php' 18:34:44.341 DEBUG: 'app/Http/Requests/User/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.341 DEBUG: 'app/Http/Requests/User/EditRequest.php' indexed with language 'php' 18:34:44.343 DEBUG: 'app/Http/Requests/Lab/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.343 DEBUG: 'app/Http/Requests/Lab/CreateRequest.php' indexed with language 'php' 18:34:44.347 DEBUG: 'app/Http/Requests/Lab/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.348 DEBUG: 'app/Http/Requests/Lab/DeleteRequest.php' indexed with language 'php' 18:34:44.350 DEBUG: 'app/Http/Requests/Lab/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.351 DEBUG: 'app/Http/Requests/Lab/EditRequest.php' indexed with language 'php' 18:34:44.352 DEBUG: 'app/Http/Requests/Relations/ShowRequest.php' generated metadata with charset 'UTF-8' 18:34:44.353 DEBUG: 'app/Http/Requests/Relations/ShowRequest.php' indexed with language 'php' 18:34:44.354 DEBUG: 'app/Http/Requests/Relations/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.355 DEBUG: 'app/Http/Requests/Relations/CreateRequest.php' indexed with language 'php' 18:34:44.356 DEBUG: 'app/Http/Requests/Relations/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.356 DEBUG: 'app/Http/Requests/Relations/DeleteRequest.php' indexed with language 'php' 18:34:44.359 DEBUG: 'app/Http/Requests/Relations/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.359 DEBUG: 'app/Http/Requests/Relations/EditRequest.php' indexed with language 'php' 18:34:44.360 DEBUG: 'app/Http/Requests/Relations/Types/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.360 DEBUG: 'app/Http/Requests/Relations/Types/CreateRequest.php' indexed with language 'php' 18:34:44.361 DEBUG: 'app/Http/Requests/Relations/Types/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.361 DEBUG: 'app/Http/Requests/Relations/Types/DeleteRequest.php' indexed with language 'php' 18:34:44.362 DEBUG: 'app/Http/Requests/Relations/Types/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.362 DEBUG: 'app/Http/Requests/Relations/Types/EditRequest.php' indexed with language 'php' 18:34:44.363 DEBUG: 'app/Http/Requests/Relations/Types/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.363 DEBUG: 'app/Http/Requests/Relations/Types/UpdateRequest.php' indexed with language 'php' 18:34:44.364 DEBUG: 'app/Http/Requests/Relations/Sources/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.364 DEBUG: 'app/Http/Requests/Relations/Sources/CreateRequest.php' indexed with language 'php' 18:34:44.365 DEBUG: 'app/Http/Requests/Relations/Sources/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.366 DEBUG: 'app/Http/Requests/Relations/Sources/DeleteRequest.php' indexed with language 'php' 18:34:44.366 DEBUG: 'app/Http/Requests/Relations/Sources/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.367 DEBUG: 'app/Http/Requests/Relations/Sources/EditRequest.php' indexed with language 'php' 18:34:44.367 DEBUG: 'app/Http/Requests/Relations/Sources/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.368 DEBUG: 'app/Http/Requests/Relations/Sources/UpdateRequest.php' indexed with language 'php' 18:34:44.368 DEBUG: 'app/Http/Requests/Relations/RestoreRequest.php' generated metadata with charset 'UTF-8' 18:34:44.368 DEBUG: 'app/Http/Requests/Relations/RestoreRequest.php' indexed with language 'php' 18:34:44.369 DEBUG: 'app/Http/Requests/Relations/Addresses/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.370 DEBUG: 'app/Http/Requests/Relations/Addresses/CreateRequest.php' indexed with language 'php' 18:34:44.370 DEBUG: 'app/Http/Requests/Relations/Addresses/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.371 DEBUG: 'app/Http/Requests/Relations/Addresses/DeleteRequest.php' indexed with language 'php' 18:34:44.371 DEBUG: 'app/Http/Requests/Relations/Addresses/EditRequest.php' generated metadata with charset 'UTF-8' 18:34:44.372 DEBUG: 'app/Http/Requests/Relations/Addresses/EditRequest.php' indexed with language 'php' 18:34:44.372 DEBUG: 'app/Http/Requests/Relations/Addresses/ListRequest.php' generated metadata with charset 'UTF-8' 18:34:44.373 DEBUG: 'app/Http/Requests/Relations/Addresses/ListRequest.php' indexed with language 'php' 18:34:44.373 DEBUG: 'app/Http/Requests/Relations/Addresses/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.374 DEBUG: 'app/Http/Requests/Relations/Addresses/UpdateRequest.php' indexed with language 'php' 18:34:44.375 DEBUG: 'app/Http/Requests/Relations/Addresses/OrderRequest.php' generated metadata with charset 'UTF-8' 18:34:44.375 DEBUG: 'app/Http/Requests/Relations/Addresses/OrderRequest.php' indexed with language 'php' 18:34:44.376 DEBUG: 'app/Http/Requests/LabResult/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.376 DEBUG: 'app/Http/Requests/LabResult/CreateRequest.php' indexed with language 'php' 18:34:44.377 DEBUG: 'app/Http/Requests/LabResult/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.377 DEBUG: 'app/Http/Requests/LabResult/UpdateRequest.php' indexed with language 'php' 18:34:44.378 DEBUG: 'app/Http/Requests/LabResult/GetSubProjectsRequest.php' generated metadata with charset 'UTF-8' 18:34:44.378 DEBUG: 'app/Http/Requests/LabResult/GetSubProjectsRequest.php' indexed with language 'php' 18:34:44.379 DEBUG: 'app/Http/Requests/SubProjects/CreateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.380 DEBUG: 'app/Http/Requests/SubProjects/CreateRequest.php' indexed with language 'php' 18:34:44.380 DEBUG: 'app/Http/Requests/SubProjects/DeleteRequest.php' generated metadata with charset 'UTF-8' 18:34:44.381 DEBUG: 'app/Http/Requests/SubProjects/DeleteRequest.php' indexed with language 'php' 18:34:44.381 DEBUG: 'app/Http/Requests/SubProjects/UpdateRequest.php' generated metadata with charset 'UTF-8' 18:34:44.382 DEBUG: 'app/Http/Requests/SubProjects/UpdateRequest.php' indexed with language 'php' 18:34:44.383 DEBUG: 'app/Http/ViewComposers/BreadcrumbViewComposer.php' generated metadata with charset 'UTF-8' 18:34:44.383 DEBUG: 'app/Http/ViewComposers/BreadcrumbViewComposer.php' indexed with language 'php' 18:34:44.384 DEBUG: 'app/Http/ViewComposers/TimeRegistrationViewComposer.php' generated metadata with charset 'UTF-8' 18:34:44.385 DEBUG: 'app/Http/ViewComposers/TimeRegistrationViewComposer.php' indexed with language 'php' 18:34:44.386 DEBUG: 'app/Http/ViewComposers/GreetingViewComposer.php' generated metadata with charset 'UTF-8' 18:34:44.386 DEBUG: 'app/Http/ViewComposers/GreetingViewComposer.php' indexed with language 'php' 18:34:44.388 DEBUG: 'app/Http/ViewComposers/ProjectTypesViewComposer.php' generated metadata with charset 'UTF-8' 18:34:44.388 DEBUG: 'app/Http/ViewComposers/ProjectTypesViewComposer.php' indexed with language 'php' 18:34:44.390 DEBUG: 'app/Http/ViewComposers/PermissionsViewComposer.php' generated metadata with charset 'UTF-8' 18:34:44.390 DEBUG: 'app/Http/ViewComposers/PermissionsViewComposer.php' indexed with language 'php' 18:34:44.392 DEBUG: 'app/Http/ViewComposers/DaysViewComposer.php' generated metadata with charset 'UTF-8' 18:34:44.392 DEBUG: 'app/Http/ViewComposers/DaysViewComposer.php' indexed with language 'php' 18:34:44.393 DEBUG: 'app/Http/ViewComposers/NavigationViewComposer.php' generated metadata with charset 'UTF-8' 18:34:44.394 DEBUG: 'app/Http/ViewComposers/NavigationViewComposer.php' indexed with language 'php' 18:34:44.395 DEBUG: 'app/Http/ViewComposers/CountriesViewComposer.php' generated metadata with charset 'UTF-8' 18:34:44.395 DEBUG: 'app/Http/ViewComposers/CountriesViewComposer.php' indexed with language 'php' 18:34:44.396 DEBUG: 'app/Http/ViewComposers/SalutationsViewComposer.php' generated metadata with charset 'UTF-8' 18:34:44.396 DEBUG: 'app/Http/ViewComposers/SalutationsViewComposer.php' indexed with language 'php' 18:34:44.397 DEBUG: 'app/Http/ViewComposers/AddressTypesViewComposer.php' generated metadata with charset 'UTF-8' 18:34:44.397 DEBUG: 'app/Http/ViewComposers/AddressTypesViewComposer.php' indexed with language 'php' 18:34:44.398 DEBUG: 'app/Http/Middleware/TrustProxies.php' generated metadata with charset 'UTF-8' 18:34:44.398 DEBUG: 'app/Http/Middleware/TrustProxies.php' indexed with language 'php' 18:34:44.399 DEBUG: 'app/Http/Middleware/PlanningDateMiddleware.php' generated metadata with charset 'UTF-8' 18:34:44.399 DEBUG: 'app/Http/Middleware/PlanningDateMiddleware.php' indexed with language 'php' 18:34:44.400 DEBUG: 'app/Http/Middleware/Authenticate.php' generated metadata with charset 'UTF-8' 18:34:44.400 DEBUG: 'app/Http/Middleware/Authenticate.php' indexed with language 'php' 18:34:44.401 DEBUG: 'app/Http/Middleware/Dealer.php' generated metadata with charset 'UTF-8' 18:34:44.401 DEBUG: 'app/Http/Middleware/Dealer.php' indexed with language 'php' 18:34:44.402 DEBUG: 'app/Http/Middleware/SetUserPermissionsMiddleware.php' generated metadata with charset 'UTF-8' 18:34:44.402 DEBUG: 'app/Http/Middleware/SetUserPermissionsMiddleware.php' indexed with language 'php' 18:34:44.403 DEBUG: 'app/Http/Middleware/EncryptCookies.php' generated metadata with charset 'UTF-8' 18:34:44.403 DEBUG: 'app/Http/Middleware/EncryptCookies.php' indexed with language 'php' 18:34:44.404 DEBUG: 'app/Http/Middleware/CheckForMaintenanceMode.php' generated metadata with charset 'UTF-8' 18:34:44.404 DEBUG: 'app/Http/Middleware/CheckForMaintenanceMode.php' indexed with language 'php' 18:34:44.405 DEBUG: 'app/Http/Middleware/IsAdmin.php' generated metadata with charset 'UTF-8' 18:34:44.405 DEBUG: 'app/Http/Middleware/IsAdmin.php' indexed with language 'php' 18:34:44.406 DEBUG: 'app/Http/Middleware/UserCan.php' generated metadata with charset 'UTF-8' 18:34:44.406 DEBUG: 'app/Http/Middleware/UserCan.php' indexed with language 'php' 18:34:44.407 DEBUG: 'app/Http/Middleware/RedirectIfAuthenticated.php' generated metadata with charset 'UTF-8' 18:34:44.407 DEBUG: 'app/Http/Middleware/RedirectIfAuthenticated.php' indexed with language 'php' 18:34:44.408 DEBUG: 'app/Http/Middleware/TimeRegistrationMiddleware.php' generated metadata with charset 'UTF-8' 18:34:44.408 DEBUG: 'app/Http/Middleware/TimeRegistrationMiddleware.php' indexed with language 'php' 18:34:44.409 DEBUG: 'app/Http/Middleware/TenantMiddleware.php' generated metadata with charset 'UTF-8' 18:34:44.409 DEBUG: 'app/Http/Middleware/TenantMiddleware.php' indexed with language 'php' 18:34:44.410 DEBUG: 'app/Http/Middleware/TrimStrings.php' generated metadata with charset 'UTF-8' 18:34:44.415 DEBUG: 'app/Http/Middleware/TrimStrings.php' indexed with language 'php' 18:34:44.416 DEBUG: 'app/Http/Middleware/VerifyCsrfToken.php' generated metadata with charset 'UTF-8' 18:34:44.416 DEBUG: 'app/Http/Middleware/VerifyCsrfToken.php' indexed with language 'php' 18:34:44.417 DEBUG: 'app/Http/Resources/Postcode/PostcodeNlAPI.php' generated metadata with charset 'UTF-8' 18:34:44.418 DEBUG: 'app/Http/Resources/Postcode/PostcodeNlAPI.php' indexed with language 'php' 18:34:44.418 DEBUG: 'app/Http/Resources/Vies/BtwCheck.php' generated metadata with charset 'UTF-8' 18:34:44.419 DEBUG: 'app/Http/Resources/Vies/BtwCheck.php' indexed with language 'php' 18:34:44.420 DEBUG: 'app/Http/Resources/OverheidIO/KvkSearch.php' generated metadata with charset 'UTF-8' 18:34:44.420 DEBUG: 'app/Http/Resources/OverheidIO/KvkSearch.php' indexed with language 'php' 18:34:44.421 DEBUG: 'app/Http/Resources/OverheidIO/KvkCheck.php' generated metadata with charset 'UTF-8' 18:34:44.421 DEBUG: 'app/Http/Resources/OverheidIO/KvkCheck.php' indexed with language 'php' 18:34:44.422 DEBUG: 'app/Http/Resources/Upload/FileDetails.php' generated metadata with charset 'UTF-8' 18:34:44.424 DEBUG: 'app/Http/Resources/Upload/FileDetails.php' indexed with language 'php' 18:34:44.425 DEBUG: 'app/Http/helpers.php' generated metadata with charset 'UTF-8' 18:34:44.425 DEBUG: 'app/Http/helpers.php' indexed with language 'php' 18:34:44.426 DEBUG: 'app/Http/Kernel.php' generated metadata with charset 'UTF-8' 18:34:44.427 DEBUG: 'app/Http/Kernel.php' indexed with language 'php' 18:34:44.427 DEBUG: 'app/Http/Definitions/Salutations.php' generated metadata with charset 'UTF-8' 18:34:44.428 DEBUG: 'app/Http/Definitions/Salutations.php' indexed with language 'php' 18:34:44.428 DEBUG: 'app/Http/Definitions/Permissions.php' generated metadata with charset 'UTF-8' 18:34:44.429 DEBUG: 'app/Http/Definitions/Permissions.php' indexed with language 'php' 18:34:44.429 DEBUG: 'app/Http/Definitions/CountriesList.php' generated metadata with charset 'UTF-8' 18:34:44.430 DEBUG: 'app/Http/Definitions/CountriesList.php' indexed with language 'php' 18:34:44.430 DEBUG: 'app/Http/Definitions/ProjectTypes.php' generated metadata with charset 'UTF-8' 18:34:44.431 DEBUG: 'app/Http/Definitions/ProjectTypes.php' indexed with language 'php' 18:34:44.433 DEBUG: 'app/Http/Definitions/MainNavigation-backup.php' generated metadata with charset 'UTF-8' 18:34:44.434 DEBUG: 'app/Http/Definitions/MainNavigation-backup.php' indexed with language 'php' 18:34:44.436 DEBUG: 'app/Http/Definitions/Breadcrumbs.php' generated metadata with charset 'UTF-8' 18:34:44.437 DEBUG: 'app/Http/Definitions/Breadcrumbs.php' indexed with language 'php' 18:34:44.438 DEBUG: 'app/Http/Definitions/AddressTypes.php' generated metadata with charset 'UTF-8' 18:34:44.438 DEBUG: 'app/Http/Definitions/AddressTypes.php' indexed with language 'php' 18:34:44.439 DEBUG: 'app/Http/Definitions/MainNavigation.php' generated metadata with charset 'UTF-8' 18:34:44.440 DEBUG: 'app/Http/Definitions/MainNavigation.php' indexed with language 'php' 18:34:44.441 DEBUG: 'app/Http/Controllers/Admin/HomeController.php' generated metadata with charset 'UTF-8' 18:34:44.442 DEBUG: 'app/Http/Controllers/Admin/HomeController.php' indexed with language 'php' 18:34:44.443 DEBUG: 'app/Http/Controllers/Admin/Auth/VerificationController.php' generated metadata with charset 'UTF-8' 18:34:44.443 DEBUG: 'app/Http/Controllers/Admin/Auth/VerificationController.php' indexed with language 'php' 18:34:44.444 DEBUG: 'app/Http/Controllers/Admin/Auth/LoginController.php' generated metadata with charset 'UTF-8' 18:34:44.445 DEBUG: 'app/Http/Controllers/Admin/Auth/LoginController.php' indexed with language 'php' 18:34:44.445 DEBUG: 'app/Http/Controllers/Admin/Auth/ResetPasswordController.php' generated metadata with charset 'UTF-8' 18:34:44.446 DEBUG: 'app/Http/Controllers/Admin/Auth/ResetPasswordController.php' indexed with language 'php' 18:34:44.447 DEBUG: 'app/Http/Controllers/Admin/Auth/ForgotPasswordController.php' generated metadata with charset 'UTF-8' 18:34:44.447 DEBUG: 'app/Http/Controllers/Admin/Auth/ForgotPasswordController.php' indexed with language 'php' 18:34:44.448 DEBUG: 'app/Http/Controllers/Admin/AuthController.php' generated metadata with charset 'UTF-8' 18:34:44.448 DEBUG: 'app/Http/Controllers/Admin/AuthController.php' indexed with language 'php' 18:34:44.449 DEBUG: 'app/Http/Controllers/ImportController.php' generated metadata with charset 'UTF-8' 18:34:44.449 DEBUG: 'app/Http/Controllers/ImportController.php' indexed with language 'php' 18:34:44.451 DEBUG: 'app/Http/Controllers/Front/Kleding_helmenController.php' generated metadata with charset 'UTF-8' 18:34:44.451 DEBUG: 'app/Http/Controllers/Front/Kleding_helmenController.php' indexed with language 'php' 18:34:44.453 DEBUG: 'app/Http/Controllers/Front/MenuController.php' generated metadata with charset 'UTF-8' 18:34:44.453 DEBUG: 'app/Http/Controllers/Front/MenuController.php' indexed with language 'php' 18:34:44.456 DEBUG: 'app/Http/Controllers/Front/Omgekeerd_zoekenController.php' generated metadata with charset 'UTF-8' 18:34:44.456 DEBUG: 'app/Http/Controllers/Front/Omgekeerd_zoekenController.php' indexed with language 'php' 18:34:44.457 DEBUG: 'app/Http/Controllers/Front/AddressController.php' generated metadata with charset 'UTF-8' 18:34:44.461 DEBUG: 'app/Http/Controllers/Front/AddressController.php' indexed with language 'php' 18:34:44.462 DEBUG: 'app/Http/Controllers/Front/HomeController.php' generated metadata with charset 'UTF-8' 18:34:44.462 DEBUG: 'app/Http/Controllers/Front/HomeController.php' indexed with language 'php' 18:34:44.465 DEBUG: 'app/Http/Controllers/Front/Zoeken_op_motorController.php' generated metadata with charset 'UTF-8' 18:34:44.466 DEBUG: 'app/Http/Controllers/Front/Zoeken_op_motorController.php' indexed with language 'php' 18:34:44.468 DEBUG: 'app/Http/Controllers/Front/ProductController.php' generated metadata with charset 'UTF-8' 18:34:44.469 DEBUG: 'app/Http/Controllers/Front/ProductController.php' indexed with language 'php' 18:34:44.471 DEBUG: 'app/Http/Controllers/Front/BandzoekenController.php' generated metadata with charset 'UTF-8' 18:34:44.472 DEBUG: 'app/Http/Controllers/Front/BandzoekenController.php' indexed with language 'php' 18:34:44.474 DEBUG: 'app/Http/Controllers/Front/PageController.php' generated metadata with charset 'UTF-8' 18:34:44.475 DEBUG: 'app/Http/Controllers/Front/PageController.php' indexed with language 'php' 18:34:44.499 DEBUG: 'app/Http/Controllers/Front/OrderController.php' generated metadata with charset 'UTF-8' 18:34:44.504 DEBUG: 'app/Http/Controllers/Front/OrderController.php' indexed with language 'php' 18:34:44.509 DEBUG: 'app/Http/Controllers/Front/CartController.php' generated metadata with charset 'UTF-8' 18:34:44.512 DEBUG: 'app/Http/Controllers/Front/CartController.php' indexed with language 'php' 18:34:44.515 DEBUG: 'app/Http/Controllers/Front/Mijn_bestellingenController.php' generated metadata with charset 'UTF-8' 18:34:44.517 DEBUG: 'app/Http/Controllers/Front/Mijn_bestellingenController.php' indexed with language 'php' 18:34:44.519 DEBUG: 'app/Http/Controllers/Front/ProfielController.php' generated metadata with charset 'UTF-8' 18:34:44.519 DEBUG: 'app/Http/Controllers/Front/ProfielController.php' indexed with language 'php' 18:34:44.521 DEBUG: 'app/Http/Controllers/FeaturedProductController_old.php' generated metadata with charset 'UTF-8' 18:34:44.522 DEBUG: 'app/Http/Controllers/FeaturedProductController_old.php' indexed with language 'php' 18:34:44.523 DEBUG: 'app/Http/Controllers/HomeController.php' generated metadata with charset 'UTF-8' 18:34:44.524 DEBUG: 'app/Http/Controllers/HomeController.php' indexed with language 'php' 18:34:44.525 DEBUG: 'app/Http/Controllers/ActiesController.php' generated metadata with charset 'UTF-8' 18:34:44.526 DEBUG: 'app/Http/Controllers/ActiesController.php' indexed with language 'php' 18:34:44.527 DEBUG: 'app/Http/Controllers/SearchController.php' generated metadata with charset 'UTF-8' 18:34:44.527 DEBUG: 'app/Http/Controllers/SearchController.php' indexed with language 'php' 18:34:44.529 DEBUG: 'app/Http/Controllers/NewsArticleController.php' generated metadata with charset 'UTF-8' 18:34:44.529 DEBUG: 'app/Http/Controllers/NewsArticleController.php' indexed with language 'php' 18:34:44.530 DEBUG: 'app/Http/Controllers/ProductController.php' generated metadata with charset 'UTF-8' 18:34:44.530 DEBUG: 'app/Http/Controllers/ProductController.php' indexed with language 'php' 18:34:44.533 DEBUG: 'app/Http/Controllers/NewsArticleController_old.php' generated metadata with charset 'UTF-8' 18:34:44.534 DEBUG: 'app/Http/Controllers/NewsArticleController_old.php' indexed with language 'php' 18:34:44.536 DEBUG: 'app/Http/Controllers/StatisticsController.php' generated metadata with charset 'UTF-8' 18:34:44.536 DEBUG: 'app/Http/Controllers/StatisticsController.php' indexed with language 'php' 18:34:44.538 DEBUG: 'app/Http/Controllers/MyProfileController.php' generated metadata with charset 'UTF-8' 18:34:44.538 DEBUG: 'app/Http/Controllers/MyProfileController.php' indexed with language 'php' 18:34:44.545 DEBUG: 'app/Http/Controllers/RoleController.php' generated metadata with charset 'UTF-8' 18:34:44.545 DEBUG: 'app/Http/Controllers/RoleController.php' indexed with language 'php' 18:34:44.547 DEBUG: 'app/Http/Controllers/Controller.php' generated metadata with charset 'UTF-8' 18:34:44.548 DEBUG: 'app/Http/Controllers/Controller.php' indexed with language 'php' 18:34:44.549 DEBUG: 'app/Http/Controllers/SliderController.php' generated metadata with charset 'UTF-8' 18:34:44.550 DEBUG: 'app/Http/Controllers/SliderController.php' indexed with language 'php' 18:34:44.553 DEBUG: 'app/Http/Controllers/PostController.php' generated metadata with charset 'UTF-8' 18:34:44.554 DEBUG: 'app/Http/Controllers/PostController.php' indexed with language 'php' 18:34:44.556 DEBUG: 'app/Http/Controllers/PageController.php' generated metadata with charset 'UTF-8' 18:34:44.556 DEBUG: 'app/Http/Controllers/PageController.php' indexed with language 'php' 18:34:44.558 DEBUG: 'app/Http/Controllers/PageSettingController.php' generated metadata with charset 'UTF-8' 18:34:44.559 DEBUG: 'app/Http/Controllers/PageSettingController.php' indexed with language 'php' 18:34:44.561 DEBUG: 'app/Http/Controllers/UserController.php' generated metadata with charset 'UTF-8' 18:34:44.562 DEBUG: 'app/Http/Controllers/UserController.php' indexed with language 'php' 18:34:44.563 DEBUG: 'app/Http/Controllers/Auth/LogoutController.php' generated metadata with charset 'UTF-8' 18:34:44.563 DEBUG: 'app/Http/Controllers/Auth/LogoutController.php' indexed with language 'php' 18:34:44.564 DEBUG: 'app/Http/Controllers/Auth/VerificationController.php' generated metadata with charset 'UTF-8' 18:34:44.564 DEBUG: 'app/Http/Controllers/Auth/VerificationController.php' indexed with language 'php' 18:34:44.565 DEBUG: 'app/Http/Controllers/Auth/LoginController.php' generated metadata with charset 'UTF-8' 18:34:44.565 DEBUG: 'app/Http/Controllers/Auth/LoginController.php' indexed with language 'php' 18:34:44.566 DEBUG: 'app/Http/Controllers/Auth/ResetPasswordController.php' generated metadata with charset 'UTF-8' 18:34:44.567 DEBUG: 'app/Http/Controllers/Auth/ResetPasswordController.php' indexed with language 'php' 18:34:44.568 DEBUG: 'app/Http/Controllers/Auth/RegisterController.php' generated metadata with charset 'UTF-8' 18:34:44.568 DEBUG: 'app/Http/Controllers/Auth/RegisterController.php' indexed with language 'php' 18:34:44.569 DEBUG: 'app/Http/Controllers/Auth/ForgotPasswordController.php' generated metadata with charset 'UTF-8' 18:34:44.569 DEBUG: 'app/Http/Controllers/Auth/ForgotPasswordController.php' indexed with language 'php' 18:34:44.571 DEBUG: 'app/Http/Controllers/FeaturedProductController.php' generated metadata with charset 'UTF-8' 18:34:44.571 DEBUG: 'app/Http/Controllers/FeaturedProductController.php' indexed with language 'php' 18:34:44.572 DEBUG: 'app/Rules/ValidKvk.php' generated metadata with charset 'UTF-8' 18:34:44.572 DEBUG: 'app/Rules/ValidKvk.php' indexed with language 'php' 18:34:44.573 DEBUG: 'app/Rules/Planning/UserIsAvailable.php' generated metadata with charset 'UTF-8' 18:34:44.573 DEBUG: 'app/Rules/Planning/UserIsAvailable.php' indexed with language 'php' 18:34:44.574 DEBUG: 'app/Rules/Planning/MaterialIsAvailable.php' generated metadata with charset 'UTF-8' 18:34:44.575 DEBUG: 'app/Rules/Planning/MaterialIsAvailable.php' indexed with language 'php' 18:34:44.575 DEBUG: 'app/Rules/ValidVat.php' generated metadata with charset 'UTF-8' 18:34:44.576 DEBUG: 'app/Rules/ValidVat.php' indexed with language 'php' 18:34:44.576 DEBUG: 'app/Traits/Uuids.php' generated metadata with charset 'UTF-8' 18:34:44.577 DEBUG: 'app/Traits/Uuids.php' indexed with language 'php' 18:34:44.578 DEBUG: 'app/Traits/AdminAuthUser.php' generated metadata with charset 'UTF-8' 18:34:44.579 DEBUG: 'app/Traits/AdminAuthUser.php' indexed with language 'php' 18:34:44.580 DEBUG: 'app/Role.php' generated metadata with charset 'UTF-8' 18:34:44.580 DEBUG: 'app/Role.php' indexed with language 'php' 18:34:44.581 DEBUG: 'app/UserTag.php' generated metadata with charset 'UTF-8' 18:34:44.581 DEBUG: 'app/UserTag.php' indexed with language 'php' 18:34:44.582 DEBUG: 'app/PermissionRole.php' generated metadata with charset 'UTF-8' 18:34:44.582 DEBUG: 'app/PermissionRole.php' indexed with language 'php' 18:34:44.583 DEBUG: 'app/Media.php' generated metadata with charset 'UTF-8' 18:34:44.583 DEBUG: 'app/Media.php' indexed with language 'php' 18:34:44.584 DEBUG: 'app/Providers/RouteServiceProvider.php' generated metadata with charset 'UTF-8' 18:34:44.584 DEBUG: 'app/Providers/RouteServiceProvider.php' indexed with language 'php' 18:34:44.585 DEBUG: 'app/Providers/BroadcastServiceProvider.php' generated metadata with charset 'UTF-8' 18:34:44.585 DEBUG: 'app/Providers/BroadcastServiceProvider.php' indexed with language 'php' 18:34:44.585 DEBUG: 'app/Providers/EventServiceProvider.php' generated metadata with charset 'UTF-8' 18:34:44.586 DEBUG: 'app/Providers/EventServiceProvider.php' indexed with language 'php' 18:34:44.586 DEBUG: 'app/Providers/AuthServiceProvider.php' generated metadata with charset 'UTF-8' 18:34:44.587 DEBUG: 'app/Providers/AuthServiceProvider.php' indexed with language 'php' 18:34:44.587 DEBUG: 'app/Providers/AppServiceProvider.php' generated metadata with charset 'UTF-8' 18:34:44.587 DEBUG: 'app/Providers/AppServiceProvider.php' indexed with language 'php' 18:34:44.588 DEBUG: 'app/Providers/ViewComposerServiceProvider.php' generated metadata with charset 'UTF-8' 18:34:44.588 DEBUG: 'app/Providers/ViewComposerServiceProvider.php' indexed with language 'php' 18:34:44.589 DEBUG: 'app/FeaturedProduct.php' generated metadata with charset 'UTF-8' 18:34:44.589 DEBUG: 'app/FeaturedProduct.php' indexed with language 'php' 18:34:44.590 DEBUG: 'app/Acties.php' generated metadata with charset 'UTF-8' 18:34:44.590 DEBUG: 'app/Acties.php' indexed with language 'php' 18:34:44.591 DEBUG: 'app/Slider.php' generated metadata with charset 'UTF-8' 18:34:44.591 DEBUG: 'app/Slider.php' indexed with language 'php' 18:34:44.592 DEBUG: 'app/Support/Helpers.php' generated metadata with charset 'UTF-8' 18:34:44.592 DEBUG: 'app/Support/Helpers.php' indexed with language 'php' 18:34:44.592 DEBUG: 'app/Dealers.php' generated metadata with charset 'UTF-8' 18:34:44.593 DEBUG: 'app/Dealers.php' indexed with language 'php' 18:34:44.594 DEBUG: 'database/migrations/2020_01_03_233844_create_general_notes_table.php' generated metadata with charset 'UTF-8' 18:34:44.594 DEBUG: 'database/migrations/2020_01_03_233844_create_general_notes_table.php' indexed with language 'php' 18:34:44.595 DEBUG: 'database/migrations/2020_01_06_113902_add_pause_calc_type_to_time_registrations.php' generated metadata with charset 'UTF-8' 18:34:44.595 DEBUG: 'database/migrations/2020_01_06_113902_add_pause_calc_type_to_time_registrations.php' indexed with language 'php' 18:34:44.596 DEBUG: 'database/migrations/2019_06_24_163233_create_lab_results_table.php' generated metadata with charset 'UTF-8' 18:34:44.596 DEBUG: 'database/migrations/2019_06_24_163233_create_lab_results_table.php' indexed with language 'php' 18:34:44.597 DEBUG: 'database/migrations/2019_04_28_155146_add_sortable_column_on_addresses.php' generated metadata with charset 'UTF-8' 18:34:44.598 DEBUG: 'database/migrations/2019_04_28_155146_add_sortable_column_on_addresses.php' indexed with language 'php' 18:34:44.598 DEBUG: 'database/migrations/2019_07_15_111304_create_planning_report.php' generated metadata with charset 'UTF-8' 18:34:44.599 DEBUG: 'database/migrations/2019_07_15_111304_create_planning_report.php' indexed with language 'php' 18:34:44.600 DEBUG: 'database/migrations/2019_04_26_145909_create_organizations_addresses.php' generated metadata with charset 'UTF-8' 18:34:44.600 DEBUG: 'database/migrations/2019_04_26_145909_create_organizations_addresses.php' indexed with language 'php' 18:34:44.601 DEBUG: 'database/migrations/2020_01_03_151855_add_tenant_id_to_user_tag.php' generated metadata with charset 'UTF-8' 18:34:44.601 DEBUG: 'database/migrations/2020_01_03_151855_add_tenant_id_to_user_tag.php' indexed with language 'php' 18:34:44.602 DEBUG: 'database/migrations/2014_10_12_100000_create_password_resets_table.php' generated metadata with charset 'UTF-8' 18:34:44.602 DEBUG: 'database/migrations/2014_10_12_100000_create_password_resets_table.php' indexed with language 'php' 18:34:44.603 DEBUG: 'database/migrations/2020_01_13_163132_change_pause_col_in_time_registrations.php' generated metadata with charset 'UTF-8' 18:34:44.603 DEBUG: 'database/migrations/2020_01_13_163132_change_pause_col_in_time_registrations.php' indexed with language 'php' 18:34:44.604 DEBUG: 'database/migrations/2019_12_30_142642_add_start_end_dat_to_project.php' generated metadata with charset 'UTF-8' 18:34:44.604 DEBUG: 'database/migrations/2019_12_30_142642_add_start_end_dat_to_project.php' indexed with language 'php' 18:34:44.605 DEBUG: 'database/migrations/2020_01_03_223028_create_reporting_type.php' generated metadata with charset 'UTF-8' 18:34:44.605 DEBUG: 'database/migrations/2020_01_03_223028_create_reporting_type.php' indexed with language 'php' 18:34:44.606 DEBUG: 'database/migrations/2019_04_26_150128_create_organizations_sources.php' generated metadata with charset 'UTF-8' 18:34:44.606 DEBUG: 'database/migrations/2019_04_26_150128_create_organizations_sources.php' indexed with language 'php' 18:34:44.607 DEBUG: 'database/migrations/2019_07_08_105610_add_user_direct_login_link.php' generated metadata with charset 'UTF-8' 18:34:44.607 DEBUG: 'database/migrations/2019_07_08_105610_add_user_direct_login_link.php' indexed with language 'php' 18:34:44.608 DEBUG: 'database/migrations/2019_04_16_181840_create_meta_table.php' generated metadata with charset 'UTF-8' 18:34:44.608 DEBUG: 'database/migrations/2019_04_16_181840_create_meta_table.php' indexed with language 'php' 18:34:44.609 DEBUG: 'database/migrations/2019_04_26_150053_create_organizations_types.php' generated metadata with charset 'UTF-8' 18:34:44.609 DEBUG: 'database/migrations/2019_04_26_150053_create_organizations_types.php' indexed with language 'php' 18:34:44.610 DEBUG: 'database/migrations/2019_08_02_104938_create_internal_projects_table.php' generated metadata with charset 'UTF-8' 18:34:44.610 DEBUG: 'database/migrations/2019_08_02_104938_create_internal_projects_table.php' indexed with language 'php' 18:34:44.611 DEBUG: 'database/migrations/2019_12_30_094757_create_project_notes.php' generated metadata with charset 'UTF-8' 18:34:44.611 DEBUG: 'database/migrations/2019_12_30_094757_create_project_notes.php' indexed with language 'php' 18:34:44.612 DEBUG: 'database/migrations/2020_01_03_134834_create_user_tag_table.php' generated metadata with charset 'UTF-8' 18:34:44.612 DEBUG: 'database/migrations/2020_01_03_134834_create_user_tag_table.php' indexed with language 'php' 18:34:44.613 DEBUG: 'database/migrations/2019_04_26_151336_create_organizations_relationships.php' generated metadata with charset 'UTF-8' 18:34:44.613 DEBUG: 'database/migrations/2019_04_26_151336_create_organizations_relationships.php' indexed with language 'php' 18:34:44.614 DEBUG: 'database/migrations/2019_07_02_233619_add_shift_registered_to_planning_user.php' generated metadata with charset 'UTF-8' 18:34:44.614 DEBUG: 'database/migrations/2019_07_02_233619_add_shift_registered_to_planning_user.php' indexed with language 'php' 18:34:44.615 DEBUG: 'database/migrations/2019_07_05_164606_create_defailt_emails.php' generated metadata with charset 'UTF-8' 18:34:44.615 DEBUG: 'database/migrations/2019_07_05_164606_create_defailt_emails.php' indexed with language 'php' 18:34:44.616 DEBUG: 'database/migrations/2019_06_26_232141_add_lab_id_to_lab_results.php' generated metadata with charset 'UTF-8' 18:34:44.616 DEBUG: 'database/migrations/2019_06_26_232141_add_lab_id_to_lab_results.php' indexed with language 'php' 18:34:44.617 DEBUG: 'database/migrations/2019_04_27_002153_create_relation_organization_relation.php' generated metadata with charset 'UTF-8' 18:34:44.618 DEBUG: 'database/migrations/2019_04_27_002153_create_relation_organization_relation.php' indexed with language 'php' 18:34:44.618 DEBUG: 'database/migrations/2019_08_02_133943_create_planning_user_internal_projects.php' generated metadata with charset 'UTF-8' 18:34:44.619 DEBUG: 'database/migrations/2019_08_02_133943_create_planning_user_internal_projects.php' indexed with language 'php' 18:34:44.620 DEBUG: 'database/migrations/2019_07_15_111145_create_planning_lab.php' generated metadata with charset 'UTF-8' 18:34:44.620 DEBUG: 'database/migrations/2019_07_15_111145_create_planning_lab.php' indexed with language 'php' 18:34:44.621 DEBUG: 'database/migrations/2019_04_27_002621_create_relation_relationships.php' generated metadata with charset 'UTF-8' 18:34:44.621 DEBUG: 'database/migrations/2019_04_27_002621_create_relation_relationships.php' indexed with language 'php' 18:34:44.622 DEBUG: 'database/migrations/2020_01_03_231937_add_reporting_type_to_report.php' generated metadata with charset 'UTF-8' 18:34:44.622 DEBUG: 'database/migrations/2020_01_03_231937_add_reporting_type_to_report.php' indexed with language 'php' 18:34:44.623 DEBUG: 'database/migrations/2014_10_12_000000_create_users_table.php' generated metadata with charset 'UTF-8' 18:34:44.623 DEBUG: 'database/migrations/2014_10_12_000000_create_users_table.php' indexed with language 'php' 18:34:44.624 DEBUG: 'database/migrations/2019_05_29_220652_add_labs.php' generated metadata with charset 'UTF-8' 18:34:44.624 DEBUG: 'database/migrations/2019_05_29_220652_add_labs.php' indexed with language 'php' 18:34:44.625 DEBUG: 'database/migrations/2019_05_31_173831_create_planning_user.php' generated metadata with charset 'UTF-8' 18:34:44.625 DEBUG: 'database/migrations/2019_05_31_173831_create_planning_user.php' indexed with language 'php' 18:34:44.626 DEBUG: 'database/migrations/2019_04_26_145031_create_relations_table.php' generated metadata with charset 'UTF-8' 18:34:44.626 DEBUG: 'database/migrations/2019_04_26_145031_create_relations_table.php' indexed with language 'php' 18:34:44.627 DEBUG: 'database/migrations/2019_04_27_001722_create_relation_sources_table.php' generated metadata with charset 'UTF-8' 18:34:44.627 DEBUG: 'database/migrations/2019_04_27_001722_create_relation_sources_table.php' indexed with language 'php' 18:34:44.628 DEBUG: 'database/migrations/2019_08_19_143403_create_postcodes.php' generated metadata with charset 'UTF-8' 18:34:44.628 DEBUG: 'database/migrations/2019_08_19_143403_create_postcodes.php' indexed with language 'php' 18:34:44.629 DEBUG: 'database/migrations/2019_06_24_103104_add_tenant_email.php' generated metadata with charset 'UTF-8' 18:34:44.629 DEBUG: 'database/migrations/2019_06_24_103104_add_tenant_email.php' indexed with language 'php' 18:34:44.630 DEBUG: 'database/migrations/2019_07_01_171529_add_sub_project_id_to_planning.php' generated metadata with charset 'UTF-8' 18:34:44.630 DEBUG: 'database/migrations/2019_07_01_171529_add_sub_project_id_to_planning.php' indexed with language 'php' 18:34:44.631 DEBUG: 'database/migrations/2019_05_06_132455_add_uuid_to_relations.php' generated metadata with charset 'UTF-8' 18:34:44.631 DEBUG: 'database/migrations/2019_05_06_132455_add_uuid_to_relations.php' indexed with language 'php' 18:34:44.632 DEBUG: 'database/migrations/2019_07_01_103448_add_project_numer_cols.php' generated metadata with charset 'UTF-8' 18:34:44.632 DEBUG: 'database/migrations/2019_07_01_103448_add_project_numer_cols.php' indexed with language 'php' 18:34:44.633 DEBUG: 'database/migrations/2019_04_26_145121_create_material_table.php' generated metadata with charset 'UTF-8' 18:34:44.633 DEBUG: 'database/migrations/2019_04_26_145121_create_material_table.php' indexed with language 'php' 18:34:44.634 DEBUG: 'database/migrations/2019_05_09_234314_create_projects.php' generated metadata with charset 'UTF-8' 18:34:44.635 DEBUG: 'database/migrations/2019_05_09_234314_create_projects.php' indexed with language 'php' 18:34:44.635 DEBUG: 'database/migrations/2019_06_26_020801_create_lab_project_table.php' generated metadata with charset 'UTF-8' 18:34:44.636 DEBUG: 'database/migrations/2019_06_26_020801_create_lab_project_table.php' indexed with language 'php' 18:34:44.636 DEBUG: 'database/migrations/2019_04_27_001617_create_relation_type_table.php' generated metadata with charset 'UTF-8' 18:34:44.637 DEBUG: 'database/migrations/2019_04_27_001617_create_relation_type_table.php' indexed with language 'php' 18:34:44.637 DEBUG: 'database/migrations/2020_01_03_151540_create_user_tag_pivot.php' generated metadata with charset 'UTF-8' 18:34:44.638 DEBUG: 'database/migrations/2020_01_03_151540_create_user_tag_pivot.php' indexed with language 'php' 18:34:44.638 DEBUG: 'database/migrations/2020_03_30_214515_add_finished_col_to_general_notes.php' generated metadata with charset 'UTF-8' 18:34:44.639 DEBUG: 'database/migrations/2020_03_30_214515_add_finished_col_to_general_notes.php' indexed with language 'php' 18:34:44.639 DEBUG: 'database/migrations/2019_05_29_224923_add_user_lab_pivot_table.php' generated metadata with charset 'UTF-8' 18:34:44.640 DEBUG: 'database/migrations/2019_05_29_224923_add_user_lab_pivot_table.php' indexed with language 'php' 18:34:44.640 DEBUG: 'database/migrations/2019_06_21_172318_add_org_col_to_users.php' generated metadata with charset 'UTF-8' 18:34:44.641 DEBUG: 'database/migrations/2019_06_21_172318_add_org_col_to_users.php' indexed with language 'php' 18:34:44.641 DEBUG: 'database/migrations/2019_05_06_164006_create_tenant_meta_table.php' generated metadata with charset 'UTF-8' 18:34:44.642 DEBUG: 'database/migrations/2019_05_06_164006_create_tenant_meta_table.php' indexed with language 'php' 18:34:44.642 DEBUG: 'database/migrations/2019_05_28_164528_add_cols_to_sub_projects.php' generated metadata with charset 'UTF-8' 18:34:44.643 DEBUG: 'database/migrations/2019_05_28_164528_add_cols_to_sub_projects.php' indexed with language 'php' 18:34:44.643 DEBUG: 'database/migrations/2019_04_26_150159_create_organizations_sectors.php' generated metadata with charset 'UTF-8' 18:34:44.644 DEBUG: 'database/migrations/2019_04_26_150159_create_organizations_sectors.php' indexed with language 'php' 18:34:44.644 DEBUG: 'database/migrations/2019_07_01_181329_create_time_reg.php' generated metadata with charset 'UTF-8' 18:34:44.645 DEBUG: 'database/migrations/2019_07_01_181329_create_time_reg.php' indexed with language 'php' 18:34:44.646 DEBUG: 'database/migrations/2019_04_26_152749_create_relation_address.php' generated metadata with charset 'UTF-8' 18:34:44.646 DEBUG: 'database/migrations/2019_04_26_152749_create_relation_address.php' indexed with language 'php' 18:34:44.647 DEBUG: 'database/migrations/2019_05_23_212127_add_sub_project_details.php' generated metadata with charset 'UTF-8' 18:34:44.647 DEBUG: 'database/migrations/2019_05_23_212127_add_sub_project_details.php' indexed with language 'php' 18:34:44.648 DEBUG: 'database/migrations/2019_07_05_002102_add_employer_note_to_time_reg.php' generated metadata with charset 'UTF-8' 18:34:44.648 DEBUG: 'database/migrations/2019_07_05_002102_add_employer_note_to_time_reg.php' indexed with language 'php' 18:34:44.649 DEBUG: 'database/migrations/2019_07_15_111222_create_planning_material.php' generated metadata with charset 'UTF-8' 18:34:44.649 DEBUG: 'database/migrations/2019_07_15_111222_create_planning_material.php' indexed with language 'php' 18:34:44.650 DEBUG: 'database/migrations/2019_04_26_144908_create_organization_table.php' generated metadata with charset 'UTF-8' 18:34:44.650 DEBUG: 'database/migrations/2019_04_26_144908_create_organization_table.php' indexed with language 'php' 18:34:44.651 DEBUG: 'database/migrations/2019_04_08_180634_create_roles.php' generated metadata with charset 'UTF-8' 18:34:44.651 DEBUG: 'database/migrations/2019_04_08_180634_create_roles.php' indexed with language 'php' 18:34:44.652 DEBUG: 'database/factories/UserFactory.php' generated metadata with charset 'UTF-8' 18:34:44.652 DEBUG: 'database/factories/UserFactory.php' indexed with language 'php' 18:34:44.653 DEBUG: 'database/seeds/DefaultEmailsSeeder.php' generated metadata with charset 'UTF-8' 18:34:44.653 DEBUG: 'database/seeds/DefaultEmailsSeeder.php' indexed with language 'php' 18:34:44.654 DEBUG: 'database/seeds/OrganizationTableSeeder.php' generated metadata with charset 'UTF-8' 18:34:44.654 DEBUG: 'database/seeds/OrganizationTableSeeder.php' indexed with language 'php' 18:34:44.655 DEBUG: 'database/seeds/UserTableSeeder.php' generated metadata with charset 'UTF-8' 18:34:44.655 DEBUG: 'database/seeds/UserTableSeeder.php' indexed with language 'php' 18:34:44.656 DEBUG: 'database/seeds/DatabaseSeeder.php' generated metadata with charset 'UTF-8' 18:34:44.656 DEBUG: 'database/seeds/DatabaseSeeder.php' indexed with language 'php' 18:34:44.656 DEBUG: 'database/seeds/RolesTableSeeder.php' generated metadata with charset 'UTF-8' 18:34:44.657 DEBUG: 'database/seeds/RolesTableSeeder.php' indexed with language 'php' 18:34:44.657 DEBUG: 'database/seeds/TenantTableSeeder.php' generated metadata with charset 'UTF-8' 18:34:44.657 DEBUG: 'database/seeds/TenantTableSeeder.php' indexed with language 'php' 18:34:44.658 DEBUG: 'resources/views/page/edit.blade.php' generated metadata with charset 'UTF-8' 18:34:44.659 DEBUG: 'resources/views/page/edit.blade.php' indexed with language 'php' 18:34:44.659 DEBUG: 'resources/views/page/show.blade.php' generated metadata with charset 'UTF-8' 18:34:44.659 DEBUG: 'resources/views/page/show.blade.php' indexed with language 'php' 18:34:44.660 DEBUG: 'resources/views/page/includes/index_action.blade.php' generated metadata with charset 'UTF-8' 18:34:44.660 DEBUG: 'resources/views/page/includes/index_action.blade.php' indexed with language 'php' 18:34:44.660 DEBUG: 'resources/views/page/includes/form-project.blade.php' generated metadata with charset 'UTF-8' 18:34:44.661 DEBUG: 'resources/views/page/includes/form-project.blade.php' indexed with language 'php' 18:34:44.662 DEBUG: 'resources/views/page/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.662 DEBUG: 'resources/views/page/index.blade.php' indexed with language 'php' 18:34:44.663 DEBUG: 'resources/views/page/create.blade.php' generated metadata with charset 'UTF-8' 18:34:44.663 DEBUG: 'resources/views/page/create.blade.php' indexed with language 'php' 18:34:44.665 DEBUG: 'resources/views/page/page.blade.php' generated metadata with charset 'UTF-8' 18:34:44.666 DEBUG: 'resources/views/page/page.blade.php' indexed with language 'php' 18:34:44.667 DEBUG: 'resources/views/featuredproduct/edit.blade.php' generated metadata with charset 'UTF-8' 18:34:44.667 DEBUG: 'resources/views/featuredproduct/edit.blade.php' indexed with language 'php' 18:34:44.668 DEBUG: 'resources/views/featuredproduct/show.blade.php' generated metadata with charset 'UTF-8' 18:34:44.668 DEBUG: 'resources/views/featuredproduct/show.blade.php' indexed with language 'php' 18:34:44.669 DEBUG: 'resources/views/featuredproduct/includes/index_action.blade.php' generated metadata with charset 'UTF-8' 18:34:44.669 DEBUG: 'resources/views/featuredproduct/includes/index_action.blade.php' indexed with language 'php' 18:34:44.670 DEBUG: 'resources/views/featuredproduct/includes/form-project.blade.php' generated metadata with charset 'UTF-8' 18:34:44.670 DEBUG: 'resources/views/featuredproduct/includes/form-project.blade.php' indexed with language 'php' 18:34:44.671 DEBUG: 'resources/views/featuredproduct/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.672 DEBUG: 'resources/views/featuredproduct/index.blade.php' indexed with language 'php' 18:34:44.673 DEBUG: 'resources/views/featuredproduct/create.blade.php' generated metadata with charset 'UTF-8' 18:34:44.673 DEBUG: 'resources/views/featuredproduct/create.blade.php' indexed with language 'php' 18:34:44.674 DEBUG: 'resources/views/featuredproduct/page.blade.php' generated metadata with charset 'UTF-8' 18:34:44.675 DEBUG: 'resources/views/featuredproduct/page.blade.php' indexed with language 'php' 18:34:44.675 DEBUG: 'resources/views/search/results.blade.php' generated metadata with charset 'UTF-8' 18:34:44.676 DEBUG: 'resources/views/search/results.blade.php' indexed with language 'php' 18:34:44.676 DEBUG: 'resources/views/exports/relations.blade.php' generated metadata with charset 'UTF-8' 18:34:44.676 DEBUG: 'resources/views/exports/relations.blade.php' indexed with language 'php' 18:34:44.677 DEBUG: 'resources/views/exports/projects.blade.php' generated metadata with charset 'UTF-8' 18:34:44.677 DEBUG: 'resources/views/exports/projects.blade.php' indexed with language 'php' 18:34:44.678 DEBUG: 'resources/views/exports/labs.blade.php' generated metadata with charset 'UTF-8' 18:34:44.678 DEBUG: 'resources/views/exports/labs.blade.php' indexed with language 'php' 18:34:44.678 DEBUG: 'resources/views/exports/planning/employees-pdf.blade.php' generated metadata with charset 'UTF-8' 18:34:44.679 DEBUG: 'resources/views/exports/planning/employees-pdf.blade.php' indexed with language 'php' 18:34:44.679 DEBUG: 'resources/views/exports/planning/projects-excel.blade.php' generated metadata with charset 'UTF-8' 18:34:44.679 DEBUG: 'resources/views/exports/planning/projects-excel.blade.php' indexed with language 'php' 18:34:44.680 DEBUG: 'resources/views/exports/planning/projects-pdf.blade.php' generated metadata with charset 'UTF-8' 18:34:44.680 DEBUG: 'resources/views/exports/planning/projects-pdf.blade.php' indexed with language 'php' 18:34:44.681 DEBUG: 'resources/views/exports/planning/employees-excel.blade.php' generated metadata with charset 'UTF-8' 18:34:44.681 DEBUG: 'resources/views/exports/planning/employees-excel.blade.php' indexed with language 'php' 18:34:44.681 DEBUG: 'resources/views/exports/organizations.blade.php' generated metadata with charset 'UTF-8' 18:34:44.681 DEBUG: 'resources/views/exports/organizations.blade.php' indexed with language 'php' 18:34:44.682 DEBUG: 'resources/views/exports/organizations/addresses.blade.php' generated metadata with charset 'UTF-8' 18:34:44.682 DEBUG: 'resources/views/exports/organizations/addresses.blade.php' indexed with language 'php' 18:34:44.683 DEBUG: 'resources/views/exports/material.blade.php' generated metadata with charset 'UTF-8' 18:34:44.683 DEBUG: 'resources/views/exports/material.blade.php' indexed with language 'php' 18:34:44.684 DEBUG: 'resources/views/directories-structure-html/create_directories_html.blade.php' generated metadata with charset 'UTF-8' 18:34:44.684 DEBUG: 'resources/views/directories-structure-html/create_directories_html.blade.php' indexed with language 'php' 18:34:44.685 DEBUG: 'resources/views/roles/edit.blade.php' generated metadata with charset 'UTF-8' 18:34:44.685 DEBUG: 'resources/views/roles/edit.blade.php' indexed with language 'php' 18:34:44.686 DEBUG: 'resources/views/roles/includes/form.blade.php' generated metadata with charset 'UTF-8' 18:34:44.686 DEBUG: 'resources/views/roles/includes/form.blade.php' indexed with language 'php' 18:34:44.687 DEBUG: 'resources/views/roles/includes/index_action.blade.php' generated metadata with charset 'UTF-8' 18:34:44.687 DEBUG: 'resources/views/roles/includes/index_action.blade.php' indexed with language 'php' 18:34:44.688 DEBUG: 'resources/views/roles/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.688 DEBUG: 'resources/views/roles/index.blade.php' indexed with language 'php' 18:34:44.689 DEBUG: 'resources/views/roles/create.blade.php' generated metadata with charset 'UTF-8' 18:34:44.689 DEBUG: 'resources/views/roles/create.blade.php' indexed with language 'php' 18:34:44.690 DEBUG: 'resources/views/errors/puc.blade.php' generated metadata with charset 'UTF-8' 18:34:44.690 DEBUG: 'resources/views/errors/puc.blade.php' indexed with language 'php' 18:34:44.690 DEBUG: 'resources/views/errors/layout.blade.php' generated metadata with charset 'UTF-8' 18:34:44.691 DEBUG: 'resources/views/errors/layout.blade.php' indexed with language 'php' 18:34:44.691 DEBUG: 'resources/views/errors/401.blade.php' generated metadata with charset 'UTF-8' 18:34:44.691 DEBUG: 'resources/views/errors/401.blade.php' indexed with language 'php' 18:34:44.692 DEBUG: 'resources/views/errors/404.blade.php' generated metadata with charset 'UTF-8' 18:34:44.692 DEBUG: 'resources/views/errors/404.blade.php' indexed with language 'php' 18:34:44.692 DEBUG: 'resources/views/errors/minimal.blade.php' generated metadata with charset 'UTF-8' 18:34:44.692 DEBUG: 'resources/views/errors/minimal.blade.php' indexed with language 'php' 18:34:44.693 DEBUG: 'resources/views/errors/500.blade.php' generated metadata with charset 'UTF-8' 18:34:44.693 DEBUG: 'resources/views/errors/500.blade.php' indexed with language 'php' 18:34:44.694 DEBUG: 'resources/views/errors/illustrated-layout.blade.php' generated metadata with charset 'UTF-8' 18:34:44.695 DEBUG: 'resources/views/errors/illustrated-layout.blade.php' indexed with language 'php' 18:34:44.695 DEBUG: 'resources/views/errors/419.blade.php' generated metadata with charset 'UTF-8' 18:34:44.695 DEBUG: 'resources/views/errors/419.blade.php' indexed with language 'php' 18:34:44.696 DEBUG: 'resources/views/errors/429.blade.php' generated metadata with charset 'UTF-8' 18:34:44.696 DEBUG: 'resources/views/errors/429.blade.php' indexed with language 'php' 18:34:44.696 DEBUG: 'resources/views/errors/503.blade.php' generated metadata with charset 'UTF-8' 18:34:44.696 DEBUG: 'resources/views/errors/503.blade.php' indexed with language 'php' 18:34:44.697 DEBUG: 'resources/views/errors/403.blade.php' generated metadata with charset 'UTF-8' 18:34:44.697 DEBUG: 'resources/views/errors/403.blade.php' indexed with language 'php' 18:34:44.698 DEBUG: 'resources/views/pagesettings/recursetree_html.blade.php' generated metadata with charset 'UTF-8' 18:34:44.698 DEBUG: 'resources/views/pagesettings/recursetree_html.blade.php' indexed with language 'php' 18:34:44.699 DEBUG: 'resources/views/pagesettings/menu.blade.php' generated metadata with charset 'UTF-8' 18:34:44.700 DEBUG: 'resources/views/pagesettings/menu.blade.php' indexed with language 'php' 18:34:44.701 DEBUG: 'resources/views/pagesettings/listmenu_html.blade.php' generated metadata with charset 'UTF-8' 18:34:44.701 DEBUG: 'resources/views/pagesettings/listmenu_html.blade.php' indexed with language 'php' 18:34:44.702 DEBUG: 'resources/views/pagesettings/page_setting.blade.php' generated metadata with charset 'UTF-8' 18:34:44.702 DEBUG: 'resources/views/pagesettings/page_setting.blade.php' indexed with language 'php' 18:34:44.703 DEBUG: 'resources/views/pagesettings/includes/home_page.blade.php' generated metadata with charset 'UTF-8' 18:34:44.704 DEBUG: 'resources/views/pagesettings/includes/home_page.blade.php' indexed with language 'php' 18:34:44.704 DEBUG: 'resources/views/pagesettings/includes/tabs.blade.php' generated metadata with charset 'UTF-8' 18:34:44.704 DEBUG: 'resources/views/pagesettings/includes/tabs.blade.php' indexed with language 'php' 18:34:44.705 DEBUG: 'resources/views/pagesettings/includes/form-header.blade.php' generated metadata with charset 'UTF-8' 18:34:44.705 DEBUG: 'resources/views/pagesettings/includes/form-header.blade.php' indexed with language 'php' 18:34:44.706 DEBUG: 'resources/views/pagesettings/includes/form-footer.blade.php' generated metadata with charset 'UTF-8' 18:34:44.706 DEBUG: 'resources/views/pagesettings/includes/form-footer.blade.php' indexed with language 'php' 18:34:44.707 DEBUG: 'resources/views/pagesettings/includes/newsletter_template.blade.php' generated metadata with charset 'UTF-8' 18:34:44.707 DEBUG: 'resources/views/pagesettings/includes/newsletter_template.blade.php' indexed with language 'php' 18:34:44.708 DEBUG: 'resources/views/pagesettings/includes/home_page_bk.blade.php' generated metadata with charset 'UTF-8' 18:34:44.708 DEBUG: 'resources/views/pagesettings/includes/home_page_bk.blade.php' indexed with language 'php' 18:34:44.709 DEBUG: 'resources/views/pagesettings/addtolistmenu_html.blade.php' generated metadata with charset 'UTF-8' 18:34:44.709 DEBUG: 'resources/views/pagesettings/addtolistmenu_html.blade.php' indexed with language 'php' 18:34:44.710 DEBUG: 'resources/views/frontend/zoeken-naar-kleding-helmen.blade.php' generated metadata with charset 'UTF-8' 18:34:44.710 DEBUG: 'resources/views/frontend/zoeken-naar-kleding-helmen.blade.php' indexed with language 'php' 18:34:44.711 DEBUG: 'resources/views/frontend/garantie.blade.php' generated metadata with charset 'UTF-8' 18:34:44.711 DEBUG: 'resources/views/frontend/garantie.blade.php' indexed with language 'php' 18:34:44.711 DEBUG: 'resources/views/frontend/track_trace/track-trace.blade.php' generated metadata with charset 'UTF-8' 18:34:44.712 DEBUG: 'resources/views/frontend/track_trace/track-trace.blade.php' indexed with language 'php' 18:34:44.716 DEBUG: 'resources/views/frontend/bandzoeken/band-zoeken-resultaat.blade.php' generated metadata with charset 'UTF-8' 18:34:44.717 DEBUG: 'resources/views/frontend/bandzoeken/band-zoeken-resultaat.blade.php' indexed with language 'php' 18:34:44.718 DEBUG: 'resources/views/frontend/bandzoeken/band-zoeken.blade.php' generated metadata with charset 'UTF-8' 18:34:44.718 DEBUG: 'resources/views/frontend/bandzoeken/band-zoeken.blade.php' indexed with language 'php' 18:34:44.719 DEBUG: 'resources/views/frontend/old-home.blade.php' generated metadata with charset 'UTF-8' 18:34:44.719 DEBUG: 'resources/views/frontend/old-home.blade.php' indexed with language 'php' 18:34:44.720 DEBUG: 'resources/views/frontend/Mijn_bestellingen/facturen.blade.php' generated metadata with charset 'UTF-8' 18:34:44.720 DEBUG: 'resources/views/frontend/Mijn_bestellingen/facturen.blade.php' indexed with language 'php' 18:34:44.720 DEBUG: 'resources/views/frontend/Mijn_bestellingen/csv_hexon.blade.php' generated metadata with charset 'UTF-8' 18:34:44.721 DEBUG: 'resources/views/frontend/Mijn_bestellingen/csv_hexon.blade.php' indexed with language 'php' 18:34:44.721 DEBUG: 'resources/views/frontend/Mijn_bestellingen/bestelhistorie.blade.php' generated metadata with charset 'UTF-8' 18:34:44.721 DEBUG: 'resources/views/frontend/Mijn_bestellingen/bestelhistorie.blade.php' indexed with language 'php' 18:34:44.722 DEBUG: 'resources/views/frontend/Mijn_bestellingen/opgeslagen-orders.blade.php' generated metadata with charset 'UTF-8' 18:34:44.723 DEBUG: 'resources/views/frontend/Mijn_bestellingen/opgeslagen-orders.blade.php' indexed with language 'php' 18:34:44.723 DEBUG: 'resources/views/frontend/Mijn_bestellingen/backorders.blade.php' generated metadata with charset 'UTF-8' 18:34:44.723 DEBUG: 'resources/views/frontend/Mijn_bestellingen/backorders.blade.php' indexed with language 'php' 18:34:44.725 DEBUG: 'resources/views/frontend/Mijn_bestellingen/bestelhistorie_detail.blade.php' generated metadata with charset 'UTF-8' 18:34:44.725 DEBUG: 'resources/views/frontend/Mijn_bestellingen/bestelhistorie_detail.blade.php' indexed with language 'php' 18:34:44.726 DEBUG: 'resources/views/frontend/Mijn_bestellingen/hexon.blade.php' generated metadata with charset 'UTF-8' 18:34:44.726 DEBUG: 'resources/views/frontend/Mijn_bestellingen/hexon.blade.php' indexed with language 'php' 18:34:44.728 DEBUG: 'resources/views/frontend/Mijn_bestellingen/artikelhistorie.blade.php' generated metadata with charset 'UTF-8' 18:34:44.728 DEBUG: 'resources/views/frontend/Mijn_bestellingen/artikelhistorie.blade.php' indexed with language 'php' 18:34:44.734 DEBUG: 'resources/views/frontend/band-zoeken-resultaat.blade.php' generated metadata with charset 'UTF-8' 18:34:44.736 DEBUG: 'resources/views/frontend/band-zoeken-resultaat.blade.php' indexed with language 'php' 18:34:44.737 DEBUG: 'resources/views/frontend/bruto-orijslijst.blade.php' generated metadata with charset 'UTF-8' 18:34:44.737 DEBUG: 'resources/views/frontend/bruto-orijslijst.blade.php' indexed with language 'php' 18:34:44.740 DEBUG: 'resources/views/frontend/cart/order-bevestigen.blade.php' generated metadata with charset 'UTF-8' 18:34:44.741 DEBUG: 'resources/views/frontend/cart/order-bevestigen.blade.php' indexed with language 'php' 18:34:44.741 DEBUG: 'resources/views/frontend/cart/test-environment.blade.php' generated metadata with charset 'UTF-8' 18:34:44.742 DEBUG: 'resources/views/frontend/cart/test-environment.blade.php' indexed with language 'php' 18:34:44.743 DEBUG: 'resources/views/frontend/cart/winkelwagen.blade.php' generated metadata with charset 'UTF-8' 18:34:44.743 DEBUG: 'resources/views/frontend/cart/winkelwagen.blade.php' indexed with language 'php' 18:34:44.744 DEBUG: 'resources/views/frontend/cart/orderopslaan.blade.php' generated metadata with charset 'UTF-8' 18:34:44.744 DEBUG: 'resources/views/frontend/cart/orderopslaan.blade.php' indexed with language 'php' 18:34:44.745 DEBUG: 'resources/views/frontend/facturen.blade.php' generated metadata with charset 'UTF-8' 18:34:44.746 DEBUG: 'resources/views/frontend/facturen.blade.php' indexed with language 'php' 18:34:44.747 DEBUG: 'resources/views/frontend/mijn-bestelling.blade.php' generated metadata with charset 'UTF-8' 18:34:44.747 DEBUG: 'resources/views/frontend/mijn-bestelling.blade.php' indexed with language 'php' 18:34:44.748 DEBUG: 'resources/views/frontend/first-login.blade.php' generated metadata with charset 'UTF-8' 18:34:44.748 DEBUG: 'resources/views/frontend/first-login.blade.php' indexed with language 'php' 18:34:44.749 DEBUG: 'resources/views/frontend/licence.blade.php' generated metadata with charset 'UTF-8' 18:34:44.749 DEBUG: 'resources/views/frontend/licence.blade.php' indexed with language 'php' 18:34:44.750 DEBUG: 'resources/views/frontend/omgekeerd-result.blade.php' generated metadata with charset 'UTF-8' 18:34:44.751 DEBUG: 'resources/views/frontend/omgekeerd-result.blade.php' indexed with language 'php' 18:34:44.752 DEBUG: 'resources/views/frontend/order-bevestigen.blade.php' generated metadata with charset 'UTF-8' 18:34:44.752 DEBUG: 'resources/views/frontend/order-bevestigen.blade.php' indexed with language 'php' 18:34:44.753 DEBUG: 'resources/views/frontend/product-resultaat.blade.php' generated metadata with charset 'UTF-8' 18:34:44.754 DEBUG: 'resources/views/frontend/product-resultaat.blade.php' indexed with language 'php' 18:34:44.755 DEBUG: 'resources/views/frontend/address/adresboek.blade.php' generated metadata with charset 'UTF-8' 18:34:44.755 DEBUG: 'resources/views/frontend/address/adresboek.blade.php' indexed with language 'php' 18:34:44.755 DEBUG: 'resources/views/frontend/address/adres.blade.php' generated metadata with charset 'UTF-8' 18:34:44.756 DEBUG: 'resources/views/frontend/address/adres.blade.php' indexed with language 'php' 18:34:44.756 DEBUG: 'resources/views/frontend/contact.blade.php' generated metadata with charset 'UTF-8' 18:34:44.757 DEBUG: 'resources/views/frontend/contact.blade.php' indexed with language 'php' 18:34:44.757 DEBUG: 'resources/views/frontend/without-container-product-resultaat.blade.php' generated metadata with charset 'UTF-8' 18:34:44.758 DEBUG: 'resources/views/frontend/without-container-product-resultaat.blade.php' indexed with language 'php' 18:34:44.759 DEBUG: 'resources/views/frontend/kettingkit-config.blade.php' generated metadata with charset 'UTF-8' 18:34:44.759 DEBUG: 'resources/views/frontend/kettingkit-config.blade.php' indexed with language 'php' 18:34:44.760 DEBUG: 'resources/views/frontend/product-zoeken.blade.php' generated metadata with charset 'UTF-8' 18:34:44.760 DEBUG: 'resources/views/frontend/product-zoeken.blade.php' indexed with language 'php' 18:34:44.761 DEBUG: 'resources/views/frontend/smeeradvies.blade.php' generated metadata with charset 'UTF-8' 18:34:44.761 DEBUG: 'resources/views/frontend/smeeradvies.blade.php' indexed with language 'php' 18:34:44.762 DEBUG: 'resources/views/frontend/acties-details.blade.php' generated metadata with charset 'UTF-8' 18:34:44.762 DEBUG: 'resources/views/frontend/acties-details.blade.php' indexed with language 'php' 18:34:44.763 DEBUG: 'resources/views/frontend/resultaat.blade.php' generated metadata with charset 'UTF-8' 18:34:44.763 DEBUG: 'resources/views/frontend/resultaat.blade.php' indexed with language 'php' 18:34:44.764 DEBUG: 'resources/views/frontend/kleding_helmen/kleding_helmen.blade.php' generated metadata with charset 'UTF-8' 18:34:44.764 DEBUG: 'resources/views/frontend/kleding_helmen/kleding_helmen.blade.php' indexed with language 'php' 18:34:44.764 DEBUG: 'resources/views/frontend/zoeken_op_motor/oude-zoekfunctie.blade.php' generated metadata with charset 'UTF-8' 18:34:44.765 DEBUG: 'resources/views/frontend/zoeken_op_motor/oude-zoekfunctie.blade.php' indexed with language 'php' 18:34:44.767 DEBUG: 'resources/views/frontend/zoeken_op_motor/resultaat.blade.php' generated metadata with charset 'UTF-8' 18:34:44.768 DEBUG: 'resources/views/frontend/zoeken_op_motor/resultaat.blade.php' indexed with language 'php' 18:34:44.769 DEBUG: 'resources/views/frontend/zoeken_op_motor/zoeken-op-motor.blade.php' generated metadata with charset 'UTF-8' 18:34:44.770 DEBUG: 'resources/views/frontend/zoeken_op_motor/zoeken-op-motor.blade.php' indexed with language 'php' 18:34:44.770 DEBUG: 'resources/views/frontend/band-zoeken-resultaat' indexed with language 'null' 18:34:44.771 DEBUG: 'resources/views/frontend/garantie-en-retouren.blade.php' generated metadata with charset 'UTF-8' 18:34:44.771 DEBUG: 'resources/views/frontend/garantie-en-retouren.blade.php' indexed with language 'php' 18:34:44.772 DEBUG: 'resources/views/frontend/track-trace.blade.php' generated metadata with charset 'UTF-8' 18:34:44.773 DEBUG: 'resources/views/frontend/track-trace.blade.php' indexed with language 'php' 18:34:44.774 DEBUG: 'resources/views/frontend/login.blade.php' generated metadata with charset 'UTF-8' 18:34:44.774 DEBUG: 'resources/views/frontend/login.blade.php' indexed with language 'php' 18:34:44.775 DEBUG: 'resources/views/frontend/winkelwagen.blade.php' generated metadata with charset 'UTF-8' 18:34:44.775 DEBUG: 'resources/views/frontend/winkelwagen.blade.php' indexed with language 'php' 18:34:44.777 DEBUG: 'resources/views/frontend/product/product-resultaat.blade.php' generated metadata with charset 'UTF-8' 18:34:44.778 DEBUG: 'resources/views/frontend/product/product-resultaat.blade.php' indexed with language 'php' 18:34:44.779 DEBUG: 'resources/views/frontend/product/without-container-product-resultaat.blade.php' generated metadata with charset 'UTF-8' 18:34:44.779 DEBUG: 'resources/views/frontend/product/without-container-product-resultaat.blade.php' indexed with language 'php' 18:34:44.781 DEBUG: 'resources/views/frontend/product/product-zoeken.blade.php' generated metadata with charset 'UTF-8' 18:34:44.781 DEBUG: 'resources/views/frontend/product/product-zoeken.blade.php' indexed with language 'php' 18:34:44.785 DEBUG: 'resources/views/frontend/product/product-zoeken-resultaat.blade.php' generated metadata with charset 'UTF-8' 18:34:44.786 DEBUG: 'resources/views/frontend/product/product-zoeken-resultaat.blade.php' indexed with language 'php' 18:34:44.787 DEBUG: 'resources/views/frontend/omgekeerd-zoeken.blade.php' generated metadata with charset 'UTF-8' 18:34:44.788 DEBUG: 'resources/views/frontend/omgekeerd-zoeken.blade.php' indexed with language 'php' 18:34:44.789 DEBUG: 'resources/views/frontend/bestelhistorie.blade.php' generated metadata with charset 'UTF-8' 18:34:44.789 DEBUG: 'resources/views/frontend/bestelhistorie.blade.php' indexed with language 'php' 18:34:44.790 DEBUG: 'resources/views/frontend/zoeken-naar-catalogus.blade.php' generated metadata with charset 'UTF-8' 18:34:44.791 DEBUG: 'resources/views/frontend/zoeken-naar-catalogus.blade.php' indexed with language 'php' 18:34:44.792 DEBUG: 'resources/views/frontend/acties/single_acties.blade.php' generated metadata with charset 'UTF-8' 18:34:44.792 DEBUG: 'resources/views/frontend/acties/single_acties.blade.php' indexed with language 'php' 18:34:44.793 DEBUG: 'resources/views/frontend/acties/acties_list.blade.php' generated metadata with charset 'UTF-8' 18:34:44.793 DEBUG: 'resources/views/frontend/acties/acties_list.blade.php' indexed with language 'php' 18:34:44.794 DEBUG: 'resources/views/frontend/nieuws/nieuws_list.blade.php' generated metadata with charset 'UTF-8' 18:34:44.794 DEBUG: 'resources/views/frontend/nieuws/nieuws_list.blade.php' indexed with language 'php' 18:34:44.795 DEBUG: 'resources/views/frontend/nieuws/single_nieuws.blade.php' generated metadata with charset 'UTF-8' 18:34:44.795 DEBUG: 'resources/views/frontend/nieuws/single_nieuws.blade.php' indexed with language 'php' 18:34:44.795 DEBUG: 'resources/views/frontend/downloads.blade.php' generated metadata with charset 'UTF-8' 18:34:44.796 DEBUG: 'resources/views/frontend/downloads.blade.php' indexed with language 'php' 18:34:44.797 DEBUG: 'resources/views/frontend/omgekeerd-zoeken/omgekeerd-result.blade.php' generated metadata with charset 'UTF-8' 18:34:44.797 DEBUG: 'resources/views/frontend/omgekeerd-zoeken/omgekeerd-result.blade.php' indexed with language 'php' 18:34:44.797 DEBUG: 'resources/views/frontend/omgekeerd-zoeken/omgekeerd-zoeken.blade.php' generated metadata with charset 'UTF-8' 18:34:44.798 DEBUG: 'resources/views/frontend/omgekeerd-zoeken/omgekeerd-zoeken.blade.php' indexed with language 'php' 18:34:44.798 DEBUG: 'resources/views/frontend/retouren.blade.php' generated metadata with charset 'UTF-8' 18:34:44.799 DEBUG: 'resources/views/frontend/retouren.blade.php' indexed with language 'php' 18:34:44.799 DEBUG: 'resources/views/frontend/band-zoeken.blade.php' generated metadata with charset 'UTF-8' 18:34:44.799 DEBUG: 'resources/views/frontend/band-zoeken.blade.php' indexed with language 'php' 18:34:44.800 DEBUG: 'resources/views/frontend/opgeslagen-orders.blade.php' generated metadata with charset 'UTF-8' 18:34:44.800 DEBUG: 'resources/views/frontend/opgeslagen-orders.blade.php' indexed with language 'php' 18:34:44.801 DEBUG: 'resources/views/frontend/zoeken-op-motor.blade.php' generated metadata with charset 'UTF-8' 18:34:44.802 DEBUG: 'resources/views/frontend/zoeken-op-motor.blade.php' indexed with language 'php' 18:34:44.803 DEBUG: 'resources/views/frontend/download/downloads.blade.php' generated metadata with charset 'UTF-8' 18:34:44.803 DEBUG: 'resources/views/frontend/download/downloads.blade.php' indexed with language 'php' 18:34:44.804 DEBUG: 'resources/views/frontend/download/pdf_view.blade.php' generated metadata with charset 'UTF-8' 18:34:44.805 DEBUG: 'resources/views/frontend/download/pdf_view.blade.php' indexed with language 'php' 18:34:44.805 DEBUG: 'resources/views/frontend/backorders.blade.php' generated metadata with charset 'UTF-8' 18:34:44.806 DEBUG: 'resources/views/frontend/backorders.blade.php' indexed with language 'php' 18:34:44.807 DEBUG: 'resources/views/frontend/bestelhistorie_detail.blade.php' generated metadata with charset 'UTF-8' 18:34:44.807 DEBUG: 'resources/views/frontend/bestelhistorie_detail.blade.php' indexed with language 'php' 18:34:44.808 DEBUG: 'resources/views/frontend/bruto-prijslijst.blade.php' generated metadata with charset 'UTF-8' 18:34:44.809 DEBUG: 'resources/views/frontend/bruto-prijslijst.blade.php' indexed with language 'php' 18:34:44.810 DEBUG: 'resources/views/frontend/wachtwoord_vergeten.blade.php' generated metadata with charset 'UTF-8' 18:34:44.810 DEBUG: 'resources/views/frontend/wachtwoord_vergeten.blade.php' indexed with language 'php' 18:34:44.811 DEBUG: 'resources/views/frontend/order/online_order.blade.php' generated metadata with charset 'UTF-8' 18:34:44.812 DEBUG: 'resources/views/frontend/order/online_order.blade.php' indexed with language 'php' 18:34:44.814 DEBUG: 'resources/views/frontend/order/order-bevestigen.blade.php' generated metadata with charset 'UTF-8' 18:34:44.815 DEBUG: 'resources/views/frontend/order/order-bevestigen.blade.php' indexed with language 'php' 18:34:44.815 DEBUG: 'resources/views/frontend/order/order_conform.blade.php' generated metadata with charset 'UTF-8' 18:34:44.816 DEBUG: 'resources/views/frontend/order/order_conform.blade.php' indexed with language 'php' 18:34:44.817 DEBUG: 'resources/views/frontend/profile/profiel.blade.php' generated metadata with charset 'UTF-8' 18:34:44.818 DEBUG: 'resources/views/frontend/profile/profiel.blade.php' indexed with language 'php' 18:34:44.819 DEBUG: 'resources/views/frontend/profiel.blade.php' generated metadata with charset 'UTF-8' 18:34:44.820 DEBUG: 'resources/views/frontend/profiel.blade.php' indexed with language 'php' 18:34:44.821 DEBUG: 'resources/views/frontend/artikelhistorie.blade.php' generated metadata with charset 'UTF-8' 18:34:44.821 DEBUG: 'resources/views/frontend/artikelhistorie.blade.php' indexed with language 'php' 18:34:44.828 DEBUG: 'resources/views/frontend/style.css' generated metadata with charset 'UTF-8' 18:34:44.834 DEBUG: Average line length for [REMOVED] is 19 18:34:44.834 DEBUG: 'resources/views/frontend/style.css' indexed with language 'css' 18:34:44.835 DEBUG: 'resources/views/frontend/page.blade.php' generated metadata with charset 'UTF-8' 18:34:44.835 DEBUG: 'resources/views/frontend/page.blade.php' indexed with language 'php' 18:34:44.836 DEBUG: 'resources/views/frontend/home.blade.php' generated metadata with charset 'UTF-8' 18:34:44.836 DEBUG: 'resources/views/frontend/home.blade.php' indexed with language 'php' 18:34:44.837 DEBUG: 'resources/views/settings/reporting-obligation/edit.blade.php' generated metadata with charset 'UTF-8' 18:34:44.837 DEBUG: 'resources/views/settings/reporting-obligation/edit.blade.php' indexed with language 'php' 18:34:44.838 DEBUG: 'resources/views/settings/reporting-obligation/includes/form.blade.php' generated metadata with charset 'UTF-8' 18:34:44.838 DEBUG: 'resources/views/settings/reporting-obligation/includes/form.blade.php' indexed with language 'php' 18:34:44.839 DEBUG: 'resources/views/settings/reporting-obligation/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.839 DEBUG: 'resources/views/settings/reporting-obligation/index.blade.php' indexed with language 'php' 18:34:44.840 DEBUG: 'resources/views/settings/reporting-obligation/create.blade.php' generated metadata with charset 'UTF-8' 18:34:44.840 DEBUG: 'resources/views/settings/reporting-obligation/create.blade.php' indexed with language 'php' 18:34:44.841 DEBUG: 'resources/views/settings/email/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.841 DEBUG: 'resources/views/settings/email/index.blade.php' indexed with language 'php' 18:34:44.842 DEBUG: 'resources/views/settings/includes/form-time-registration.blade.php' generated metadata with charset 'UTF-8' 18:34:44.842 DEBUG: 'resources/views/settings/includes/form-time-registration.blade.php' indexed with language 'php' 18:34:44.843 DEBUG: 'resources/views/settings/includes/tabs.blade.php' generated metadata with charset 'UTF-8' 18:34:44.843 DEBUG: 'resources/views/settings/includes/tabs.blade.php' indexed with language 'php' 18:34:44.844 DEBUG: 'resources/views/settings/includes/form-projects.blade.php' generated metadata with charset 'UTF-8' 18:34:44.844 DEBUG: 'resources/views/settings/includes/form-projects.blade.php' indexed with language 'php' 18:34:44.844 DEBUG: 'resources/views/settings/includes/form-identity.blade.php' generated metadata with charset 'UTF-8' 18:34:44.845 DEBUG: 'resources/views/settings/includes/form-identity.blade.php' indexed with language 'php' 18:34:44.845 DEBUG: 'resources/views/settings/includes/form-email.blade.php' generated metadata with charset 'UTF-8' 18:34:44.845 DEBUG: 'resources/views/settings/includes/form-email.blade.php' indexed with language 'php' 18:34:44.846 DEBUG: 'resources/views/settings/includes/form-planning.blade.php' generated metadata with charset 'UTF-8' 18:34:44.846 DEBUG: 'resources/views/settings/includes/form-planning.blade.php' indexed with language 'php' 18:34:44.847 DEBUG: 'resources/views/settings/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.848 DEBUG: 'resources/views/settings/index.blade.php' indexed with language 'php' 18:34:44.848 DEBUG: 'resources/views/auth/verify.blade.php' generated metadata with charset 'UTF-8' 18:34:44.848 DEBUG: 'resources/views/auth/verify.blade.php' indexed with language 'php' 18:34:44.849 DEBUG: 'resources/views/auth/register.blade.php' generated metadata with charset 'UTF-8' 18:34:44.849 DEBUG: 'resources/views/auth/register.blade.php' indexed with language 'php' 18:34:44.850 DEBUG: 'resources/views/auth/passwords/email.blade.php' generated metadata with charset 'UTF-8' 18:34:44.850 DEBUG: 'resources/views/auth/passwords/email.blade.php' indexed with language 'php' 18:34:44.851 DEBUG: 'resources/views/auth/passwords/reset.blade.php' generated metadata with charset 'UTF-8' 18:34:44.851 DEBUG: 'resources/views/auth/passwords/reset.blade.php' indexed with language 'php' 18:34:44.852 DEBUG: 'resources/views/auth/login.blade.php' generated metadata with charset 'UTF-8' 18:34:44.852 DEBUG: 'resources/views/auth/login.blade.php' indexed with language 'php' 18:34:44.854 DEBUG: 'resources/views/models/addmedia.blade.php' generated metadata with charset 'UTF-8' 18:34:44.854 DEBUG: 'resources/views/models/addmedia.blade.php' indexed with language 'php' 18:34:44.855 DEBUG: 'resources/views/media/edit.blade.php' generated metadata with charset 'UTF-8' 18:34:44.855 DEBUG: 'resources/views/media/edit.blade.php' indexed with language 'php' 18:34:44.855 DEBUG: 'resources/views/media/createtreeli_html.blade.php' generated metadata with charset 'UTF-8' 18:34:44.856 DEBUG: 'resources/views/media/createtreeli_html.blade.php' indexed with language 'php' 18:34:44.856 DEBUG: 'resources/views/media/getalldirectories_html.blade.php' generated metadata with charset 'UTF-8' 18:34:44.856 DEBUG: 'resources/views/media/getalldirectories_html.blade.php' indexed with language 'php' 18:34:44.857 DEBUG: 'resources/views/media/media_editdata_html.blade.php' generated metadata with charset 'UTF-8' 18:34:44.857 DEBUG: 'resources/views/media/media_editdata_html.blade.php' indexed with language 'php' 18:34:44.858 DEBUG: 'resources/views/media/includes/list.blade.php' generated metadata with charset 'UTF-8' 18:34:44.859 DEBUG: 'resources/views/media/includes/list.blade.php' indexed with language 'php' 18:34:44.860 DEBUG: 'resources/views/media/includes/form.blade.php' generated metadata with charset 'UTF-8' 18:34:44.860 DEBUG: 'resources/views/media/includes/form.blade.php' indexed with language 'php' 18:34:44.861 DEBUG: 'resources/views/media/includes/tabs.blade.php' generated metadata with charset 'UTF-8' 18:34:44.861 DEBUG: 'resources/views/media/includes/tabs.blade.php' indexed with language 'php' 18:34:44.862 DEBUG: 'resources/views/media/includes/flashMessage.blade.php' generated metadata with charset 'UTF-8' 18:34:44.862 DEBUG: 'resources/views/media/includes/flashMessage.blade.php' indexed with language 'php' 18:34:44.863 DEBUG: 'resources/views/media/includes/list_backup.blade.php' generated metadata with charset 'UTF-8' 18:34:44.863 DEBUG: 'resources/views/media/includes/list_backup.blade.php' indexed with language 'php' 18:34:44.864 DEBUG: 'resources/views/media/createopts_html.blade.php' generated metadata with charset 'UTF-8' 18:34:44.864 DEBUG: 'resources/views/media/createopts_html.blade.php' indexed with language 'php' 18:34:44.864 DEBUG: 'resources/views/media/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.864 DEBUG: 'resources/views/media/index.blade.php' indexed with language 'php' 18:34:44.865 DEBUG: 'resources/views/media/create.blade.php' generated metadata with charset 'UTF-8' 18:34:44.865 DEBUG: 'resources/views/media/create.blade.php' indexed with language 'php' 18:34:44.866 DEBUG: 'resources/views/products/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.866 DEBUG: 'resources/views/products/index.blade.php' indexed with language 'php' 18:34:44.867 DEBUG: 'resources/views/acties/edit.blade.php' generated metadata with charset 'UTF-8' 18:34:44.867 DEBUG: 'resources/views/acties/edit.blade.php' indexed with language 'php' 18:34:44.868 DEBUG: 'resources/views/acties/includes/index_action.blade.php' generated metadata with charset 'UTF-8' 18:34:44.868 DEBUG: 'resources/views/acties/includes/index_action.blade.php' indexed with language 'php' 18:34:44.869 DEBUG: 'resources/views/acties/includes/form-project.blade.php' generated metadata with charset 'UTF-8' 18:34:44.869 DEBUG: 'resources/views/acties/includes/form-project.blade.php' indexed with language 'php' 18:34:44.870 DEBUG: 'resources/views/acties/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.870 DEBUG: 'resources/views/acties/index.blade.php' indexed with language 'php' 18:34:44.871 DEBUG: 'resources/views/acties/create.blade.php' generated metadata with charset 'UTF-8' 18:34:44.871 DEBUG: 'resources/views/acties/create.blade.php' indexed with language 'php' 18:34:44.872 DEBUG: 'resources/views/users/edit.blade.php' generated metadata with charset 'UTF-8' 18:34:44.872 DEBUG: 'resources/views/users/edit.blade.php' indexed with language 'php' 18:34:44.873 DEBUG: 'resources/views/users/createdealers.blade.php' generated metadata with charset 'UTF-8' 18:34:44.873 DEBUG: 'resources/views/users/createdealers.blade.php' indexed with language 'php' 18:34:44.874 DEBUG: 'resources/views/users/tags/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.874 DEBUG: 'resources/views/users/tags/index.blade.php' indexed with language 'php' 18:34:44.875 DEBUG: 'resources/views/users/dealers.blade.php' generated metadata with charset 'UTF-8' 18:34:44.876 DEBUG: 'resources/views/users/dealers.blade.php' indexed with language 'php' 18:34:44.877 DEBUG: 'resources/views/users/includes/form.blade.php' generated metadata with charset 'UTF-8' 18:34:44.878 DEBUG: 'resources/views/users/includes/form.blade.php' indexed with language 'php' 18:34:44.879 DEBUG: 'resources/views/users/includes/tabs.blade.php' generated metadata with charset 'UTF-8' 18:34:44.879 DEBUG: 'resources/views/users/includes/tabs.blade.php' indexed with language 'php' 18:34:44.880 DEBUG: 'resources/views/users/includes/form-steps.blade.php' generated metadata with charset 'UTF-8' 18:34:44.880 DEBUG: 'resources/views/users/includes/form-steps.blade.php' indexed with language 'php' 18:34:44.880 DEBUG: 'resources/views/users/includes/header-buttons.blade.php' generated metadata with charset 'UTF-8' 18:34:44.881 DEBUG: 'resources/views/users/includes/header-buttons.blade.php' indexed with language 'php' 18:34:44.881 DEBUG: 'resources/views/users/archive.blade.php' generated metadata with charset 'UTF-8' 18:34:44.882 DEBUG: 'resources/views/users/archive.blade.php' indexed with language 'php' 18:34:44.883 DEBUG: 'resources/views/users/editdealers.blade.php' generated metadata with charset 'UTF-8' 18:34:44.883 DEBUG: 'resources/views/users/editdealers.blade.php' indexed with language 'php' 18:34:44.884 DEBUG: 'resources/views/users/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.885 DEBUG: 'resources/views/users/index.blade.php' indexed with language 'php' 18:34:44.886 DEBUG: 'resources/views/users/create.blade.php' generated metadata with charset 'UTF-8' 18:34:44.886 DEBUG: 'resources/views/users/create.blade.php' indexed with language 'php' 18:34:44.888 DEBUG: 'resources/views/my-profile/edit.blade.php' generated metadata with charset 'UTF-8' 18:34:44.889 DEBUG: 'resources/views/my-profile/edit.blade.php' indexed with language 'php' 18:34:44.890 DEBUG: 'resources/views/layouts/visitors/html/head.blade.php' generated metadata with charset 'UTF-8' 18:34:44.890 DEBUG: 'resources/views/layouts/visitors/html/head.blade.php' indexed with language 'php' 18:34:44.891 DEBUG: 'resources/views/layouts/visitors/site.blade.php' generated metadata with charset 'UTF-8' 18:34:44.891 DEBUG: 'resources/views/layouts/visitors/site.blade.php' indexed with language 'php' 18:34:44.893 DEBUG: 'resources/views/layouts/visitors/footer/footer.blade.php' generated metadata with charset 'UTF-8' 18:34:44.895 DEBUG: 'resources/views/layouts/visitors/footer/footer.blade.php' indexed with language 'php' 18:34:44.896 DEBUG: 'resources/views/layouts/visitors/footer/withoutcontainerfooter.blade.php' generated metadata with charset 'UTF-8' 18:34:44.896 DEBUG: 'resources/views/layouts/visitors/footer/withoutcontainerfooter.blade.php' indexed with language 'php' 18:34:44.899 DEBUG: 'resources/views/layouts/visitors/aside/sidebar.blade.php' generated metadata with charset 'UTF-8' 18:34:44.901 DEBUG: 'resources/views/layouts/visitors/aside/sidebar.blade.php' indexed with language 'php' 18:34:44.902 DEBUG: 'resources/views/layouts/visitors/header/form.blade.php' generated metadata with charset 'UTF-8' 18:34:44.902 DEBUG: 'resources/views/layouts/visitors/header/form.blade.php' indexed with language 'php' 18:34:44.904 DEBUG: 'resources/views/layouts/visitors/header/old-header.blade.php' generated metadata with charset 'UTF-8' 18:34:44.905 DEBUG: 'resources/views/layouts/visitors/header/old-header.blade.php' indexed with language 'php' 18:34:44.906 DEBUG: 'resources/views/layouts/visitors/header/withoutcontainerheader.blade.php' generated metadata with charset 'UTF-8' 18:34:44.907 DEBUG: 'resources/views/layouts/visitors/header/withoutcontainerheader.blade.php' indexed with language 'php' 18:34:44.907 DEBUG: 'resources/views/layouts/visitors/header/search_resutat.blade.php' generated metadata with charset 'UTF-8' 18:34:44.908 DEBUG: 'resources/views/layouts/visitors/header/search_resutat.blade.php' indexed with language 'php' 18:34:44.909 DEBUG: 'resources/views/layouts/visitors/header/product-header.blade.php' generated metadata with charset 'UTF-8' 18:34:44.910 DEBUG: 'resources/views/layouts/visitors/header/product-header.blade.php' indexed with language 'php' 18:34:44.911 DEBUG: 'resources/views/layouts/visitors/header/header.blade.php' generated metadata with charset 'UTF-8' 18:34:44.912 DEBUG: 'resources/views/layouts/visitors/header/header.blade.php' indexed with language 'php' 18:34:44.913 DEBUG: 'resources/views/layouts/email/template.blade.php' generated metadata with charset 'UTF-8' 18:34:44.913 DEBUG: 'resources/views/layouts/email/template.blade.php' indexed with language 'php' 18:34:44.914 DEBUG: 'resources/views/layouts/email/forgot_password.blade.php' generated metadata with charset 'UTF-8' 18:34:44.914 DEBUG: 'resources/views/layouts/email/forgot_password.blade.php' indexed with language 'php' 18:34:44.915 DEBUG: 'resources/views/layouts/pdf.blade.php' generated metadata with charset 'UTF-8' 18:34:44.915 DEBUG: 'resources/views/layouts/pdf.blade.php' indexed with language 'php' 18:34:44.917 DEBUG: 'resources/views/layouts/admin/html/quick-panel/actions.blade.php' generated metadata with charset 'UTF-8' 18:34:44.917 DEBUG: 'resources/views/layouts/admin/html/quick-panel/actions.blade.php' indexed with language 'php' 18:34:44.918 DEBUG: 'resources/views/layouts/admin/html/quick-panel/settings.blade.php' generated metadata with charset 'UTF-8' 18:34:44.918 DEBUG: 'resources/views/layouts/admin/html/quick-panel/settings.blade.php' indexed with language 'php' 18:34:44.920 DEBUG: 'resources/views/layouts/admin/html/quick-panel/notifications.blade.php' generated metadata with charset 'UTF-8' 18:34:44.920 DEBUG: 'resources/views/layouts/admin/html/quick-panel/notifications.blade.php' indexed with language 'php' 18:34:44.921 DEBUG: 'resources/views/layouts/admin/html/quick-actions.blade.php' generated metadata with charset 'UTF-8' 18:34:44.921 DEBUG: 'resources/views/layouts/admin/html/quick-actions.blade.php' indexed with language 'php' 18:34:44.921 DEBUG: 'resources/views/layouts/admin/html/head.blade.php' generated metadata with charset 'UTF-8' 18:34:44.921 DEBUG: 'resources/views/layouts/admin/html/head.blade.php' indexed with language 'php' 18:34:44.922 DEBUG: 'resources/views/layouts/admin/html/quick-panel.blade.php' generated metadata with charset 'UTF-8' 18:34:44.922 DEBUG: 'resources/views/layouts/admin/html/quick-panel.blade.php' indexed with language 'php' 18:34:44.922 DEBUG: 'resources/views/layouts/admin/html/browser-check.blade.php' generated metadata with charset 'UTF-8' 18:34:44.923 DEBUG: 'resources/views/layouts/admin/html/browser-check.blade.php' indexed with language 'php' 18:34:44.923 DEBUG: 'resources/views/layouts/admin/html/scroll-top.blade.php' generated metadata with charset 'UTF-8' 18:34:44.923 DEBUG: 'resources/views/layouts/admin/html/scroll-top.blade.php' indexed with language 'php' 18:34:44.924 DEBUG: 'resources/views/layouts/admin/html/footer.blade.php' generated metadata with charset 'UTF-8' 18:34:44.925 DEBUG: 'resources/views/layouts/admin/html/footer.blade.php' indexed with language 'php' 18:34:44.925 DEBUG: 'resources/views/layouts/admin/html/includes/todo.blade.php' generated metadata with charset 'UTF-8' 18:34:44.925 DEBUG: 'resources/views/layouts/admin/html/includes/todo.blade.php' indexed with language 'php' 18:34:44.926 DEBUG: 'resources/views/layouts/admin/footer/full-page-spinner.blade.php' generated metadata with charset 'UTF-8' 18:34:44.926 DEBUG: 'resources/views/layouts/admin/footer/full-page-spinner.blade.php' indexed with language 'php' 18:34:44.927 DEBUG: 'resources/views/layouts/admin/footer/footer.blade.php' generated metadata with charset 'UTF-8' 18:34:44.927 DEBUG: 'resources/views/layouts/admin/footer/footer.blade.php' indexed with language 'php' 18:34:44.928 DEBUG: 'resources/views/layouts/admin/footer/spinner.blade.php' generated metadata with charset 'UTF-8' 18:34:44.928 DEBUG: 'resources/views/layouts/admin/footer/spinner.blade.php' indexed with language 'php' 18:34:44.928 DEBUG: 'resources/views/layouts/admin/aside/aside.blade.php' generated metadata with charset 'UTF-8' 18:34:44.928 DEBUG: 'resources/views/layouts/admin/aside/aside.blade.php' indexed with language 'php' 18:34:44.929 DEBUG: 'resources/views/layouts/admin/aside/menu.blade.php' generated metadata with charset 'UTF-8' 18:34:44.930 DEBUG: 'resources/views/layouts/admin/aside/menu.blade.php' indexed with language 'php' 18:34:44.930 DEBUG: 'resources/views/layouts/admin/aside/footer.blade.php' generated metadata with charset 'UTF-8' 18:34:44.930 DEBUG: 'resources/views/layouts/admin/aside/footer.blade.php' indexed with language 'php' 18:34:44.931 DEBUG: 'resources/views/layouts/admin/aside/menu.blade.php.bak' indexed with language 'null' 18:34:44.931 DEBUG: 'resources/views/layouts/admin/aside/logo.blade.php' generated metadata with charset 'UTF-8' 18:34:44.931 DEBUG: 'resources/views/layouts/admin/aside/logo.blade.php' indexed with language 'php' 18:34:44.932 DEBUG: 'resources/views/layouts/admin/subheader/subheader.blade.php' generated metadata with charset 'UTF-8' 18:34:44.932 DEBUG: 'resources/views/layouts/admin/subheader/subheader.blade.php' indexed with language 'php' 18:34:44.932 DEBUG: 'resources/views/layouts/admin/subheader/title.blade.php' generated metadata with charset 'UTF-8' 18:34:44.932 DEBUG: 'resources/views/layouts/admin/subheader/title.blade.php' indexed with language 'php' 18:34:44.933 DEBUG: 'resources/views/layouts/admin/subheader/toolbar.blade.php' generated metadata with charset 'UTF-8' 18:34:44.933 DEBUG: 'resources/views/layouts/admin/subheader/toolbar.blade.php' indexed with language 'php' 18:34:44.934 DEBUG: 'resources/views/layouts/admin/subheader/breadcrumbs.blade.php' generated metadata with charset 'UTF-8' 18:34:44.934 DEBUG: 'resources/views/layouts/admin/subheader/breadcrumbs.blade.php' indexed with language 'php' 18:34:44.934 DEBUG: 'resources/views/layouts/admin/admin.blade.php' generated metadata with charset 'UTF-8' 18:34:44.935 DEBUG: 'resources/views/layouts/admin/admin.blade.php' indexed with language 'php' 18:34:44.935 DEBUG: 'resources/views/layouts/admin/header/search.blade.php' generated metadata with charset 'UTF-8' 18:34:44.935 DEBUG: 'resources/views/layouts/admin/header/search.blade.php' indexed with language 'php' 18:34:44.937 DEBUG: 'resources/views/layouts/admin/header/menu.blade.php' generated metadata with charset 'UTF-8' 18:34:44.937 DEBUG: 'resources/views/layouts/admin/header/menu.blade.php' indexed with language 'php' 18:34:44.938 DEBUG: 'resources/views/layouts/admin/header/user-bar.blade.php' generated metadata with charset 'UTF-8' 18:34:44.938 DEBUG: 'resources/views/layouts/admin/header/user-bar.blade.php' indexed with language 'php' 18:34:44.939 DEBUG: 'resources/views/layouts/admin/header/quick-panel-toggler.blade.php' generated metadata with charset 'UTF-8' 18:34:44.939 DEBUG: 'resources/views/layouts/admin/header/quick-panel-toggler.blade.php' indexed with language 'php' 18:34:44.939 DEBUG: 'resources/views/layouts/admin/header/languages.blade.php' generated metadata with charset 'UTF-8' 18:34:44.940 DEBUG: 'resources/views/layouts/admin/header/languages.blade.php' indexed with language 'php' 18:34:44.940 DEBUG: 'resources/views/layouts/admin/header/notifications.blade.php' generated metadata with charset 'UTF-8' 18:34:44.941 DEBUG: 'resources/views/layouts/admin/header/notifications.blade.php' indexed with language 'php' 18:34:44.941 DEBUG: 'resources/views/layouts/admin/header/mobile.blade.php' generated metadata with charset 'UTF-8' 18:34:44.941 DEBUG: 'resources/views/layouts/admin/header/mobile.blade.php' indexed with language 'php' 18:34:44.942 DEBUG: 'resources/views/layouts/admin/header/header.blade.php' generated metadata with charset 'UTF-8' 18:34:44.942 DEBUG: 'resources/views/layouts/admin/header/header.blade.php' indexed with language 'php' 18:34:44.943 DEBUG: 'resources/views/layouts/admin/header/quick-actions-toggler.blade.php' generated metadata with charset 'UTF-8' 18:34:44.943 DEBUG: 'resources/views/layouts/admin/header/quick-actions-toggler.blade.php' indexed with language 'php' 18:34:44.943 DEBUG: 'resources/views/layouts/logged-out/footer.blade.php' generated metadata with charset 'UTF-8' 18:34:44.944 DEBUG: 'resources/views/layouts/logged-out/footer.blade.php' indexed with language 'php' 18:34:44.944 DEBUG: 'resources/views/layouts/logged-out/header.blade.php' generated metadata with charset 'UTF-8' 18:34:44.945 DEBUG: 'resources/views/layouts/logged-out/header.blade.php' indexed with language 'php' 18:34:44.945 DEBUG: 'resources/views/layouts/logged-out/logged-out.blade.php' generated metadata with charset 'UTF-8' 18:34:44.945 DEBUG: 'resources/views/layouts/logged-out/logged-out.blade.php' indexed with language 'php' 18:34:44.946 DEBUG: 'resources/views/admin/layout/elements/html/quick-panel/actions.blade.php' generated metadata with charset 'UTF-8' 18:34:44.947 DEBUG: 'resources/views/admin/layout/elements/html/quick-panel/actions.blade.php' indexed with language 'php' 18:34:44.948 DEBUG: 'resources/views/admin/layout/elements/html/quick-panel/settings.blade.php' generated metadata with charset 'UTF-8' 18:34:44.948 DEBUG: 'resources/views/admin/layout/elements/html/quick-panel/settings.blade.php' indexed with language 'php' 18:34:44.949 DEBUG: 'resources/views/admin/layout/elements/html/quick-panel/notifications.blade.php' generated metadata with charset 'UTF-8' 18:34:44.949 DEBUG: 'resources/views/admin/layout/elements/html/quick-panel/notifications.blade.php' indexed with language 'php' 18:34:44.949 DEBUG: 'resources/views/admin/layout/elements/html/quick-actions.blade.php' generated metadata with charset 'UTF-8' 18:34:44.950 DEBUG: 'resources/views/admin/layout/elements/html/quick-actions.blade.php' indexed with language 'php' 18:34:44.950 DEBUG: 'resources/views/admin/layout/elements/html/head.blade.php' generated metadata with charset 'UTF-8' 18:34:44.950 DEBUG: 'resources/views/admin/layout/elements/html/head.blade.php' indexed with language 'php' 18:34:44.951 DEBUG: 'resources/views/admin/layout/elements/html/quick-panel.blade.php' generated metadata with charset 'UTF-8' 18:34:44.951 DEBUG: 'resources/views/admin/layout/elements/html/quick-panel.blade.php' indexed with language 'php' 18:34:44.952 DEBUG: 'resources/views/admin/layout/elements/html/scroll-top.blade.php' generated metadata with charset 'UTF-8' 18:34:44.952 DEBUG: 'resources/views/admin/layout/elements/html/scroll-top.blade.php' indexed with language 'php' 18:34:44.953 DEBUG: 'resources/views/admin/layout/elements/html/footer.blade.php' generated metadata with charset 'UTF-8' 18:34:44.953 DEBUG: 'resources/views/admin/layout/elements/html/footer.blade.php' indexed with language 'php' 18:34:44.954 DEBUG: 'resources/views/admin/layout/elements/footer/footer.blade.php' generated metadata with charset 'UTF-8' 18:34:44.954 DEBUG: 'resources/views/admin/layout/elements/footer/footer.blade.php' indexed with language 'php' 18:34:44.954 DEBUG: 'resources/views/admin/layout/elements/aside/aside.blade.php' generated metadata with charset 'UTF-8' 18:34:44.955 DEBUG: 'resources/views/admin/layout/elements/aside/aside.blade.php' indexed with language 'php' 18:34:44.961 DEBUG: 'resources/views/admin/layout/elements/aside/menu.blade.php' generated metadata with charset 'UTF-8' 18:34:44.963 DEBUG: 'resources/views/admin/layout/elements/aside/menu.blade.php' indexed with language 'php' 18:34:44.964 DEBUG: 'resources/views/admin/layout/elements/aside/footer.blade.php' generated metadata with charset 'UTF-8' 18:34:44.964 DEBUG: 'resources/views/admin/layout/elements/aside/footer.blade.php' indexed with language 'php' 18:34:44.964 DEBUG: 'resources/views/admin/layout/elements/aside/logo.blade.php' generated metadata with charset 'UTF-8' 18:34:44.965 DEBUG: 'resources/views/admin/layout/elements/aside/logo.blade.php' indexed with language 'php' 18:34:44.965 DEBUG: 'resources/views/admin/layout/elements/subheader/subheader.blade.php' generated metadata with charset 'UTF-8' 18:34:44.965 DEBUG: 'resources/views/admin/layout/elements/subheader/subheader.blade.php' indexed with language 'php' 18:34:44.966 DEBUG: 'resources/views/admin/layout/elements/subheader/title.blade.php' generated metadata with charset 'UTF-8' 18:34:44.966 DEBUG: 'resources/views/admin/layout/elements/subheader/title.blade.php' indexed with language 'php' 18:34:44.967 DEBUG: 'resources/views/admin/layout/elements/subheader/toolbar.blade.php' generated metadata with charset 'UTF-8' 18:34:44.967 DEBUG: 'resources/views/admin/layout/elements/subheader/toolbar.blade.php' indexed with language 'php' 18:34:44.968 DEBUG: 'resources/views/admin/layout/elements/subheader/breadcrumbs.blade.php' generated metadata with charset 'UTF-8' 18:34:44.968 DEBUG: 'resources/views/admin/layout/elements/subheader/breadcrumbs.blade.php' indexed with language 'php' 18:34:44.969 DEBUG: 'resources/views/admin/layout/elements/header/search.blade.php' generated metadata with charset 'UTF-8' 18:34:44.969 DEBUG: 'resources/views/admin/layout/elements/header/search.blade.php' indexed with language 'php' 18:34:44.972 DEBUG: 'resources/views/admin/layout/elements/header/menu.blade.php' generated metadata with charset 'UTF-8' 18:34:44.972 DEBUG: 'resources/views/admin/layout/elements/header/menu.blade.php' indexed with language 'php' 18:34:44.973 DEBUG: 'resources/views/admin/layout/elements/header/user-bar.blade.php' generated metadata with charset 'UTF-8' 18:34:44.973 DEBUG: 'resources/views/admin/layout/elements/header/user-bar.blade.php' indexed with language 'php' 18:34:44.974 DEBUG: 'resources/views/admin/layout/elements/header/quick-panel-toggler.blade.php' generated metadata with charset 'UTF-8' 18:34:44.974 DEBUG: 'resources/views/admin/layout/elements/header/quick-panel-toggler.blade.php' indexed with language 'php' 18:34:44.975 DEBUG: 'resources/views/admin/layout/elements/header/languages.blade.php' generated metadata with charset 'UTF-8' 18:34:44.975 DEBUG: 'resources/views/admin/layout/elements/header/languages.blade.php' indexed with language 'php' 18:34:44.976 DEBUG: 'resources/views/admin/layout/elements/header/notifications.blade.php' generated metadata with charset 'UTF-8' 18:34:44.976 DEBUG: 'resources/views/admin/layout/elements/header/notifications.blade.php' indexed with language 'php' 18:34:44.976 DEBUG: 'resources/views/admin/layout/elements/header/mobile.blade.php' generated metadata with charset 'UTF-8' 18:34:44.977 DEBUG: 'resources/views/admin/layout/elements/header/mobile.blade.php' indexed with language 'php' 18:34:44.977 DEBUG: 'resources/views/admin/layout/elements/header/header.blade.php' generated metadata with charset 'UTF-8' 18:34:44.977 DEBUG: 'resources/views/admin/layout/elements/header/header.blade.php' indexed with language 'php' 18:34:44.978 DEBUG: 'resources/views/admin/layout/elements/header/quick-actions-toggler.blade.php' generated metadata with charset 'UTF-8' 18:34:44.978 DEBUG: 'resources/views/admin/layout/elements/header/quick-actions-toggler.blade.php' indexed with language 'php' 18:34:44.979 DEBUG: 'resources/views/admin/auth/verify.blade.php' generated metadata with charset 'UTF-8' 18:34:44.979 DEBUG: 'resources/views/admin/auth/verify.blade.php' indexed with language 'php' 18:34:44.979 DEBUG: 'resources/views/admin/auth/register.blade.php' generated metadata with charset 'UTF-8' 18:34:44.980 DEBUG: 'resources/views/admin/auth/register.blade.php' indexed with language 'php' 18:34:44.980 DEBUG: 'resources/views/admin/auth/passwords/email.blade.php' generated metadata with charset 'UTF-8' 18:34:44.980 DEBUG: 'resources/views/admin/auth/passwords/email.blade.php' indexed with language 'php' 18:34:44.981 DEBUG: 'resources/views/admin/auth/passwords/reset.blade.php' generated metadata with charset 'UTF-8' 18:34:44.981 DEBUG: 'resources/views/admin/auth/passwords/reset.blade.php' indexed with language 'php' 18:34:44.982 DEBUG: 'resources/views/admin/auth/login.blade.php' generated metadata with charset 'UTF-8' 18:34:44.982 DEBUG: 'resources/views/admin/auth/login.blade.php' indexed with language 'php' 18:34:44.983 DEBUG: 'resources/views/admin/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.984 DEBUG: 'resources/views/admin/index.blade.php' indexed with language 'php' 18:34:44.984 DEBUG: 'resources/views/includes/toast-error.blade.php' generated metadata with charset 'UTF-8' 18:34:44.985 DEBUG: 'resources/views/includes/toast-error.blade.php' indexed with language 'php' 18:34:44.985 DEBUG: 'resources/views/includes/toast-success.blade.php' generated metadata with charset 'UTF-8' 18:34:44.985 DEBUG: 'resources/views/includes/toast-success.blade.php' indexed with language 'php' 18:34:44.986 DEBUG: 'resources/views/includes/alert.blade.php' generated metadata with charset 'UTF-8' 18:34:44.986 DEBUG: 'resources/views/includes/alert.blade.php' indexed with language 'php' 18:34:44.986 DEBUG: 'resources/views/includes/breadcrumbs.blade.php' generated metadata with charset 'UTF-8' 18:34:44.986 DEBUG: 'resources/views/includes/breadcrumbs.blade.php' indexed with language 'php' 18:34:44.987 DEBUG: 'resources/views/includes/form/checkboxes.blade.php' generated metadata with charset 'UTF-8' 18:34:44.987 DEBUG: 'resources/views/includes/form/checkboxes.blade.php' indexed with language 'php' 18:34:44.988 DEBUG: 'resources/views/statistics/includes/normal_site_list.blade.php' generated metadata with charset 'UTF-8' 18:34:44.988 DEBUG: 'resources/views/statistics/includes/normal_site_list.blade.php' indexed with language 'php' 18:34:44.989 DEBUG: 'resources/views/statistics/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.989 DEBUG: 'resources/views/statistics/index.blade.php' indexed with language 'php' 18:34:44.990 DEBUG: 'resources/views/dashboard/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.990 DEBUG: 'resources/views/dashboard/index.blade.php' indexed with language 'php' 18:34:44.990 DEBUG: 'resources/views/slider/edit.blade.php' generated metadata with charset 'UTF-8' 18:34:44.991 DEBUG: 'resources/views/slider/edit.blade.php' indexed with language 'php' 18:34:44.992 DEBUG: 'resources/views/slider/includes/list.blade.php' generated metadata with charset 'UTF-8' 18:34:44.992 DEBUG: 'resources/views/slider/includes/list.blade.php' indexed with language 'php' 18:34:44.994 DEBUG: 'resources/views/slider/includes/form.blade.php' generated metadata with charset 'UTF-8' 18:34:44.995 DEBUG: 'resources/views/slider/includes/form.blade.php' indexed with language 'php' 18:34:44.995 DEBUG: 'resources/views/slider/includes/tabs.blade.php' generated metadata with charset 'UTF-8' 18:34:44.996 DEBUG: 'resources/views/slider/includes/tabs.blade.php' indexed with language 'php' 18:34:44.996 DEBUG: 'resources/views/slider/includes/index_action.blade.php' generated metadata with charset 'UTF-8' 18:34:44.997 DEBUG: 'resources/views/slider/includes/index_action.blade.php' indexed with language 'php' 18:34:44.997 DEBUG: 'resources/views/slider/index.blade.php' generated metadata with charset 'UTF-8' 18:34:44.998 DEBUG: 'resources/views/slider/index.blade.php' indexed with language 'php' 18:34:44.998 DEBUG: 'resources/views/slider/create.blade.php' generated metadata with charset 'UTF-8' 18:34:44.998 DEBUG: 'resources/views/slider/create.blade.php' indexed with language 'php' 18:34:44.999 DEBUG: 'resources/views/newsarticle/edit.blade.php' generated metadata with charset 'UTF-8' 18:34:45.000 DEBUG: 'resources/views/newsarticle/edit.blade.php' indexed with language 'php' 18:34:45.000 DEBUG: 'resources/views/newsarticle/show.blade.php' generated metadata with charset 'UTF-8' 18:34:45.001 DEBUG: 'resources/views/newsarticle/show.blade.php' indexed with language 'php' 18:34:45.001 DEBUG: 'resources/views/newsarticle/pagination.blade.php' generated metadata with charset 'UTF-8' 18:34:45.002 DEBUG: 'resources/views/newsarticle/pagination.blade.php' indexed with language 'php' 18:34:45.003 DEBUG: 'resources/views/newsarticle/includes/index_action.blade.php' generated metadata with charset 'UTF-8' 18:34:45.003 DEBUG: 'resources/views/newsarticle/includes/index_action.blade.php' indexed with language 'php' 18:34:45.004 DEBUG: 'resources/views/newsarticle/includes/form-project_old.blade.php' generated metadata with charset 'UTF-8' 18:34:45.004 DEBUG: 'resources/views/newsarticle/includes/form-project_old.blade.php' indexed with language 'php' 18:34:45.005 DEBUG: 'resources/views/newsarticle/includes/form-project.blade.php' generated metadata with charset 'UTF-8' 18:34:45.006 DEBUG: 'resources/views/newsarticle/includes/form-project.blade.php' indexed with language 'php' 18:34:45.007 DEBUG: 'resources/views/newsarticle/index.blade.php' generated metadata with charset 'UTF-8' 18:34:45.007 DEBUG: 'resources/views/newsarticle/index.blade.php' indexed with language 'php' 18:34:45.008 DEBUG: 'resources/views/newsarticle/create.blade.php' generated metadata with charset 'UTF-8' 18:34:45.009 DEBUG: 'resources/views/newsarticle/create.blade.php' indexed with language 'php' 18:34:45.009 DEBUG: 'resources/views/home.blade.php' generated metadata with charset 'UTF-8' 18:34:45.009 DEBUG: 'resources/views/home.blade.php' indexed with language 'php' 18:34:45.010 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/pagination/bootstrap-4.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.010 DEBUG: 'resources/views/vendor/pagination/bootstrap-4.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.011 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/pagination/default.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.011 DEBUG: 'resources/views/vendor/pagination/default.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.011 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/pagination/simple-bootstrap-4.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.011 DEBUG: 'resources/views/vendor/pagination/simple-bootstrap-4.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.012 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/pagination/simple-default.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.012 DEBUG: 'resources/views/vendor/pagination/simple-default.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.012 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/pagination/semantic-ui.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.012 DEBUG: 'resources/views/vendor/pagination/semantic-ui.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.013 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/notifications/email.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.013 DEBUG: 'resources/views/vendor/notifications/email.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.013 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/html/message.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.013 DEBUG: 'resources/views/vendor/mail/html/message.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.014 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/html/layout.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.014 DEBUG: 'resources/views/vendor/mail/html/layout.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.014 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/html/button.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.014 DEBUG: 'resources/views/vendor/mail/html/button.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.015 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/html/subcopy.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.015 DEBUG: 'resources/views/vendor/mail/html/subcopy.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.015 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/html/footer.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.015 DEBUG: 'resources/views/vendor/mail/html/footer.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.016 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/html/promotion/button.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.016 DEBUG: 'resources/views/vendor/mail/html/promotion/button.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.016 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/html/promotion.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.016 DEBUG: 'resources/views/vendor/mail/html/promotion.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.016 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/html/table.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.016 DEBUG: 'resources/views/vendor/mail/html/table.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.017 DEBUG: File [REMOVED] was excluded by sonar.javascript.exclusions or sonar.typescript.exclusions 18:34:45.017 DEBUG: 'resources/views/vendor/mail/html/themes/default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.018 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/html/panel.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.018 DEBUG: 'resources/views/vendor/mail/html/panel.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.018 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/html/header.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.018 DEBUG: 'resources/views/vendor/mail/html/header.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.019 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/text/message.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.019 DEBUG: 'resources/views/vendor/mail/text/message.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.019 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/text/layout.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.019 DEBUG: 'resources/views/vendor/mail/text/layout.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.019 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/text/button.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.019 DEBUG: 'resources/views/vendor/mail/text/button.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.020 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/text/subcopy.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.020 DEBUG: 'resources/views/vendor/mail/text/subcopy.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.020 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/text/footer.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.020 DEBUG: 'resources/views/vendor/mail/text/footer.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.021 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/text/promotion/button.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.021 DEBUG: 'resources/views/vendor/mail/text/promotion/button.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.021 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/text/promotion.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.021 DEBUG: 'resources/views/vendor/mail/text/promotion.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.022 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/text/table.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.022 DEBUG: 'resources/views/vendor/mail/text/table.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.022 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/text/panel.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.022 DEBUG: 'resources/views/vendor/mail/text/panel.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.023 DEBUG: File [file:///opt/atlassian/pipelines/agent/build/resources/views/vendor/mail/text/header.blade.php] is excluded by 'sonar.php.exclusions' property and will not be analyzed 18:34:45.023 DEBUG: 'resources/views/vendor/mail/text/header.blade.php' excluded by org.sonar.plugins.php.PhpExclusionsFileFilter 18:34:45.023 DEBUG: 'resources/sass/_admin.scss' generated metadata with charset 'UTF-8' 18:34:45.023 DEBUG: 'resources/sass/_admin.scss' indexed with language 'css' 18:34:45.024 DEBUG: 'resources/sass/app.scss' generated metadata with charset 'UTF-8' 18:34:45.025 DEBUG: 'resources/sass/app.scss' indexed with language 'css' 18:34:45.025 DEBUG: 'resources/sass/_variables.scss' generated metadata with charset 'UTF-8' 18:34:45.026 DEBUG: 'resources/sass/_variables.scss' indexed with language 'css' 18:34:45.026 DEBUG: 'resources/sass/_custom.scss' generated metadata with charset 'UTF-8' 18:34:45.026 DEBUG: 'resources/sass/_custom.scss' indexed with language 'css' 18:34:45.027 DEBUG: 'resources/js/app.js' generated metadata with charset 'UTF-8' 18:34:45.027 DEBUG: Average line length for [REMOVED] is 28 18:34:45.027 DEBUG: 'resources/js/app.js' indexed with language 'js' 18:34:45.028 DEBUG: 'resources/js/bootstrap.js' generated metadata with charset 'UTF-8' 18:34:45.028 DEBUG: Average line length for [REMOVED] is 26 18:34:45.028 DEBUG: 'resources/js/bootstrap.js' indexed with language 'js' 18:34:45.029 DEBUG: 'resources/lang/en/auth.php' generated metadata with charset 'UTF-8' 18:34:45.029 DEBUG: 'resources/lang/en/auth.php' indexed with language 'php' 18:34:45.030 DEBUG: 'resources/lang/en/pagination.php' generated metadata with charset 'UTF-8' 18:34:45.030 DEBUG: 'resources/lang/en/pagination.php' indexed with language 'php' 18:34:45.031 DEBUG: 'resources/lang/en/passwords.php' generated metadata with charset 'UTF-8' 18:34:45.031 DEBUG: 'resources/lang/en/passwords.php' indexed with language 'php' 18:34:45.032 DEBUG: 'resources/lang/en/lang.php' generated metadata with charset 'UTF-8' 18:34:45.032 DEBUG: 'resources/lang/en/lang.php' indexed with language 'php' 18:34:45.033 DEBUG: 'resources/lang/en/validation.php' generated metadata with charset 'UTF-8' 18:34:45.034 DEBUG: 'resources/lang/en/validation.php' indexed with language 'php' 18:34:45.034 DEBUG: 'resources/lang/en.json' indexed with language 'json' 18:34:45.034 DEBUG: 'composer.json' indexed with language 'json' 18:34:45.035 DEBUG: 'tests/Feature/ExampleTest.php' generated metadata with charset 'UTF-8' 18:34:45.035 DEBUG: 'tests/Feature/ExampleTest.php' indexed with language 'php' 18:34:45.035 DEBUG: 'tests/TestCase.php' generated metadata with charset 'UTF-8' 18:34:45.035 DEBUG: 'tests/TestCase.php' indexed with language 'php' 18:34:45.036 DEBUG: 'tests/Unit/ExampleTest.php' generated metadata with charset 'UTF-8' 18:34:45.036 DEBUG: 'tests/Unit/ExampleTest.php' indexed with language 'php' 18:34:45.037 DEBUG: 'tests/CreatesApplication.php' generated metadata with charset 'UTF-8' 18:34:45.037 DEBUG: 'tests/CreatesApplication.php' indexed with language 'php' 18:34:45.037 DEBUG: 'package.json' indexed with language 'json' 18:34:45.037 DEBUG: 'README.md' indexed with language 'null' 18:34:45.038 DEBUG: 'phpunit.xml' indexed with language 'xml' 18:34:45.038 DEBUG: 'artisan' indexed with language 'null' 18:34:45.038 DEBUG: 'package-lock.json' indexed with language 'json' 18:34:45.039 DEBUG: 'config/logging.php' generated metadata with charset 'UTF-8' 18:34:45.039 DEBUG: 'config/logging.php' indexed with language 'php' 18:34:45.040 DEBUG: 'config/auth.php' generated metadata with charset 'UTF-8' 18:34:45.040 DEBUG: 'config/auth.php' indexed with language 'php' 18:34:45.041 DEBUG: 'config/mail.php' generated metadata with charset 'UTF-8' 18:34:45.041 DEBUG: 'config/mail.php' indexed with language 'php' 18:34:45.042 DEBUG: 'config/dates.php' generated metadata with charset 'UTF-8' 18:34:45.042 DEBUG: 'config/dates.php' indexed with language 'php' 18:34:45.043 DEBUG: 'config/filesystems.php' generated metadata with charset 'UTF-8' 18:34:45.043 DEBUG: 'config/filesystems.php' indexed with language 'php' 18:34:45.044 DEBUG: 'config/app.php' generated metadata with charset 'UTF-8' 18:34:45.045 DEBUG: 'config/app.php' indexed with language 'php' 18:34:45.045 DEBUG: 'config/broadcasting.php' generated metadata with charset 'UTF-8' 18:34:45.045 DEBUG: 'config/broadcasting.php' indexed with language 'php' 18:34:45.046 DEBUG: 'config/laravel-translator.php' generated metadata with charset 'UTF-8' 18:34:45.046 DEBUG: 'config/laravel-translator.php' indexed with language 'php' 18:34:45.047 DEBUG: 'config/excel.php' generated metadata with charset 'UTF-8' 18:34:45.047 DEBUG: 'config/excel.php' indexed with language 'php' 18:34:45.048 DEBUG: 'config/database.php' generated metadata with charset 'UTF-8' 18:34:45.049 DEBUG: 'config/database.php' indexed with language 'php' 18:34:45.050 DEBUG: 'config/session.php' generated metadata with charset 'UTF-8' 18:34:45.050 DEBUG: 'config/session.php' indexed with language 'php' 18:34:45.051 DEBUG: 'config/queue.php' generated metadata with charset 'UTF-8' 18:34:45.051 DEBUG: 'config/queue.php' indexed with language 'php' 18:34:45.051 DEBUG: 'config/tinker.php' generated metadata with charset 'UTF-8' 18:34:45.052 DEBUG: 'config/tinker.php' indexed with language 'php' 18:34:45.052 DEBUG: 'config/debug-server.php' generated metadata with charset 'UTF-8' 18:34:45.052 DEBUG: 'config/debug-server.php' indexed with language 'php' 18:34:45.053 DEBUG: 'config/hashing.php' generated metadata with charset 'UTF-8' 18:34:45.053 DEBUG: 'config/hashing.php' indexed with language 'php' 18:34:45.054 DEBUG: 'config/dompdf.php' generated metadata with charset 'UTF-8' 18:34:45.055 DEBUG: 'config/dompdf.php' indexed with language 'php' 18:34:45.056 DEBUG: 'config/flare.php' generated metadata with charset 'UTF-8' 18:34:45.056 DEBUG: 'config/flare.php' indexed with language 'php' 18:34:45.057 DEBUG: 'config/debugbar.php' generated metadata with charset 'UTF-8' 18:34:45.057 DEBUG: 'config/debugbar.php' indexed with language 'php' 18:34:45.058 DEBUG: 'config/tenant.php' generated metadata with charset 'UTF-8' 18:34:45.058 DEBUG: 'config/tenant.php' indexed with language 'php' 18:34:45.059 DEBUG: 'config/image.php' generated metadata with charset 'UTF-8' 18:34:45.059 DEBUG: 'config/image.php' indexed with language 'php' 18:34:45.060 DEBUG: 'config/view.php' generated metadata with charset 'UTF-8' 18:34:45.060 DEBUG: 'config/view.php' indexed with language 'php' 18:34:45.061 DEBUG: 'config/cache.php' generated metadata with charset 'UTF-8' 18:34:45.061 DEBUG: 'config/cache.php' indexed with language 'php' 18:34:45.061 DEBUG: 'config/services.php' generated metadata with charset 'UTF-8' 18:34:45.062 DEBUG: 'config/services.php' indexed with language 'php' 18:34:45.062 DEBUG: 'config/laratables.php' generated metadata with charset 'UTF-8' 18:34:45.062 DEBUG: 'config/laratables.php' indexed with language 'php' 18:34:45.063 DEBUG: 'config/trustedproxy.php' generated metadata with charset 'UTF-8' 18:34:45.063 DEBUG: 'config/trustedproxy.php' indexed with language 'php' 18:34:45.065 DEBUG: 'public/theme/js/jquery.titleseourl.js' generated metadata with charset 'UTF-8' 18:34:45.065 DEBUG: Average line length for [REMOVED] is 38 18:34:45.067 DEBUG: File [REMOVED] was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.067 INFO: Some of the project files were automatically excluded because they looked like generated code. Enable debug logging to see which files were excluded. You can disable bundle detection by setting sonar.javascript.detectBundles=false 18:34:45.067 DEBUG: 'public/theme/js/jquery.titleseourl.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.067 DEBUG: 'public/favicon.ico' indexed with language 'null' 18:34:45.077 DEBUG: 'public/robots.txt' indexed with language 'null' 18:34:45.077 DEBUG: 'public/front/pdf/privacy-policy.pdf' indexed with language 'null' 18:34:45.078 DEBUG: 'public/front/pdf/licence.pdf' indexed with language 'null' 18:34:45.078 DEBUG: 'public/front/img/bridgestone.png' indexed with language 'null' 18:34:45.079 DEBUG: 'public/front/img/darkhelmets.png' indexed with language 'null' 18:34:45.079 DEBUG: 'public/front/img/Schermafbeelding3.png' indexed with language 'null' 18:34:45.079 DEBUG: 'public/front/img/darktires.png' indexed with language 'null' 18:34:45.080 DEBUG: 'public/front/img/Schermafbeelding.png' indexed with language 'null' 18:34:45.080 DEBUG: 'public/front/img/darkswap.png' indexed with language 'null' 18:34:45.080 DEBUG: 'public/front/img/darkbike.png' indexed with language 'null' 18:34:45.081 DEBUG: 'public/front/img/rukka.jpeg' indexed with language 'null' 18:34:45.081 DEBUG: 'public/front/img/prev.png' indexed with language 'null' 18:34:45.081 DEBUG: 'public/front/img/retourenicon.png' indexed with language 'null' 18:34:45.082 DEBUG: 'public/front/img/brisker_promo.png' indexed with language 'null' 18:34:45.082 DEBUG: 'public/front/img/addtocard.png' indexed with language 'null' 18:34:45.082 DEBUG: 'public/front/img/abus.png' indexed with language 'null' 18:34:45.083 DEBUG: 'public/front/img/darkspark.png' indexed with language 'null' 18:34:45.083 DEBUG: 'public/front/img/freetent.png' indexed with language 'null' 18:34:45.084 DEBUG: 'public/front/img/favicon-planning.ico' indexed with language 'null' 18:34:45.084 DEBUG: 'public/front/img/Schermafbeelding1.png' indexed with language 'null' 18:34:45.084 DEBUG: 'public/front/img/Schermafbeelding2.png' indexed with language 'null' 18:34:45.085 DEBUG: 'public/front/img/next.png' indexed with language 'null' 18:34:45.085 DEBUG: 'public/front/img/close.png' indexed with language 'null' 18:34:45.085 DEBUG: 'public/front/img/reversesearch.png' indexed with language 'null' 18:34:45.086 DEBUG: 'public/front/img/garantie.png' indexed with language 'null' 18:34:45.086 DEBUG: 'public/front/img/logo1.jpeg' indexed with language 'null' 18:34:45.087 DEBUG: 'public/front/img/arai.jpeg' indexed with language 'null' 18:34:45.091 DEBUG: 'public/front/img/retourneren.png' indexed with language 'null' 18:34:45.096 DEBUG: 'public/front/img/map.png' indexed with language 'null' 18:34:45.097 DEBUG: 'public/front/img/downloadicon.png' indexed with language 'null' 18:34:45.098 DEBUG: 'public/front/img/crossx.png' indexed with language 'null' 18:34:45.099 DEBUG: 'public/front/img/nieuws.png' indexed with language 'null' 18:34:45.100 DEBUG: 'public/front/img/giphy.gif' indexed with language 'null' 18:34:45.100 DEBUG: 'public/front/img/logo2.jpeg' indexed with language 'null' 18:34:45.101 DEBUG: 'public/front/img/helmets.png' indexed with language 'null' 18:34:45.102 DEBUG: 'public/front/img/catalog.png' indexed with language 'null' 18:34:45.103 DEBUG: 'public/front/img/loading.gif' indexed with language 'null' 18:34:45.103 DEBUG: 'public/front/img/tires.png' indexed with language 'null' 18:34:45.104 DEBUG: 'public/front/img/Swap.png' indexed with language 'null' 18:34:45.105 DEBUG: 'public/front/img/logo.png' indexed with language 'null' 18:34:45.106 DEBUG: 'public/front/img/bike.png' indexed with language 'null' 18:34:45.107 DEBUG: 'public/front/img/Yuasa.png' indexed with language 'null' 18:34:45.108 DEBUG: 'public/front/img/default.jpg' indexed with language 'null' 18:34:45.109 DEBUG: 'public/front/img/garantieicon.png' indexed with language 'null' 18:34:45.109 DEBUG: 'public/front/img/darkcatalog.png' indexed with language 'null' 18:34:45.111 DEBUG: 'public/front/img/dropshipping.png' indexed with language 'null' 18:34:45.111 DEBUG: 'public/front/img/search.png' indexed with language 'null' 18:34:45.113 DEBUG: 'public/front/img/image1.png' indexed with language 'null' 18:34:45.115 DEBUG: 'public/front/img/loginbg.png' indexed with language 'null' 18:34:45.116 DEBUG: 'public/front/js/jquery-2.0.0.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.118 DEBUG: 'public/front/js/owl.carousel.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.119 DEBUG: 'public/front/js/lightbox.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.121 DEBUG: 'public/front/js/custom.js' generated metadata with charset 'UTF-8' 18:34:45.121 DEBUG: Average line length for [REMOVED] is 49 18:34:45.123 DEBUG: 'public/front/js/custom.js' indexed with language 'js' 18:34:45.125 DEBUG: 'public/front/css/app.css' generated metadata with charset 'UTF-8' 18:34:45.125 DEBUG: Average line length for [REMOVED] is 21 18:34:45.125 DEBUG: 'public/front/css/app.css' indexed with language 'css' 18:34:45.126 DEBUG: 'public/front/css/lightbox.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.127 DEBUG: 'public/front/css/owl.carousel.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.129 DEBUG: 'public/front/css/font/helvetica-light-587ebe5a59211.ttf' indexed with language 'null' 18:34:45.130 DEBUG: 'public/front/css/font/Helvetica-Bold.ttf' indexed with language 'null' 18:34:45.131 DEBUG: 'public/front/css/font/Helvetica-BoldOblique.ttf' indexed with language 'null' 18:34:45.132 DEBUG: 'public/front/css/font/Helvetica.ttf' indexed with language 'null' 18:34:45.133 DEBUG: 'public/front/css/font/Helvetica-Oblique.ttf' indexed with language 'null' 18:34:45.135 DEBUG: 'public/front/css/font/helvetica-compressed-5871d14b6903a.otf' indexed with language 'null' 18:34:45.136 DEBUG: 'public/front/css/font/helvetica-rounded-bold-5871d05ead8de.otf' indexed with language 'null' 18:34:45.137 DEBUG: 'public/front/css/owl.theme.default.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.139 DEBUG: 'public/front/css/font-awesome/HELP-US-OUT.txt' indexed with language 'null' 18:34:45.140 DEBUG: 'public/front/css/font-awesome/less/spinning.less' generated metadata with charset 'UTF-8' 18:34:45.141 DEBUG: 'public/front/css/font-awesome/less/spinning.less' indexed with language 'css' 18:34:45.142 DEBUG: 'public/front/css/font-awesome/less/core.less' generated metadata with charset 'UTF-8' 18:34:45.144 DEBUG: 'public/front/css/font-awesome/less/core.less' indexed with language 'css' 18:34:45.145 DEBUG: 'public/front/css/font-awesome/less/font-awesome.less' generated metadata with charset 'UTF-8' 18:34:45.145 DEBUG: 'public/front/css/font-awesome/less/font-awesome.less' indexed with language 'css' 18:34:45.147 DEBUG: 'public/front/css/font-awesome/less/bordered-pulled.less' generated metadata with charset 'UTF-8' 18:34:45.147 DEBUG: 'public/front/css/font-awesome/less/bordered-pulled.less' indexed with language 'css' 18:34:45.148 DEBUG: 'public/front/css/font-awesome/less/fixed-width.less' generated metadata with charset 'UTF-8' 18:34:45.148 DEBUG: 'public/front/css/font-awesome/less/fixed-width.less' indexed with language 'css' 18:34:45.153 DEBUG: 'public/front/css/font-awesome/less/icons.less' generated metadata with charset 'UTF-8' 18:34:45.154 DEBUG: 'public/front/css/font-awesome/less/icons.less' indexed with language 'css' 18:34:45.155 DEBUG: 'public/front/css/font-awesome/less/screen-reader.less' generated metadata with charset 'UTF-8' 18:34:45.156 DEBUG: 'public/front/css/font-awesome/less/screen-reader.less' indexed with language 'css' 18:34:45.157 DEBUG: 'public/front/css/font-awesome/less/animated.less' generated metadata with charset 'UTF-8' 18:34:45.157 DEBUG: 'public/front/css/font-awesome/less/animated.less' indexed with language 'css' 18:34:45.158 DEBUG: 'public/front/css/font-awesome/less/path.less' generated metadata with charset 'UTF-8' 18:34:45.159 DEBUG: 'public/front/css/font-awesome/less/path.less' indexed with language 'css' 18:34:45.160 DEBUG: 'public/front/css/font-awesome/less/larger.less' generated metadata with charset 'UTF-8' 18:34:45.160 DEBUG: 'public/front/css/font-awesome/less/larger.less' indexed with language 'css' 18:34:45.161 DEBUG: 'public/front/css/font-awesome/less/rotated-flipped.less' generated metadata with charset 'UTF-8' 18:34:45.161 DEBUG: 'public/front/css/font-awesome/less/rotated-flipped.less' indexed with language 'css' 18:34:45.162 DEBUG: 'public/front/css/font-awesome/less/list.less' generated metadata with charset 'UTF-8' 18:34:45.162 DEBUG: 'public/front/css/font-awesome/less/list.less' indexed with language 'css' 18:34:45.163 DEBUG: 'public/front/css/font-awesome/less/mixins.less' generated metadata with charset 'UTF-8' 18:34:45.164 DEBUG: 'public/front/css/font-awesome/less/mixins.less' indexed with language 'css' 18:34:45.166 DEBUG: 'public/front/css/font-awesome/less/variables.less' generated metadata with charset 'UTF-8' 18:34:45.167 DEBUG: 'public/front/css/font-awesome/less/variables.less' indexed with language 'css' 18:34:45.168 DEBUG: 'public/front/css/font-awesome/less/stacked.less' generated metadata with charset 'UTF-8' 18:34:45.168 DEBUG: 'public/front/css/font-awesome/less/stacked.less' indexed with language 'css' 18:34:45.169 DEBUG: 'public/front/css/font-awesome/fonts/fontawesome-webfont.ttf' indexed with language 'null' 18:34:45.169 DEBUG: 'public/front/css/font-awesome/fonts/fontawesome-webfont.woff' indexed with language 'null' 18:34:45.170 DEBUG: 'public/front/css/font-awesome/fonts/FontAwesome.otf' indexed with language 'null' 18:34:45.170 DEBUG: 'public/front/css/font-awesome/fonts/fontawesome-webfont.woff2' indexed with language 'null' 18:34:45.171 DEBUG: 'public/front/css/font-awesome/fonts/fontawesome-webfont.eot' indexed with language 'null' 18:34:45.171 DEBUG: 'public/front/css/font-awesome/scss/_stacked.scss' generated metadata with charset 'UTF-8' 18:34:45.172 DEBUG: 'public/front/css/font-awesome/scss/_stacked.scss' indexed with language 'css' 18:34:45.172 DEBUG: 'public/front/css/font-awesome/scss/_screen-reader.scss' generated metadata with charset 'UTF-8' 18:34:45.172 DEBUG: 'public/front/css/font-awesome/scss/_screen-reader.scss' indexed with language 'css' 18:34:45.173 DEBUG: 'public/front/css/font-awesome/scss/_mixins.scss' generated metadata with charset 'UTF-8' 18:34:45.174 DEBUG: 'public/front/css/font-awesome/scss/_mixins.scss' indexed with language 'css' 18:34:45.174 DEBUG: 'public/front/css/font-awesome/scss/_core.scss' generated metadata with charset 'UTF-8' 18:34:45.174 DEBUG: 'public/front/css/font-awesome/scss/_core.scss' indexed with language 'css' 18:34:45.175 DEBUG: 'public/front/css/font-awesome/scss/_rotated-flipped.scss' generated metadata with charset 'UTF-8' 18:34:45.175 DEBUG: 'public/front/css/font-awesome/scss/_rotated-flipped.scss' indexed with language 'css' 18:34:45.176 DEBUG: 'public/front/css/font-awesome/scss/font-awesome.scss' generated metadata with charset 'UTF-8' 18:34:45.176 DEBUG: 'public/front/css/font-awesome/scss/font-awesome.scss' indexed with language 'css' 18:34:45.177 DEBUG: 'public/front/css/font-awesome/scss/_list.scss' generated metadata with charset 'UTF-8' 18:34:45.177 DEBUG: 'public/front/css/font-awesome/scss/_list.scss' indexed with language 'css' 18:34:45.178 DEBUG: 'public/front/css/font-awesome/scss/_bordered-pulled.scss' generated metadata with charset 'UTF-8' 18:34:45.178 DEBUG: 'public/front/css/font-awesome/scss/_bordered-pulled.scss' indexed with language 'css' 18:34:45.186 DEBUG: 'public/front/css/font-awesome/scss/_icons.scss' generated metadata with charset 'UTF-8' 18:34:45.186 DEBUG: 'public/front/css/font-awesome/scss/_icons.scss' indexed with language 'css' 18:34:45.188 DEBUG: 'public/front/css/font-awesome/scss/_fixed-width.scss' generated metadata with charset 'UTF-8' 18:34:45.188 DEBUG: 'public/front/css/font-awesome/scss/_fixed-width.scss' indexed with language 'css' 18:34:45.188 DEBUG: 'public/front/css/font-awesome/scss/_animated.scss' generated metadata with charset 'UTF-8' 18:34:45.189 DEBUG: 'public/front/css/font-awesome/scss/_animated.scss' indexed with language 'css' 18:34:45.190 DEBUG: 'public/front/css/font-awesome/scss/_larger.scss' generated metadata with charset 'UTF-8' 18:34:45.190 DEBUG: 'public/front/css/font-awesome/scss/_larger.scss' indexed with language 'css' 18:34:45.199 DEBUG: 'public/front/css/font-awesome/scss/_spinning.scss' generated metadata with charset 'UTF-8' 18:34:45.200 DEBUG: 'public/front/css/font-awesome/scss/_spinning.scss' indexed with language 'css' 18:34:45.202 DEBUG: 'public/front/css/font-awesome/scss/_variables.scss' generated metadata with charset 'UTF-8' 18:34:45.203 DEBUG: 'public/front/css/font-awesome/scss/_variables.scss' indexed with language 'css' 18:34:45.204 DEBUG: 'public/front/css/font-awesome/scss/_path.scss' generated metadata with charset 'UTF-8' 18:34:45.204 DEBUG: 'public/front/css/font-awesome/scss/_path.scss' indexed with language 'css' 18:34:45.205 DEBUG: 'public/front/css/font-awesome/css/font-awesome.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.209 DEBUG: 'public/front/css/font-awesome/css/font-awesome.css' generated metadata with charset 'UTF-8' 18:34:45.210 DEBUG: Average line length for [REMOVED] is 14 18:34:45.211 DEBUG: 'public/front/css/font-awesome/css/font-awesome.css' indexed with language 'css' 18:34:45.225 DEBUG: 'public/front/css/style.css' generated metadata with charset 'UTF-8' 18:34:45.229 DEBUG: Average line length for [REMOVED] is 19 18:34:45.230 DEBUG: 'public/front/css/style.css' indexed with language 'css' 18:34:45.233 DEBUG: File [REMOVED] was excluded because of excessive size 18:34:45.233 DEBUG: 'public/js/app.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.234 DEBUG: 'public/js/general.js' generated metadata with charset 'UTF-8' 18:34:45.234 DEBUG: Average line length for [REMOVED] is 24 18:34:45.235 DEBUG: 'public/js/general.js' indexed with language 'js' 18:34:45.235 DEBUG: 'public/frontcss' indexed with language 'null' 18:34:45.240 DEBUG: 'public/assets/demo/default/skins/aside/brand.css' generated metadata with charset 'UTF-8' 18:34:45.246 DEBUG: Average line length for [REMOVED] is 54019 18:34:45.246 DEBUG: 'public/assets/demo/default/skins/aside/brand.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.250 DEBUG: 'public/assets/demo/default/skins/aside/navy.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.252 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/aside/navy.rtl.css is 54321 18:34:45.252 DEBUG: 'public/assets/demo/default/skins/aside/navy.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.256 DEBUG: 'public/assets/demo/default/skins/aside/brand.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.258 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/aside/brand.rtl.css is 54019 18:34:45.258 DEBUG: 'public/assets/demo/default/skins/aside/brand.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.263 DEBUG: 'public/assets/demo/default/skins/aside/light.css' generated metadata with charset 'UTF-8' 18:34:45.264 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/aside/light.css is 53894 18:34:45.264 DEBUG: 'public/assets/demo/default/skins/aside/light.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.268 DEBUG: 'public/assets/demo/default/skins/aside/navy.css' generated metadata with charset 'UTF-8' 18:34:45.269 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/aside/navy.css is 54321 18:34:45.269 DEBUG: 'public/assets/demo/default/skins/aside/navy.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.274 DEBUG: 'public/assets/demo/default/skins/aside/light.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.274 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/aside/light.rtl.css is 53894 18:34:45.274 DEBUG: 'public/assets/demo/default/skins/aside/light.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.275 DEBUG: 'public/assets/demo/default/skins/login.css' generated metadata with charset 'UTF-8' 18:34:45.275 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/login.css is 9116 18:34:45.275 DEBUG: 'public/assets/demo/default/skins/login.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.276 DEBUG: 'public/assets/demo/default/skins/brand/brand.css' generated metadata with charset 'UTF-8' 18:34:45.276 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/brand/brand.css is 2734 18:34:45.276 DEBUG: 'public/assets/demo/default/skins/brand/brand.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.277 DEBUG: 'public/assets/demo/default/skins/brand/navy.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.277 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/brand/navy.rtl.css is 2734 18:34:45.277 DEBUG: 'public/assets/demo/default/skins/brand/navy.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.278 DEBUG: 'public/assets/demo/default/skins/brand/brand.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.278 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/brand/brand.rtl.css is 2734 18:34:45.278 DEBUG: 'public/assets/demo/default/skins/brand/brand.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.279 DEBUG: 'public/assets/demo/default/skins/brand/light.css' generated metadata with charset 'UTF-8' 18:34:45.279 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/brand/light.css is 2752 18:34:45.279 DEBUG: 'public/assets/demo/default/skins/brand/light.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.280 DEBUG: 'public/assets/demo/default/skins/brand/navy.css' generated metadata with charset 'UTF-8' 18:34:45.280 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/brand/navy.css is 2734 18:34:45.280 DEBUG: 'public/assets/demo/default/skins/brand/navy.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.281 DEBUG: 'public/assets/demo/default/skins/brand/light.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.281 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/brand/light.rtl.css is 2752 18:34:45.281 DEBUG: 'public/assets/demo/default/skins/brand/light.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.283 DEBUG: 'public/assets/demo/default/skins/header/menu/light.css' generated metadata with charset 'UTF-8' 18:34:45.283 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/header/menu/light.css is 12726 18:34:45.283 DEBUG: 'public/assets/demo/default/skins/header/menu/light.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.284 DEBUG: 'public/assets/demo/default/skins/header/menu/light.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.284 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/header/menu/light.rtl.css is 12725 18:34:45.284 DEBUG: 'public/assets/demo/default/skins/header/menu/light.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.285 DEBUG: 'public/assets/demo/default/skins/header/menu/dark.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.285 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/header/menu/dark.rtl.css is 0 18:34:45.285 DEBUG: 'public/assets/demo/default/skins/header/menu/dark.rtl.css' indexed with language 'css' 18:34:45.286 DEBUG: 'public/assets/demo/default/skins/header/menu/dark.css' generated metadata with charset 'UTF-8' 18:34:45.286 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/header/menu/dark.css is 0 18:34:45.286 DEBUG: 'public/assets/demo/default/skins/header/menu/dark.css' indexed with language 'css' 18:34:45.287 DEBUG: 'public/assets/demo/default/skins/header/base/brand.css' generated metadata with charset 'UTF-8' 18:34:45.287 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/header/base/brand.css is 4637 18:34:45.287 DEBUG: 'public/assets/demo/default/skins/header/base/brand.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.288 DEBUG: 'public/assets/demo/default/skins/header/base/navy.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.288 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/header/base/navy.rtl.css is 4341 18:34:45.288 DEBUG: 'public/assets/demo/default/skins/header/base/navy.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.289 DEBUG: 'public/assets/demo/default/skins/header/base/brand.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.290 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/header/base/brand.rtl.css is 4635 18:34:45.290 DEBUG: 'public/assets/demo/default/skins/header/base/brand.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.291 DEBUG: 'public/assets/demo/default/skins/header/base/light.css' generated metadata with charset 'UTF-8' 18:34:45.291 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/header/base/light.css is 5072 18:34:45.291 DEBUG: 'public/assets/demo/default/skins/header/base/light.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.292 DEBUG: 'public/assets/demo/default/skins/header/base/navy.css' generated metadata with charset 'UTF-8' 18:34:45.292 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/header/base/navy.css is 4343 18:34:45.292 DEBUG: 'public/assets/demo/default/skins/header/base/navy.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.293 DEBUG: 'public/assets/demo/default/skins/header/base/light.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.293 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/skins/header/base/light.rtl.css is 5071 18:34:45.293 DEBUG: 'public/assets/demo/default/skins/header/base/light.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.363 DEBUG: 'public/assets/demo/default/base/style.bundle.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.386 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/style.bundle.rtl.css is 925481 18:34:45.386 DEBUG: 'public/assets/demo/default/base/style.bundle.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.387 DEBUG: 'public/assets/demo/default/base/jquery.nestable.js' generated metadata with charset 'UTF-8' 18:34:45.388 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/jquery.nestable.js is 35 18:34:45.388 DEBUG: 'public/assets/demo/default/base/jquery.nestable.js' indexed with language 'js' 18:34:45.394 DEBUG: 'public/assets/demo/default/base/scripts.bundle.js' generated metadata with charset 'UTF-8' 18:34:45.397 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/scripts.bundle.js is 118192 18:34:45.397 DEBUG: 'public/assets/demo/default/base/scripts.bundle.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.398 DEBUG: 'public/assets/demo/default/base/tinymce/langs/readme.md' indexed with language 'null' 18:34:45.399 DEBUG: 'public/assets/demo/default/base/tinymce/tinymce.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.401 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/importcss/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.402 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/importcss/plugin.js is 31 18:34:45.402 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/importcss/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.402 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/importcss/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.403 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/importcss/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.405 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/charmap/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.406 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/charmap/plugin.js is 20 18:34:45.406 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/charmap/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.406 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/charmap/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.406 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/charmap/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.408 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/fullscreen/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.409 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/fullscreen/plugin.js is 30 18:34:45.409 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/fullscreen/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.410 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/fullscreen/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.410 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/fullscreen/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.411 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/colorpicker/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.411 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/colorpicker/plugin.js is 25 18:34:45.411 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/colorpicker/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.411 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/colorpicker/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.412 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/colorpicker/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.413 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/anchor/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.413 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/anchor/plugin.js is 28 18:34:45.413 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/anchor/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.413 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/anchor/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.414 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/anchor/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.415 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/contextmenu/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.415 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/contextmenu/plugin.js is 25 18:34:45.415 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/contextmenu/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.415 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/contextmenu/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.416 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/contextmenu/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.417 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/directionality/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.417 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/directionality/plugin.js is 28 18:34:45.417 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/directionality/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.417 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/directionality/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.417 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/directionality/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.420 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/textpattern/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.421 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/textpattern/plugin.js is 30 18:34:45.421 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/textpattern/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.421 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/textpattern/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.422 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/textpattern/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.428 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/link/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.429 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/link/plugin.js is 32 18:34:45.429 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/link/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.429 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/link/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.430 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/link/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.433 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/searchreplace/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.433 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/searchreplace/plugin.js is 30 18:34:45.434 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/searchreplace/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.434 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/searchreplace/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.434 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/searchreplace/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.435 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/save/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.435 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/save/plugin.js is 27 18:34:45.435 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/save/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.435 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/save/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.436 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/save/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.437 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/template/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.438 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/template/plugin.js is 31 18:34:45.438 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/template/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.438 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/template/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.439 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/template/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.439 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/textcolor/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.439 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/textcolor/plugin.js is 25 18:34:45.440 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/textcolor/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.440 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/textcolor/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.440 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/textcolor/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.441 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/autosave/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.441 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/autosave/plugin.js is 31 18:34:45.442 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/autosave/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.442 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/autosave/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.442 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/autosave/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.444 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/insertdatetime/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.444 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/insertdatetime/plugin.js is 34 18:34:45.444 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/insertdatetime/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.444 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/insertdatetime/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.445 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/insertdatetime/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.449 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/image/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.450 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/image/plugin.js is 31 18:34:45.451 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/image/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.451 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/image/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.451 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/image/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.453 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/emoticons/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.453 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/emoticons/plugin.js is 27 18:34:45.453 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/emoticons/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.453 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/emoticons/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.454 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/emoticons/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.467 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/emoticons/js/emojis.js' generated metadata with charset 'UTF-8' 18:34:45.470 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/emoticons/js/emojis.js is 26 18:34:45.470 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/emoticons/js/emojis.js' indexed with language 'js' 18:34:45.471 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/emoticons/js/emojis.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.475 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/lists/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.476 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/lists/plugin.js is 32 18:34:45.476 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/lists/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.476 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/lists/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.477 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/lists/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.479 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/codesample/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.479 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/codesample/plugin.js is 32 18:34:45.480 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/codesample/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.480 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/codesample/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.480 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/codesample/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.482 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/fullpage/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.482 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/fullpage/plugin.js is 31 18:34:45.482 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/fullpage/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.482 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/fullpage/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.483 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/fullpage/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.483 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/pagebreak/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.483 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/pagebreak/plugin.js is 31 18:34:45.484 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/pagebreak/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.484 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/pagebreak/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.484 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/pagebreak/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.487 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/imagetools/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.488 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/imagetools/plugin.js is 30 18:34:45.488 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/imagetools/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.488 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/imagetools/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.489 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/imagetools/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.494 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/paste/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.495 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/paste/plugin.js is 33 18:34:45.496 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/paste/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.496 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/paste/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.496 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/paste/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.497 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/autoresize/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.497 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/autoresize/plugin.js is 32 18:34:45.497 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/autoresize/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.497 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/autoresize/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.498 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/autoresize/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.499 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/advlist/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.499 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/advlist/plugin.js is 30 18:34:45.500 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/advlist/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.500 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/advlist/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.500 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/advlist/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.550 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/table/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.555 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/table/plugin.js is 32 18:34:45.555 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/table/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.555 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/table/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.556 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/table/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.558 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/autolink/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.558 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/autolink/plugin.js is 32 18:34:45.559 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/autolink/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.559 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/autolink/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.559 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/autolink/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.562 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/media/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.563 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/media/plugin.js is 30 18:34:45.563 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/media/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.563 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/media/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.564 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/media/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.565 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/toc/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.565 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/toc/plugin.js is 30 18:34:45.565 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/toc/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.565 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/toc/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.566 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/toc/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.567 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/visualchars/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.567 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/visualchars/plugin.js is 28 18:34:45.568 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/visualchars/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.568 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/visualchars/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.568 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/visualchars/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.571 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/wordcount/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.571 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/wordcount/plugin.js is 45 18:34:45.571 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/wordcount/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.571 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/wordcount/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.572 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/wordcount/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.572 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/code/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.573 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/code/plugin.js is 23 18:34:45.573 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/code/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.573 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/code/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.573 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/code/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.574 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/print/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.574 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/print/plugin.js is 24 18:34:45.575 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/print/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.575 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/print/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.575 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/print/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.576 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/noneditable/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.576 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/noneditable/plugin.js is 35 18:34:45.577 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/noneditable/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.577 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/noneditable/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.577 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/noneditable/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.578 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/tabfocus/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.578 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/tabfocus/plugin.js is 29 18:34:45.579 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/tabfocus/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.579 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/tabfocus/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.579 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/tabfocus/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.582 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/spellchecker/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.583 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/spellchecker/plugin.js is 35 18:34:45.583 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/spellchecker/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.583 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/spellchecker/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.584 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/spellchecker/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.586 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/help/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.587 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/help/plugin.js is 28 18:34:45.587 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/help/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.587 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/help/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.588 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/help/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.589 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/preview/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.589 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/preview/plugin.js is 36 18:34:45.589 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/preview/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.589 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/preview/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.590 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/preview/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.593 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/quickbars/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.593 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/quickbars/plugin.js is 29 18:34:45.593 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/quickbars/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.593 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/quickbars/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.594 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/quickbars/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.595 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/visualblocks/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.595 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/visualblocks/plugin.js is 30 18:34:45.596 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/visualblocks/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.596 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/visualblocks/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.596 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/visualblocks/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.597 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/hr/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.597 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/hr/plugin.js is 25 18:34:45.597 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/hr/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.597 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/hr/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.598 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/hr/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.599 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/legacyoutput/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.599 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/legacyoutput/plugin.js is 31 18:34:45.600 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/legacyoutput/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.600 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/legacyoutput/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.600 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/legacyoutput/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.601 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/nonbreaking/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.601 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/nonbreaking/plugin.js is 29 18:34:45.602 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/nonbreaking/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.602 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/nonbreaking/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.603 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/nonbreaking/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.604 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/bbcode/plugin.js' generated metadata with charset 'UTF-8' 18:34:45.604 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/bbcode/plugin.js is 40 18:34:45.604 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/plugins/bbcode/plugin.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.604 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/bbcode/plugin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.605 DEBUG: 'public/assets/demo/default/base/tinymce/plugins/bbcode/plugin.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.605 DEBUG: 'public/assets/demo/default/base/tinymce/jquery.tinymce.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.606 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/content.mobile.css' generated metadata with charset 'UTF-8' 18:34:45.606 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/ui/oxide/content.mobile.css is 19 18:34:45.607 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/content.mobile.css' indexed with language 'css' 18:34:45.607 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/content.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.609 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/content.css' generated metadata with charset 'UTF-8' 18:34:45.610 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/ui/oxide/content.css is 31 18:34:45.610 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/content.css' indexed with language 'css' 18:34:45.611 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff' indexed with language 'null' 18:34:45.612 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/content.inline.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.617 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/skin.css' generated metadata with charset 'UTF-8' 18:34:45.618 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/ui/oxide/skin.css is 22 18:34:45.619 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/skin.css' indexed with language 'css' 18:34:45.621 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/skin.mobile.css' generated metadata with charset 'UTF-8' 18:34:45.621 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/ui/oxide/skin.mobile.css is 35 18:34:45.622 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/skin.mobile.css' indexed with language 'css' 18:34:45.623 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/skin.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.625 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/content.inline.css' generated metadata with charset 'UTF-8' 18:34:45.625 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/ui/oxide/content.inline.css is 31 18:34:45.626 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/content.inline.css' indexed with language 'css' 18:34:45.626 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/skin.mobile.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.627 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide/content.mobile.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.628 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.mobile.css' generated metadata with charset 'UTF-8' 18:34:45.628 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.mobile.css is 19 18:34:45.628 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.mobile.css' indexed with language 'css' 18:34:45.629 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.631 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.css' generated metadata with charset 'UTF-8' 18:34:45.631 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.css is 31 18:34:45.632 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.css' indexed with language 'css' 18:34:45.632 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff' indexed with language 'null' 18:34:45.633 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.inline.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.639 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/skin.css' generated metadata with charset 'UTF-8' 18:34:45.640 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/skin.css is 22 18:34:45.640 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/skin.css' indexed with language 'css' 18:34:45.643 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/skin.mobile.css' generated metadata with charset 'UTF-8' 18:34:45.643 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/skin.mobile.css is 35 18:34:45.644 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/skin.mobile.css' indexed with language 'css' 18:34:45.645 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/skin.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.646 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.inline.css' generated metadata with charset 'UTF-8' 18:34:45.646 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.inline.css is 31 18:34:45.647 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.inline.css' indexed with language 'css' 18:34:45.647 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/skin.mobile.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.648 DEBUG: 'public/assets/demo/default/base/tinymce/skins/ui/oxide-dark/content.mobile.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.648 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/writer/content.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.649 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/writer/content.css' generated metadata with charset 'UTF-8' 18:34:45.649 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/content/writer/content.css is 18 18:34:45.649 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/writer/content.css' indexed with language 'css' 18:34:45.650 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/document/content.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.651 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/document/content.css' generated metadata with charset 'UTF-8' 18:34:45.651 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/content/document/content.css is 19 18:34:45.651 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/document/content.css' indexed with language 'css' 18:34:45.652 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/dark/content.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.653 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/dark/content.css' generated metadata with charset 'UTF-8' 18:34:45.653 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/content/dark/content.css is 19 18:34:45.653 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/dark/content.css' indexed with language 'css' 18:34:45.654 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/default/content.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.655 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/default/content.css' generated metadata with charset 'UTF-8' 18:34:45.655 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/skins/content/default/content.css is 18 18:34:45.655 DEBUG: 'public/assets/demo/default/base/tinymce/skins/content/default/content.css' indexed with language 'css' 18:34:45.657 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/tinymce.js was excluded because of excessive size 18:34:45.657 DEBUG: 'public/assets/demo/default/base/tinymce/tinymce.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.658 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/themes/silver/theme.js was excluded because of excessive size 18:34:45.658 DEBUG: 'public/assets/demo/default/base/tinymce/themes/silver/theme.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.659 DEBUG: 'public/assets/demo/default/base/tinymce/themes/silver/theme.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.683 DEBUG: 'public/assets/demo/default/base/tinymce/themes/mobile/theme.js' generated metadata with charset 'UTF-8' 18:34:45.686 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/themes/mobile/theme.js is 32 18:34:45.686 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/tinymce/themes/mobile/theme.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.686 DEBUG: 'public/assets/demo/default/base/tinymce/themes/mobile/theme.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.687 DEBUG: 'public/assets/demo/default/base/tinymce/themes/mobile/theme.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.687 DEBUG: 'public/assets/demo/default/base/tinymce/license.txt' indexed with language 'null' 18:34:45.688 DEBUG: 'public/assets/demo/default/base/js/jquery.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.688 DEBUG: 'public/assets/demo/default/base/js/jquery-2.1.4.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.716 DEBUG: 'public/assets/demo/default/base/js/jquery-ui.js' generated metadata with charset 'UTF-8' 18:34:45.719 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/js/jquery-ui.js is 27 18:34:45.720 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/js/jquery-ui.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.720 DEBUG: 'public/assets/demo/default/base/js/jquery-ui.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.759 DEBUG: 'public/assets/demo/default/base/style.bundle.css' generated metadata with charset 'UTF-8' 18:34:45.764 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/demo/default/base/style.bundle.css is 925582 18:34:45.764 DEBUG: 'public/assets/demo/default/base/style.bundle.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.765 DEBUG: 'public/assets/vendors/bootstrap-filestyle/bootstrap-filestyle.js' generated metadata with charset 'UTF-8' 18:34:45.765 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/bootstrap-filestyle/bootstrap-filestyle.js is 7886 18:34:45.765 DEBUG: 'public/assets/vendors/bootstrap-filestyle/bootstrap-filestyle.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.765 DEBUG: 'public/assets/vendors/no-slider/no-slider.css' generated metadata with charset 'UTF-8' 18:34:45.765 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/no-slider/no-slider.css is 3968 18:34:45.766 DEBUG: 'public/assets/vendors/no-slider/no-slider.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.767 DEBUG: 'public/assets/vendors/no-slider/no-slider.js' generated metadata with charset 'UTF-8' 18:34:45.767 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/no-slider/no-slider.js is 23335 18:34:45.767 DEBUG: 'public/assets/vendors/no-slider/no-slider.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.767 DEBUG: 'public/assets/vendors/particles/particles.app.js' generated metadata with charset 'UTF-8' 18:34:45.768 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/particles/particles.app.js is 84 18:34:45.768 DEBUG: 'public/assets/vendors/particles/particles.app.js' indexed with language 'js' 18:34:45.768 DEBUG: 'public/assets/vendors/particles/particles.config.json' indexed with language 'json' 18:34:45.768 DEBUG: 'public/assets/vendors/particles/particles.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.769 DEBUG: 'public/assets/vendors/jquery-ui/js/jquery-ui.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.769 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-bg_glass_95_fef1ec_1x400.png' indexed with language 'null' 18:34:45.770 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-bg_glass_55_fbf9ee_1x400.png' indexed with language 'null' 18:34:45.770 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-bg_glass_75_dadada_1x400.png' indexed with language 'null' 18:34:45.770 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-bg_glass_65_ffffff_1x400.png' indexed with language 'null' 18:34:45.771 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-icons_cd0a0a_256x240.png' indexed with language 'null' 18:34:45.771 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-icons_2e83ff_256x240.png' indexed with language 'null' 18:34:45.771 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-icons_454545_256x240.png' indexed with language 'null' 18:34:45.771 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-icons_222222_256x240.png' indexed with language 'null' 18:34:45.772 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png' indexed with language 'null' 18:34:45.772 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-icons_888888_256x240.png' indexed with language 'null' 18:34:45.772 DEBUG: 'public/assets/vendors/jquery-ui/css/images/ui-bg_glass_75_e6e6e6_1x400.png' indexed with language 'null' 18:34:45.773 DEBUG: 'public/assets/vendors/jquery-ui/css/jquery-ui.min.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.773 DEBUG: 'public/assets/vendors/datepicker/datepicker.nl.js' generated metadata with charset 'UTF-8' 18:34:45.773 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/datepicker/datepicker.nl.js is 49 18:34:45.774 DEBUG: 'public/assets/vendors/datepicker/datepicker.nl.js' indexed with language 'js' 18:34:45.774 DEBUG: 'public/assets/vendors/datepicker/datepicker.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.776 DEBUG: 'public/assets/vendors/custom/flot/flot.bundle.js' generated metadata with charset 'UTF-8' 18:34:45.777 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/flot/flot.bundle.js is 50118 18:34:45.777 DEBUG: 'public/assets/vendors/custom/flot/flot.bundle.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.778 DEBUG: 'public/assets/vendors/custom/gmaps/gmaps.js' generated metadata with charset 'UTF-8' 18:34:45.779 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/gmaps/gmaps.js is 31612 18:34:45.779 DEBUG: 'public/assets/vendors/custom/gmaps/gmaps.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.779 DEBUG: 'public/assets/vendors/custom/jquery-ui/images/ui-icons_777777_256x240.png' indexed with language 'null' 18:34:45.779 DEBUG: 'public/assets/vendors/custom/jquery-ui/images/ui-icons_ffffff_256x240.png' indexed with language 'null' 18:34:45.780 DEBUG: 'public/assets/vendors/custom/jquery-ui/images/ui-icons_555555_256x240.png' indexed with language 'null' 18:34:45.780 DEBUG: 'public/assets/vendors/custom/jquery-ui/images/ui-icons_cc0000_256x240.png' indexed with language 'null' 18:34:45.781 DEBUG: 'public/assets/vendors/custom/jquery-ui/images/ui-icons_777620_256x240.png' indexed with language 'null' 18:34:45.781 DEBUG: 'public/assets/vendors/custom/jquery-ui/images/ui-icons_444444_256x240.png' indexed with language 'null' 18:34:45.783 DEBUG: 'public/assets/vendors/custom/jquery-ui/jquery-ui.bundle.css' generated metadata with charset 'UTF-8' 18:34:45.783 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/jquery-ui/jquery-ui.bundle.css is 29313 18:34:45.783 DEBUG: 'public/assets/vendors/custom/jquery-ui/jquery-ui.bundle.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.785 DEBUG: 'public/assets/vendors/custom/jquery-ui/jquery-ui.bundle.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.785 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/jquery-ui/jquery-ui.bundle.rtl.css is 29383 18:34:45.785 DEBUG: 'public/assets/vendors/custom/jquery-ui/jquery-ui.bundle.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.795 DEBUG: 'public/assets/vendors/custom/jquery-ui/jquery-ui.bundle.js' generated metadata with charset 'UTF-8' 18:34:45.796 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/jquery-ui/jquery-ui.bundle.js is 246145 18:34:45.796 DEBUG: 'public/assets/vendors/custom/jquery-ui/jquery-ui.bundle.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.797 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/datatables/datatables.bundle.js was excluded because of excessive size 18:34:45.797 DEBUG: 'public/assets/vendors/custom/datatables/datatables.bundle.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.799 DEBUG: 'public/assets/vendors/custom/datatables/datatables.bundle.css' generated metadata with charset 'UTF-8' 18:34:45.799 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/datatables/datatables.bundle.css is 22869 18:34:45.799 DEBUG: 'public/assets/vendors/custom/datatables/datatables.bundle.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.800 DEBUG: 'public/assets/vendors/custom/datatables/datatables.bundle.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.801 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/datatables/datatables.bundle.rtl.css is 22905 18:34:45.801 DEBUG: 'public/assets/vendors/custom/datatables/datatables.bundle.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.803 DEBUG: 'public/assets/vendors/custom/float-thead/float-thead.jquery.js' generated metadata with charset 'UTF-8' 18:34:45.803 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/float-thead/float-thead.jquery.js is 37 18:34:45.804 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/float-thead/float-thead.jquery.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.804 DEBUG: 'public/assets/vendors/custom/float-thead/float-thead.jquery.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.813 DEBUG: 'public/assets/vendors/custom/fullcalendar/fullcalendar.bundle.js' generated metadata with charset 'UTF-8' 18:34:45.814 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/fullcalendar/fullcalendar.bundle.js is 220841 18:34:45.814 DEBUG: 'public/assets/vendors/custom/fullcalendar/fullcalendar.bundle.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.816 DEBUG: 'public/assets/vendors/custom/fullcalendar/fullcalendar.bundle.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.816 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/fullcalendar/fullcalendar.bundle.rtl.css is 16446 18:34:45.816 DEBUG: 'public/assets/vendors/custom/fullcalendar/fullcalendar.bundle.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.817 DEBUG: 'public/assets/vendors/custom/fullcalendar/fullcalendar.bundle.css' generated metadata with charset 'UTF-8' 18:34:45.817 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/custom/fullcalendar/fullcalendar.bundle.css is 16446 18:34:45.817 DEBUG: 'public/assets/vendors/custom/fullcalendar/fullcalendar.bundle.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.818 DEBUG: 'public/assets/vendors/datatables/datatables.1.10.18.min.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.819 DEBUG: 'public/assets/vendors/datatables/datatables.css' generated metadata with charset 'UTF-8' 18:34:45.819 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/datatables/datatables.css is 22869 18:34:45.819 DEBUG: 'public/assets/vendors/datatables/datatables.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.820 DEBUG: 'public/assets/vendors/rotate/rotate.js' generated metadata with charset 'UTF-8' 18:34:45.820 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/rotate/rotate.js is 38 18:34:45.821 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/rotate/rotate.js was excluded because it looks like a bundle. (Disable detection with sonar.javascript.detectBundles=false) 18:34:45.821 DEBUG: 'public/assets/vendors/rotate/rotate.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.821 DEBUG: 'public/assets/vendors/base/images/owl.carousel/ajax-loader.gif' indexed with language 'null' 18:34:45.821 DEBUG: 'public/assets/vendors/base/images/owl.carousel/owl.video.play.png' indexed with language 'null' 18:34:45.822 DEBUG: 'public/assets/vendors/base/bootstrap-daterangepicker.js' generated metadata with charset 'UTF-8' 18:34:45.822 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/base/bootstrap-daterangepicker.js is 37 18:34:45.822 DEBUG: 'public/assets/vendors/base/bootstrap-daterangepicker.js' indexed with language 'js' 18:34:45.838 DEBUG: 'public/assets/vendors/base/vendors.bundle.css' generated metadata with charset 'UTF-8' 18:34:45.839 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/base/vendors.bundle.css is 5925 18:34:45.839 DEBUG: 'public/assets/vendors/base/vendors.bundle.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.840 DEBUG: File https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/base/vendors.bundle.js was excluded because of excessive size 18:34:45.840 DEBUG: 'public/assets/vendors/base/vendors.bundle.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.841 DEBUG: 'public/assets/vendors/base/fonts/flaticon/Flaticon.eot' indexed with language 'null' 18:34:45.841 DEBUG: 'public/assets/vendors/base/fonts/flaticon/Flaticon.woff' indexed with language 'null' 18:34:45.842 DEBUG: 'public/assets/vendors/base/fonts/flaticon/Flaticon.ttf' indexed with language 'null' 18:34:45.842 DEBUG: 'public/assets/vendors/base/fonts/summernote/summernote.ttf' indexed with language 'null' 18:34:45.843 DEBUG: 'public/assets/vendors/base/fonts/summernote/summernote.woff' indexed with language 'null' 18:34:45.843 DEBUG: 'public/assets/vendors/base/fonts/summernote/summernote.eot' indexed with language 'null' 18:34:45.844 DEBUG: 'public/assets/vendors/base/fonts/line-awesome/line-awesome.eot' indexed with language 'null' 18:34:45.844 DEBUG: 'public/assets/vendors/base/fonts/line-awesome/line-awesome.ttf' indexed with language 'null' 18:34:45.845 DEBUG: 'public/assets/vendors/base/fonts/line-awesome/line-awesome.woff' indexed with language 'null' 18:34:45.845 DEBUG: 'public/assets/vendors/base/fonts/line-awesome/line-awesome.woff2' indexed with language 'null' 18:34:45.846 DEBUG: 'public/assets/vendors/base/fonts/flaticon2/Flaticon2.ttf' indexed with language 'null' 18:34:45.846 DEBUG: 'public/assets/vendors/base/fonts/flaticon2/Flaticon2.woff' indexed with language 'null' 18:34:45.846 DEBUG: 'public/assets/vendors/base/fonts/flaticon2/Flaticon2.woff2' indexed with language 'null' 18:34:45.847 DEBUG: 'public/assets/vendors/base/fonts/flaticon2/Flaticon2.eot' indexed with language 'null' 18:34:45.847 DEBUG: 'public/assets/vendors/base/fonts/socicon/socicon.woff' indexed with language 'null' 18:34:45.848 DEBUG: 'public/assets/vendors/base/fonts/socicon/socicon.eot' indexed with language 'null' 18:34:45.848 DEBUG: 'public/assets/vendors/base/fonts/socicon/socicon.ttf' indexed with language 'null' 18:34:45.849 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-brands-400.woff2' indexed with language 'null' 18:34:45.849 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-solid-900.woff' indexed with language 'null' 18:34:45.850 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-regular-400.woff' indexed with language 'null' 18:34:45.850 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-regular-400.ttf' indexed with language 'null' 18:34:45.851 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-regular-400.woff2' indexed with language 'null' 18:34:45.851 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-solid-900.woff2' indexed with language 'null' 18:34:45.852 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-regular-400.eot' indexed with language 'null' 18:34:45.852 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-brands-400.eot' indexed with language 'null' 18:34:45.853 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-solid-900.eot' indexed with language 'null' 18:34:45.853 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-brands-400.woff' indexed with language 'null' 18:34:45.853 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-brands-400.ttf' indexed with language 'null' 18:34:45.854 DEBUG: 'public/assets/vendors/base/fonts/fontawesome5/fa-solid-900.ttf' indexed with language 'null' 18:34:45.876 DEBUG: 'public/assets/vendors/base/vendors.bundle.rtl.css' generated metadata with charset 'UTF-8' 18:34:45.878 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/vendors/base/vendors.bundle.rtl.css is 5926 18:34:45.878 DEBUG: 'public/assets/vendors/base/vendors.bundle.rtl.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.880 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.demo4.css' generated metadata with charset 'UTF-8' 18:34:45.880 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v1.demo4.css is 7804 18:34:45.880 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.884 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.demo2.css' generated metadata with charset 'UTF-8' 18:34:45.884 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v2.demo2.css is 45837 18:34:45.884 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.885 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.demo2.css' generated metadata with charset 'UTF-8' 18:34:45.886 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v1.demo2.css is 7804 18:34:45.886 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.887 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.demo5.css' generated metadata with charset 'UTF-8' 18:34:45.887 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v1.demo5.css is 7804 18:34:45.887 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.888 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.default.css' generated metadata with charset 'UTF-8' 18:34:45.888 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v1.default.css is 7804 18:34:45.888 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.889 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.demo6.css' generated metadata with charset 'UTF-8' 18:34:45.890 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v1.demo6.css is 7804 18:34:45.890 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.893 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.demo6.css' generated metadata with charset 'UTF-8' 18:34:45.893 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v2.demo6.css is 45837 18:34:45.893 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.897 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.demo3.css' generated metadata with charset 'UTF-8' 18:34:45.898 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v2.demo3.css is 45837 18:34:45.898 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.902 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.demo4.css' generated metadata with charset 'UTF-8' 18:34:45.902 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v2.demo4.css is 45837 18:34:45.902 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.903 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.demo3.css' generated metadata with charset 'UTF-8' 18:34:45.903 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v1.demo3.css is 7804 18:34:45.903 DEBUG: 'public/assets/app/custom/pricing/pricing-v1.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.907 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.demo5.css' generated metadata with charset 'UTF-8' 18:34:45.907 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v2.demo5.css is 45837 18:34:45.907 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.911 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.default.css' generated metadata with charset 'UTF-8' 18:34:45.911 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/pricing/pricing-v2.default.css is 45837 18:34:45.911 DEBUG: 'public/assets/app/custom/pricing/pricing-v2.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.912 DEBUG: 'public/assets/app/custom/blog/grid.demo6.css' generated metadata with charset 'UTF-8' 18:34:45.912 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid.demo6.css is 1067 18:34:45.912 DEBUG: 'public/assets/app/custom/blog/grid.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.913 DEBUG: 'public/assets/app/custom/blog/list.demo5.css' generated metadata with charset 'UTF-8' 18:34:45.913 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/list.demo5.css is 1815 18:34:45.913 DEBUG: 'public/assets/app/custom/blog/list.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.914 DEBUG: 'public/assets/app/custom/blog/post.demo4.css' generated metadata with charset 'UTF-8' 18:34:45.914 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/post.demo4.css is 5685 18:34:45.914 DEBUG: 'public/assets/app/custom/blog/post.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.914 DEBUG: 'public/assets/app/custom/blog/list.demo6.css' generated metadata with charset 'UTF-8' 18:34:45.914 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/list.demo6.css is 1815 18:34:45.915 DEBUG: 'public/assets/app/custom/blog/list.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.915 DEBUG: 'public/assets/app/custom/blog/post.demo6.css' generated metadata with charset 'UTF-8' 18:34:45.916 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/post.demo6.css is 5685 18:34:45.916 DEBUG: 'public/assets/app/custom/blog/post.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.916 DEBUG: 'public/assets/app/custom/blog/list.default.css' generated metadata with charset 'UTF-8' 18:34:45.916 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/list.default.css is 1815 18:34:45.916 DEBUG: 'public/assets/app/custom/blog/list.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.917 DEBUG: 'public/assets/app/custom/blog/list.demo2.css' generated metadata with charset 'UTF-8' 18:34:45.917 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/list.demo2.css is 1815 18:34:45.917 DEBUG: 'public/assets/app/custom/blog/list.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.918 DEBUG: 'public/assets/app/custom/blog/grid.demo2.css' generated metadata with charset 'UTF-8' 18:34:45.918 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid.demo2.css is 1067 18:34:45.918 DEBUG: 'public/assets/app/custom/blog/grid.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.918 DEBUG: 'public/assets/app/custom/blog/grid-v2.default.css' generated metadata with charset 'UTF-8' 18:34:45.919 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid-v2.default.css is 1332 18:34:45.919 DEBUG: 'public/assets/app/custom/blog/grid-v2.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.920 DEBUG: 'public/assets/app/custom/blog/post.demo5.css' generated metadata with charset 'UTF-8' 18:34:45.920 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/post.demo5.css is 5685 18:34:45.920 DEBUG: 'public/assets/app/custom/blog/post.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.920 DEBUG: 'public/assets/app/custom/blog/grid-v2.demo4.css' generated metadata with charset 'UTF-8' 18:34:45.920 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid-v2.demo4.css is 1332 18:34:45.920 DEBUG: 'public/assets/app/custom/blog/grid-v2.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.921 DEBUG: 'public/assets/app/custom/blog/grid-v2.demo2.css' generated metadata with charset 'UTF-8' 18:34:45.921 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid-v2.demo2.css is 1332 18:34:45.921 DEBUG: 'public/assets/app/custom/blog/grid-v2.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.922 DEBUG: 'public/assets/app/custom/blog/post.default.css' generated metadata with charset 'UTF-8' 18:34:45.922 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/post.default.css is 5685 18:34:45.922 DEBUG: 'public/assets/app/custom/blog/post.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.923 DEBUG: 'public/assets/app/custom/blog/grid-v2.demo6.css' generated metadata with charset 'UTF-8' 18:34:45.923 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid-v2.demo6.css is 1332 18:34:45.923 DEBUG: 'public/assets/app/custom/blog/grid-v2.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.924 DEBUG: 'public/assets/app/custom/blog/grid-v2.demo5.css' generated metadata with charset 'UTF-8' 18:34:45.924 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid-v2.demo5.css is 1332 18:34:45.924 DEBUG: 'public/assets/app/custom/blog/grid-v2.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.925 DEBUG: 'public/assets/app/custom/blog/post.demo2.css' generated metadata with charset 'UTF-8' 18:34:45.925 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/post.demo2.css is 5685 18:34:45.925 DEBUG: 'public/assets/app/custom/blog/post.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.925 DEBUG: 'public/assets/app/custom/blog/grid.default.css' generated metadata with charset 'UTF-8' 18:34:45.925 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid.default.css is 1067 18:34:45.925 DEBUG: 'public/assets/app/custom/blog/grid.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.926 DEBUG: 'public/assets/app/custom/blog/grid.demo5.css' generated metadata with charset 'UTF-8' 18:34:45.926 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid.demo5.css is 1067 18:34:45.926 DEBUG: 'public/assets/app/custom/blog/grid.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.926 DEBUG: 'public/assets/app/custom/blog/grid.demo3.css' generated metadata with charset 'UTF-8' 18:34:45.927 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid.demo3.css is 1067 18:34:45.927 DEBUG: 'public/assets/app/custom/blog/grid.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.927 DEBUG: 'public/assets/app/custom/blog/grid-v2.demo3.css' generated metadata with charset 'UTF-8' 18:34:45.927 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid-v2.demo3.css is 1332 18:34:45.927 DEBUG: 'public/assets/app/custom/blog/grid-v2.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.928 DEBUG: 'public/assets/app/custom/blog/list.demo3.css' generated metadata with charset 'UTF-8' 18:34:45.928 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/list.demo3.css is 1815 18:34:45.928 DEBUG: 'public/assets/app/custom/blog/list.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.928 DEBUG: 'public/assets/app/custom/blog/grid.demo4.css' generated metadata with charset 'UTF-8' 18:34:45.928 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/grid.demo4.css is 1067 18:34:45.928 DEBUG: 'public/assets/app/custom/blog/grid.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.929 DEBUG: 'public/assets/app/custom/blog/post.demo3.css' generated metadata with charset 'UTF-8' 18:34:45.929 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/post.demo3.css is 5685 18:34:45.929 DEBUG: 'public/assets/app/custom/blog/post.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.930 DEBUG: 'public/assets/app/custom/blog/list.demo4.css' generated metadata with charset 'UTF-8' 18:34:45.930 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/blog/list.demo4.css is 1815 18:34:45.930 DEBUG: 'public/assets/app/custom/blog/list.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.930 DEBUG: 'public/assets/app/custom/general/components/forms/controls/avatar.js' generated metadata with charset 'UTF-8' 18:34:45.930 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/controls/avatar.js is 249 18:34:45.930 DEBUG: 'public/assets/app/custom/general/components/forms/controls/avatar.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.931 DEBUG: 'public/assets/app/custom/general/components/forms/validation/controls.js' generated metadata with charset 'UTF-8' 18:34:45.931 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/validation/controls.js is 1478 18:34:45.931 DEBUG: 'public/assets/app/custom/general/components/forms/validation/controls.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.931 DEBUG: 'public/assets/app/custom/general/components/forms/validation/widgets.js' generated metadata with charset 'UTF-8' 18:34:45.932 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/validation/widgets.js is 1644 18:34:45.932 DEBUG: 'public/assets/app/custom/general/components/forms/validation/widgets.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.932 DEBUG: 'public/assets/app/custom/general/components/forms/layouts/repeater.js' generated metadata with charset 'UTF-8' 18:34:45.932 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/layouts/repeater.js is 228 18:34:45.932 DEBUG: 'public/assets/app/custom/general/components/forms/layouts/repeater.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.933 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/summernote.js' generated metadata with charset 'UTF-8' 18:34:45.933 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/summernote.js is 155 18:34:45.933 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/summernote.js' indexed with language 'js' 18:34:45.933 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-timepicker.js' generated metadata with charset 'UTF-8' 18:34:45.933 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/bootstrap-timepicker.js is 732 18:34:45.933 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-timepicker.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.934 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-touchspin.js' generated metadata with charset 'UTF-8' 18:34:45.934 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/bootstrap-touchspin.js is 1696 18:34:45.934 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-touchspin.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.935 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-daterangepicker.js' generated metadata with charset 'UTF-8' 18:34:45.935 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/bootstrap-daterangepicker.js is 3381 18:34:45.935 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-daterangepicker.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.935 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-multipleselectsplitter.js' generated metadata with charset 'UTF-8' 18:34:45.936 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/bootstrap-multipleselectsplitter.js is 233 18:34:45.936 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-multipleselectsplitter.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.936 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-select.js' generated metadata with charset 'UTF-8' 18:34:45.936 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/bootstrap-select.js is 152 18:34:45.936 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-select.js' indexed with language 'js' 18:34:45.937 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/nouislider.js' generated metadata with charset 'UTF-8' 18:34:45.937 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/nouislider.js is 3732 18:34:45.937 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/nouislider.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.937 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/autosize.js' generated metadata with charset 'UTF-8' 18:34:45.937 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/autosize.js is 196 18:34:45.938 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/autosize.js' indexed with language 'js' 18:34:45.938 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-datetimepicker.js' generated metadata with charset 'UTF-8' 18:34:45.938 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/bootstrap-datetimepicker.js is 2001 18:34:45.938 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-datetimepicker.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.939 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/input-mask.js' generated metadata with charset 'UTF-8' 18:34:45.939 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/input-mask.js is 929 18:34:45.939 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/input-mask.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.939 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-datepicker.js' generated metadata with charset 'UTF-8' 18:34:45.939 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/bootstrap-datepicker.js is 1745 18:34:45.939 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-datepicker.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.940 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/clipboard.js' generated metadata with charset 'UTF-8' 18:34:45.940 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/clipboard.js is 215 18:34:45.940 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/clipboard.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.941 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-markdown.js' generated metadata with charset 'UTF-8' 18:34:45.941 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/bootstrap-markdown.js is 120 18:34:45.941 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-markdown.js' indexed with language 'js' 18:34:45.942 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/dropzone.js' generated metadata with charset 'UTF-8' 18:34:45.942 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/dropzone.js is 625 18:34:45.942 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/dropzone.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.942 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/typeahead.js' generated metadata with charset 'UTF-8' 18:34:45.942 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/typeahead.js is 2727 18:34:45.942 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/typeahead.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.943 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-maxlength.js' generated metadata with charset 'UTF-8' 18:34:45.943 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/forms/widgets/bootstrap-maxlength.js is 3163 18:34:45.943 DEBUG: 'public/assets/app/custom/general/components/forms/widgets/bootstrap-maxlength.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.944 DEBUG: 'public/assets/app/custom/general/components/calendar/list-view.js' generated metadata with charset 'UTF-8' 18:34:45.944 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/calendar/list-view.js is 2649 18:34:45.944 DEBUG: 'public/assets/app/custom/general/components/calendar/list-view.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.944 DEBUG: 'public/assets/app/custom/general/components/calendar/agenda-week.js' generated metadata with charset 'UTF-8' 18:34:45.944 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/calendar/agenda-week.js is 2651 18:34:45.945 DEBUG: 'public/assets/app/custom/general/components/calendar/agenda-week.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.945 DEBUG: 'public/assets/app/custom/general/components/calendar/google.js' generated metadata with charset 'UTF-8' 18:34:45.945 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/calendar/google.js is 889 18:34:45.945 DEBUG: 'public/assets/app/custom/general/components/calendar/google.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.946 DEBUG: 'public/assets/app/custom/general/components/calendar/rendering.js' generated metadata with charset 'UTF-8' 18:34:45.946 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/calendar/rendering.js is 3027 18:34:45.946 DEBUG: 'public/assets/app/custom/general/components/calendar/rendering.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.946 DEBUG: 'public/assets/app/custom/general/components/calendar/basic.js' generated metadata with charset 'UTF-8' 18:34:45.946 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/calendar/basic.js is 2785 18:34:45.946 DEBUG: 'public/assets/app/custom/general/components/calendar/basic.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.947 DEBUG: 'public/assets/app/custom/general/components/calendar/external.js' generated metadata with charset 'UTF-8' 18:34:45.947 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/calendar/external.js is 3221 18:34:45.947 DEBUG: 'public/assets/app/custom/general/components/calendar/external.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.948 DEBUG: 'public/assets/app/custom/general/components/keen-wizard/wizard-demo-v2.js' generated metadata with charset 'UTF-8' 18:34:45.948 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-wizard/wizard-demo-v2.js is 1651 18:34:45.948 DEBUG: 'public/assets/app/custom/general/components/keen-wizard/wizard-demo-v2.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.948 DEBUG: 'public/assets/app/custom/general/components/keen-wizard/wizard-demo-v4.js' generated metadata with charset 'UTF-8' 18:34:45.948 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-wizard/wizard-demo-v4.js is 1332 18:34:45.948 DEBUG: 'public/assets/app/custom/general/components/keen-wizard/wizard-demo-v4.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.949 DEBUG: 'public/assets/app/custom/general/components/keen-wizard/wizard-demo-v3.js' generated metadata with charset 'UTF-8' 18:34:45.949 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-wizard/wizard-demo-v3.js is 1651 18:34:45.949 DEBUG: 'public/assets/app/custom/general/components/keen-wizard/wizard-demo-v3.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.950 DEBUG: 'public/assets/app/custom/general/components/keen-wizard/wizard-demo.js' generated metadata with charset 'UTF-8' 18:34:45.950 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-wizard/wizard-demo.js is 1150 18:34:45.950 DEBUG: 'public/assets/app/custom/general/components/keen-wizard/wizard-demo.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.950 DEBUG: 'public/assets/app/custom/general/components/datatables/search-options/column-search.js' generated metadata with charset 'UTF-8' 18:34:45.951 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/search-options/column-search.js is 6644 18:34:45.951 DEBUG: 'public/assets/app/custom/general/components/datatables/search-options/column-search.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.951 DEBUG: 'public/assets/app/custom/general/components/datatables/search-options/advanced-search.js' generated metadata with charset 'UTF-8' 18:34:45.951 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/search-options/advanced-search.js is 4314 18:34:45.951 DEBUG: 'public/assets/app/custom/general/components/datatables/search-options/advanced-search.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.952 DEBUG: 'public/assets/app/custom/general/components/datatables/basic/paginations.js' generated metadata with charset 'UTF-8' 18:34:45.952 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/basic/paginations.js is 2052 18:34:45.952 DEBUG: 'public/assets/app/custom/general/components/datatables/basic/paginations.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.953 DEBUG: 'public/assets/app/custom/general/components/datatables/basic/scrollable.js' generated metadata with charset 'UTF-8' 18:34:45.953 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/basic/scrollable.js is 3988 18:34:45.953 DEBUG: 'public/assets/app/custom/general/components/datatables/basic/scrollable.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.954 DEBUG: 'public/assets/app/custom/general/components/datatables/basic/basic.js' generated metadata with charset 'UTF-8' 18:34:45.954 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/basic/basic.js is 3302 18:34:45.954 DEBUG: 'public/assets/app/custom/general/components/datatables/basic/basic.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.954 DEBUG: 'public/assets/app/custom/general/components/datatables/basic/headers.js' generated metadata with charset 'UTF-8' 18:34:45.954 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/basic/headers.js is 2018 18:34:45.954 DEBUG: 'public/assets/app/custom/general/components/datatables/basic/headers.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.955 DEBUG: 'public/assets/app/custom/general/components/datatables/data-sources/html.js' generated metadata with charset 'UTF-8' 18:34:45.955 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/data-sources/html.js is 2022 18:34:45.955 DEBUG: 'public/assets/app/custom/general/components/datatables/data-sources/html.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.956 DEBUG: 'public/assets/app/custom/general/components/datatables/data-sources/ajax-server-side.js' generated metadata with charset 'UTF-8' 18:34:45.956 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/data-sources/ajax-server-side.js is 2330 18:34:45.956 DEBUG: 'public/assets/app/custom/general/components/datatables/data-sources/ajax-server-side.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.957 DEBUG: 'public/assets/app/custom/general/components/datatables/data-sources/ajax-client-side.js' generated metadata with charset 'UTF-8' 18:34:45.957 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/data-sources/ajax-client-side.js is 2327 18:34:45.957 DEBUG: 'public/assets/app/custom/general/components/datatables/data-sources/ajax-client-side.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.960 DEBUG: 'public/assets/app/custom/general/components/datatables/data-sources/javascript.js' generated metadata with charset 'UTF-8' 18:34:45.960 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/data-sources/javascript.js is 33146 18:34:45.960 DEBUG: 'public/assets/app/custom/general/components/datatables/data-sources/javascript.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.961 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/buttons.js' generated metadata with charset 'UTF-8' 18:34:45.962 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/extensions/buttons.js is 2939 18:34:45.962 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/buttons.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.962 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/fixedheader.js' generated metadata with charset 'UTF-8' 18:34:45.962 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/extensions/fixedheader.js is 2107 18:34:45.962 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/fixedheader.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.963 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/rowgroup.js' generated metadata with charset 'UTF-8' 18:34:45.963 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/extensions/rowgroup.js is 2069 18:34:45.963 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/rowgroup.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.964 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/responsive.js' generated metadata with charset 'UTF-8' 18:34:45.964 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/extensions/responsive.js is 2036 18:34:45.965 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/responsive.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.965 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/keytable.js' generated metadata with charset 'UTF-8' 18:34:45.965 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/extensions/keytable.js is 2038 18:34:45.965 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/keytable.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.966 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/colreorder.js' generated metadata with charset 'UTF-8' 18:34:45.966 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/extensions/colreorder.js is 2048 18:34:45.966 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/colreorder.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.967 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/fixedcolumns.js' generated metadata with charset 'UTF-8' 18:34:45.967 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/extensions/fixedcolumns.js is 2139 18:34:45.968 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/fixedcolumns.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.969 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/select.js' generated metadata with charset 'UTF-8' 18:34:45.969 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/extensions/select.js is 4939 18:34:45.969 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/select.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.970 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/rowreorder.js' generated metadata with charset 'UTF-8' 18:34:45.970 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/extensions/rowreorder.js is 2061 18:34:45.970 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/rowreorder.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.971 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/scroller.js' generated metadata with charset 'UTF-8' 18:34:45.971 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/extensions/scroller.js is 2339 18:34:45.971 DEBUG: 'public/assets/app/custom/general/components/datatables/extensions/scroller.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.971 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/multiple-controls.js' generated metadata with charset 'UTF-8' 18:34:45.971 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/advanced/multiple-controls.js is 2269 18:34:45.972 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/multiple-controls.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.972 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/row-grouping.js' generated metadata with charset 'UTF-8' 18:34:45.972 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/advanced/row-grouping.js is 2318 18:34:45.972 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/row-grouping.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.973 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/column-visibility.js' generated metadata with charset 'UTF-8' 18:34:45.973 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/advanced/column-visibility.js is 2069 18:34:45.973 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/column-visibility.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.974 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/column-rendering.js' generated metadata with charset 'UTF-8' 18:34:45.974 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/advanced/column-rendering.js is 3740 18:34:45.974 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/column-rendering.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.974 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/row-callback.js' generated metadata with charset 'UTF-8' 18:34:45.974 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/advanced/row-callback.js is 595 18:34:45.974 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/row-callback.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.975 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/footer-callback.js' generated metadata with charset 'UTF-8' 18:34:45.975 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/datatables/advanced/footer-callback.js is 662 18:34:45.975 DEBUG: 'public/assets/app/custom/general/components/datatables/advanced/footer-callback.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.976 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/locked/html-table.js' generated metadata with charset 'UTF-8' 18:34:45.976 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/locked/html-table.js is 366 18:34:45.976 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/locked/html-table.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.977 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/locked/both.js' generated metadata with charset 'UTF-8' 18:34:45.977 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/locked/both.js is 3228 18:34:45.977 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/locked/both.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.977 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/locked/right.js' generated metadata with charset 'UTF-8' 18:34:45.977 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/locked/right.js is 3190 18:34:45.977 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/locked/right.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.978 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/locked/left.js' generated metadata with charset 'UTF-8' 18:34:45.978 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/locked/left.js is 3166 18:34:45.978 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/locked/left.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.980 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/advanced/record-selection.js' generated metadata with charset 'UTF-8' 18:34:45.980 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/advanced/record-selection.js is 5069 18:34:45.980 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/advanced/record-selection.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.981 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/advanced/row-details.js' generated metadata with charset 'UTF-8' 18:34:45.981 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/advanced/row-details.js is 2985 18:34:45.981 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/advanced/row-details.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:45.982 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/advanced/column-rendering.js' generated metadata with charset 'UTF-8' 18:34:45.982 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/advanced/column-rendering.js is 4105 18:34:45.982 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/advanced/column-rendering.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.007 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/advanced/modal.js' generated metadata with charset 'UTF-8' 18:34:46.008 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/advanced/modal.js is 427413 18:34:46.008 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/advanced/modal.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.009 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/advanced/column-width.js' generated metadata with charset 'UTF-8' 18:34:46.009 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/advanced/column-width.js is 2979 18:34:46.009 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/advanced/column-width.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.010 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/api/methods.js' generated metadata with charset 'UTF-8' 18:34:46.010 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/api/methods.js is 4140 18:34:46.010 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/api/methods.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.011 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/api/events.js' generated metadata with charset 'UTF-8' 18:34:46.011 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/api/events.js is 4062 18:34:46.011 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/api/events.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.011 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/scrolling/horizontal.js' generated metadata with charset 'UTF-8' 18:34:46.011 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/scrolling/horizontal.js is 3089 18:34:46.011 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/scrolling/horizontal.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.012 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/scrolling/both.js' generated metadata with charset 'UTF-8' 18:34:46.012 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/scrolling/both.js is 3101 18:34:46.012 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/scrolling/both.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.013 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/scrolling/vertical.js' generated metadata with charset 'UTF-8' 18:34:46.013 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/scrolling/vertical.js is 3065 18:34:46.013 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/scrolling/vertical.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.013 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/child/data-ajax.js' generated metadata with charset 'UTF-8' 18:34:46.013 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/child/data-ajax.js is 4862 18:34:46.013 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/child/data-ajax.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.066 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/child/data-local.js' generated metadata with charset 'UTF-8' 18:34:46.072 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/child/data-local.js is 885784 18:34:46.072 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/child/data-local.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.073 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/html-table.js' generated metadata with charset 'UTF-8' 18:34:46.074 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/base/html-table.js is 1415 18:34:46.074 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/html-table.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.075 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/data-ajax.js' generated metadata with charset 'UTF-8' 18:34:46.075 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/base/data-ajax.js is 2954 18:34:46.077 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/data-ajax.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.078 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/data-json.js' generated metadata with charset 'UTF-8' 18:34:46.079 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/base/data-json.js is 2876 18:34:46.079 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/data-json.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.080 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/local-sort.js' generated metadata with charset 'UTF-8' 18:34:46.080 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/base/local-sort.js is 3234 18:34:46.080 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/local-sort.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.081 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/translation.js' generated metadata with charset 'UTF-8' 18:34:46.081 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/base/translation.js is 3256 18:34:46.081 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/translation.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.106 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/data-local.js' generated metadata with charset 'UTF-8' 18:34:46.108 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/keen-datatable/base/data-local.js is 418514 18:34:46.108 DEBUG: 'public/assets/app/custom/general/components/keen-datatable/base/data-local.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.109 DEBUG: 'public/assets/app/custom/general/components/extended/toastr.js' generated metadata with charset 'UTF-8' 18:34:46.109 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/extended/toastr.js is 2470 18:34:46.109 DEBUG: 'public/assets/app/custom/general/components/extended/toastr.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.110 DEBUG: 'public/assets/app/custom/general/components/extended/idle-timer.js' generated metadata with charset 'UTF-8' 18:34:46.110 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/extended/idle-timer.js is 4405 18:34:46.110 DEBUG: 'public/assets/app/custom/general/components/extended/idle-timer.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.110 DEBUG: 'public/assets/app/custom/general/components/extended/sweetalert2.js' generated metadata with charset 'UTF-8' 18:34:46.110 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/extended/sweetalert2.js is 2960 18:34:46.110 DEBUG: 'public/assets/app/custom/general/components/extended/sweetalert2.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.111 DEBUG: 'public/assets/app/custom/general/components/extended/blockui.js' generated metadata with charset 'UTF-8' 18:34:46.111 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/extended/blockui.js is 3944 18:34:46.111 DEBUG: 'public/assets/app/custom/general/components/extended/blockui.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.111 DEBUG: 'public/assets/app/custom/general/components/extended/sticky-panels.js' generated metadata with charset 'UTF-8' 18:34:46.112 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/extended/sticky-panels.js is 118 18:34:46.112 DEBUG: 'public/assets/app/custom/general/components/extended/sticky-panels.js' indexed with language 'js' 18:34:46.112 DEBUG: 'public/assets/app/custom/general/components/extended/session-timeout.js' generated metadata with charset 'UTF-8' 18:34:46.112 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/extended/session-timeout.js is 496 18:34:46.112 DEBUG: 'public/assets/app/custom/general/components/extended/session-timeout.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.113 DEBUG: 'public/assets/app/custom/general/components/charts/google-charts.js' generated metadata with charset 'UTF-8' 18:34:46.113 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/charts/google-charts.js is 2334 18:34:46.113 DEBUG: 'public/assets/app/custom/general/components/charts/google-charts.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.114 DEBUG: 'public/assets/app/custom/general/components/charts/morris-charts.js' generated metadata with charset 'UTF-8' 18:34:46.114 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/charts/morris-charts.js is 1203 18:34:46.114 DEBUG: 'public/assets/app/custom/general/components/charts/morris-charts.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.114 DEBUG: 'public/assets/app/custom/general/components/charts/flotcharts.js' generated metadata with charset 'UTF-8' 18:34:46.115 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/charts/flotcharts.js is 7536 18:34:46.115 DEBUG: 'public/assets/app/custom/general/components/charts/flotcharts.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.115 DEBUG: 'public/assets/app/custom/general/components/charts/chart-js.js' generated metadata with charset 'UTF-8' 18:34:46.115 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/charts/chart-js.js is 4020 18:34:46.115 DEBUG: 'public/assets/app/custom/general/components/charts/chart-js.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.116 DEBUG: 'public/assets/app/custom/general/components/portlets/tools.js' generated metadata with charset 'UTF-8' 18:34:46.116 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/portlets/tools.js is 6136 18:34:46.116 DEBUG: 'public/assets/app/custom/general/components/portlets/tools.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.117 DEBUG: 'public/assets/app/custom/general/components/portlets/draggable.js' generated metadata with charset 'UTF-8' 18:34:46.117 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/portlets/draggable.js is 523 18:34:46.117 DEBUG: 'public/assets/app/custom/general/components/portlets/draggable.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.117 DEBUG: 'public/assets/app/custom/general/components/base/toasts.js' generated metadata with charset 'UTF-8' 18:34:46.117 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/base/toasts.js is 1006 18:34:46.117 DEBUG: 'public/assets/app/custom/general/components/base/toasts.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.118 DEBUG: 'public/assets/app/custom/general/components/base/tooltips.js' generated metadata with charset 'UTF-8' 18:34:46.118 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/base/tooltips.js is 166 18:34:46.118 DEBUG: 'public/assets/app/custom/general/components/base/tooltips.js' indexed with language 'js' 18:34:46.118 DEBUG: 'public/assets/app/custom/general/components/base/popovers.js' generated metadata with charset 'UTF-8' 18:34:46.118 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/components/base/popovers.js is 166 18:34:46.118 DEBUG: 'public/assets/app/custom/general/components/base/popovers.js' indexed with language 'js' 18:34:46.119 DEBUG: 'public/assets/app/custom/general/custom/login/login.js' generated metadata with charset 'UTF-8' 18:34:46.119 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/custom/login/login.js is 13 18:34:46.119 DEBUG: 'public/assets/app/custom/general/custom/login/login.js' indexed with language 'js' 18:34:46.120 DEBUG: 'public/assets/app/custom/general/custom/profile/profile.js' generated metadata with charset 'UTF-8' 18:34:46.120 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/custom/profile/profile.js is 345 18:34:46.120 DEBUG: 'public/assets/app/custom/general/custom/profile/profile.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.121 DEBUG: 'public/assets/app/custom/general/dashboard.js' generated metadata with charset 'UTF-8' 18:34:46.121 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/general/dashboard.js is 15240 18:34:46.121 DEBUG: 'public/assets/app/custom/general/dashboard.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.122 DEBUG: 'public/assets/app/custom/user/login-v1.demo5.css' generated metadata with charset 'UTF-8' 18:34:46.122 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v1.demo5.css is 9116 18:34:46.122 DEBUG: 'public/assets/app/custom/user/login-v1.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.123 DEBUG: 'public/assets/app/custom/user/login-v2.demo5.css' generated metadata with charset 'UTF-8' 18:34:46.123 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v2.demo5.css is 7971 18:34:46.123 DEBUG: 'public/assets/app/custom/user/login-v2.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.123 DEBUG: 'public/assets/app/custom/user/login-v2.demo4.css' generated metadata with charset 'UTF-8' 18:34:46.123 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v2.demo4.css is 7971 18:34:46.123 DEBUG: 'public/assets/app/custom/user/login-v2.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.124 DEBUG: 'public/assets/app/custom/user/login-v1.demo2.css' generated metadata with charset 'UTF-8' 18:34:46.124 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v1.demo2.css is 9116 18:34:46.124 DEBUG: 'public/assets/app/custom/user/login-v1.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.125 DEBUG: 'public/assets/app/custom/user/profile-v1.default.css' generated metadata with charset 'UTF-8' 18:34:46.125 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/profile-v1.default.css is 8694 18:34:46.125 DEBUG: 'public/assets/app/custom/user/profile-v1.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.126 DEBUG: 'public/assets/app/custom/user/login-v2.demo2.css' generated metadata with charset 'UTF-8' 18:34:46.126 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v2.demo2.css is 7971 18:34:46.126 DEBUG: 'public/assets/app/custom/user/login-v2.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.127 DEBUG: 'public/assets/app/custom/user/login-v1.demo3.css' generated metadata with charset 'UTF-8' 18:34:46.127 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v1.demo3.css is 9116 18:34:46.127 DEBUG: 'public/assets/app/custom/user/login-v1.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.128 DEBUG: 'public/assets/app/custom/user/profile-v1.demo3.css' generated metadata with charset 'UTF-8' 18:34:46.128 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/profile-v1.demo3.css is 8694 18:34:46.128 DEBUG: 'public/assets/app/custom/user/profile-v1.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.129 DEBUG: 'public/assets/app/custom/user/login-v1.default.css' generated metadata with charset 'UTF-8' 18:34:46.129 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v1.default.css is 9116 18:34:46.129 DEBUG: 'public/assets/app/custom/user/login-v1.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.130 DEBUG: 'public/assets/app/custom/user/login-v2.demo3.css' generated metadata with charset 'UTF-8' 18:34:46.130 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v2.demo3.css is 7971 18:34:46.130 DEBUG: 'public/assets/app/custom/user/login-v2.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.131 DEBUG: 'public/assets/app/custom/user/login-v2.demo6.css' generated metadata with charset 'UTF-8' 18:34:46.131 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v2.demo6.css is 7971 18:34:46.131 DEBUG: 'public/assets/app/custom/user/login-v2.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.132 DEBUG: 'public/assets/app/custom/user/profile-v1.demo5.css' generated metadata with charset 'UTF-8' 18:34:46.132 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/profile-v1.demo5.css is 8694 18:34:46.132 DEBUG: 'public/assets/app/custom/user/profile-v1.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.133 DEBUG: 'public/assets/app/custom/user/login-v2.default.css' generated metadata with charset 'UTF-8' 18:34:46.133 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v2.default.css is 7971 18:34:46.133 DEBUG: 'public/assets/app/custom/user/login-v2.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.133 DEBUG: 'public/assets/app/custom/user/profile-v1.demo2.css' generated metadata with charset 'UTF-8' 18:34:46.134 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/profile-v1.demo2.css is 8694 18:34:46.134 DEBUG: 'public/assets/app/custom/user/profile-v1.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.134 DEBUG: 'public/assets/app/custom/user/profile-v1.demo6.css' generated metadata with charset 'UTF-8' 18:34:46.134 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/profile-v1.demo6.css is 8694 18:34:46.134 DEBUG: 'public/assets/app/custom/user/profile-v1.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.136 DEBUG: 'public/assets/app/custom/user/login-v1.demo6.css' generated metadata with charset 'UTF-8' 18:34:46.136 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v1.demo6.css is 9116 18:34:46.136 DEBUG: 'public/assets/app/custom/user/login-v1.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.137 DEBUG: 'public/assets/app/custom/user/login-v1.demo4.css' generated metadata with charset 'UTF-8' 18:34:46.137 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/login-v1.demo4.css is 9116 18:34:46.137 DEBUG: 'public/assets/app/custom/user/login-v1.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.139 DEBUG: 'public/assets/app/custom/user/profile-v1.demo4.css' generated metadata with charset 'UTF-8' 18:34:46.139 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/user/profile-v1.demo4.css is 8694 18:34:46.139 DEBUG: 'public/assets/app/custom/user/profile-v1.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.140 DEBUG: 'public/assets/app/custom/error/404-v4.demo3.css' generated metadata with charset 'UTF-8' 18:34:46.140 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v4.demo3.css is 1264 18:34:46.140 DEBUG: 'public/assets/app/custom/error/404-v4.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.140 DEBUG: 'public/assets/app/custom/error/404-v3.demo4.css' generated metadata with charset 'UTF-8' 18:34:46.140 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v3.demo4.css is 1253 18:34:46.141 DEBUG: 'public/assets/app/custom/error/404-v3.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.141 DEBUG: 'public/assets/app/custom/error/404-v3.demo2.css' generated metadata with charset 'UTF-8' 18:34:46.141 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v3.demo2.css is 1253 18:34:46.141 DEBUG: 'public/assets/app/custom/error/404-v3.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.142 DEBUG: 'public/assets/app/custom/error/404-v2.default.css' generated metadata with charset 'UTF-8' 18:34:46.142 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v2.default.css is 1270 18:34:46.142 DEBUG: 'public/assets/app/custom/error/404-v2.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.143 DEBUG: 'public/assets/app/custom/error/404-v1.demo3.css' generated metadata with charset 'UTF-8' 18:34:46.143 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v1.demo3.css is 1330 18:34:46.143 DEBUG: 'public/assets/app/custom/error/404-v1.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.144 DEBUG: 'public/assets/app/custom/error/404-v4.demo2.css' generated metadata with charset 'UTF-8' 18:34:46.144 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v4.demo2.css is 1264 18:34:46.144 DEBUG: 'public/assets/app/custom/error/404-v4.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.144 DEBUG: 'public/assets/app/custom/error/404-v2.demo5.css' generated metadata with charset 'UTF-8' 18:34:46.145 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v2.demo5.css is 1270 18:34:46.145 DEBUG: 'public/assets/app/custom/error/404-v2.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.145 DEBUG: 'public/assets/app/custom/error/404-v1.demo4.css' generated metadata with charset 'UTF-8' 18:34:46.145 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v1.demo4.css is 1330 18:34:46.145 DEBUG: 'public/assets/app/custom/error/404-v1.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.146 DEBUG: 'public/assets/app/custom/error/404-v2.demo2.css' generated metadata with charset 'UTF-8' 18:34:46.146 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v2.demo2.css is 1270 18:34:46.146 DEBUG: 'public/assets/app/custom/error/404-v2.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.147 DEBUG: 'public/assets/app/custom/error/404-v1.default.css' generated metadata with charset 'UTF-8' 18:34:46.147 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v1.default.css is 1330 18:34:46.147 DEBUG: 'public/assets/app/custom/error/404-v1.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.148 DEBUG: 'public/assets/app/custom/error/404-v4.default.css' generated metadata with charset 'UTF-8' 18:34:46.148 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v4.default.css is 1264 18:34:46.148 DEBUG: 'public/assets/app/custom/error/404-v4.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.149 DEBUG: 'public/assets/app/custom/error/404-v1.demo5.css' generated metadata with charset 'UTF-8' 18:34:46.149 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v1.demo5.css is 1330 18:34:46.149 DEBUG: 'public/assets/app/custom/error/404-v1.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.149 DEBUG: 'public/assets/app/custom/error/404-v3.demo6.css' generated metadata with charset 'UTF-8' 18:34:46.149 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v3.demo6.css is 1253 18:34:46.149 DEBUG: 'public/assets/app/custom/error/404-v3.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.150 DEBUG: 'public/assets/app/custom/error/404-v4.demo4.css' generated metadata with charset 'UTF-8' 18:34:46.150 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v4.demo4.css is 1264 18:34:46.150 DEBUG: 'public/assets/app/custom/error/404-v4.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.151 DEBUG: 'public/assets/app/custom/error/404-v4.demo6.css' generated metadata with charset 'UTF-8' 18:34:46.151 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v4.demo6.css is 1264 18:34:46.151 DEBUG: 'public/assets/app/custom/error/404-v4.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.152 DEBUG: 'public/assets/app/custom/error/404-v3.default.css' generated metadata with charset 'UTF-8' 18:34:46.152 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v3.default.css is 1253 18:34:46.152 DEBUG: 'public/assets/app/custom/error/404-v3.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.152 DEBUG: 'public/assets/app/custom/error/404-v2.demo4.css' generated metadata with charset 'UTF-8' 18:34:46.152 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v2.demo4.css is 1270 18:34:46.152 DEBUG: 'public/assets/app/custom/error/404-v2.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.153 DEBUG: 'public/assets/app/custom/error/404-v2.demo3.css' generated metadata with charset 'UTF-8' 18:34:46.153 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v2.demo3.css is 1270 18:34:46.153 DEBUG: 'public/assets/app/custom/error/404-v2.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.154 DEBUG: 'public/assets/app/custom/error/404-v3.demo3.css' generated metadata with charset 'UTF-8' 18:34:46.154 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v3.demo3.css is 1253 18:34:46.154 DEBUG: 'public/assets/app/custom/error/404-v3.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.154 DEBUG: 'public/assets/app/custom/error/404-v2.demo6.css' generated metadata with charset 'UTF-8' 18:34:46.155 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v2.demo6.css is 1270 18:34:46.155 DEBUG: 'public/assets/app/custom/error/404-v2.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.155 DEBUG: 'public/assets/app/custom/error/404-v4.demo5.css' generated metadata with charset 'UTF-8' 18:34:46.155 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v4.demo5.css is 1264 18:34:46.155 DEBUG: 'public/assets/app/custom/error/404-v4.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.156 DEBUG: 'public/assets/app/custom/error/404-v1.demo2.css' generated metadata with charset 'UTF-8' 18:34:46.156 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v1.demo2.css is 1330 18:34:46.156 DEBUG: 'public/assets/app/custom/error/404-v1.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.157 DEBUG: 'public/assets/app/custom/error/404-v3.demo5.css' generated metadata with charset 'UTF-8' 18:34:46.157 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v3.demo5.css is 1253 18:34:46.157 DEBUG: 'public/assets/app/custom/error/404-v3.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.158 DEBUG: 'public/assets/app/custom/error/404-v1.demo6.css' generated metadata with charset 'UTF-8' 18:34:46.158 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/error/404-v1.demo6.css is 1330 18:34:46.158 DEBUG: 'public/assets/app/custom/error/404-v1.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.159 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.default.css' generated metadata with charset 'UTF-8' 18:34:46.159 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v2.default.css is 6464 18:34:46.159 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.160 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.demo2.css' generated metadata with charset 'UTF-8' 18:34:46.161 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v1.demo2.css is 6810 18:34:46.161 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.162 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.demo3.css' generated metadata with charset 'UTF-8' 18:34:46.162 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v2.demo3.css is 6464 18:34:46.162 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.163 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.demo6.css' generated metadata with charset 'UTF-8' 18:34:46.163 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v2.demo6.css is 6464 18:34:46.163 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.164 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.demo4.css' generated metadata with charset 'UTF-8' 18:34:46.164 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v2.demo4.css is 6464 18:34:46.164 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.165 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.demo5.css' generated metadata with charset 'UTF-8' 18:34:46.165 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v2.demo5.css is 6464 18:34:46.165 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.167 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.default.css' generated metadata with charset 'UTF-8' 18:34:46.167 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v1.default.css is 6810 18:34:46.167 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.default.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.168 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.demo5.css' generated metadata with charset 'UTF-8' 18:34:46.168 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v1.demo5.css is 6810 18:34:46.168 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.demo5.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.169 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.demo3.css' generated metadata with charset 'UTF-8' 18:34:46.169 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v1.demo3.css is 6810 18:34:46.169 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.demo3.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.170 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.demo6.css' generated metadata with charset 'UTF-8' 18:34:46.173 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v1.demo6.css is 6810 18:34:46.173 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.demo6.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.175 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.demo4.css' generated metadata with charset 'UTF-8' 18:34:46.175 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v1.demo4.css is 6810 18:34:46.175 DEBUG: 'public/assets/app/custom/invoice/invoice-v1.demo4.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.176 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.demo2.css' generated metadata with charset 'UTF-8' 18:34:46.176 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/custom/invoice/invoice-v2.demo2.css is 6464 18:34:46.176 DEBUG: 'public/assets/app/custom/invoice/invoice-v2.demo2.css' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.177 DEBUG: 'public/assets/app/bundle/app.bundle.js' generated metadata with charset 'UTF-8' 18:34:46.177 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/assets/app/bundle/app.bundle.js is 9950 18:34:46.177 DEBUG: 'public/assets/app/bundle/app.bundle.js' excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter 18:34:46.178 DEBUG: 'public/assets/media/demos-mini/demo8.jpg' indexed with language 'null' 18:34:46.178 DEBUG: 'public/assets/media/demos-mini/demo2.png' indexed with language 'null' 18:34:46.178 DEBUG: 'public/assets/media/demos-mini/demo3.png' indexed with language 'null' 18:34:46.179 DEBUG: 'public/assets/media/demos-mini/demo9.jpg' indexed with language 'null' 18:34:46.179 DEBUG: 'public/assets/media/demos-mini/demo7.jpg' indexed with language 'null' 18:34:46.180 DEBUG: 'public/assets/media/demos-mini/default.png' indexed with language 'null' 18:34:46.180 DEBUG: 'public/assets/media/demos-mini/demo6.jpg' indexed with language 'null' 18:34:46.180 DEBUG: 'public/assets/media/demos-mini/demo5.png' indexed with language 'null' 18:34:46.181 DEBUG: 'public/assets/media/demos-mini/demo4.png' indexed with language 'null' 18:34:46.181 DEBUG: 'public/assets/media/blog/11.jpg' indexed with language 'null' 18:34:46.182 DEBUG: 'public/assets/media/blog/blog-5.jpg' indexed with language 'null' 18:34:46.182 DEBUG: 'public/assets/media/blog/1.jpg' indexed with language 'null' 18:34:46.182 DEBUG: 'public/assets/media/blog/10.jpg' indexed with language 'null' 18:34:46.183 DEBUG: 'public/assets/media/blog/3.jpg' indexed with language 'null' 18:34:46.183 DEBUG: 'public/assets/media/blog/2.jpg' indexed with language 'null' 18:34:46.183 DEBUG: 'public/assets/media/blog/blog-7.jpg' indexed with language 'null' 18:34:46.184 DEBUG: 'public/assets/media/blog/blog-6.jpg' indexed with language 'null' 18:34:46.184 DEBUG: 'public/assets/media/blog/500x600/29.jpg' indexed with language 'null' 18:34:46.185 DEBUG: 'public/assets/media/blog/blog-3.jpg' indexed with language 'null' 18:34:46.185 DEBUG: 'public/assets/media/blog/4.jpg' indexed with language 'null' 18:34:46.185 DEBUG: 'public/assets/media/blog/1200x600/3.jpg' indexed with language 'null' 18:34:46.186 DEBUG: 'public/assets/media/blog/1200x600/2.jpg' indexed with language 'null' 18:34:46.186 DEBUG: 'public/assets/media/blog/1200x600/6.jpg' indexed with language 'null' 18:34:46.186 DEBUG: 'public/assets/media/blog/7.jpg' indexed with language 'null' 18:34:46.187 DEBUG: 'public/assets/media/blog/8.jpg' indexed with language 'null' 18:34:46.187 DEBUG: 'public/assets/media/blog/blog-1.jpg' indexed with language 'null' 18:34:46.187 DEBUG: 'public/assets/media/blog/blog-2.jpg' indexed with language 'null' 18:34:46.188 DEBUG: 'public/assets/media/blog/12.jpg' indexed with language 'null' 18:34:46.188 DEBUG: 'public/assets/media/blog/5.jpg' indexed with language 'null' 18:34:46.188 DEBUG: 'public/assets/media/blog/6.jpg' indexed with language 'null' 18:34:46.189 DEBUG: 'public/assets/media/blog/blog-4.jpg' indexed with language 'null' 18:34:46.189 DEBUG: 'public/assets/media/blog/900x600/25.jpg' indexed with language 'null' 18:34:46.190 DEBUG: 'public/assets/media/blog/900x600/8.jpg' indexed with language 'null' 18:34:46.190 DEBUG: 'public/assets/media/blog/900x600/5.jpg' indexed with language 'null' 18:34:46.190 DEBUG: 'public/assets/media/blog/900x600/24.jpg' indexed with language 'null' 18:34:46.191 DEBUG: 'public/assets/media/blog/9.jpg' indexed with language 'null' 18:34:46.192 DEBUG: 'public/assets/media/flags/021-nl.png' indexed with language 'null' 18:34:46.192 DEBUG: 'public/assets/media/users/300_7.jpg' indexed with language 'null' 18:34:46.193 DEBUG: 'public/assets/media/users/100_4.jpg' indexed with language 'null' 18:34:46.193 DEBUG: 'public/assets/media/users/300_8.jpg' indexed with language 'null' 18:34:46.194 DEBUG: 'public/assets/media/users/300_3.jpg' indexed with language 'null' 18:34:46.194 DEBUG: 'public/assets/media/users/100_11.jpg' indexed with language 'null' 18:34:46.194 DEBUG: 'public/assets/media/users/100_1.jpg' indexed with language 'null' 18:34:46.195 DEBUG: 'public/assets/media/users/300_22.jpg' indexed with language 'null' 18:34:46.195 DEBUG: 'public/assets/media/users/300_9.jpg' indexed with language 'null' 18:34:46.196 DEBUG: 'public/assets/media/users/100_8.jpg' indexed with language 'null' 18:34:46.196 DEBUG: 'public/assets/media/users/300_17.jpg' indexed with language 'null' 18:34:46.196 DEBUG: 'public/assets/media/users/300_25.jpg' indexed with language 'null' 18:34:46.197 DEBUG: 'public/assets/media/users/100_3.jpg' indexed with language 'null' 18:34:46.197 DEBUG: 'public/assets/media/users/100_14.jpg' indexed with language 'null' 18:34:46.197 DEBUG: 'public/assets/media/users/300_6.jpg' indexed with language 'null' 18:34:46.198 DEBUG: 'public/assets/media/users/300_11.jpg' indexed with language 'null' 18:34:46.198 DEBUG: 'public/assets/media/users/300_13.jpg' indexed with language 'null' 18:34:46.199 DEBUG: 'public/assets/media/users/300_10.jpg' indexed with language 'null' 18:34:46.199 DEBUG: 'public/assets/media/users/300_23.jpg' indexed with language 'null' 18:34:46.199 DEBUG: 'public/assets/media/users/300_20.jpg' indexed with language 'null' 18:34:46.200 DEBUG: 'public/assets/media/users/300_4.jpg' indexed with language 'null' 18:34:46.200 DEBUG: 'public/assets/media/users/300_12.jpg' indexed with language 'null' 18:34:46.200 DEBUG: 'public/assets/media/users/300_5.jpg' indexed with language 'null' 18:34:46.201 DEBUG: 'public/assets/media/users/100_6.jpg' indexed with language 'null' 18:34:46.201 DEBUG: 'public/assets/media/users/300_1.jpg' indexed with language 'null' 18:34:46.202 DEBUG: 'public/assets/media/users/300_16.jpg' indexed with language 'null' 18:34:46.202 DEBUG: 'public/assets/media/users/300_21.jpg' indexed with language 'null' 18:34:46.202 DEBUG: 'public/assets/media/users/300_18.jpg' indexed with language 'null' 18:34:46.203 DEBUG: 'public/assets/media/users/300_2.jpg' indexed with language 'null' 18:34:46.203 DEBUG: 'public/assets/media/users/default.jpg' indexed with language 'null' 18:34:46.203 DEBUG: 'public/assets/media/users/300_19.jpg' indexed with language 'null' 18:34:46.204 DEBUG: 'public/assets/media/users/100_5.jpg' indexed with language 'null' 18:34:46.204 DEBUG: 'public/assets/media/users/100_10.jpg' indexed with language 'null' 18:34:46.205 DEBUG: 'public/assets/media/users/300_15.jpg' indexed with language 'null' 18:34:46.205 DEBUG: 'public/assets/media/users/100_12.jpg' indexed with language 'null' 18:34:46.205 DEBUG: 'public/assets/media/users/300_14.jpg' indexed with language 'null' 18:34:46.206 DEBUG: 'public/assets/media/users/100_13.jpg' indexed with language 'null' 18:34:46.206 DEBUG: 'public/assets/media/users/100_7.jpg' indexed with language 'null' 18:34:46.206 DEBUG: 'public/assets/media/users/100_2.jpg' indexed with language 'null' 18:34:46.207 DEBUG: 'public/assets/media/users/100_9.jpg' indexed with language 'null' 18:34:46.207 DEBUG: 'public/assets/media/users/300_24.jpg' indexed with language 'null' 18:34:46.208 DEBUG: 'public/assets/media/logos/logo-3.png' indexed with language 'null' 18:34:46.208 DEBUG: 'public/assets/media/logos/favicon.ico' indexed with language 'null' 18:34:46.209 DEBUG: 'public/assets/media/logos/logo-7.png' indexed with language 'null' 18:34:46.209 DEBUG: 'public/assets/media/logos/favicon-planning.ico' indexed with language 'null' 18:34:46.210 DEBUG: 'public/assets/media/logos/logo-4-sticky.png' indexed with language 'null' 18:34:46.210 DEBUG: 'public/assets/media/logos/logo-2.png' indexed with language 'null' 18:34:46.210 DEBUG: 'public/assets/media/logos/logo-6.png' indexed with language 'null' 18:34:46.211 DEBUG: 'public/assets/media/logos/logo-4.png' indexed with language 'null' 18:34:46.211 DEBUG: 'public/assets/media/logos/logo-1.png' indexed with language 'null' 18:34:46.212 DEBUG: 'public/assets/media/logos/logo-9.png' indexed with language 'null' 18:34:46.212 DEBUG: 'public/assets/media/logos/logo-5.png' indexed with language 'null' 18:34:46.212 DEBUG: 'public/assets/media/logos/logo-launcher-1.png' indexed with language 'null' 18:34:46.213 DEBUG: 'public/assets/media/logos/logo-launcher-2.png' indexed with language 'null' 18:34:46.213 DEBUG: 'public/assets/media/logos/logo-8.png' indexed with language 'null' 18:34:46.214 DEBUG: 'public/assets/media/product-logos/logo3.png' indexed with language 'null' 18:34:46.214 DEBUG: 'public/assets/media/product-logos/logo5.png' indexed with language 'null' 18:34:46.215 DEBUG: 'public/assets/media/product-logos/logo1.png' indexed with language 'null' 18:34:46.215 DEBUG: 'public/assets/media/product-logos/logo2.png' indexed with language 'null' 18:34:46.215 DEBUG: 'public/assets/media/product-logos/logo4.png' indexed with language 'null' 18:34:46.216 DEBUG: 'public/assets/media/misc/iconbox_bg.png' indexed with language 'null' 18:34:46.216 DEBUG: 'public/assets/media/misc/bg_1.jpg' indexed with language 'null' 18:34:46.217 DEBUG: 'public/assets/media/misc/404-bg4.jpg' indexed with language 'null' 18:34:46.219 DEBUG: 'public/assets/media/misc/bg-mobile-3.jpg' indexed with language 'null' 18:34:46.219 DEBUG: 'public/assets/media/misc/invoice1-bg.png' indexed with language 'null' 18:34:46.220 DEBUG: 'public/assets/media/misc/bg-mobile-2.jpg' indexed with language 'null' 18:34:46.221 DEBUG: 'public/assets/media/misc/invoice1-logo.png' indexed with language 'null' 18:34:46.221 DEBUG: 'public/assets/media/misc/clouds.png' indexed with language 'null' 18:34:46.222 DEBUG: 'public/assets/media/misc/head_bg.jpg' indexed with language 'null' 18:34:46.222 DEBUG: 'public/assets/media/misc/404-bg3.jpg' indexed with language 'null' 18:34:46.223 DEBUG: 'public/assets/media/misc/bg-mobile-4.jpg' indexed with language 'null' 18:34:46.223 DEBUG: 'public/assets/media/misc/404-bg2.jpg' indexed with language 'null' 18:34:46.224 DEBUG: 'public/assets/media/misc/iconbox_bg-white.png' indexed with language 'null' 18:34:46.224 DEBUG: 'public/assets/media/misc/404-bg1.jpg' indexed with language 'null' 18:34:46.225 DEBUG: 'public/assets/media/misc/head_bg_sm.jpg' indexed with language 'null' 18:34:46.225 DEBUG: 'public/assets/media/misc/invoice2-logo.png' indexed with language 'null' 18:34:46.226 DEBUG: 'public/assets/translations/datatables/nl.json' indexed with language 'json' 18:34:46.227 DEBUG: 'public/assets/translations/datatables/de.json' indexed with language 'json' 18:34:46.228 DEBUG: 'public/index.php' generated metadata with charset 'UTF-8' 18:34:46.228 DEBUG: 'public/index.php' indexed with language 'php' 18:34:46.230 DEBUG: 'public/css/ie.css' generated metadata with charset 'UTF-8' 18:34:46.230 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/css/ie.css is 44 18:34:46.230 DEBUG: 'public/css/ie.css' indexed with language 'css' 18:34:46.231 DEBUG: 'public/css/email.css' generated metadata with charset 'UTF-8' 18:34:46.231 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/css/email.css is 14 18:34:46.232 DEBUG: 'public/css/email.css' indexed with language 'css' 18:34:46.233 DEBUG: 'public/css/pdf.css' generated metadata with charset 'UTF-8' 18:34:46.233 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/css/pdf.css is 37 18:34:46.233 DEBUG: 'public/css/pdf.css' indexed with language 'css' 18:34:46.234 DEBUG: 'public/css/app.css' generated metadata with charset 'UTF-8' 18:34:46.234 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/css/app.css is 0 18:34:46.234 DEBUG: 'public/css/app.css' indexed with language 'css' 18:34:46.236 DEBUG: 'public/css/bk_style.temp.css' generated metadata with charset 'UTF-8' 18:34:46.236 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/css/bk_style.temp.css is 33 18:34:46.236 DEBUG: 'public/css/bk_style.temp.css' indexed with language 'css' 18:34:46.237 DEBUG: 'public/css/style.temp.css' generated metadata with charset 'UTF-8' 18:34:46.237 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/css/style.temp.css is 32 18:34:46.237 DEBUG: 'public/css/style.temp.css' indexed with language 'css' 18:34:46.238 DEBUG: 'public/css/style.css' generated metadata with charset 'UTF-8' 18:34:46.238 DEBUG: Average line length for https://bitbucket.org/[REMOVED]/[REMOVED]/src/20717a3f19ece3625562c9ff2175d9958ff6761d/public/css/style.css is 29 18:34:46.239 DEBUG: 'public/css/style.css' indexed with language 'css' 18:34:46.239 DEBUG: 'server.php' generated metadata with charset 'UTF-8' 18:34:46.239 DEBUG: 'server.php' indexed with language 'php' 18:34:46.239 DEBUG: 'composer.lock' indexed with language 'null' 18:34:46.245 INFO: 925 files indexed 18:34:46.246 INFO: 465 files ignored because of inclusion/exclusion patterns 18:34:46.247 INFO: Quality profile for css: Sonar way 18:34:46.247 INFO: Quality profile for js: Sonar way 18:34:46.247 INFO: Quality profile for json: Sonar way 18:34:46.247 INFO: Quality profile for php: Sonar way 18:34:46.247 INFO: Quality profile for xml: Sonar way 18:34:46.276 INFO: ------------- Run sensors on module [REMOVED] 18:34:46.519 INFO: Load metrics repository 18:34:47.040 DEBUG: GET 200 https://sonarcloud.io/api/metrics/search?f=name,description,direction,qualitative&ps=500&p=1 | time=518ms 18:34:47.049 INFO: Load metrics repository (done) | time=530ms 18:34:47.066 INFO: Sensor cache enabled 18:34:47.071 INFO: Load sensor cache 18:34:47.450 DEBUG: GET 200 https://ea6ne4j2sb.execute-api.eu-central-1.amazonaws.com/current/v1/sensor_cache/prepare_read?organization=[REMOVED]&project=[REMOVED]&branch=master | time=374ms 18:34:48.068 DEBUG: GET 200 https://sc-cleancode-sensorcache-eu-central-1-prod.s3.amazonaws.com/AYYmQ_S_OEp90LCCIeBK/AYYmRMoiCnEjrn9ZO6jb/AYYmRMoiCnEjrn9ZO6jb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIAXDIVECDB5MJVXHMZ%2F20230209%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Date=20230209T183447Z&X-Amz-Expires=15&X-Amz-SignedHeaders=host&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEAsaDGV1LWNlbnRyYWwtMSJIMEYCIQDg3zk59TlM%2B8r5sbFCvNajBMUPV06fFl1sJwwRWSHb2QIhAM75znJ%2BjCfIS%2BPo15MfSRPQ3U5zuQ2aAuj%2FOkTFyRCGKrsDCJT%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQAxoMNDg4MDU5OTY1NjM1IgzU6rO%2FZgZqDBI6aXYqjwPgm7aTbVzIFIEzGrU0CFCLrdRdwVTLRbWFjG8VbMzXR%2BJuJI%2FccGaBhZP8sdAQimOhqK%2F4w%2Bsuc9zUC7tAfD1A%2F4bQ5bUTfYPN1tSAp0b1fpl2kUkJDLaO0M1ZU5Gl%2BVwHF604Kz8mfTeejG4dWYEcuFb9KZFvKsrLof2a0IoeWPmUiekEsd%2FHEjmlecWurN4eDq%2FTDc9A%2BQDkCQlpmg8nEp2xBIlrUgXJNk909dY%2F2pTGfGGE9Ome3ynpbQmeF%2BBudsnM2Kig%2F0TMnBAXajpivUmfqcGNGInWEtK7htX4yVlt8596cPcHDIg9OBkxOz6B%2Bx5LM5DZ5yENOHOPA5fyMP6h8D5KHSiWbisO4rtQjwCCvYA1fpYcUfuODN6vvWBtyf8gluyFk5EeMNKeMPJJBBsQL9nA7YSnE7xpAC70EtEHc6NiKhahTPx9bOwArlarB4hatHVWKpnd7xC4VUBWz1bR1LQRKn1Nt8nXAjmRG2lVfZMtDRxB%2FukIs8kEi%2FDNOtxj1AzVcdxl5FIuBFQw0fWUnwY6nQGHqRJOzDz5F9sJxIs5%2Bb%2BxhoT9vrqem3Wpx8%2BAHUDUsZuCpPfTyaWiQ%2FHV8dAuy%2B4VszWR47%2F%2BeCBrWHBen22X6NkEqUqwsJw01XxsTF8Nfhy%2BrLH2QS1oc8BDF7AAS3K3ZB93KocL1ZVFZn6VTSuRsmDufxs7edKX1EwUzSITt1Nf7AQAFtAiWOjWCeaTC9HTvDFAXasSQon2OAxu&X-Amz-Signature=b10a09c037f8ebb9f63e3197759ac39f5bfdadc28e0af5930b066f3ddbfc76ba | time=570ms 18:34:48.552 INFO: Load sensor cache (1 MB) | time=1481ms 18:34:51.094 DEBUG: Adding rules for repository 'jssecurity', language: JAVASCRIPT, [class com.sonar.security.frontend.js.rules.DomOpenRedirectCheck, class com.sonar.security.frontend.js.rules.DomXssCheck, class com.sonar.security.frontend.js.rules.DynamicCodeExecutionCheck, class com.sonar.security.frontend.js.rules.FilePathInjectionCheck, class com.sonar.security.frontend.js.rules.HttpRedirectionCheck, class com.sonar.security.frontend.js.rules.NoSQLInjectionCheck, class com.sonar.security.frontend.js.rules.OSArgumentConstructionCheck, class com.sonar.security.frontend.js.rules.OSArgumentInjectionCheck, class com.sonar.security.frontend.js.rules.OSCommandInjectionCheck, class com.sonar.security.frontend.js.rules.ReflectedXssCheck, class com.sonar.security.frontend.js.rules.RegularExpressionDoSCheck, class com.sonar.security.frontend.js.rules.ServerSideRequestCheck, class com.sonar.security.frontend.js.rules.SQLInjectionCheck, class com.sonar.security.frontend.js.rules.ZipSlipCheck, class com.sonar.security.frontend.js.rules.SessionFixationCheck] from com.sonar.security.frontend.js.F 18:34:51.101 DEBUG: Adding rules for repository 'tssecurity', language: TYPESCRIPT, [class com.sonar.security.frontend.js.rules.DomOpenRedirectCheck, class com.sonar.security.frontend.js.rules.DomXssCheck, class com.sonar.security.frontend.js.rules.DynamicCodeExecutionCheck, class com.sonar.security.frontend.js.rules.FilePathInjectionCheck, class com.sonar.security.frontend.js.rules.HttpRedirectionCheck, class com.sonar.security.frontend.js.rules.NoSQLInjectionCheck, class com.sonar.security.frontend.js.rules.OSArgumentConstructionCheck, class com.sonar.security.frontend.js.rules.OSArgumentInjectionCheck, class com.sonar.security.frontend.js.rules.OSCommandInjectionCheck, class com.sonar.security.frontend.js.rules.ReflectedXssCheck, class com.sonar.security.frontend.js.rules.RegularExpressionDoSCheck, class com.sonar.security.frontend.js.rules.ServerSideRequestCheck, class com.sonar.security.frontend.js.rules.SQLInjectionCheck, class com.sonar.security.frontend.js.rules.ZipSlipCheck, class com.sonar.security.frontend.js.rules.SessionFixationCheck] from com.sonar.security.frontend.js.B 18:34:51.595 DEBUG: 'JavaSensor' skipped because there is no related file in current project 18:34:51.596 DEBUG: 'CobolSquidSensor' skipped because there is no related file in current project 18:34:51.597 DEBUG: 'Import external issues report' skipped because one of the required properties is missing 18:34:51.598 DEBUG: 'IaC Terraform Sensor' skipped because there is no related file in current project 18:34:51.599 DEBUG: 'PL/SQL Sensor' skipped because there is no related file in current project 18:34:51.600 DEBUG: 'Scala Sensor' skipped because there is no related file in current project 18:34:51.601 DEBUG: 'Scoverage sensor for Scala coverage' skipped because there is no related file in current project 18:34:51.602 DEBUG: 'Import of Scalastyle issues' skipped because there is no related file in current project 18:34:51.602 DEBUG: 'Import of Scapegoat issues' skipped because there is no related file in current project 18:34:51.603 DEBUG: 'Import of Checkstyle issues' skipped because there is no related file in current project 18:34:51.603 DEBUG: 'Import of PMD issues' skipped because one of the required properties is missing 18:34:51.604 DEBUG: 'Import of SpotBugs issues' skipped because there is no related file in current project 18:34:51.605 DEBUG: 'SurefireSensor' skipped because there is no related file in current project 18:34:51.605 DEBUG: 'Removed properties sensor' skipped because there is no related file in current project 18:34:51.606 DEBUG: 'Flex' skipped because there is no related file in current project 18:34:51.607 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project 18:34:51.608 DEBUG: 'Swift Code Quality and Security' skipped because there is no related file in current project 18:34:51.609 DEBUG: 'Import of SwiftLint issues' skipped because there is no related file in current project 18:34:51.610 DEBUG: 'gcov' skipped because there is no related file in current project 18:34:51.611 DEBUG: 'llvm-cov' skipped because there is no related file in current project 18:34:51.612 DEBUG: 'cppunit' skipped because there is no related file in current project 18:34:51.613 DEBUG: 'VisualStudioCoverage' skipped because there is no related file in current project 18:34:51.613 DEBUG: 'bullseye' skipped because there is no related file in current project 18:34:51.614 DEBUG: 'Python Sensor' skipped because there is no related file in current project 18:34:51.614 DEBUG: 'Cobertura Sensor for Python coverage' skipped because there is no related file in current project 18:34:51.615 DEBUG: 'PythonXUnitSensor' skipped because there is no related file in current project 18:34:51.616 DEBUG: 'Import of Pylint issues' skipped because there is no related file in current project 18:34:51.617 DEBUG: 'Import of Bandit issues' skipped because there is no related file in current project 18:34:51.617 DEBUG: 'Import of Flake8 issues' skipped because there is no related file in current project 18:34:51.618 DEBUG: 'Code Quality and Security for Go' skipped because there is no related file in current project 18:34:51.619 DEBUG: 'Go Unit Test Report' skipped because there is no related file in current project 18:34:51.619 DEBUG: 'Go Cover sensor for Go coverage' skipped because one of the required properties is missing 18:34:51.620 DEBUG: 'Import of go vet issues' skipped because there is no related file in current project 18:34:51.620 DEBUG: 'Import of Golint issues' skipped because there is no related file in current project 18:34:51.621 DEBUG: 'Import of GoMetaLinter issues' skipped because there is no related file in current project 18:34:51.621 DEBUG: 'Import of GolangCI-Lint issues' skipped because there is no related file in current project 18:34:51.622 DEBUG: 'Kotlin Sensor' skipped because there is no related file in current project 18:34:51.622 DEBUG: 'KotlinSurefireSensor' skipped because there is no related file in current project 18:34:51.623 DEBUG: 'Import of detekt issues' skipped because there is no related file in current project 18:34:51.624 DEBUG: 'Import of Android Lint issues' skipped because one of the required properties is missing 18:34:51.624 DEBUG: 'Import of ktlint issues' skipped because there is no related file in current project 18:34:51.625 DEBUG: 'T-SQL Sensor' skipped because there is no related file in current project 18:34:51.626 DEBUG: 'Apex Sensor' skipped because there is no related file in current project 18:34:51.626 DEBUG: 'Test coverage Sensor for Apex' skipped because there is no related file in current project 18:34:51.627 DEBUG: 'Import of PMD issues' skipped because there is no related file in current project 18:34:51.628 DEBUG: 'JavaScript inside YAML analysis' skipped because there is no related file in current project 18:34:51.628 DEBUG: 'JavaScript/TypeScript Coverage' skipped because one of the required properties is missing 18:34:51.629 DEBUG: 'Import of ESLint issues' skipped because one of the required properties is missing 18:34:51.629 DEBUG: 'Import of TSLint issues' skipped because one of the required properties is missing 18:34:51.629 DEBUG: 'Import of stylelint issues' skipped because one of the required properties is missing 18:34:51.630 DEBUG: 'Ruby Sensor' skipped because there is no related file in current project 18:34:51.631 DEBUG: 'Import of RuboCop issues' skipped because there is no related file in current project 18:34:51.631 DEBUG: 'SimpleCov Sensor for Ruby coverage' skipped because there is no related file in current project 18:34:51.632 DEBUG: 'Python HTML templates processing' skipped because there is no related file in current project 18:34:51.632 DEBUG: 'Import of PHPStan issues' skipped because one of the required properties is missing 18:34:51.632 DEBUG: 'Import of Psalm issues' skipped because one of the required properties is missing 18:34:51.633 DEBUG: 'AbapSquidSensor' skipped because there is no related file in current project 18:34:51.643 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing 18:34:51.644 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing 18:34:51.644 DEBUG: 'CFamily' skipped because there is no related file in current project 18:34:51.645 DEBUG: Sensors : IaC CloudFormation Sensor -> IaC Kubernetes Sensor -> C# Project Type Information -> C# Analysis Log -> C# Properties -> HTML -> XML Sensor -> TextAndSecretsSensor -> VB.NET Project Type Information -> VB.NET Analysis Log -> VB.NET Properties -> JaCoCo XML Report Importer -> JavaScript analysis -> TypeScript analysis -> CSS Rules -> CSS Metrics -> ThymeLeaf template sensor -> PHP sensor -> Analyzer for "php.ini" files -> IaC Docker Sensor -> Serverless configuration file sensor -> AWS SAM template file sensor -> AWS SAM Inline template file sensor -> javabugs -> pythonbugs -> JavaSecuritySensor -> CSharpSecuritySensor -> PhpSecuritySensor -> PythonSecuritySensor -> JsSecuritySensor 18:34:51.646 INFO: Sensor IaC CloudFormation Sensor [iac] 18:34:51.649 DEBUG: 'composer.json' generated metadata with charset 'UTF-8' 18:34:51.649 DEBUG: 'package.json' generated metadata with charset 'UTF-8' 18:34:51.649 DEBUG: 'public/assets/vendors/particles/particles.config.json' generated metadata with charset 'UTF-8' 18:34:51.650 DEBUG: 'public/assets/translations/datatables/nl.json' generated metadata with charset 'UTF-8' 18:34:51.650 DEBUG: 'public/assets/translations/datatables/de.json' generated metadata with charset 'UTF-8' 18:34:51.671 DEBUG: 'package-lock.json' generated metadata with charset 'UTF-8' 18:34:51.681 DEBUG: 'resources/lang/en.json' generated metadata with charset 'UTF-8' 18:34:51.685 INFO: 0 source files to be analyzed 18:34:51.705 INFO: 0/0 source files have been analyzed 18:34:51.705 INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=59ms 18:34:51.705 INFO: Sensor IaC Kubernetes Sensor [iac] 18:34:51.725 INFO: 0 source files to be analyzed 18:34:51.744 INFO: 0/0 source files have been analyzed 18:34:51.744 INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=39ms 18:34:51.744 INFO: Sensor C# Project Type Information [csharp] 18:34:51.746 INFO: Sensor C# Project Type Information [csharp] (done) | time=2ms 18:34:51.746 INFO: Sensor C# Analysis Log [csharp] 18:34:51.759 DEBUG: Project '[REMOVED]': Property missing: 'sonar.cs.analyzer.projectOutPaths'. No protobuf files will be loaded for this project. 18:34:51.760 INFO: Sensor C# Analysis Log [csharp] (done) | time=14ms 18:34:51.760 INFO: Sensor C# Properties [csharp] 18:34:51.760 DEBUG: Project '[REMOVED]': Property missing: 'sonar.cs.analyzer.projectOutPaths'. No protobuf files will be loaded for this project. 18:34:51.760 DEBUG: Project '[REMOVED]': No Roslyn issues reports have been found. 18:34:51.760 INFO: Sensor C# Properties [csharp] (done) | time=0ms 18:34:51.761 INFO: Sensor HTML [web] 18:34:53.053 INFO: Sensor HTML [web] (done) | time=1292ms 18:34:53.053 INFO: Sensor XML Sensor [xml] 18:34:53.057 DEBUG: 'phpunit.xml' generated metadata with charset 'UTF-8' 18:34:53.078 INFO: 1 source file to be analyzed 18:34:53.198 DEBUG: Count lines in file:///opt/atlassian/pipelines/agent/build/phpunit.xml 18:34:53.260 INFO: 1/1 source file has been analyzed 18:34:53.260 INFO: Sensor XML Sensor [xml] (done) | time=207ms 18:34:53.260 INFO: Sensor TextAndSecretsSensor [text] 18:34:53.274 INFO: 701 source files to be analyzed 18:34:53.350 DEBUG: 'yarn.lock' generated metadata with charset 'UTF-8' 18:34:53.450 DEBUG: 'public/assets/demo/default/base/tinymce/license.txt' generated metadata with charset 'UTF-8' 18:34:53.566 DEBUG: 'composer.lock' generated metadata with charset 'UTF-8' 18:34:53.783 DEBUG: 'README.md' generated metadata with charset 'UTF-8' 18:34:53.810 DEBUG: 'public/robots.txt' generated metadata with charset 'UTF-8' 18:34:53.853 DEBUG: 'public/assets/demo/default/base/tinymce/langs/readme.md' generated metadata with charset 'UTF-8' 18:34:53.997 DEBUG: 'artisan' generated metadata with charset 'UTF-8' 18:34:54.016 DEBUG: 'public/frontcss' generated metadata with charset 'UTF-8' 18:34:54.329 DEBUG: 'sonar-project.properties' generated metadata with charset 'UTF-8' 18:34:54.520 DEBUG: 'public/front/css/font-awesome/HELP-US-OUT.txt' generated metadata with charset 'UTF-8' 18:34:54.814 DEBUG: 'resources/views/frontend/band-zoeken-resultaat' generated metadata with charset 'UTF-8' 18:34:54.928 INFO: 701/701 source files have been analyzed 18:34:54.928 INFO: Sensor TextAndSecretsSensor [text] (done) | time=1668ms 18:34:54.929 INFO: Sensor VB.NET Project Type Information [vbnet] 18:34:54.930 INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms 18:34:54.931 INFO: Sensor VB.NET Analysis Log [vbnet] 18:34:54.949 DEBUG: Project '[REMOVED]': Property missing: 'sonar.vbnet.analyzer.projectOutPaths'. No protobuf files will be loaded for this project. 18:34:54.949 INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=18ms 18:34:54.950 INFO: Sensor VB.NET Properties [vbnet] 18:34:54.950 DEBUG: Project '[REMOVED]': Property missing: 'sonar.vbnet.analyzer.projectOutPaths'. No protobuf files will be loaded for this project. 18:34:54.950 DEBUG: Project '[REMOVED]': No Roslyn issues reports have been found. 18:34:54.950 INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms 18:34:54.950 INFO: Sensor JaCoCo XML Report Importer [jacoco] 18:34:54.951 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 18:34:54.952 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer 18:34:54.952 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms 18:34:54.952 INFO: Sensor JavaScript analysis [javascript] 18:34:54.958 DEBUG: Deploying bundle 18:34:54.958 DEBUG: Deploying eslint-bridge into /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle 18:34:56.859 DEBUG: Deploying bundle (done) | time=1900ms 18:34:56.859 DEBUG: Deploying custom rules bundle jar:file:/root/.sonar/cache/fc422c4b061327b347a25963ee1affc1/sonar-securityjsfrontend-plugin.jar!/js-vulnerabilities-rules-1.0.0.tgz to /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/custom-rules14272978097549260775 18:34:56.865 DEBUG: Starting server 18:34:56.867 DEBUG: Using default Node.js executable: 'node'. 18:34:56.867 DEBUG: Checking Node.js version 18:34:56.868 DEBUG: Launching command node -v 18:34:56.911 DEBUG: Using Node.js v16.13.2. 18:34:56.912 DEBUG: Starting Node.js process to start eslint-bridge server at port 39177 18:34:56.912 DEBUG: Launching command node /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/bin/server 39177 127.0.0.1 /opt/atlassian/pipelines/agent/build/.scannerwork true false /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/custom-rules14272978097549260775/package 18:35:11.374 DEBUG: starting eslint-bridge server at port 39177 18:35:12.026 DEBUG: eslint-bridge server is running at port 39177 18:35:56.996 DEBUG: Starting server (done) | time=60130ms 18:35:57.011 DEBUG: Using generated tsconfig.json file /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/162293658461082919.tmp 18:35:57.018 DEBUG: Analysis of unchanged files will not be skipped (current analysis requires all files to be analyzed) 18:35:57.020 INFO: 18 source files to be analyzed 18:35:57.080 DEBUG: Initializing linter "default" with no-vue-bypass-sanitization,hashing,for-loop-increment-sign,no-globals-shadowing,unverified-hostname,null-dereference,no-extra-arguments,no-redeclare,constructor-for-side-effects,post-message,cookie-no-httponly,weak-ssl,no-throw-literal,no-useless-increment,pseudo-random,session-regeneration,no-use-of-empty-return-value,no-associative-arrays,confidential-information-logging,no-weak-keys,no-ip-forward,single-character-alternation,aws-ec2-unencrypted-ebs-volume,unused-named-groups,single-char-in-character-classes,dns-prefetching,certificate-transparency,no-same-argument-assert,arguments-order,inconsistent-function-call,file-uploads,sonar-no-misleading-character-class,no-inverted-boolean-check,duplicates-in-character-class,todo-tag,fixme-tag,aws-s3-bucket-public-access,aws-s3-bucket-granted-access,no-mixed-content,anchor-precedence,frame-ancestors,no-angular-bypass-sanitization,slow-regex,array-callback-without-return,no-mime-sniff,prefer-default-last,no-commented-code,no-referrer-policy,no-gratuitous-expressions,sonar-no-fallthrough,no-empty-pattern,sonar-no-invalid-regexp,strict-transport-security,aws-iam-public-access,no-unsafe-finally,prefer-while,sonar-no-unused-vars,index-of-compare-to-positive-number,argument-type,empty-string-repetition,in-operator-type-error,prefer-promise-shorthand,regex-complexity,disabled-resource-integrity,no-intrusive-permissions,assertions-in-tests,no-empty-after-reluctant,content-security-policy,no-labels,no-uniq-key,aws-s3-bucket-server-encryption,no-unenclosed-multiline-block,call-argument-line,aws-s3-bucket-insecure-http,generator-without-yield,no-ignored-return,no-caller,csrf,cognitive-complexity,use-isnan,inverted-assertion-arguments,no-nested-template-literals,max-switch-cases,test-check-exception,production-debug,unused-import,prefer-single-boolean-return,no-redundant-boolean,no-nested-assignment,aws-s3-bucket-versioning,no-unsafe-unzip,concise-regex,no-array-index-key,jsx-key,updated-loop-counter,link-with-target-blank,no-unstable-nested-components,no-setter-return,different-types-comparison,no-case-label-in-switch,no-in-misuse,jsx-no-constructed-context-values,no-misleading-array-reverse,no-redundant-assignments,os-command,no-invariant-returns,no-parameter-reassignment,stateful-regex,aws-efs-unencrypted,aws-apigateway-public-api,aws-sqs-unencrypted-queue,cors,no-empty-group,no-accessor-field-mismatch,no-os-command-from-path,no-collection-size-mischeck,unverified-certificate,disabled-auto-escaping,no-empty-collection,updated-const-var,no-duplicate-imports,no-unthrown-error,no-var,no-redundant-jump,no-octal,no-hardcoded-ip,no-hook-setter-in-body,aws-restricted-ip-admin-access,no-useless-react-setstate,rules-of-hooks,no-identical-functions,sonar-no-unused-class-component-methods,no-element-overwrite,prefer-regex-literals,sonar-no-regex-spaces,no-empty-alternatives,no-same-line-conditional,sonar-no-control-regex,aws-ec2-rds-dms-public,aws-sns-unencrypted-topics,super-invocation,existing-groups,no-try-promise,void-use,comma-or-logical-or-case,label-position,no-with,insecure-cookie,no-unused-collection,sql-queries,require-render-return,no-sequences,no-global-this,no-array-delete,no-alphabetical-sort,sonar-jsx-no-leaked-render,prefer-for-of,aws-sagemaker-unencrypted-notebook,aws-iam-privilege-escalation,jsx-no-comment-textnodes,xml-parser-xxe,default-param-last,new-operator-misuse,non-existent-operator,no-sparse-arrays,content-length,no-clear-text-protocols,aws-rds-unencrypted-databases,no-equals-in-for-termination,no-invalid-await,no-hardcoded-credentials,no-infinite-loop,aws-iam-all-privileges,valid-typeof,aws-opensearchservice-domain,no-exclusive-tests,no-primitive-wrappers,sonar-no-dupe-keys,no-new-symbol,no-self-assign,no-dupe-args,no-small-switch,publicly-writable-directories,no-incomplete-assertions,x-powered-by,no-unreachable,no-identical-expressions,file-permissions,code-eval,future-reserved-words,no-useless-catch,bitwise-operators,hidden-files,no-unused-expressions,no-empty,sonar-max-params,no-duplicated-branches,no-one-iteration-loop,misplaced-loop-counter,deprecation,no-unsafe-negation,function-inside-loop,no-multi-str,class-name,chai-determinate-assertion,no-code-after-done,sonar-block-scoped-var,no-delete-var,encryption-secure-mode,no-weak-cipher,no-identical-conditions,function-return-type,no-all-duplicated-branches,disabled-timeout,no-nested-conditional,insecure-jwt-token,no-dead-store,no-implicit-global,no-empty-function,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg 18:35:57.150 DEBUG: Loaded rules ucfg from /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/custom-rules14272978097549260775/package 18:35:57.191 DEBUG: Cache strategy set to 'WRITE_ONLY' for file 'public/assets/vendors/base/bootstrap-daterangepicker.js' as current analysis requires all files to be analyzed 18:35:57.192 DEBUG: Analyzing file: file:///opt/atlassian/pipelines/agent/build/public/assets/vendors/base/bootstrap-daterangepicker.js 18:35:57.208 DEBUG: Analyzing file "/opt/atlassian/pipelines/agent/build/public/assets/vendors/base/bootstrap-daterangepicker.js" with linterId "default" 18:36:07.728 INFO: 1/18 file analyzed, current file: /opt/atlassian/pipelines/agent/build/public/assets/vendors/base/bootstrap-daterangepicker.js 18:36:18.208 INFO: 1/18 file analyzed, current file: /opt/atlassian/pipelines/agent/build/public/assets/vendors/base/bootstrap-daterangepicker.js 18:36:28.709 INFO: 1/18 file analyzed, current file: /opt/atlassian/pipelines/agent/build/public/assets/vendors/base/bootstrap-daterangepicker.js