-
Notifications
You must be signed in to change notification settings - Fork 109
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
com.intellij.diagnostic.PluginException: getComponentAdapterOfType in IntelliJ IDEA 2019.3 #226
Comments
I noticed IntelliJ showed 7 errors total. One of them specifically showed the file name I was trying to following a User Keyword in the file named below. This used to work in an earlier version of IntelliJ: Error during processing of: Enroll.robot java.lang.ClassCastException: class com.intellij.psi.impl.file.PsiJavaDirectoryImpl cannot be cast to class com.jetbrains.python.psi.PyFile (com.intellij.psi.impl.file.PsiJavaDirectoryImpl is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @5cf1800b; com.jetbrains.python.psi.PyFile is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @145b89c0) |
Observing the same issue: Please find the stacktrace: Probably constructor should be marked as NonInjectable. [Plugin: com.millennialmedia.intellibot@SeleniumLibrary Patched] |
i have same problem |
I have same problem.. I see this issue is open since Dec 3, 2019.. |
Same issue... |
Same issue: com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.intellij.psi.impl.PsiManagerImpl (requestorClass=com.millennialmedia.intellibot.psi.RobotPsiManager, requestorConstructor=public com.millennialmedia.intellibot.psi.RobotPsiManager(com.intellij.psi.impl.PsiManagerImpl)). Probably constructor should be marked as NonInjectable. [Plugin: com.millennialmedia.intellibot] |
@vikas9599, I'm a little hesitant about installing and running .jar files from unknown developers on my machine. Is this something we could get merged into the main repo and go through the normal plugin update workflow? |
The text was updated successfully, but these errors were encountered: