Error in SonarLint for IntelliJ maven project

Environment:

  • Java: JetBrains s.r.o. 17.0.5
  • OS: Mac OS X aarch64
  • IDE: IntelliJ IDEA 2022.3.2
  • SonarLint: 7.4.0.60471
java.lang.RuntimeException: Cannot invoke (class=VirtualFileSystemListener, method=after, topic=BulkFileListener)
	at c.ij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:639)
	at c.ij.util.messages.impl.MessageBusImplKt.executeOrAddToQueue(MessageBusImpl.kt:466)
	at c.ij.util.messages.impl.ToDirectChildrenMessagePublisher.publish$intellij_platform_core(CompositeMessageBus.kt:262)
	at c.ij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:421)
	at jdk.proxy1/jdk.proxy1.$Proxy118.after(Unknown Source)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.fireAfterEvents(PersistentFSImpl.java:1208)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.applyMultipleEvents(PersistentFSImpl.java:1187)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.processEventsImpl(PersistentFSImpl.java:1150)
	at c.ij.oa.vfs.newvfs.AsyncEventSupport.processEventsFromRefresh(AsyncEventSupport.java:150)
	at c.ij.oa.vfs.newvfs.RefreshSessionImpl.fireEventsInWriteAction(RefreshSessionImpl.java:228)
	at c.ij.oa.vfs.newvfs.RefreshSessionImpl.lambda$fireEvents$1(RefreshSessionImpl.java:209)
	at c.ij.oa.application.impl.ApplicationImpl.lambda$runEdtProgressWriteAction$6(ApplicationImpl.java:944)
	at c.ij.oa.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:186)
	at c.ij.oa.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
	at c.ij.oa.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)

Hello @ugarciac,

There is probably something related to SonarLint with this error but I don’t see anything in the stracktrace, would you still have the full one ?