You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin version: 1.4.6
IDE version: IntelliJ IDEA 2024.3.2.2
VM: OpenJDK 64-Bit Server VM 21.0.5 8-b631.30 JetBrains s.r.o.
OS: Windows 11 10.0
Stacktrace:
com.intellij.diagnostic.Freeze
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
at [email protected]/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:497)
at [email protected]/java.util.concurrent.FutureTask.get(FutureTask.java:203)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.awaitWithCheckCanceled(ProgressIndicatorUtils.java:372)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.awaitWithCheckCanceled(ProgressIndicatorUtils.java:364)
at com.intellij.openapi.vfs.DiskQueryRelay.accessDiskWithCheckCanceled(DiskQueryRelay.java:85)
at com.intellij.openapi.vfs.newvfs.persistent.PersistentFS$$Lambda/0x000001f522500400.apply(Unknown Source)
at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.getAttributes(ArchiveFileSystem.java:132)
at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.getChildData(PersistentFSImpl.java:2233)
at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.lambda$findChildInfo$6(PersistentFSImpl.java:580)
at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl$$Lambda/0x000001f5218cdbf8.apply(Unknown Source)
at com.intellij.openapi.vfs.newvfs.persistent.FSRecordsImpl.update(FSRecordsImpl.java:719)
at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.findChildInfo(PersistentFSImpl.java:615)
at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.findInPersistence(VirtualDirectoryImpl.java:158)
at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.doFindChild(VirtualDirectoryImpl.java:140)
at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.findChild(VirtualDirectoryImpl.java:86)
at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.findChild(VirtualDirectoryImpl.java:540)
at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.findChild(VirtualDirectoryImpl.java:52)
at de.plushnikov.intellij.plugin.util.LombokLibraryUtil.lambda$detectLombokJarsSlow$0(LombokLibraryUtil.java:65)
at de.plushnikov.intellij.plugin.util.LombokLibraryUtil$$Lambda/0x000001f522f4e928.process(Unknown Source)
at com.intellij.openapi.roots.impl.OrderEnumeratorBase.lambda$forEachLibrary$1(OrderEnumeratorBase.java:366)
at com.intellij.openapi.roots.impl.OrderEnumeratorBase$$Lambda/0x000001f522569b40.process(Unknown Source)
at com.intellij.openapi.roots.impl.OrderEnumeratorBase.doProcessEntries(OrderEnumeratorBase.java:329)
at com.intellij.openapi.roots.impl.OrderEnumeratorBase.processEntries(OrderEnumeratorBase.java:303)
at com.intellij.openapi.roots.impl.ProjectOrderEnumerator.lambda$forEach$0(ProjectOrderEnumerator.java:41)
at com.intellij.openapi.roots.impl.ProjectOrderEnumerator$$Lambda/0x000001f5226286a8.process(Unknown Source)
at com.intellij.openapi.roots.impl.ProjectOrderEnumerator.processRootModules(ProjectOrderEnumerator.java:31)
at com.intellij.openapi.roots.impl.ProjectOrderEnumerator.forEach(ProjectOrderEnumerator.java:40)
at com.intellij.openapi.roots.impl.OrderEnumeratorBase.forEachLibrary(OrderEnumeratorBase.java:362)
at de.plushnikov.intellij.plugin.util.LombokLibraryUtil.lambda$detectLombokJarsSlow$1(LombokLibraryUtil.java:57)
at de.plushnikov.intellij.plugin.util.LombokLibraryUtil$$Lambda/0x000001f522f4e6f0.compute(Unknown Source)
at com.intellij.psi.impl.AbstractPsiCachedValue.doCompute(PsiCachedValueImpl.kt:21)
at com.intellij.util.CachedValueBase.lambda$getValueWithLock$3(CachedValueBase.java:299)
at com.intellij.util.CachedValueBase$$Lambda/0x000001f52217f630.compute(Unknown Source)
at com.intellij.util.CachedValueBase.computeData(CachedValueBase.java:37)
at com.intellij.util.CachedValueBase.lambda$getValueWithLock$4(CachedValueBase.java:299)
at com.intellij.util.CachedValueBase$$Lambda/0x000001f52217ed58.compute(Unknown Source)
at com.intellij.openapi.util.RecursionGuard$$Lambda/0x000001f52217efb8.compute(Unknown Source)
at com.intellij.openapi.util.RecursionManager$1.computePreventingRecursion(RecursionManager.java:113)
at com.intellij.openapi.util.RecursionGuard.doPreventingRecursion(RecursionGuard.java:29)
at com.intellij.openapi.util.RecursionManager.doPreventingRecursion(RecursionManager.java:68)
at com.intellij.util.CachedValueBase.getValueWithLock(CachedValueBase.java:300)
at com.intellij.psi.impl.AbstractPsiCachedValue.getValue(PsiCachedValueImpl.kt:15)
at com.intellij.util.CachedValuesManagerImpl.getCachedValue(CachedValuesManagerImpl.java:83)
at com.intellij.psi.util.CachedValuesManager.getCachedValue(CachedValuesManager.java:126)
at de.plushnikov.intellij.plugin.util.LombokLibraryUtil.detectLombokJarsSlow(LombokLibraryUtil.java:52)
at de.plushnikov.intellij.plugin.util.LombokLibraryUtil.hasLombokLibrary(LombokLibraryUtil.java:42)
at de.plushnikov.intellij.plugin.extension.LombokElementFinder.findClass(LombokElementFinder.java:26)
at com.intellij.psi.impl.JavaPsiFacadeImpl.doFindClass
The text was updated successfully, but these errors were encountered:
That stacktrace does not mention Vaadin plugin, and it does not even use Lombok annotations explicitly anywhere. Did you observe maybe anything else that happened when exception occurred? Can you check in Help > Open Log In Editor if there are some Vaadin related exception nearby this exception?
Plugin version: 1.4.6
IDE version: IntelliJ IDEA 2024.3.2.2
VM: OpenJDK 64-Bit Server VM 21.0.5 8-b631.30 JetBrains s.r.o.
OS: Windows 11 10.0
Stacktrace:
The text was updated successfully, but these errors were encountered: