Error in SonarLint for IntelliJ in java class

Environment:

  • Java: JetBrains s.r.o. 17.0.6
  • OS: Mac OS X aarch64
  • IDE: IntelliJ IDEA 2023.1.1
  • SonarLint: 8.2.0.68615
java.lang.RuntimeException: c.ij.util.io.PersistentEnumeratorBase$CorruptedException: PersistentEnumerator storage corrupted /Users/ulisesgc/Library/Caches/JetBrains/IntelliJIdea2023.1/caches/names.dat
	at c.ij.util.ExceptionUtil.rethrow(ExceptionUtil.java:132)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSConnection.handleError(PersistentFSConnection.java:347)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.handleError(FSRecords.java:957)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.getNameId(FSRecords.java:673)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.writeAttributesToRecord(FSRecords.java:126)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.writeAttributesToRecord(PersistentFSImpl.java:354)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.makeChildRecord(PersistentFSImpl.java:1584)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.lambda$findChildInfo$4(PersistentFSImpl.java:451)
	at c.ij.oa.vfs.newvfs.persistent.FSRecords.update(FSRecords.java:386)
	at c.ij.oa.vfs.newvfs.persistent.PersistentFSImpl.findChildInfo(PersistentFSImpl.java:462)
	at c.ij.oa.vfs.newvfs.impl.VirtualDirectoryImpl.findInPersistence(VirtualDirectoryImpl.java:140)
	at c.ij.oa.vfs.newvfs.impl.VirtualDirectoryImpl.doFindChild(VirtualDirectoryImpl.java:126)
	at c.ij.oa.vfs.newvfs.impl.VirtualDirectoryImpl.findChild(VirtualDirectoryImpl.java:75)
	at c.ij.oa.vfs.newvfs.impl.VirtualDirectoryImpl.findChild(VirtualDirectoryImpl.java:515)
	at c.ij.oa.vfs.newvfs.impl.VirtualDirectoryImpl.findChild(VirtualDirectoryImpl.java:47)

Hello @ugarciac,

Thanks for your reporting. This looks like your cache is corrupted, we had a similar issue reported in this thread. Could you try to clean your cache and see if that happens again?