upnotes
|
6f70918c3b
|
Addressed review comments + additional test
|
6 years ago |
upnotes
|
7e98f686c0
|
Decompilation of synchronized blocks generated by the Kotlin compiler
|
6 years ago |
Egor Ushakov
|
c4f23b9a16
|
cleanup: spelling
|
7 years ago |
Egor Ushakov
|
ba0e24955d
|
inverted option for IDEA-CR-32210
|
7 years ago |
Egor Ushakov
|
8be977e76c
|
decompiler: do not fail on the invalid bytecode in IDEA
|
7 years ago |
Egor Ushakov
|
8b9687ed20
|
IDEA-184560 Java decompiler doesn't use stored parameter names
|
7 years ago |
Roman Shevchenko
|
5e3eace003
|
[java decompiler] disabled "synthetic not set" option by default
The option may cause valid constructor parameters to be mislabeled "synthetic" and removed from resulting code.
|
7 years ago |
Roman Shevchenko
|
7521c17aba
|
[java decompiler] updates copyright comment
|
7 years ago |
Egor.Ushakov
|
601cae8cf8
|
IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - fixes for IDEA-CR-20517
|
8 years ago |
Roman Shevchenko
|
cfe1448b2b
|
Cleanup (unneeded anonymous classes)
|
9 years ago |
Roman Shevchenko
|
26ab681d56
|
[java-decompiler] cleanup (text rearranging mode dropped)
|
9 years ago |
Egor.Ushakov
|
262d580ccc
|
decompiler: cleanup
|
10 years ago |
Roman Shevchenko
|
0b9402bd45
|
java-decompiler: renamer interface cleaned
- enum instead of magic constants
- typos
|
10 years ago |
Egor.Ushakov
|
92af36f412
|
decompiler: registry flag to dump original line numbers as comments
|
10 years ago |
Roman Shevchenko
|
a721490f62
|
IDEA-127182 (passing line number map to debugger)
|
10 years ago |
Roman Shevchenko
|
08c4c683a1
|
java-decompiler: print mapping table only in unit test mode
|
10 years ago |
Egor.Ushakov
|
37422ead1c
|
cleanup after review - use option for decompiler banner text
|
10 years ago |
Roman Shevchenko
|
1e3d5276a8
|
java-decompiler: class name logging on non-fatal errors
|
10 years ago |
Egor.Ushakov
|
125441a88f
|
decompiler: move generated lines as it is stated in debug line table (disabled for now)
|
10 years ago |
Stiver
|
f735cbc7ea
|
Started work on mapping bytecode instructions to source code lines
|
10 years ago |
Roman Shevchenko
|
ff382a6fdf
|
java-decompiler: fixes and cleanups
- console decompiler: resource closing, lookup instead of scan, error reporting
- logger interface reworked
- saver interface renamed
- bytecode provider returns byte array (to reduce stream leakage)
- extra level of context unit avoided
- unneeded exceptions, dead code, formatting
|
10 years ago |
Roman Shevchenko
|
f4f9e8be28
|
java-decompiler: cleanups
- better signatures
- accurate suppression
- unused symbols
- typos
|
10 years ago |
Roman Shevchenko
|
d5fe121d1d
|
java-decompiler: post-import cleanup (OS-dependent line separator)
|
10 years ago |
Roman Shevchenko
|
984af2e7d0
|
java-decompiler: post-import cleanup (typos)
|
10 years ago |
Roman Shevchenko
|
3104531729
|
java-decompiler: post-import cleanup (explicit defaults for all preferences)
|
10 years ago |
Roman Shevchenko
|
1a4e48d11d
|
java-decompiler: post-import cleanup (obsolete copyright option dropped)
|
10 years ago |
Roman Shevchenko
|
84ea54eb1e
|
java-decompiler: post-import cleanup (code style issues)
|
10 years ago |
Roman Shevchenko
|
076e4393f2
|
java-decompiler: post-import cleanup (formatting and copyright)
|
10 years ago |
Roman Shevchenko
|
663631f045
|
java-decompiler: post-import cleanup (classes moved)
|
10 years ago |