SonarLint - Cobol Analysis - Analyze Changed files option

Please provide

  • Operating system: Windows 10
  • IDE name and flavor/env: IBM IDz 14.2.2
  • SonarLint plugin version: 6.2.0
  • Is connected mode used:
    • Connected to SonarCloud or SonarQube (and which version): Connected to SonarQube (8.9.6)

And a thorough description of the problem / question:

I’m trying to use SonarLint → Analyze Changed files option. The modules that were committed and pushed to the remote repository (Bitbucket) recently were also included in the analysis. I read that it will include only the files that were committed recently and not pushed. Please help me to understand how the changed files are identified for analysis .

Hi @Ramapriya

SonaRLint is relying on Eclipse SCM API to get the list of locally changed files. This is files that are NOT yet been committed (either untracked, or with modifications).
So you should use this feature before committing.

Ok. Thanks a lot Julien.

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