Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Brice
Total activity
128
Last activity
October 17, 2025 12:04
Member since
October 31, 2011 19:24
Following
0 users
Followed by
0 users
Votes
35
Subscriptions
26
Activity overview
Posts (14)
Comments (53)
Sort by recent activity
Recent activity
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
Created
February 07, 2013 11:23
Oracle JDK won't support Retina display till version 8, this is due to rendering engine that is completely different in JDK 7. (The rendering pipeline in JDK 6 is proprietary to Apple).So if Apple ...
Community
IntelliJ IDEA EAP Users
IDEA on JDK 7 - now that Mac OS X is officially supported
0 votes
«
First
‹
Previous
Next
›
Last
»