Please provide
- Operating system: Windows 10
- SonarLint plugin version: 10.1.1.77150 / IntelliJ 2023.3 (also present in 2023.2+)
- Programming language you’re coding in: Java
- Is connected mode used: no
- Connected to SonarCloud or SonarQube (and which version):
And a thorough description of the problem / question:
- A few months ago we deleted a module from our multi-module maven project
- However this module keeps reappearing when starting IntelliJ with the SonarLint Plugin
- Only a .iml file is created inside the module directory with the following contents:
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="SonarLintModuleSettings">
<option name="uniqueId" value="<someUUID>" />
</component>
</module>
To fix the problem I already tried:
- Disabling Sonarlint
- Restaring the IDE
- Deleting %USERPROFILE%.sonarlint
- Deleting .idea\sonarlint
- Deleting/Invalidating all caches in IntelliJ
- Re-Enabling the Sonarlint plugin again
But the modules are still recreated after starting IntelliJ