Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Roman Shevchenko
Total activity
737
Last activity
October 06, 2023 15:54
Member since
March 24, 2010 10:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
263
Activity overview
Articles (0)
Posts (0)
Comments (474)
Sort by recent activity
Recent activity
Votes
Created
October 06, 2023 15:54
Mind you, build services are loaded not by the IDE process, but by the build process (org.jetbrains.jps.cmdline.Launcher in jps -l output), so they are somewhat tricky to debug (though not impossib...
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.IllegalAccessError in custom IntelliJ plugin
0 votes
Created
October 05, 2023 07:48
Official comment
Please refactor the plugin to move the code related to the compiler invocation to the build process plugin (see org.jetbrains.jps.incremental.BuilderService and its implementations for the referenc...
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.IllegalAccessError in custom IntelliJ plugin
0 votes
Edited
May 26, 2023 10:22
Yanni2006 first, you can just turn off the Settings | Appearance & Behavior | System Settings | Back up files before saving option. Second, PyCharm doesn't use the "__jb__old" extension for, like, ...
Community
IntelliJ IDEA Users
Cannot save file: Cannot delete temporary file ___jb_old___
0 votes
Created
June 30, 2021 10:59
The plugin supports post-compile weaving for quite a long time, so should be possible. Are you going to use AspectJ for adding the new annotation? Why not just add it in the source code?
Community
IntelliJ IDEA Users
AspectJ
0 votes
Created
June 22, 2021 13:42
I see, thanks. Something went wrong during the update, but without updater logs, it is impossible to figure out the reason :(
Community
IntelliJ IDEA Users
Plugin 'JXYZ' requires plugin 'com.intellij.microservices.uast' to be installed
0 votes
Created
June 22, 2021 13:19
I understand your position, but being on both sides (I occasionally maintain the bundled decompiler), this problem is much easier to address on the decompiler side. Routing InvalidMirrorException b...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 votes
Created
June 18, 2021 08:13
I see, thanks, just trying to understand what might went wrong and when. Just to be sure: you started the IDE, invoked _Help | Check for Updates_, clicked through the UI and agreed to restart the I...
Community
IntelliJ IDEA Users
Plugin 'JXYZ' requires plugin 'com.intellij.microservices.uast' to be installed
0 votes
Created
June 17, 2021 16:21
Were there any errors or warnings during the update? Updater log files (`idea_updater*.log`) are suspiciously missing from the uploaded archive.
Community
IntelliJ IDEA Users
Plugin 'JXYZ' requires plugin 'com.intellij.microservices.uast' to be installed
0 votes
Created
June 17, 2021 12:50
It is definitely possible, but would significantly complicate the code (*) and slow indexing down to a certain degree - all without providing clear benefits. Even then, it won't be 100% correct - t...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
1 vote
Created
June 16, 2021 21:07
`ACC_SYNTHETIC` is a modifier, but Javac doesn't set it for default constructors, unfortunately.
Community
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
1 vote
Next
›
Last
»