Egor.Ushakov
|
262d580ccc
|
decompiler: cleanup
|
10 years ago |
Egor.Ushakov
|
ca7e2dfa1c
|
decompiler: cleanup - marked const fields final
|
10 years ago |
Stiver
|
b3962a09ca
|
Extended option 'dc4' to handle inlined class references (mainly Eclipse). See IDEA-135387 for an example.
|
10 years ago |
Egor.Ushakov
|
635c94f023
|
decompiler: read sourceFile attribute
|
10 years ago |
Roman Shevchenko
|
82a2939271
|
java-decompiler: cleanups and fixes
- duplicates eliminated
- immutable fields
- typos
- formatting
|
10 years ago |
Roman Shevchenko
|
020f5c404b
|
java-decompiler: extra casts on method calls omitted
(loosely based on https://github.com/JetBrains/intellij-community/pull/217)
|
10 years ago |
Roman Shevchenko
|
a721490f62
|
IDEA-127182 (passing line number map to debugger)
|
10 years ago |
Egor.Ushakov
|
1a183952b4
|
decompiler: build original lines mapping
|
10 years ago |
Egor.Ushakov
|
a182de6271
|
decompiler: map all lines according to bytecode information
|
10 years ago |
Stiver
|
c975f11ecc
|
Activated bytecode-to-source mapping for all instructions
|
10 years ago |
Egor.Ushakov
|
37422ead1c
|
cleanup after review - use option for decompiler banner text
|
10 years ago |
Egor.Ushakov
|
125441a88f
|
decompiler: move generated lines as it is stated in debug line table (disabled for now)
|
10 years ago |
Roman Shevchenko
|
bef17b44fc
|
java-decompiler: minor optimization (no more empty array creation)
|
10 years ago |
Roman Shevchenko
|
07ca9cf062
|
java-decompiler: unwanted dependency dropped
|
10 years ago |
Egor Ushakov
|
0c8508ff8a
|
decompiler: support line number table attribute
|
10 years ago |
Roman Shevchenko
|
e90f1de039
|
IDEA-129221 (tolerate invalid signature attributes)
|
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
|
4e79d160ca
|
java-decompiler: code attributes reading restored
|
10 years ago |
Roman Shevchenko
|
686b5abef9
|
java-decompiler: optimization (empty lists allocation avoided)
|
10 years ago |
Roman Shevchenko
|
2df49d32a7
|
java-decompiler: fixes and cleanups
- unified attribute loading code
- common methods for checking member flags
- verifying skip()
- correct resource closing
- typos
|
10 years ago |
Roman Shevchenko
|
984af2e7d0
|
java-decompiler: post-import cleanup (typos)
|
10 years ago |
Roman Shevchenko
|
f5431c3bb1
|
java-decompiler: post-import cleanup (common fixes and optimizations)
|
10 years ago |
Roman Shevchenko
|
63b8d35d08
|
java-decompiler: post-import cleanup (dead code 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 |