ghik
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
ghik created a post, AnsweredIntelliJ 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 created a post, AnsweredWhen 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...