Junpeng Tang

- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 11
-
-
-
Junpeng Tang created a post, Answeredjava.exe finished with non-zero exit value 1
I'm updating my plugin version to 2022.1, but after that I can't run any tasks such as "runIde", "buildPlugin", I got this exception: FAILURE: Build failed with an exception.* What went wrong:Execu... -
Junpeng Tang commented, -
Junpeng Tang created a post, AnsweredNo tests found for given includes & jarFiles is not set for PluginDescriptor
After update to 2021.3, when running my tests, I got this error: No tests found for given includes: [MyTestClass](--tests filter). Then I cloned your template project at https://github.com/JetBrai... -
-
-
Junpeng Tang created a post, AnsweredIconLoader requires restart IDE if uninstall or update plugin?
I'm now working on dynamic plugins following this guide: https://plugins.jetbrains.com/docs/intellij/dynamic-plugins.html But I was in trouble after met all restrictions, my IDE still ask for resta... -
Junpeng Tang created a post, Can LookupElement#getAllLookupStrings() return set without LookupElement#getLookupString()?
I saw a comment for LookupElement#getAllLookupStrings() which says: The returned set must contain getLookupString(). but for my plugin, for example, I created a lookup element with item text: ABC, ... -
Junpeng Tang commented,