Error in SonarLint for IntelliJ plz help?

Environment:

  • Java: JetBrains s.r.o. 17.0.4
  • OS: Windows 10 amd64
  • IDE: IntelliJ IDEA 2022.2.2
  • SonarLint: 7.3.0.59206
c.ij.oa.util.TraceableDisposable$DisposalException:         Library LibraryId(name=Maven: com.sun:tools:1.8.0, tableId=ModuleLibraryTableId(moduleId=ModuleId(name=telstra-common-util))) already disposed:
        Library id: LibraryId(name=Maven: com.sun:tools:1.8.0, tableId=ModuleLibraryTableId(moduleId=ModuleId(name=telstra-common-util)))
        Entity: Maven: com.sun:tools:1.8.0, LibraryEntity-:-1140
        Is disposed in project model: true
        Stack trace: --------------Creation trace: 
java.lang.Throwable
	at c.ij.oa.util.TraceableDisposable.<init>(TraceableDisposable.java:27)
	at c.ij.workspaceModel.ide.impl.legacyBridge.library.LibraryBridgeImpl.<init>(LibraryBridgeImpl.kt:49)
	at c.ij.workspaceModel.ide.impl.legacyBridge.module.roots.ModifiableModuleLibraryTableBridge.createAndAddLibrary(ModifiableModuleLibraryTableBridge.kt:98)
	at c.ij.workspaceModel.ide.impl.legacyBridge.module.roots.ModifiableModuleLibraryTableBridge.createLibrary(ModifiableModuleLibraryTableBridge.kt:88)
	at c.ij.oa.roots.impl.ModuleLibraryTableBase.createLibrary(ModuleLibraryTableBase.java:69)
	at c.ij.oa.roots.impl.ModuleLibraryTableBase.createLibrary(ModuleLibraryTableBase.java:63)
	at org.jetbrains.idea.maven.importing.MavenRootModelAdapterLegacyImpl.addSystemDependency(MavenRootModelAdapterLegacyImpl.java:337)
	at org.jetbrains.idea.maven.importing.MavenRootModelAdapter.addSystemDependency(MavenRootModelAdapter.java:134)

Hey there.

SonarLint for IntelliJ 8.0 was released last week. Can you try upgrading and see if the issue is addressed?