Roman Shevchenko
|
373ca99e37
|
Cleanup (formatting; naming)
|
10 years ago |
Roman Shevchenko
|
1e3d5276a8
|
java-decompiler: class name logging on non-fatal errors
|
10 years ago |
Roman Shevchenko
|
d96104bdec
|
Cleanup (formatting)
|
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
|
9f9da912f6
|
Fixed some errors in line counting
|
10 years ago |
Roman Shevchenko
|
8462998a86
|
java-decompiler: minor optimization
|
10 years ago |
Stiver
|
9723ab4475
|
Propagated bytecode-to-source tracer
|
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
|
686b5abef9
|
java-decompiler: optimization (empty lists allocation avoided)
|
10 years ago |
Roman Shevchenko
|
1cea85e49a
|
java-decompiler: optimization (less string buffer allocations on generating text)
|
10 years ago |
Roman Shevchenko
|
f4f9e8be28
|
java-decompiler: cleanups
- better signatures
- accurate suppression
- unused symbols
- typos
|
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
|
1a4e48d11d
|
java-decompiler: post-import cleanup (obsolete copyright option dropped)
|
10 years ago |
Roman Shevchenko
|
f5431c3bb1
|
java-decompiler: post-import cleanup (common fixes and optimizations)
|
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 |
Roman Shevchenko
|
f864084061
|
java-decompiler: post-import cleanup (root package renamed)
|
10 years ago |
Stiver
|
55beef6b7e
|
Fixed 'IDEA-127301: NPE in decompiler' - a couple of issues with lambda processing
|
10 years ago |
Stiver
|
7f116b6eb5
|
IDEA-127301: handling of static method references
|
10 years ago |
Stiver
|
b3a1c41244
|
Handling of certain loop types in a finally block
|
10 years ago |
Roman Shevchenko
|
ed04ea2d69
|
minor cleanup
|
11 years ago |
Roman Shevchenko
|
776bb79a9c
|
minor optimization
|
11 years ago |
Roman Shevchenko
|
5e68e6346c
|
writing line separators fixed
|
11 years ago |
Roman Shevchenko
|
1119499562
|
accept inonsistent anonymous classes (with warning)
E.g. Groovy-compiled anonymouses extend both parent class and GroovyObject.
|
11 years ago |
Roman Shevchenko
|
634b1faa5b
|
order of inner classes preserved
|
11 years ago |
Stiver
|
bd99d3eb2f
|
lambda expressions (Java 8)
|
11 years ago |
Stiver
|
e2d0f5d9c3
|
initial commit
|
11 years ago |