Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Brice
Follow
New posts
New posts and comments
Total activity
100
Last activity
March 31, 2022 15:51
Member since
October 31, 2011 19:24
Following
0 users
Followed by
0 users
Votes
24
Subscriptions
18
Activity overview
Posts (14)
Comments (44)
Sort by recent activity
Recent activity
Votes
Edited
June 23, 2021 19:21
Yann Cebron I am developing a plugin with the CEF view, this plugin needs to communicate via messages to the javascript app that runs in the JCEF window. Currently I have something that works using...
Community
IntelliJ IDEA Open API and Plugin Development
Documentation about JetBrains/rd (LifetimeDefinition, IPropertyView, etc)
0 votes
Created
June 18, 2021 08:28
OK I cannot guess such a change implies on the code base and the performance impact. I understand the constraint and your point of view on the matter. About the benefit, from my point of view it wo...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 votes
Created
June 17, 2021 08:13
Ah yes of course, I forgot this quirk. But surely there's a way, default constructor's bytecodes are usually very simple. They are no-arg (except `this`) and they "only" invoke the superclass const...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 votes
Created
June 16, 2021 14:28
Hi Roman Shevchenko Ah thanks for the feedback. It was possible to remove default constructors in an earlier version, but now it has been removed after a huge refactoring, and it bring the decompil...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 votes
Created
June 06, 2021 14:37
Yann Cebron Indeed I can confirm you that in the case of the RegEx class it's the default constructor. My decompiler don't output the default (and empty) constructor package javax.annotation;impo...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 votes
Created
June 03, 2021 09:26
Yann Cebron Thanks for the feedback, I'll take a look. I wonder if this might be caused by synthetic members like default constructor, for the RegEx case stub:[PsiMethod:Checker, PsiMethod:forConst...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 votes
Edited
June 01, 2021 13:53
So I found this API, that could be like a well suited for this job. FileContentUtilCore.reparseFiles(virtualFile); Under the hood it uses a `BulkFileListener` to publish the change. It seem to be d...
Community
IntelliJ IDEA Open API and Plugin Development
How to refresh / invalidate the cache of decompiled files ?
0 votes
Created
June 01, 2021 09:48
I have another similar issue when inspecting some local jar files, for example I was able to reproduce the following stack trace, by downloading the spring-jdbc jar and adding it as a local jar dep...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 votes
Created
May 31, 2021 23:23
@dmitry Thank you so much. It works. However I wonder if this approach is future proof. Now that this class is not constrained to the `VirtualFileListener` interface.
Community
IntelliJ IDEA Open API and Plugin Development
How to refresh / invalidate the cache of decompiled files ?
0 votes
Created
May 27, 2021 19:47
Hi, 9 years later I’d like to do the same thing, as I’m updating the code of the jd-intellij plug-in for recent IJ (2021.1, earlier versions if that works). However I am facing an issue with the c...
Community
IntelliJ IDEA Open API and Plugin Development
How to refresh / invalidate the cache of decompiled files ?
0 votes
«
‹
1
2
3
4
5
›
»