主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Wang Tony
活动总数
14
最后的活动
2024年06月12日 01:40
成员加入日期
2021年12月27日 07:17
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2024年06月12日 01:40
Thank you for reply. But I still don't quite understand.The Kotlin files in the `commonMain` folder are not considered JVM languages?
社区
IntelliJ IDEA Open API and Plugin Development
[BUG] org.jetbrains.uast.UastUtils.findContaining() Unable to recognize Kotlin class in Kotlin multiplatform
0 票
创建于
2022年02月09日 18:02
Thanks very much for your help. You solved all my problems. I thought this directory (java/mockJDK-$JAVA_VERSION$) was built by IDEA SDK itself, just like Maven library. Anyway, I misunderstood the...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
创建于
2022年02月09日 10:06
I'm sure the "idea.home.path" configuration is effective. Because 3rd party library take effect only after I configure this prop.
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
创建于
2022年02月09日 09:39
Thank you. The 3rd party library problem has been solved. Now it can work in different language environments. But the com.intellij.psi.util.PsiUtil#resolveClassInClassTypeOnly(type) results of Mock...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
创建于
2022年01月28日 09:51
Hi, Yann I solved most of the problems you raised. Thank you for your work to make my project more stable. Unfortunately, using mock JDK still can not get the expected results. The mock JDK seems ...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
创建于
2022年01月26日 08:54
Thank you for your answer. I find demo https://github.com/JetBrains/intellij-community/blob/master/plugins/lombok/src/test/java/de/plushnikov/intellij/plugin/LombokTestUtil.java So, My code @Overr...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
创建于
2022年01月25日 06:26
What progress has been made on this issue? If it's an environment problem, I can't find the difference.
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
创建于
2022年01月10日 07:16
This is my test repository and test files path https://github.com/organics2016/test src/main/java/ink/organics/test/testdata/java/JsonPropertyTestPOJO.java src/test/java/testdata/kotlin/JsonPrope...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
创建于
2022年01月06日 05:17
Hi Karol, Thank you for your attention to this issue. This my project repository. https://github.com/organics2016/pojo2json This is my test class, It has a method called "testThis()" . These two m...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
创建于
2022年01月04日 13:09
1. I'm sure I include the Kotlin plugin in my Gradle Build script. https://github.com/organics2016/pojo2json/blob/master/build.gradle.kts intellij { version.set("2020.3") updateSinceUntilBui...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票