Bob Goldberg

- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 10
-
Edited Idea 2021.2.1 Breaks The Gosu Plugin Implementation by Making Mappings final
Answered[Submitted by request of Yann Cébron on Slack #intellij-platform] Our incremental builder for Gosu relies on extending the Mappings class, which has worked since 2014 through Idea 2021.1.3. But Id... -
Edited Gradle refresh gives mysterious error "You must specify a URL for a Maven repository." How to debug?
AnsweredWhen I do a Gradle refresh (circular arrows), it gives mysterious error "You must specify a URL for a Maven repository." My Gradle configuration specifies a URL for a Maven repository, and all the ... -
Edited As of 2021.3, Tests hang when invoked from command line, but they run fine from IDE
AnsweredI'm having trouble with some JUnit tests hanging forever (well over 24 hours) when I invoke them through the Gradle command line. If I run the same tests directly from IJ2021.3.2 in the IDE, they ... -
Created Document API Changes between releases of the IntelliJ Platform
AnsweredWhenever you put out a new minor release of Idea, there are typically API changes in classes that my plugin depends on. My plugin then fails to compile in a bunch of places, and it is tedious to t... -
Created Need reasonable message if user runs my plugin from the wrong IJ 2019 (JBR 8 instead of JBR 11)
I have a plugin that depends on running in IJ 2019 JBR 11. Sometimes, my users accidentally start it under IJ 2019 JBR 8. When they do, one of two things happen, depending on which operating syst... -
Created PsiJavaDirectoryImpl.checkCreateFile() broken?
AnsweredI have a plugin for a JVM language (Gosu). If the user tries to create a file "Foo.gs" when there is already a file "Foo.java", we throw IncorrectOperationException However, if the file "Foo.gs" i... -
Created How to enable the Run JUNIT test context menu for the Gosu Language
The Gosu Language produces Java byte codes but has its own Psi Tree. I want to enable running JUnit tests from a Gosu class that has the proper annotations. However, the existing JUnit implementa...