Bob Goldberg

- 活动总数 63
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 10
-
已编辑于 Gradle refresh gives mysterious error "You must specify a URL for a Maven repository." How to debug?
已回答When 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 ... -
已编辑于 As of 2021.3, Tests hang when invoked from command line, but they run fine from IDE
已回答I'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 ... -
已编辑于 Idea 2021.2.1 Breaks The Gosu Plugin Implementation by Making Mappings final
已回答[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... -
创建于 Document API Changes between releases of the IntelliJ Platform
已回答Whenever 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... -
创建于 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... -
创建于 PsiJavaDirectoryImpl.checkCreateFile() broken?
已回答I 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... -
创建于 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...