Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Wang Tony
Total activity
14
Last activity
June 12, 2024 01:40
Member since
December 27, 2021 07:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
June 12, 2024 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?
Community
IntelliJ IDEA Open API and Plugin Development
[BUG] org.jetbrains.uast.UastUtils.findContaining() Unable to recognize Kotlin class in Kotlin multiplatform
0 votes
Created
February 09, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 votes
Created
February 09, 2022 10:06
I'm sure the "idea.home.path" configuration is effective. Because 3rd party library take effect only after I configure this prop.
Community
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 votes
Created
February 09, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 votes
Created
January 28, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 votes
Created
January 26, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 votes
Created
January 25, 2022 06:26
What progress has been made on this issue? If it's an environment problem, I can't find the difference.
Community
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 votes
Created
January 10, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 votes
Created
January 06, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 votes
Created
January 04, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 votes