ghik
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
ghik 创建了一个帖子, 已回答IntelliJ HOCON plugin: tests failing after upgrading to 2024.2 EAP
Hi, I'm trying to upgrade the HOCON plugin (https://github.com/AVSystem/intellij-hocon) to IDEA 2024.2.I have a bunch of tests extending FileSetTestCase. After upgrading to IJ 2024.2 EAP, they star... -
-
-
ghik 创建了一个帖子, 已回答When a PSI element's parent can be null?
The PSIElement.getParent method Javadoc says: /** * Returns the parent of the PSI element. * * @return the parent of the element, or null if the element has no parent. */@Contract(pure=true)PsiElem...