- Operating system: Windows 10 Enterprise
- SonarLint plugin version: 10.8.0.82289
- Eclipse : 2024-09
- Programming language you’re coding in: ABAP
- Is connected mode used: Yes
- Connected to SonarCloud or SonarQube (and which version):
SQ server Enterprise Edition Version 9.9.3
- Connected to SonarCloud or SonarQube (and which version):
Hello,
I want to use SonarLint in Eclipse to detect code issues at the earlier stage in ABAP development lifecycle. However I face difficulties to make it works and I miss informations about how the binding is operate between a SQ project and an Eclipse on using ADT with Sonarlint: is is by filename ? Do I need exactly the same hierarchy ?
Indeed my SQ project is using source code from abapgit, which is based on a standard file system, whereas SonarLint is using on ADT file system local storage based on semantic filesystem, which present differently the hierarchy for objects. I guess this create an inconsistency to match issues betwwen SQ server to SonarLint in the IDE. Typically issues flagged as false positive of won’t fix in SQ are still appearing in SonarLint.
Also I face instabilities with SonarLint: sometimes the local triggered analysis exclude some files it shouldn’t be excluded, like not finding it. Just having message about file filerered out as URI not user defined … And sometimes also claims about “Provider semanticfs not installed” …
Hence could you please help me with this puzzle ?
Thanks in advance !