主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brice
活动总数
128
最后的活动
2025年10月17日 12:04
成员加入日期
2011年10月31日 19:24
关注
0 名用户
关注者数
0 名用户
投票数
35
订阅数
26
活动概览
帖子(14)
评论(53)
按最近的活动排序
最近的活动
投票数
创建于
2021年06月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 票
创建于
2021年06月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 票
创建于
2021年06月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 票
创建于
2021年06月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 票
创建于
2021年06月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 票
已编辑于
2021年06月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to refresh / invalidate the cache of decompiled files ?
0 票
创建于
2021年06月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 票
创建于
2021年05月31日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to refresh / invalidate the cache of decompiled files ?
0 票
创建于
2021年05月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to refresh / invalidate the cache of decompiled files ?
0 票
创建于
2013年02月07日 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 ...
社区
IntelliJ IDEA EAP Users
IDEA on JDK 7 - now that Mac OS X is officially supported
0 票
«
第一页
‹
上一页
下一页
›
最后
»