SonarQube for IDE no longer showing any issues in Visual studio code

Please provide

  • Operating system: mac OS Sonoma
  • SonarQube for VS Code plugin version: 4.25.1
  • Programming language you’re coding in: Js/Typescript
  • Is connected mode used: No
    • SonarQube Cloud, SonarQube Server, or SonarQube Community Build? (if one of the latter two, which version?):

For the past 2-3 weeks, I’ve noticed that SonarQube no longer displays issues as expected in the IDE, looks like in the output Analysis detected it, but when I write for ex // TODO: …
SonarQube should highlight this line but it’s no longer the case. I also open other projects and I have the same issue.

log output (I cannot pass all the log since I exceed the body limit)

2025-06-27 22:59:22.190 [info] Executing /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/jre/21.0.7-macosx-aarch64.tar/bin/java -jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/server/sonarlint-ls.jar -stdio -analyzers /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonargo.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonarjava.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonarjavasymbolicexecution.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonarjs.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonarphp.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonarpython.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonarhtml.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonarxml.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonartext.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonariac.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/analyzers/sonarlintomnisharp.jar /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint_ondemand-analyzers/sonar-cfamily-plugin/6.68.0.85760/sonarcfamily.jar
2025-06-27 22:59:24.103 [info] [Debug - 22:59:24.099] Folder WorkspaceFolder[name=spotify-clone,uri=file:///Users/kim.nguyen/Desktop/spotify-clone] added
2025-06-27 22:59:24.119 [info] Initializing file:///Users/kim.nguyen/Desktop/spotify-clone on branch main
2025-06-27 22:59:24.140 [info] [Debug - 22:59:24.139] Fetching global configuration
2025-06-27 22:59:24.143 [info] [Debug - 22:59:24.143] Folder file:///Users/kim.nguyen/Desktop/spotify-clone is now on branch main.
2025-06-27 22:59:26.026 [info] [Info - 22:59:26.025] [sonarlint : SonarLint Server RPC sequential executor] Started embedded server on port 64120
2025-06-27 22:59:26.062 [info] [Debug - 22:59:26.062] [sonarlint : SonarLint Server RPC sequential executor] Restoring previous local-only issue database from /Users/kim.nguyen/.sonarlint/storage/local_only_issue_backup.tar.gz
2025-06-27 22:59:26.109 [info] [Debug - 22:59:26.108] [sonarlint : SonarLint Server RPC sequential executor] Starting local-only issue database from /Users/kim.nguyen/.sonarlint/work/xodus-local-only-issue-store15503350016602697325
2025-06-27 22:59:26.516 [info] [Debug - 22:59:26.514] [sonarlint : SonarLint Server RPC sequential executor] Using default trace sample rate: 0.01
2025-06-27 22:59:26.551 [info] [Debug - 22:59:26.550] Fetching configuration for folder 'file:///Users/kim.nguyen/Desktop/spotify-clone'
2025-06-27 22:59:26.555 [info] [Debug - 22:59:26.554] Workspace folder 'WorkspaceFolder[name=spotify-clone,uri=file:///Users/kim.nguyen/Desktop/spotify-clone]' configuration updated: WorkspaceFolderSettings[analyzerProperties={},connectionId=<null>,pathToCompileCommands=,projectKey=<null>,testFilePattern=]
2025-06-27 22:59:26.555 [info] [Debug - 22:59:26.554] Global settings updated: WorkspaceSettings[analysisExcludes=,connections={},disableTelemetry=false,excludedRules=[],focusOnNewCode=true,includedRules=[],pathToNodeExecutable=/Users/kim.nguyen/.nvm/versions/node/v20.19.2/bin/node,ruleParameters={},showAnalyzerLogs=true,showVerboseLogs=true]
2025-06-27 22:59:26.555 [info] [Debug - 22:59:26.554] [sonarlint : SonarLint Server RPC sequential executor] Added configuration scope '<root>'
2025-06-27 22:59:26.555 [info] [Debug - 22:59:26.555] Default settings updated: WorkspaceFolderSettings[analyzerProperties={},connectionId=<null>,pathToCompileCommands=,projectKey=<null>,testFilePattern=]
2025-06-27 22:59:26.570 [info] [Debug - 22:59:26.569] [sonarlint : SonarLint Server RPC sequential executor] No connections configured, skipping binding suggestions.
2025-06-27 22:59:26.572 [info] [Debug - 22:59:26.571] [sonarlint : SonarLint Server RPC sequential executor] Synchronizing new configuration scopes: [<root>]
2025-06-27 22:59:26.577 [info] [Debug - 22:59:26.576] [sonarlint : SonarLint Server RPC sequential executor] Node.js path provided by configuration: /Users/kim.nguyen/.nvm/versions/node/v20.19.2/bin/node
2025-06-27 22:59:26.577 [info] [Debug - 22:59:26.577] [sonarlint : SonarLint Server RPC sequential executor] Checking node version...
2025-06-27 22:59:26.578 [info] [Debug - 22:59:26.578] [sonarlint : SonarLint Server RPC sequential executor] Execute command '/Users/kim.nguyen/.nvm/versions/node/v20.19.2/bin/node -v'...
2025-06-27 22:59:26.855 [info] [Debug - 22:59:26.855] [sonarlint : SonarLint Server RPC sequential executor] Command '/Users/kim.nguyen/.nvm/versions/node/v20.19.2/bin/node -v' exited with 0
stdout: v20.19.2
2025-06-27 22:59:26.856 [info] [Debug - 22:59:26.855] [sonarlint : SonarLint Server RPC sequential executor] Detected node version: 20.19.2
2025-06-27 22:59:26.856 [info] [Debug - 22:59:26.855] [sonarlint : SonarLint Server RPC sequential executor] Node.js path set to: /Users/kim.nguyen/.nvm/versions/node/v20.19.2/bin/node (version 20.19.2)
2025-06-27 22:59:26.891 [info] [Debug - 22:59:26.891] [sonarlint : SonarLint Server RPC sequential executor] Loaded 13 plugins
2025-06-27 22:59:26.891 [info] [Debug - 22:59:26.891] [sonarlint : SonarLint Server RPC sequential executor]   * Python Code Quality and Security 5.5.0.23291 (python)
2025-06-27 22:59:26.891 [info] [Debug - 22:59:26.891] [sonarlint : SonarLint Server RPC sequential executor]   * CFamily Code Quality and Security 6.68.0.85760 (cpp)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.891] [sonarlint : SonarLint Server RPC sequential executor]   * Go Code Quality and Security 1.24.0.3049 (go)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.891] [sonarlint : SonarLint Server RPC sequential executor]   * IaC Code Quality and Security 1.47.0.15287 (iac)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.891] [sonarlint : SonarLint Server RPC sequential executor]   * JavaScript/TypeScript/CSS Code Quality and Security 10.24.0.33043 (javascript)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.891] [sonarlint : SonarLint Server RPC sequential executor]   * C# Code Quality and Security 10.12.0.118525 (csharp)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.891] [sonarlint : SonarLint Server RPC sequential executor]   * Java Code Quality and Security 8.15.0.39343 (java)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.891] [sonarlint : SonarLint Server RPC sequential executor]   * HTML Code Quality and Security 3.19.0.5695 (web)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.892] [sonarlint : SonarLint Server RPC sequential executor]   * XML Code Quality and Security 2.13.0.5938 (xml)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.892] [sonarlint : SonarLint Server RPC sequential executor]   * PHP Code Quality and Security 3.46.0.13151 (php)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.892] [sonarlint : SonarLint Server RPC sequential executor]   * C# Code Quality and Security (Omnisharp) 1.32.0.100405 (omnisharp)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.892] [sonarlint : SonarLint Server RPC sequential executor]   * Text Code Quality and Security 2.24.0.6480 (text)
2025-06-27 22:59:26.892 [info] [Debug - 22:59:26.892] [sonarlint : SonarLint Server RPC sequential executor]   * Java Advanced Code Quality Analyzer 8.15.0.39343 (javasymbolicexecution)
2025-06-27 22:59:26.938 [info] [Debug - 22:59:26.937] [sonarlint : SonarLint Server RPC sequential executor] Using default analysis expiration delay: PT1M
2025-06-27 22:59:27.059 [info] [Debug - 22:59:27.059] [org.sonar.iac.helm.HelmEvaluator : SonarLint Server RPC sequential executor] Starting HelmEvaluator ExecutorService with 2 threads
2025-06-27 22:59:27.107 [info] [Debug - 22:59:27.107] [sonarlint : SonarLint Server RPC sequential executor] Creating container for module '<root>'
2025-06-27 22:59:27.141 [info] [Debug - 22:59:27.139] Analysis readiness changed for config scope `<root>` to true
2025-06-27 22:59:27.142 [info] [Debug - 22:59:27.142] [sonarlint : SonarLint Server RPC sequential executor] VCS repository changed for configuration scope 'file:///Users/kim.nguyen/Desktop/spotify-clone', queuing matching of the Sonar project branch...
2025-06-27 22:59:27.143 [info] [Debug - 22:59:27.142] [sonarlint : sonarlint-branch-matcher] Matching Sonar project branch
2025-06-27 22:59:27.143 [info] [Debug - 22:59:27.142] [sonarlint : sonarlint-branch-matcher] No binding for configuration scope
2025-06-27 22:59:27.241 [info] [Debug - 22:59:27.240] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.241 [info] [Debug - 22:59:27.240] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.NotifyModuleEventCommand@114d2165
2025-06-27 22:59:27.241 [info] [Debug - 22:59:27.240] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.NotifyModuleEventCommand@114d2165
2025-06-27 22:59:27.241 [info] [Debug - 22:59:27.240] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.NotifyModuleEventCommand@114d2165, new size is 1
2025-06-27 22:59:27.241 [info] [Debug - 22:59:27.240] [sonarlint : sonarlint-analysis-scheduler] Picked command from the queue: org.sonarsource.sonarlint.core.analysis.command.NotifyModuleEventCommand@114d2165, 0 remaining
2025-06-27 22:59:27.242 [info] [Debug - 22:59:27.241] [sonarlint : sonarlint-file-exclusions] Computing file exclusion for uri 'file:///Users/kim.nguyen/Desktop/spotify-clone/src/app/page.tsx'
2025-06-27 22:59:27.263 [info] [Debug - 22:59:27.263] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.263 [info] [Debug - 22:59:27.263] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@567b381b
2025-06-27 22:59:27.264 [info] [Debug - 22:59:27.263] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@567b381b
2025-06-27 22:59:27.264 [info] [Debug - 22:59:27.263] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@567b381b, new size is 1
2025-06-27 22:59:27.264 [info] [Debug - 22:59:27.263] [sonarlint : sonarlint-analysis-scheduler] Not picking next command org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@567b381b, is not ready
2025-06-27 22:59:27.264 [info] [Debug - 22:59:27.263] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.264 [info] [Debug - 22:59:27.263] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@773d414a
2025-06-27 22:59:27.267 [info] [Debug - 22:59:27.264] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@773d414a
2025-06-27 22:59:27.268 [info] [Debug - 22:59:27.264] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@773d414a, new size is 2
2025-06-27 22:59:27.268 [info] [Debug - 22:59:27.264] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.268 [info] [Debug - 22:59:27.264] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@1e32c322
2025-06-27 22:59:27.269 [info] [Debug - 22:59:27.264] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@1e32c322
2025-06-27 22:59:27.269 [info] [Debug - 22:59:27.264] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@1e32c322, new size is 3
2025-06-27 22:59:27.269 [info] [Debug - 22:59:27.264] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.269 [info] [Debug - 22:59:27.264] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.NotifyModuleEventCommand@2e1846fc
2025-06-27 22:59:27.270 [info] [Debug - 22:59:27.268] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.NotifyModuleEventCommand@2e1846fc
2025-06-27 22:59:27.270 [info] [Debug - 22:59:27.268] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.NotifyModuleEventCommand@2e1846fc, new size is 4
2025-06-27 22:59:27.270 [info] [Debug - 22:59:27.268] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.270 [info] [Debug - 22:59:27.268] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@2f9e19bb
2025-06-27 22:59:27.270 [info] [Debug - 22:59:27.268] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@2f9e19bb
2025-06-27 22:59:27.270 [info] [Debug - 22:59:27.269] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@2f9e19bb, new size is 5
2025-06-27 22:59:27.270 [info] [Debug - 22:59:27.269] [sonarlint : SonarLint Server RPC sequential executor] Added configuration scope 'file:///Users/kim.nguyen/Desktop/spotify-clone'
2025-06-27 22:59:27.270 [info] [Debug - 22:59:27.269] [sonarlint : sonarlint-analysis-scheduler] Picked command from the queue: org.sonarsource.sonarlint.core.analysis.command.NotifyModuleEventCommand@2e1846fc, 4 remaining
2025-06-27 22:59:27.270 [info] [Debug - 22:59:27.269] [sonarlint : sonarlint-file-exclusions] Computing file exclusion for uri 'file:///Users/kim.nguyen/Desktop/spotify-clone/src/app/layout.tsx'
2025-06-27 22:59:27.270 [info] [Debug - 22:59:27.269] [sonarlint : sonarlint-analysis-scheduler] Not picking next command org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@567b381b, is not ready
2025-06-27 22:59:27.271 [info] [Debug - 22:59:27.269] [sonarlint : sonarlint-analysis-scheduler] Not picking next command org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@773d414a, is not ready
2025-06-27 22:59:27.271 [info] [Debug - 22:59:27.270] [sonarlint : sonarlint-analysis-scheduler] Not picking next command org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@1e32c322, is not ready
2025-06-27 22:59:27.272 [info] [Debug - 22:59:27.270] [sonarlint : sonarlint-analysis-scheduler] Not picking next command org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@2f9e19bb, is not ready
2025-06-27 22:59:27.272 [info] [Debug - 22:59:27.270] [sonarlint : SonarLint Server RPC sequential executor] No connections configured, skipping binding suggestions.
2025-06-27 22:59:27.273 [info] [Debug - 22:59:27.270] [sonarlint : SonarLint Server RPC sequential executor] Synchronizing new configuration scopes: [file:///Users/kim.nguyen/Desktop/spotify-clone]
2025-06-27 22:59:27.273 [info] [Debug - 22:59:27.270] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.273 [info] [Debug - 22:59:27.270] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.RegisterModuleCommand@4b7e6914
2025-06-27 22:59:27.273 [info] [Debug - 22:59:27.270] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.RegisterModuleCommand@4b7e6914
2025-06-27 22:59:27.273 [info] [Debug - 22:59:27.270] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.RegisterModuleCommand@4b7e6914, new size is 5
2025-06-27 22:59:27.274 [info] [Debug - 22:59:27.271] [sonarlint : sonarlint-analysis-scheduler] Picked command from the queue: org.sonarsource.sonarlint.core.analysis.command.RegisterModuleCommand@4b7e6914, 4 remaining
2025-06-27 22:59:27.274 [info] [Debug - 22:59:27.271] [sonarlint : sonarlint-analysis-scheduler] Creating container for module 'file:///Users/kim.nguyen/Desktop/spotify-clone'
2025-06-27 22:59:27.274 [info] [Debug - 22:59:27.271] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.274 [info] [Debug - 22:59:27.271] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@581490d4
2025-06-27 22:59:27.274 [info] [Debug - 22:59:27.271] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@581490d4
2025-06-27 22:59:27.274 [info] [Debug - 22:59:27.271] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@581490d4, new size is 5
2025-06-27 22:59:27.274 [info] [Debug - 22:59:27.271] Analysis readiness changed for config scope `file:///Users/kim.nguyen/Desktop/spotify-clone` to true
2025-06-27 22:59:27.275 [info] [Debug - 22:59:27.272] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.276 [info] [Debug - 22:59:27.273] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@71819ac
2025-06-27 22:59:27.276 [info] [Debug - 22:59:27.273] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@71819ac
2025-06-27 22:59:27.276 [info] [Debug - 22:59:27.273] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@71819ac, new size is 6
2025-06-27 22:59:27.276 [info] [Debug - 22:59:27.273] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.276 [info] [Debug - 22:59:27.273] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@4f482dca
2025-06-27 22:59:27.276 [info] [Debug - 22:59:27.273] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@4f482dca
2025-06-27 22:59:27.276 [info] [Debug - 22:59:27.274] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@4f482dca, new size is 7
2025-06-27 22:59:27.276 [info] [Debug - 22:59:27.274] [sonarlint : SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 40
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.274] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@77c6cbfe
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.274] [sonarlint : SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@77c6cbfe
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.274] [sonarlint : SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@77c6cbfe, new size is 8
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.274] [sonarlint : SonarLint Server RPC request executor] Post: SonarLint Server RPC request executor 91
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.274] [sonarlint : SonarLint Server RPC request executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@18215912
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.274] [sonarlint : SonarLint Server RPC request executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@18215912
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.274] [sonarlint : SonarLint Server RPC request executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@18215912, new size is 9
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.274] [sonarlint : sonarlint-analysis-scheduler] Picked command from the queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@567b381b, 8 remaining
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.275] [sonarlint : sonarlint-analysis-scheduler] Analysis canceled
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.275] [sonarlint : sonarlint-analysis-scheduler] Analysis canceled
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.275] [sonarlint : sonarlint-analysis-scheduler] Analysis canceled
2025-06-27 22:59:27.277 [info] [Debug - 22:59:27.275] [sonarlint : sonarlint-analysis-scheduler] Analysis canceled
2025-06-27 22:59:27.278 [info] [Debug - 22:59:27.275] [sonarlint : sonarlint-analysis-scheduler] Analysis canceled
2025-06-27 22:59:27.278 [info] [Debug - 22:59:27.275] [sonarlint : sonarlint-analysis-scheduler] Analysis canceled
2025-06-27 22:59:27.278 [info] [Debug - 22:59:27.276] [sonarlint : sonarlint-analysis-scheduler] Analysis canceled
2025-06-27 22:59:27.278 [info] [Debug - 22:59:27.276] [sonarlint : sonarlint-analysis-scheduler] Batching 8 analyses
2025-06-27 22:59:27.278 [info] [Debug - 22:59:27.277] [sonarlint : SonarLint Server RPC request executor] Post: SonarLint Server RPC request executor 91
2025-06-27 22:59:27.278 [info] [Debug - 22:59:27.277] [sonarlint : SonarLint Server RPC request executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@12d93262
2025-06-27 22:59:27.278 [info] [Debug - 22:59:27.277] [sonarlint : SonarLint Server RPC request executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@12d93262
2025-06-27 22:59:27.405 [info] [Debug - 22:59:27.404] [sonarlint : sonarlint-analysis-scheduler] Extracting standalone rules metadata
2025-06-27 22:59:28.963 [info] [Debug - 22:59:28.962] [sonarlint : sonarlint-file-exclusions] Computing file exclusion for uri 'file:///Users/kim.nguyen/Desktop/spotify-clone/.next/package.json'
2025-06-27 22:59:28.963 [info] [Debug - 22:59:28.963] [sonarlint : sonarlint-analysis-scheduler] Filtered out URIs ignored by Git: file:///Users/kim.nguyen/Desktop/spotify-clone/.next/package.json
2025-06-27 22:59:28.986 [info] [Debug - 22:59:28.986] [sonarlint : sonarlint-file-exclusions] Computing file exclusion for uri 'file:///Users/kim.nguyen/Desktop/spotify-clone/package.json'
2025-06-27 22:59:28.987 [info] [Debug - 22:59:28.986] [sonarlint : sonarlint-file-exclusions] Computing file exclusion for uri 'file:///Users/kim.nguyen/Desktop/spotify-clone/.next/types/package.json'
2025-06-27 22:59:28.987 [info] [Debug - 22:59:28.986] [sonarlint : sonarlint-analysis-scheduler] Filtered out URIs ignored by Git: file:///Users/kim.nguyen/Desktop/spotify-clone/.next/package.json, file:///Users/kim.nguyen/Desktop/spotify-clone/.next/types/package.json
2025-06-27 22:59:28.997 [info] [Debug - 22:59:28.997] [sonarlint : sonarlint-analysis-scheduler] Filtered out URIs ignored by Git: file:///Users/kim.nguyen/Desktop/spotify-clone/.next/package.json, file:///Users/kim.nguyen/Desktop/spotify-clone/.next/types/package.json
2025-06-27 22:59:29.006 [info] [Debug - 22:59:29.005] [sonarlint : sonarlint-analysis-scheduler] Filtered out URIs ignored by Git: file:///Users/kim.nguyen/Desktop/spotify-clone/.next/types/package.json
2025-06-27 22:59:29.018 [info] [Debug - 22:59:29.018] [sonarlint : SonarLint Server RPC request executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@12d93262, new size is 2
2025-06-27 22:59:29.023 [info] [Info - 22:59:29.023] [sonarlint : sonarlint-analysis-scheduler] Starting analysis with configuration: [
  baseDir: /Users/kim.nguyen/Desktop/spotify-clone
  extraProperties: {sonar.cfamily.compile-commands=, sonar.js.internal.bundlePath=/Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/eslint-bridge}
  activeRules: [13 kubernetes, 249 python, 429 cpp, 24 css, 189 c, 22 go, 245 ipython, 29 secrets, 265 javascript, 26 docker, 491 java, 46 Web, 14 xml, 299 csharpsquid, 155 php, 7 terraform, 267 typescript, 18 azureresourcemanager, 7 cloudformation]
  inputFiles: [
    file:///Users/kim.nguyen/Desktop/spotify-clone/package.json (UTF-8) [json]
    file:///Users/kim.nguyen/Desktop/spotify-clone/src/app/page.tsx (UTF-8) [ts]
    file:///Users/kim.nguyen/Desktop/spotify-clone/src/app/layout.tsx (UTF-8) [ts]
  ]
]

2025-06-27 22:59:29.046 [info] [Debug - 22:59:29.046] [sonarlint : sonarlint-analysis-scheduler] Restoring previous known findings database from /Users/kim.nguyen/.sonarlint/storage/known_findings_backup.tar.gz
2025-06-27 22:59:29.052 [info] [Error - 22:59:29.051] [sonarlint : sonarlint-analysis-scheduler] Unable to restore known findings backup /Users/kim.nguyen/.sonarlint/storage/known_findings_backup.tar.gz
2025-06-27 22:59:29.052 [info] [Debug - 22:59:29.052] [sonarlint : sonarlint-analysis-scheduler] Starting known findings database from /Users/kim.nguyen/.sonarlint/work/known-findings-store13404690065538148244
2025-06-27 22:59:29.088 [info] [Error - 22:59:29.088] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] Unexpected error occurred in scheduled task
2025-06-27 22:59:29.088 [info] [Error - 22:59:29.088] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] jetbrains.exodus.log.DataCorruptionException: DataIterator: no more bytes available, address = -1, file = 00000000000.xd
	at jetbrains.exodus.log.DataCorruptionException.raise(DataCorruptionException.java:33)
	at jetbrains.exodus.log.DataIterator.next(DataIterator.java:61)
	at jetbrains.exodus.log.Log.readNotNull(Log.kt:481)
	at jetbrains.exodus.tree.btree.BTreeBase.getLoggable(BTreeBase.java:123)
	at jetbrains.exodus.tree.btree.BTree.<init>(BTree.java:40)
	at jetbrains.exodus.env.StoreImpl.openImmutableTree(StoreImpl.java:214)
	at jetbrains.exodus.env.TransactionBase.getTree(TransactionBase.java:133)
	at jetbrains.exodus.env.CursorImpl.checkTreeCursor(CursorImpl.java:170)
	at jetbrains.exodus.env.CursorImpl.getNext(CursorImpl.java:47)
	at jetbrains.exodus.gc.UtilizationProfile.load$lambda-6(UtilizationProfile.kt:85)
	at jetbrains.exodus.env.EnvironmentImpl.executeInReadonlyTransaction(EnvironmentImpl.java:313)
	at jetbrains.exodus.gc.UtilizationProfile.load(UtilizationProfile.kt:74)
	at jetbrains.exodus.env.Environments.prepare(Environments.kt:155)
	at jetbrains.exodus.env.Environments.newInstance(Environments.kt:46)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.buildEntityStore(XodusKnownFindingsStore.java:155)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.<init>(XodusKnownFindingsStore.java:95)
	at org.sonarsource.sonarlint.core.tracking.KnownFindingsStorageService.get(KnownFindingsStorageService.java:43)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.startMatchingSession(TrackingService.java:270)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.onAnalysisStarted(TrackingService.java:110)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:382)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:254)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:173)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:171)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:454)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:400)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.analysisStarted(AnalysisService.java:756)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.lambda$getAnalyzeCommand$38(AnalysisService.java:792)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doRunAnalysis(AnalyzeCommand.java:167)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doExecute(AnalyzeCommand.java:151)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:137)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.lambda$execute$0(AnalyzeCommand.java:129)
	at org.sonarsource.sonarlint.core.commons.progress.TaskManager.runTask(TaskManager.java:36)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:128)
	at org.sonarsource.sonarlint.core.analysis.AnalysisScheduler.executeQueuedCommands(AnalysisScheduler.java:75)
	at java.base/java.lang.Thread.run(Unknown Source)

