nbauma109

Results 37 comments of nbauma109

the hyperlinks (i.e, CTRL+click on classes, methods, fields,...) have stopped working, can you check that ?

> 👍 Supported in arthas: https://arthas.aliyun.com/doc/en/jad > > ![image](https://user-images.githubusercontent.com/1683936/109273663-72df8c00-784d-11eb-8535-4f41fba11124.png) > @hengyunabc : I borrowed your code for the ecd (Enhanced Class Decompiler Plugin for Eclipse) https://github.com/alibaba/arthas/blob/931ce392fdc6bf675bbc3997917079c9ce3c9cb2/core/src/main/java/com/taobao/arthas/core/util/Decompiler.java#L34 > But the output...

You may want to check https://github.com/nbauma109/ecd for a realigned output of CFR

CFR provides line number mappings in the latest release. The forked version of ecd produces line numbers as comments based on that mapping and the existing post-process of ecd realigns...

Intellij uses fernflower decompiler which doesn't support line number realignment. However the debugger is able to point you to the right line in the code. So the debugger is somehow...

I guess this due to the embedded JDK of Eclipse because I can't see what other JDK could have been introduced. I've added this at the end of my eclipse.ini...

So ok, it works with gradle 2.6 and the `--add-opens` listed above in the `eclipse.ini`. But the fact that the embedded JDK of Eclipse interferes with the build is rather...

Not sure this helps. Dependencies used to be expanded in `.classpath` but that's no longer the case : ``` ```

Building sources jar is not this trivial since it's a fat jar. Coming back later to update.