Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Richard Berlin
Total activity
32
Last activity
October 07, 2021 00:45
Member since
November 20, 2016 16:11
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
6
Activity overview
Posts (5)
Comments (20)
Sort by recent activity
Recent activity
Votes
Created
August 19, 2019 16:30
That would be easy to handle if I were just calling resolveWithCaching() directly. But I think it's invoked many levels down, starting from a call to PsiElement.getType(). I was wondering if I coul...
Community
IntelliJ IDEA Open API and Plugin Development
Help understanding the behavior of RecursionManager.CalculationStack.maybeMemoize
0 votes
Created
August 06, 2019 20:49
OK, I seem to have found it. PicoContainer wants the finders to have a public constructor which takes arguments (Project) or (Project, FileManager). I had to change this in a couple of places, and ...
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
August 06, 2019 17:43
I don't know the reason; I didn't create this code. Removing the extra constructor gets rid of half the problem -- it no longer complains about the Impl class but it still can't find PsiElementFinder.
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
August 05, 2019 17:52
Referenced in plugin.xml as <java.elementFinder implementation="gw.gosu.ij.interoperability.javaAsGosu.JavaForGosuPsiElementFinder"/>
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
August 05, 2019 17:50
I don't have the sources in a public repository -- I would have to email them to you. Here is the beginning of that source file: package gw.gosu.ij.interoperability.javaAsGosu;import com.intellij.o...
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
August 05, 2019 14:13
No...it still can't find the Psi classes for java: ERROR: gw.gosu.ij.interoperability.javaAsGosu.JavaForGosuPsiElementFinder has unsatisfied dependency: class com.intellij.psi.impl.PsiElementFinder...
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
August 04, 2019 22:13
I can send you sources for the plugin, but I don't have a place to host them. My company infosec department suggests emailing you an encrypted zip file. Is there an email address I can use?
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
August 01, 2019 14:30
No, the setup is there. I just don't think it's working right.
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
August 01, 2019 03:13
ERROR: gw.gosu.ij.interoperability.javaAsGosu.JavaForGosuPsiElementFinder has unsatisfied dependency: class com.intellij.psi.PsiElementFinder among unsatisfiable dependencies: [[class com.intellij....
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
July 30, 2019 20:56
Just tried with IC-192.5728.98 and my tests all still fail with messages like com.intellij.testFramework.LoggedErrorProcessor$TestLoggerAssertionError Caused by: com.intellij.testFramework....
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Next
›
Last
»