Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Propagated bytecode-to-source tracer | Stiver | 2014-10-06 | -37/+142 |
| | ||||
* | decompiler: support line number table attribute | Egor Ushakov | 2014-10-05 | -0/+73 |
| | ||||
* | Started work on mapping bytecode instructions to source code lines | Stiver | 2014-10-01 | -153/+375 |
| | ||||
* | Cleanup (loop invariant optimization; formatting) | Roman Shevchenko | 2014-09-29 | -12/+10 |
| | ||||
* | IDEA-130478 (optimization of 6fcac6a5: less short-lived objects) | Roman Shevchenko | 2014-09-29 | -15/+13 |
| | ||||
* | Fixing migration errors: refactoring of processStatementLabel() reverted as ↵ | Stiver | 2014-09-28 | -13/+19 |
| | | | | it introduced incorrect logic changes | |||
* | Fixing migration errors: stream.read() doesn't read the entire available ↵ | Stiver | 2014-09-28 | -5/+12 |
| | | | | stream. It has to be called in a loop or replaced with readFully(). | |||
* | EA-60512 (better logging) | Roman Shevchenko | 2014-09-16 | -11/+1 |
| | ||||
* | IDEA-129221 (tolerate invalid signature attributes) | Roman Shevchenko | 2014-09-12 | -56/+74 |
| | ||||
* | java-decompiler: fixes and cleanups | Roman Shevchenko | 2014-09-07 | -670/+480 |
| | | | | | | | | | - 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 | |||
* | java-decompiler: code attributes reading restored | Roman Shevchenko | 2014-09-04 | -6/+10 |
| | ||||
* | java-decompiler: optimization (empty lists allocation avoided) | Roman Shevchenko | 2014-09-04 | -356/+358 |
| | ||||
* | java-decompiler: optimization (less string buffer allocations on generating ↵ | Roman Shevchenko | 2014-09-04 | -895/+706 |
| | | | | text) | |||
* | java-decompiler: cleanups | Roman Shevchenko | 2014-09-03 | -86/+68 |
| | | | | | | | - better signatures - accurate suppression - unused symbols - typos | |||
* | java-decompiler: hide synthetic field assignment | Roman Shevchenko | 2014-09-03 | -70/+37 |
| | ||||
* | java-decompiler: fixes and cleanups | Roman Shevchenko | 2014-09-03 | -995/+567 |
| | | | | | | | | - unified attribute loading code - common methods for checking member flags - verifying skip() - correct resource closing - typos | |||
* | java-decompiler: post-import cleanup (OS-dependent line separator) | Roman Shevchenko | 2014-09-01 | -1/+2 |
| | ||||
* | java-decompiler: post-import cleanup (typos) | Roman Shevchenko | 2014-09-01 | -130/+114 |
| | ||||
* | java-decompiler: post-import cleanup (explicit defaults for all preferences) | Roman Shevchenko | 2014-09-01 | -63/+55 |
| | ||||
* | java-decompiler: post-import cleanup (tests reorganized) | Roman Shevchenko | 2014-09-01 | -1/+6 |
| | ||||
* | java-decompiler: post-import cleanup (obsolete copyright option dropped) | Roman Shevchenko | 2014-08-31 | -15/+0 |
| | ||||
* | java-decompiler: post-import cleanup (common fixes and optimizations) | Roman Shevchenko | 2014-08-29 | -422/+410 |
| | ||||
* | java-decompiler: post-import cleanup (dead code dropped) | Roman Shevchenko | 2014-08-29 | -4887/+4 |
| | ||||
* | java-decompiler: post-import cleanup (code style issues) | Roman Shevchenko | 2014-08-29 | -606/+573 |
| | ||||
* | java-decompiler: post-import cleanup (formatting and copyright) | Roman Shevchenko | 2014-08-28 | -37835/+40736 |
| | ||||
* | java-decompiler: post-import cleanup (classes moved) | Roman Shevchenko | 2014-08-28 | -0/+42422 |