Error in SonarLint for IntelliJ 22/11/2021

Environment:

  • Java: JetBrains s.r.o. 11.0.12
  • OS: Windows 10 amd64
  • IDE: IntelliJ IDEA 2021.2.2
  • SonarLint: 6.0.0.37696
java.lang.RuntimeException: c.ij.util.io.PersistentEnumeratorBase$CorruptedException: PersistentEnumerator storage corrupted C:\Users\hschoonjans\AppData\Local\JetBrains\IntelliJIdea2021.2\caches\names.dat
	at c.ij.util.ExceptionUtil.rethrow(ExceptionUtil.java:132)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSConnection.handleError(PersistentFSConnection.java:291)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.handleError(FSRecords.java:717)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.writeAndHandleErrors(FSRecords.java:262)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.setName(FSRecords.java:530)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.lambda$writeAttributesToRecord$0(FSRecords.java:98)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.writeAndHandleErrors(FSRecords.java:259)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.writeAttributesToRecord(FSRecords.java:97)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.writeAttributesToRecord(PersistentFSImpl.java:317)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.makeChildRecord(PersistentFSImpl.java:1559)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.lambda$findChildInfo$4(PersistentFSImpl.java:421)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.update(FSRecords.java:302)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.findChildInfo(PersistentFSImpl.java:432)
	at c.ij.oa.vfs.newvfs.impl.VirtualDirectoryImpl.findInPersistence(VirtualDirectoryImpl.java:150)
	at c.ij.oa.vfs.newvfs.impl.VirtualDirectoryImpl.doFindChild(VirtualDirectoryImpl.java:132)

Hi @Heschoon - welcome to the community.

This looks similar to the issue in this thread i.e. a corrupted cache. Does the solution in that thread fix your issue?