2025-06-27 22:59:29.143 [info] [Debug - 22:59:29.143] [sonarlint : sonarlint-analysis-scheduler] Start analysis
2025-06-27 22:59:29.160 [info] [Info - 22:59:29.160] [sonarlint : sonarlint-analysis-scheduler] Index files
2025-06-27 22:59:29.164 [info] [Debug - 22:59:29.162] [sonarlint : sonarlint-analysis-scheduler] Language of file "file:///Users/kim.nguyen/Desktop/spotify-clone/package.json" is set to "JSON"
2025-06-27 22:59:29.167 [info] [Debug - 22:59:29.165] [sonarlint : sonarlint-analysis-scheduler] Language of file "file:///Users/kim.nguyen/Desktop/spotify-clone/src/app/page.tsx" is set to "TS"
2025-06-27 22:59:29.336 [info] [Debug - 22:59:29.171] [sonarlint : sonarlint-analysis-scheduler] Language of file "file:///Users/kim.nguyen/Desktop/spotify-clone/src/app/layout.tsx" is set to "TS"
2025-06-27 22:59:29.357 [info] [Info - 22:59:29.172] [sonarlint : Report about progress of file indexation] 3 files indexed
2025-06-27 22:59:29.532 [info] [Debug - 22:59:29.532] [org.sonar.go.converter.DefaultCommand : sonarlint-analysis-scheduler] Using Go converter binary: sonar-go-to-slang-darwin-arm64
2025-06-27 22:59:29.584 [info] [Debug - 22:59:29.584] [org.sonar.go.converter.GoConverter : sonarlint-analysis-scheduler] Go converter command: [/Users/kim.nguyen/.sonarlint/work/.sonarlinttmp_3778477840766598668/1046075020066697471/sonar-go-to-slang-darwin-arm64, -]
2025-06-27 22:59:29.629 [info] [Debug - 22:59:29.629] [org.sonar.plugins.javascript.analysis.JsTsChecks : sonarlint-analysis-scheduler] Added 267 checks for language='ts', repository='typescript'
2025-06-27 22:59:29.633 [info] [Debug - 22:59:29.632] [org.sonar.plugins.javascript.analysis.JsTsChecks : sonarlint-analysis-scheduler] Added 265 checks for language='js', repository='javascript'
2025-06-27 22:59:29.637 [info] [Debug - 22:59:29.637] [org.sonar.plugins.javascript.analysis.AnalysisConsumers : sonarlint-analysis-scheduler] No registered JsAnalysisConsumer.
2025-06-27 22:59:29.659 [info] [Debug - 22:59:29.659] [org.sonar.java.SonarComponents : sonarlint-analysis-scheduler] Registered check: [XmlValidatedSignatureCheck (java:S6377), MinMaxRangeCheck (java:S3065), RedundantAssignmentsCheck (java:S4165), DenialOfServiceXMLCheck (java:S6376), ConditionalUnreachableCodeCheck (java:S2583), AllowXMLInclusionCheck (java:S6373), UnclosedResourcesCheck (java:S2095), MapComputeIfAbsentOrPresentCheck (java:S3824), NonNullSetToNullCheck (java:S2637), InvariantReturnCheck (java:S3516), StreamConsumedCheck (java:S3959), StreamNotConsumedCheck (java:S3958), DivisionByZeroCheck (java:S3518), BooleanGratuitousExpressionsCheck (java:S2589), NullDereferenceCheck (java:S2259), OptionalGetBeforeIsPresentCheck (java:S3655), XxeProcessingCheck (java:S2755), ObjectOutputStreamCheck (java:S2689), ParameterNullnessCheck (java:S4449), NoWayOutLoopCheck (java:S2189), LocksNotUnlockedCheck (java:S2222)]
2025-06-27 22:59:29.740 [info] [Debug - 22:59:29.739] [org.sonar.java.SonarComponents : sonarlint-analysis-scheduler] Registered check: [AbsOnNegativeCheck (java:S2676), AccessibilityChangeCheck (java:S3011), AccessibilityChangeOnRecordsCheck (java:S6216), AllBranchesAreIdenticalCheck (java:S3923), AnchorPrecedenceCheck (java:S5850), AndroidMobileDatabaseEncryptionKeysCheck (java:S6301), AnonymousClassShouldBeLambdaCheck (java:S1604), ArrayCopyLoopCheck (java:S3012), ArrayDesignatorAfterTypeCheck (java:S1195), ArrayDesignatorOnVariableCheck (java:S1197), ArrayForVarArgCheck (java:S3878), ArrayHashCodeAndToStringCheck (java:S2116), ArraysAsListOfPrimitiveToStreamCheck (java:S3631), AssertOnBooleanVariableCheck (java:S3346), AssertionsInProductionCodeCheck (java:S5960), AssertsOnParametersOfPublicMethodCheck (java:S4274), AssignmentInSubExpressionCheck (java:S1121), AsyncMethodsCalledViaThisCheck (java:S6809), AsyncMethodsOnConfigurationClassCheck (java:S6817), AsyncMethodsReturnTypeCheck (java:S6810), AuthorizationsStrongDecisionsCheck (java:S5808), AutowiredOnConstructorWhenMultipleConstructorsCheck (java:S6829), AutowiredOnMultipleConstructorsCheck (java:S6818), AvoidQualifierOnBeanMethodsCheck (java:S6831), AwsConsumerBuilderUsageCheck (java:S6244), AwsCredentialsShouldBeSetExplicitlyCheck (java:S6242), AwsLambdaSyncCallCheck (java:S6246), AwsRegionSetterCheck (java:S6262), AwsRegionShouldBeSetExplicitlyCheck (java:S6241), AwsReusableResourcesInitializedOnceCheck (java:S6243), BadClassNameCheck (java:S101), BadConstantNameCheck (java:S115), BadFieldNameCheck (java:S116), BadFieldNameStaticNonFinalCheck (java:S3008), BadInterfaceNameCheck (java:S114), BadLocalVariableNameCheck (java:S117), BadMethodNameCheck (java:S100), BadPackageNameCheck (java:S120), BadTypeParameterNameCheck (java:S119), BatchSQLStatementsCheck (java:S6912), BigDecimalDoubleConstructorCheck (java:S2111), BlockingOperationsInVirtualThreadsCheck (java:S6881), BooleanInversionCheck (java:S1940), BooleanLiteralCheck (java:S1125), BooleanMethodReturnCheck (java:S2447), BoxedBooleanExpressionsCheck (java:S5411), BrainMethodCheck (java:S6541), CacheAnnotationsShouldOnlyBeAppliedToConcreteClassesCheck (java:S7180), CallOuterPrivateMethodCheck (java:S3398), CallSuperMethodFromInnerClassCheck (java:S2388), CallToDeprecatedCodeMarkedForRemovalCheck (java:S5738), CallToDeprecatedMethodCheck (java:S1874), CanonEqFlagInRegexCheck (java:S5854), CaseInsensitiveComparisonCheck (java:S1157), CastArithmeticOperandCheck (java:S2184), CatchIllegalMonitorStateExceptionCheck (java:S2235), CatchOfThrowableOrErrorCheck (java:S1181), CatchRethrowingCheck (java:S2737), ChangeMethodContractCheck (java:S2638), ChildClassShadowFieldCheck (java:S2387), CipherBlockChainingCheck (java:S3329), ClassComparedByNameCheck (java:S1872), ClassImportCouplingCheck (java:S6539), ClassNamedLikeExceptionCheck (java:S2166), ClassVariableVisibilityCheck (java:S1104), ClassWithOnlyStaticMethodsInstantiationCheck (java:S2440), CloneMethodCallsSuperCloneCheck (java:S1182), CloneOverrideCheck (java:S2975), CloneableImplementingCloneCheck (java:S2157), CognitiveComplexityMethodCheck (java:S3776), CollapsibleIfCandidateCheck (java:S1066), CollectionCallingItselfCheck (java:S2114), CollectionConstructorReferenceCheck (java:S5329), CollectionImplementationReferencedCheck (java:S1319), CollectionInappropriateCallsCheck (java:S2175), CollectionIsEmptyCheck (java:S1155), CollectionSizeAndArrayLengthCheck (java:S3981), CollectionsEmptyConstantsCheck (java:S1596), CollectorsToListCheck (java:S6204), CombineCatchCheck (java:S2147), CommentedOutCodeLineCheck (java:S125), CommentsMustStartWithCorrectNumberOfSlashesCheck (java:S7476), CompareStringsBoxedTypesWithEqualsCheck (java:S4973), CompareToNotOverloadedCheck (java:S4351), CompareToResultTestCheck (java:S2200), CompareToReturnValueCheck (java:S2167), ConcatenationWithStringValueOfCheck (java:S1153), ConditionalOnNewLineCheck (java:S3972), ConfigurationBeanNamesCheck (java:S6862), ConfusingOverloadCheck (java:S2177), ConfusingVarargCheck (java:S5669), ConstantMathCheck (java:S2185), ConstantMethodCheck (java:S3400), ConstantsShouldBeStaticFinalCheck (java:S1170), ControlCharacterInLiteralCheck (java:S2479), ControllerWithRestControllerReplacementCheck (java:S6833), ControllerWithSessionAttributesCheck (java:S3753), CounterModeIVShouldNotBeReusedCheck (java:S6432), CryptographicKeySizeCheck (java:S4426), CustomSerializationMethodCheck (java:S2061), DanglingElseStatementsCheck (java:S5261), DateFormatWeekYearCheck (java:S3986), DateTimeFormatterMismatchCheck (java:S5917), DateUtilsTruncateCheck (java:S2718), DeadStoreCheck (java:S1854), DefaultPackageCheck (java:S1220), DeprecatedArgumentsCheck (java:S6355), DeprecatedTagPresenceCheck (java:S1133), DepthOfInheritanceTreeCheck (java:S110), DiamondOperatorCheck (java:S2293), DirectBeanMethodInvocationWithoutProxyCheck (java:S6838), DisallowedThreadGroupCheck (java:S3014), DoubleBraceInitializationCheck (java:S3599), DoubleCheckedLockingAssignmentCheck (java:S3064), DoubleCheckedLockingCheck (java:S2168), DoublePrefixOperatorCheck (java:S2761), DuplicateConditionIfElseIfCheck (java:S1862), DuplicatesInCharacterClassCheck (java:S5869), EmptyBlockCheck (java:S108), EmptyClassCheck (java:S2094), EmptyDatabasePasswordCheck (java:S2115), EmptyLineRegexCheck (java:S5846), EmptyMethodsCheck (java:S1186), EmptyRegexGroupCheck (java:S6331), EmptyStatementUsageCheck (java:S1116), EmptyStringRepetitionCheck (java:S5842), EncryptionAlgorithmCheck (java:S5542), EnumMapCheck (java:S1640), EnumMutableFieldCheck (java:S3066), EqualsArgumentTypeCheck (java:S2097), EqualsNotOverriddenInSubclassCheck (java:S2160), EqualsNotOverriddenWithCompareToCheck (java:S1210), EqualsOnAtomicClassCheck (java:S2204), EqualsOverriddenWithHashCodeCheck (java:S1206), EqualsParametersMarkedNonNullCheck (java:S4454), EscapeSequenceControlCharacterCheck (java:S6070), EventListenerMethodOneArgCheck (java:S7185), ExceptionsShouldBeImmutableCheck (java:S1165), ExternalizableClassConstructorCheck (java:S2060), FieldDependencyInjectionCheck (java:S6813), FieldNameMatchingTypeNameCheck (java:S1700), FixmeTagPresenceCheck (java:S1134), ForLoopCounterChangedCheck (java:S127), ForLoopFalseConditionCheck (java:S2252), ForLoopIncrementAndUpdateCheck (java:S1994), ForLoopIncrementSignCheck (java:S2251), ForLoopUsedAsWhileLoopCheck (java:S1264), ForLoopVariableTypeCheck (java:S4838), GarbageCollectorCalledCheck (java:S1215), GetRequestedSessionIdCheck (java:S2254), GettersSettersOnRightFieldCheck (java:S4275), GraphemeClustersInClassesCheck (java:S5868), HardCodedCredentialsShouldNotBeUsedCheck (java:S6437), HardcodedURICheck (java:S1075), HasNextCallingNextCheck (java:S1849), HiddenFieldCheck (java:S1117), IdenticalCasesInSwitchCheck (java:S1871), IdenticalOperandOnBinaryExpressionCheck (java:S1764), IgnoredOperationStatusCheck (java:S899), IgnoredReturnValueCheck (java:S2201), IgnoredStreamReturnValueCheck (java:S2674), ImmediateReverseBoxingCheck (java:S2153), ImmediatelyReturnedVariableCheck (java:S1488), ImplementsEnumerationCheck (java:S1150), ImpossibleBackReferenceCheck (java:S6001), ImpossibleBoundariesCheck (java:S5996), InappropriateRegexpCheck (java:S2639), IndentationAfterConditionalCheck (java:S3973), IndexOfWithPositiveNumberCheck (java:S2692), InitBinderMethodsMustBeVoidCheck (java:S7183), InnerClassOfNonSerializableCheck (java:S2066), InputStreamOverrideReadCheck (java:S4929), InputStreamReadCheck (java:S4517), InsecureCreateTempFileCheck (java:S5445), InstanceOfPatternMatchingCheck (java:S6201), InstanceofUsedOnExceptionCheck (java:S1193), IntegerToHexStringCheck (java:S4425), InterfaceAsConstantContainerCheck (java:S1214), InterfaceOrSuperclassShadowingCheck (java:S2176), InterruptedExceptionCheck (java:S2142), InvalidDateValuesCheck (java:S2110), InvalidRegexCheck (java:S5856), IsInstanceMethodCheck (java:S6202), IterableIteratorCheck (java:S4348), IteratorNextExceptionCheck (java:S2272), JWTWithStrongCipherCheck (java:S5659), JdbcDriverExplicitLoadingCheck (java:S4925), KeySetInsteadOfEntrySetCheck (java:S2864), KeywordAsIdentifierCheck (java:S1190), KnownCapacityHashBasedCollectionCheck (java:S6485), LDAPAuthenticatedConnectionCheck (java:S4433), LabelsShouldNotBeUsedCheck (java:S1119), LambdaOptionalParenthesisCheck (java:S1611), LambdaSingleExpressionCheck (java:S1602), LazyArgEvaluationCheck (java:S2629), LoggedRethrownExceptionsCheck (java:S2139), LoggerClassCheck (java:S3416), LongBitsToDoubleOnIntCheck (java:S2127), LoopExecutingAtMostOnceCheck (java:S1751), MarkdownJavadocSyntaxCheck (java:S7474), MathClampMethodsCheck (java:S6885), MathClampRangeCheck (java:S6913), MembersDifferOnlyByCapitalizationCheck (java:S1845), MethodIdenticalImplementationsCheck (java:S4144), MethodNameSameAsClassCheck (java:S1223), MethodNamedEqualsCheck (java:S1201), MethodNamedHashcodeOrEqualCheck (java:S1221), MethodOnlyCallsSuperCheck (java:S1185), MethodParametersOrderCheck (java:S2234), MismatchPackageDirectoryCheck (java:S1598), MissingDeprecatedCheck (java:S1123), MissingOverridesInRecordWithArrayComponentCheck (java:S6218), MissingPathVariableAnnotationCheck (java:S6856), ModelAttributeNamingConventionForSpELCheck (java:S6806), ModifiersOrderCheck (java:S1124), MultilineBlocksCurlyBracesCheck (java:S2681), MultipleWhitespaceCheck (java:S6326), NestedBlocksCheck (java:S1199), NestedEnumStaticCheck (java:S2786), NestedTernaryOperatorsCheck (java:S3358), NestedTryCatchCheck (java:S1141), NioFileDeleteCheck (java:S4042), NonSerializableWriteCheck (java:S2118), NonShortCircuitLogicCheck (java:S2178), NonSingletonAutowiredInSingletonCheck (java:S6832), NonStaticClassInitializerCheck (java:S1171), NotifyCheck (java:S2446), NullCheckWithInstanceofCheck (java:S4201), NullReturnedOnComputeIfPresentOrAbsentCheck (java:S6104), NullShouldNotBeUsedWithOptionalCheck (java:S2789), NullableInjectedFieldsHaveDefaultValueCheck (java:S6816), ObjectCreatedOnlyToCallGetClassCheck (java:S2133), ObjectFinalizeCheck (java:S1111), ObjectFinalizeOverloadedCheck (java:S1175), ObjectFinalizeOverriddenCheck (java:S1113), ObjectFinalizeOverriddenNotPublicCheck (java:S1174), OmitPermittedTypesCheck (java:S6217), OneDeclarationPerLineCheck (java:S1659), OpenSAML2AuthenticationBypassCheck (java:S5679), OptionalRestParametersShouldBeObjectsCheck (java:S6814), OutputStreamOverrideWriteCheck (java:S4349), OverrideAnnotationCheck (java:S1161), OverwrittenKeyCheck (java:S4143), ParameterReassignedToCheck (java:S1226), PasswordEncoderCheck (java:S5344), PatternMatchUsingIfCheck (java:S6880), PersistentEntityUsedAsRequestParameterCheck (java:S4684), PossessiveQuantifierContinuationCheck (java:S5994), PredictableSeedCheck (java:S4347), PreferStreamAnyMatchCheck (java:S4034), PreparedStatementAndResultSetCheck (java:S2695), PreparedStatementLoopInvariantCheck (java:S6909), PrimitiveWrappersInTernaryOperatorCheck (java:S2154), PrimitivesMarkedNullableCheck (java:S4682), PrintfFailCheck (java:S2275), PrintfMisuseCheck (java:S3457), PrivateFieldUsedLocallyCheck (java:S1450), PrivateReadResolveCheck (java:S2062), PublicConstructorInAbstractClassCheck (java:S5993), PublicStaticFieldShouldBeFinalCheck (java:S1444), PublicStaticMutableMembersCheck (java:S2386), QueryOnlyRequiredFieldsCheck (java:S6905), RandomFloatToIntCheck (java:S2140), RawByteBitwiseOperationsCheck (java:S3034), RawExceptionCheck (java:S112), RawTypeCheck (java:S3740), ReadObjectSynchronizedCheck (java:S2675), RecordInsteadOfClassCheck (java:S6206), RecordPatternInsteadOfFieldAccessCheck (java:S6878), RecordSerializationIgnoredMembersCheck (java:S6209), RedundantAbstractMethodCheck (java:S3038), RedundantCloseCheck (java:S4087), RedundantJumpCheck (java:S3626), RedundantRecordMethodsCheck (java:S6207), RedundantRegexAlternativesCheck (java:S5855), RedundantThrowsDeclarationCheck (java:S1130), RedundantTypeCastCheck (java:S1905), ReflectionOnNonRuntimeAnnotationCheck (java:S2109), RegexComplexityCheck (java:S5843), RegexLookaheadCheck (java:S6002), RegexStackOverflowCheck (java:S5998), ReleaseSensorsCheck (java:S6889), ReluctantQuantifierCheck (java:S5857), ReluctantQuantifierWithEmptyContinuationCheck (java:S6019), RemoveTypeFromUnusedPatternCheck (java:S7475), RepeatAnnotationCheck (java:S1710), ReplaceGuavaWithJavaCheck (java:S4738), ReplaceLambdaByMethodRefCheck (java:S1612), ReplaceUnusedExceptionParameterWithUnnamedPatternCheck (java:S7467), RequestMappingMethodPublicCheck (java:S3751), RestrictedIdentifiersUsageCheck (java:S6213), ResultSetIsLastCheck (java:S2232), ReturnEmptyArrayNotNullCheck (java:S1168), ReturnInFinallyCheck (java:S1143), ReturnOfBooleanExpressionsCheck (java:S1126), ReuseRandomCheck (java:S2119), ReverseSequencedCollectionCheck (java:S6877), ReversedMethodSequencedCollectionCheck (java:S6876), RunFinalizersCheck (java:S2151), ScheduledOnlyOnNoArgMethodCheck (java:S7184), ScheduledThreadPoolExecutorZeroCheck (java:S2122), SelfAssignementCheck (java:S1656), SerialVersionUidInRecordCheck (java:S6219), SerializableFieldInSerializableClassCheck (java:S1948), SerializableObjectInSessionCheck (java:S2441), SerializableSuperConstructorCheck (java:S2055), ServerCertificatesCheck (java:S4830), ServletInstanceFieldCheck (java:S2226), ServletMethodsExceptionsThrownCheck (java:S1989), SeveralBreakOrContinuePerLoopCheck (java:S135), ShiftOnIntOrLongCheck (java:S2183), SillyEqualsCheck (java:S2159), SillyStringOperationsCheck (java:S2121), SimpleStringLiteralForSingleLineStringsCheck (java:S5663), SingleCharCharacterClassCheck (java:S6397), SingleCharacterAlternationCheck (java:S6035), SingleIfInsteadOfPatternMatchGuardCheck (java:S6916), SingletonUsageCheck (java:S6548), SpecializedFunctionalInterfacesCheck (java:S4276), SpelExpressionCheck (java:S6857), SpringAntMatcherOrderCheck (java:S4601), SpringBeanNamingConventionCheck (java:S6830), SpringCacheableWithCachePutCheck (java:S7179), SpringComposedRequestMappingCheck (java:S4488), SpringConfigurationWithAutowiredFieldsCheck (java:S3305), SpringIncompatibleTransactionalCheck (java:S2229), SpringScanDefaultPackageCheck (java:S4602), SpringSessionFixationCheck (java:S5876), StandardCharsetsConstantsCheck (java:S4719), StaticFieldInjectionNotSupportedCheck (java:S7178), StaticFieldUpateCheck (java:S2696), StaticFieldUpdateInConstructorCheck (java:S3010), StaticMemberAccessCheck (java:S3252), StaticMembersAccessCheck (java:S2209), StaticMultithreadedUnsafeFieldsCheck (java:S2885), StatusCodesOnResponseCheck (java:S6863), StreamPeekCheck (java:S3864), StringBufferAndBuilderWithCharCheck (java:S1317), StringCallsBeyondBoundsCheck (java:S3039), StringConcatToTextBlockCheck (java:S6126), StringConcatenationInLoopCheck (java:S1643), StringIndexOfRangesCheck (java:S6915), StringIsEmptyCheck (java:S7158), StringLiteralDuplicatedCheck (java:S1192), StringOffsetMethodsCheck (java:S4635), StringPrimitiveConstructorCheck (java:S2129), StringReplaceCheck (java:S5361), StringToPrimitiveConversionCheck (java:S2130), StringToStringCheck (java:S1858), StrongCipherAlgorithmCheck (java:S5547), SubClassStaticReferenceCheck (java:S2390), SunPackagesUsedCheck (java:S1191), SuperfluousCurlyBraceCheck (java:S6396), SuperfluousResponseBodyAnnotationCheck (java:S6837), SuspiciousListRemoveCheck (java:S5413), SwitchAtLeastThreeCasesCheck (java:S1301), SwitchCaseWithoutBreakCheck (java:S128), SwitchCasesShouldBeCommaSeparatedCheck (java:S6208), SwitchDefaultLastCaseCheck (java:S4524), SwitchLastCaseIsDefaultCheck (java:S131), SwitchRedundantKeywordCheck (java:S6205), SwitchWithLabelsCheck (java:S1219), SwitchWithTooManyCasesCheck (java:S1479), SyncGetterAndSetterCheck (java:S2886), SynchronizationOnGetClassCheck (java:S3067), SynchronizationOnStringOrBoxedCheck (java:S1860), SynchronizedClassUsageCheck (java:S1149), SynchronizedFieldAssignmentCheck (java:S2445), SynchronizedLockCheck (java:S2442), SynchronizedOverrideCheck (java:S3551), SystemOutOrErrUsageCheck (java:S106), TextBlockTabsAndSpacesCheck (java:S5664), TextBlocksInComplexExpressionsCheck (java:S6203), ThreadAsRunnableArgumentCheck (java:S2438), ThreadLocalCleanupCheck (java:S5164), ThreadLocalWithInitialCheck (java:S4065), ThreadOverridesRunCheck (java:S2134), ThreadRunCheck (java:S1217), ThreadSleepCheck (java:S2276), ThreadWaitCallCheck (java:S2236), ThrowsFromFinallyCheck (java:S1163), ToArrayCheck (java:S3020), ToStringReturningNullCheck (java:S2225), ToStringUsingBoxingCheck (java:S1158), TodoTagPresenceCheck (java:S1135), TooManyParametersCheck (java:S107), TransactionalMethodVisibilityCheck (java:S2230), TransientFieldInNonSerializableCheck (java:S2065), TryWithResourcesCheck (java:S2093), TwoLocksWaitCheck (java:S3046), TypeParametersShadowingCheck (java:S4977), TypeUpperBoundNotFinalCheck (java:S4968), URLHashCodeAndEqualsCheck (java:S2112), UnicodeCaseCheck (java:S5866), UnnamedVariableShouldUseVarCheck (java:S7466), UnnecessaryBitOperationCheck (java:S2437), UnnecessaryEscapeSequencesInTextBlockCheck (java:S5665), UnpredictableSaltCheck (java:S2053), UnquantifiedNonCapturingGroupCheck (java:S6395), UnreachableCatchCheck (java:S4970), UnusedGroupNamesCheck (java:S5860), UnusedLabelCheck (java:S1065), UnusedLocalVariableCheck (java:S1481), UnusedMethodParameterCheck (java:S1172), UnusedPrivateClassCheck (java:S3985), UnusedPrivateFieldCheck (java:S1068), UnusedPrivateMethodCheck (java:S1144), UnusedReturnedDataCheck (java:S2677), UnusedThrowableCheck (java:S3984), UnusedTypeParameterCheck (java:S2326), UsePageableParameterForPagedQueryCheck (java:S7186), UselessImportCheck (java:S1128), UselessIncrementCheck (java:S2123), UselessPackageInfoCheck (java:S4032), UselessParenthesesCheck (java:S1110), UtilityClassWithPublicConstructorCheck (java:S1118), ValueAnnotationShouldInjectPropertyOrSpELCheck (java:S6804), ValueBasedObjectUsedForLockCheck (java:S3436), VerboseRegexCheck (java:S6353), VerifiedServerHostnamesCheck (java:S5527), VirtualThreadNotSynchronizedCheck (java:S6906), VirtualThreadUnsupportedMethodsCheck (java:S6901), VisibleForTestingUsageCheck (java:S5803), VolatileNonPrimitiveFieldCheck (java:S3077), VolatileVariablesOperationsCheck (java:S3078), WaitInSynchronizeCheck (java:S2273), WaitInWhileLoopCheck (java:S2274), WaitOnConditionCheck (java:S1844), WeakSSLContextCheck (java:S4423), WildcardReturnParameterTypeCheck (java:S1452), WriteObjectTheOnlySynchronizedMethodCheck (java:S3042), WrongAssignmentOperatorCheck (java:S2757), XxeActiveMQCheck (java:S5301)]
2025-06-27 22:59:29.746 [info] [Debug - 22:59:29.745] [org.sonar.java.SonarComponents : sonarlint-analysis-scheduler] Registered check: [ArrayDesignatorOnVariableCheck (java:S1197), AssertJApplyConfigurationCheck (java:S5831), AssertJAssertionsInConsumerCheck (java:S6103), AssertJChainSimplificationCheck (java:S5838), AssertJConsecutiveAssertionCheck (java:S5853), AssertJContextBeforeAssertionCheck (java:S5833), AssertJTestForEmptinessCheck (java:S5841), AssertThatThrownByAloneCheck (java:S5958), AssertTrueInsteadOfDedicatedAssertCheck (java:S5785), AssertionArgumentOrderCheck (java:S3415), AssertionCompareToSelfCheck (java:S5863), AssertionInThreadRunCheck (java:S2186), AssertionInTryCatchCheck (java:S5779), AssertionTypesCheck (java:S5845), AssertionsCompletenessCheck (java:S2970), AssertionsInTestsCheck (java:S2699), BadConstantNameCheck (java:S115), BadFieldNameCheck (java:S116), BadFieldNameStaticNonFinalCheck (java:S3008), BadInterfaceNameCheck (java:S114), BadLocalVariableNameCheck (java:S117), BadTestClassNameCheck (java:S3577), BadTypeParameterNameCheck (java:S119), BeforeAndAfterTransactionContractCheck (java:S7190), BooleanInversionCheck (java:S1940), CallSuperInTestCaseCheck (java:S2188), CallToDeprecatedCodeMarkedForRemovalCheck (java:S5738), CallToDeprecatedMethodCheck (java:S1874), ClassComparedByNameCheck (java:S1872), CollapsibleIfCandidateCheck (java:S1066), CollectorsToListCheck (java:S6204), CombineCatchCheck (java:S2147), CommentedOutCodeLineCheck (java:S125), CommentsMustStartWithCorrectNumberOfSlashesCheck (java:S7476), ConstantMathCheck (java:S2185), DeadStoreCheck (java:S1854), DefaultPackageCheck (java:S1220), DirtyContextShouldUseCorrectControlModeCheck (java:S7177), DoubleCheckedLockingCheck (java:S2168), DuplicateConditionIfElseIfCheck (java:S1862), EmptyBlockCheck (java:S108), EmptyMethodsCheck (java:S1186), EmptyStatementUsageCheck (java:S1116), EnumMapCheck (java:S1640), EventListenerMethodOneArgCheck (java:S7185), ExpectedExceptionCheck (java:S5776), FixmeTagPresenceCheck (java:S1134), ForLoopIncrementAndUpdateCheck (java:S1994), HasNextCallingNextCheck (java:S1849), HiddenFieldCheck (java:S1117), IdenticalCasesInSwitchCheck (java:S1871), IgnoredTestsCheck (java:S1607), ImmediateReverseBoxingCheck (java:S2153), ImmediatelyReturnedVariableCheck (java:S1488), InitBinderMethodsMustBeVoidCheck (java:S7183), JUnit45MethodAnnotationCheck (java:S5826), JUnit5DefaultPackageClassAndMethodCheck (java:S5786), JUnit5SilentlyIgnoreClassAndMethodCheck (java:S5810), JUnitCompatibleAnnotationsCheck (java:S5967), JunitNestedAnnotationCheck (java:S5790), LambdaOptionalParenthesisCheck (java:S1611), LoopExecutingAtMostOnceCheck (java:S1751), MarkdownJavadocSyntaxCheck (java:S7474), MethodIdenticalImplementationsCheck (java:S4144), MethodNameSameAsClassCheck (java:S1223), MismatchPackageDirectoryCheck (java:S1598), MockingAllMethodsCheck (java:S5969), MockitoEqSimplificationCheck (java:S6068), ModifiersOrderCheck (java:S1124), NoTestInTestClassCheck (java:S2187), NonShortCircuitLogicCheck (java:S2178), ObjectCreatedOnlyToCallGetClassCheck (java:S2133), OneExpectedCheckedExceptionCheck (java:S5783), OneExpectedRuntimeExceptionCheck (java:S5778), OverrideAnnotationCheck (java:S1161), ParameterizedTestCheck (java:S5976), PrimitiveWrappersInTernaryOperatorCheck (java:S2154), PrintfMisuseCheck (java:S3457), RandomFloatToIntCheck (java:S2140), RedundantThrowsDeclarationCheck (java:S1130), RemoveTypeFromUnusedPatternCheck (java:S7475), RepeatAnnotationCheck (java:S1710), ReplaceGuavaWithJavaCheck (java:S4738), ReplaceLambdaByMethodRefCheck (java:S1612), ReplaceUnusedExceptionParameterWithUnnamedPatternCheck (java:S7467), RestrictedIdentifiersUsageCheck (java:S6213), ScheduledOnlyOnNoArgMethodCheck (java:S7184), SelfAssignementCheck (java:S1656), ShiftOnIntOrLongCheck (java:S2183), StringConcatToTextBlockCheck (java:S6126), StringConcatenationInLoopCheck (java:S1643), StringIsEmptyCheck (java:S7158), StringToPrimitiveConversionCheck (java:S2130), StringToStringCheck (java:S1858), SwitchCaseWithoutBreakCheck (java:S128), SwitchCasesShouldBeCommaSeparatedCheck (java:S6208), SwitchLastCaseIsDefaultCheck (java:S131), TestAnnotationWithExpectedExceptionCheck (java:S5777), TestsStabilityCheck (java:S5973), ThreadSleepInTestsCheck (java:S2925), TodoTagPresenceCheck (java:S1135), TooManyAssertionsCheck (java:S5961), TryWithResourcesCheck (java:S2093), UnnamedVariableShouldUseVarCheck (java:S7466), UnusedLocalVariableCheck (java:S1481), UnusedMethodParameterCheck (java:S1172), UnusedPrivateFieldCheck (java:S1068), UnusedPrivateMethodCheck (java:S1144), UnusedTestRuleCheck (java:S2924), UsePageableParameterForPagedQueryCheck (java:S7186), UselessImportCheck (java:S1128), UselessParenthesesCheck (java:S1110)]
2025-06-27 22:59:29.910 [info] [Debug - 22:59:29.910] [sonarlint : sonarlint-analysis-scheduler] 'JavaSensor' skipped because there are no related files in the current project
2025-06-27 22:59:29.910 [info] [Debug - 22:59:29.910] [sonarlint : sonarlint-analysis-scheduler] 'Python Sensor' skipped because there are no related files in the current project
2025-06-27 22:59:29.910 [info] [Debug - 22:59:29.910] [sonarlint : sonarlint-analysis-scheduler] 'IPython Notebooks Sensor' skipped because there are no related files in the current project
2025-06-27 22:59:29.911 [info] [Debug - 22:59:29.910] [sonarlint : sonarlint-analysis-scheduler] 'Code Quality and Security for Go' skipped because there are no related files in the current project
2025-06-27 22:59:29.911 [info] [Debug - 22:59:29.910] [sonarlint : sonarlint-analysis-scheduler] 'IaC Terraform Sensor' skipped because there are no related files in the current project
2025-06-27 22:59:29.911 [info] [Debug - 22:59:29.911] [sonarlint : sonarlint-analysis-scheduler] Execute Sensor: IaC CloudFormation Sensor
2025-06-27 22:59:29.920 [info] [Info - 22:59:29.919] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the CloudFormation analysis] 0 source files to be analyzed
2025-06-27 22:59:29.920 [info] [Info - 22:59:29.920] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the CloudFormation analysis] 0/0 source files have been analyzed
2025-06-27 22:59:29.921 [info] [Debug - 22:59:29.921] [sonarlint : sonarlint-analysis-scheduler] 'IaC Kubernetes Sensor' skipped because there are no related files in the current project
2025-06-27 22:59:29.921 [info] [Debug - 22:59:29.921] [sonarlint : sonarlint-analysis-scheduler] Execute Sensor: IaC AzureResourceManager Sensor
2025-06-27 22:59:29.964 [info] [Info - 22:59:29.964] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the AzureResourceManager analysis] 0 source files to be analyzed
2025-06-27 22:59:29.964 [info] [Info - 22:59:29.964] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the AzureResourceManager analysis] 0/0 source files have been analyzed
2025-06-27 22:59:29.965 [info] [Debug - 22:59:29.964] [sonarlint : sonarlint-analysis-scheduler] Execute Sensor: Java Config Sensor
2025-06-27 22:59:29.972 [info] [Info - 22:59:29.972] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0 source files to be analyzed
2025-06-27 22:59:29.972 [info] [Info - 22:59:29.972] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0/0 source files have been analyzed
2025-06-27 22:59:29.972 [info] [Debug - 22:59:29.972] [sonarlint : sonarlint-analysis-scheduler] Execute Sensor: JavaScript/TypeScript analysis
2025-06-27 22:59:29.976 [info] [Debug - 22:59:29.976] [org.sonar.plugins.javascript.analysis.AbstractBridgeSensor : sonarlint-analysis-scheduler] Analysis of unchanged files will not be skipped (current analysis requires all files to be analyzed)
2025-06-27 22:59:29.977 [info] [Warn - 22:59:29.976] [sonarlint : sonarlint-analysis-scheduler] No workDir in SonarLint
2025-06-27 22:59:29.977 [info] [Debug - 22:59:29.977] [org.sonar.plugins.javascript.bridge.BundleImpl : sonarlint-analysis-scheduler] Setting deploy location to /Users/kim.nguyen/.vscode/extensions/sonarsource.sonarlint-vscode-4.25.1-darwin-arm64/eslint-bridge

Hi there @ShueiYang, welcome to Sonar Community! :waving_hand: :sonar:

Thanks for the report :woman_bowing: The error from the stack trace indicates that the SonarQube for IDE issue storage was corrupted. To fix this, you can remove the

  • ~/.sonarlint/known-findings-store-*
  • ~/.sonarlint/.sonarlinttmp*
  • ~/.sonarlint/storage/local_only_issues_backup.tar.gz

folders and reload the IDE window.

Hope that helps,
Sophio

1 Like

ohhh it works! but I have to remove one more file in the .sonarlint/storage folder known_findings_backup.tar.gz and now the issue is back! Thanks :heart:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.