Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto Generated]Plugin error occurred: Index 3 out of bounds for length 3 #5871

Closed
intellij-translation-plugin-bot opened this issue Jul 2, 2024 · 1 comment
Labels
auto generated report 🤖 This is an automatically generated report bug/crash 💥 Uh-oh! not plugin's bug This issue is not for this project

Comments

@intellij-translation-plugin-bot

⚠️[Auto Generated Report]-=48841A6818764812B74A9816BE865BC1=-

Description

Index 3 out of bounds for length 3

Environments

Plugin version: 3.6.2+203u212

IntelliJ IDEA 2021.2.1 (Ultimate Edition)
Build #IU-212.5080.55, built on August 24, 2021
Runtime version: 11.0.11+9-b1504.16 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Operating system: Windows 10 10.0
Last action id: null

Stack Trace

java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3
	at com.intellij.credentialStore.kdbx.KdbxHeader.readKdbxHeader(KdbxHeader.kt:198)
	at com.intellij.credentialStore.kdbx.KdbxHeader.<init>(KdbxHeader.kt:83)
	at com.intellij.credentialStore.kdbx.KdbxKt.readKeePassDatabase(kdbx.kt:25)
	at com.intellij.credentialStore.kdbx.KdbxKt.loadKdbx(kdbx.kt:21)
	at com.intellij.credentialStore.keePass.KeePassCredentialStore.<init>(KeePassCredentialStore.kt:39)
	at com.intellij.credentialStore.keePass.KeePassCredentialStore.<init>(KeePassCredentialStore.kt:30)
	at com.intellij.ide.passwordSafe.impl.PasswordSafeImplKt.computeProvider(PasswordSafeImpl.kt:201)
	at com.intellij.ide.passwordSafe.impl.PasswordSafeImplKt.access$computeProvider(PasswordSafeImpl.kt:1)
	at com.intellij.ide.passwordSafe.impl.BasePasswordSafe$_currentProvider$1.invoke(PasswordSafeImpl.kt:43)
	at com.intellij.ide.passwordSafe.impl.BasePasswordSafe$_currentProvider$1.invoke(PasswordSafeImpl.kt:33)
	at com.intellij.util.concurrency.SynchronizedClearableLazy.getValue(SynchronizedClearableLazy.kt:37)
	at com.intellij.ide.passwordSafe.impl.BasePasswordSafe.getCurrentProvider$intellij_platform_credentialStore(PasswordSafeImpl.kt:49)
	at com.intellij.ide.passwordSafe.impl.BasePasswordSafe.get(PasswordSafeImpl.kt:98)
	at cn.yiiguxing.plugin.translate.diagnostic.ReportCredentials.getCredentials(ReportCredentials.kt:42)
	at cn.yiiguxing.plugin.translate.diagnostic.ReportCredentials.getUserName(ReportCredentials.kt:36)
	at cn.yiiguxing.plugin.translate.diagnostic.ReportSubmitter.getReporterAccount(ReportSubmitter.kt:55)
	at com.intellij.diagnostic.IdeErrorsDialog.updateCredentialsPanel(IdeErrorsDialog.java:595)
	at com.intellij.diagnostic.IdeErrorsDialog.updateControls(IdeErrorsDialog.java:413)
	at com.intellij.diagnostic.IdeErrorsDialog.<init>(IdeErrorsDialog.java:128)
	at com.intellij.diagnostic.IdeMessagePanel$3.<init>(IdeMessagePanel.java:123)
	at com.intellij.diagnostic.IdeMessagePanel.doOpenErrorsDialog(IdeMessagePanel.java:123)
	at com.intellij.diagnostic.IdeMessagePanel$2.lambda$run$0(IdeMessagePanel.java:107)
	at com.intellij.codeWithMe.ClientId$Companion.withClientId(ClientId.kt:135)
	at com.intellij.codeWithMe.ClientId.withClientId(ClientId.kt)
	at com.intellij.diagnostic.IdeMessagePanel$2.run(IdeMessagePanel.java:106)
	at com.intellij.diagnostic.IdeMessagePanel.openErrorsDialog(IdeMessagePanel.java:118)
	at com.intellij.diagnostic.IdeMessagePanel$4.actionPerformed(IdeMessagePanel.java:206)
	at com.intellij.notification.NotificationAction.actionPerformed(NotificationAction.java:32)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:240)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:261)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:240)
	at com.intellij.notification.Notification.fire(Notification.java:194)
	at com.intellij.notification.impl.NotificationsManagerImpl.lambda$createActionPanel$9(NotificationsManagerImpl.java:733)
	at com.intellij.ui.components.labels.LinkLabel.doClick(LinkLabel.java:177)
	at com.intellij.ui.components.labels.LinkLabel.doClick(LinkLabel.java:389)
	at com.intellij.ui.components.labels.LinkLabel$MyMouseHandler.mouseReleased(LinkLabel.java:363)
	at com.intellij.notification.impl.NotificationsManagerImpl$HoverAdapter.handleEvent(NotificationsManagerImpl.java:867)
	at com.intellij.notification.impl.NotificationsManagerImpl$HoverAdapter.mouseReleased(NotificationsManagerImpl.java:809)
	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6652)
	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
	at java.desktop/java.awt.Component.processEvent(Component.java:6417)
	at java.desktop/java.awt.Container.processEvent(Container.java:2263)
	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5027)
	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2784)
	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:778)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:751)
	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:749)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:748)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:887)
	at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:816)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:753)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:443)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:825)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:442)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:794)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:494)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
@YiiGuxing YiiGuxing added auto generated report 🤖 This is an automatically generated report bug/crash 💥 Uh-oh! not plugin's bug This issue is not for this project labels Jul 2, 2024
Copy link

github-actions bot commented Jul 2, 2024

This issue has been automatically closed because it is not an issue for this project. If you think there are something really wrong, please reply this issue. Thanks for your cooperation.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto generated report 🤖 This is an automatically generated report bug/crash 💥 Uh-oh! not plugin's bug This issue is not for this project
Projects
None yet
Development

No branches or pull requests

2 participants