summaryrefslogtreecommitdiffstats
path: root/src/org/jetbrains/java/decompiler/modules
Commit message (Collapse)AuthorAgeLines
* Propagated bytecode-to-source tracerStiver2014-10-06-3/+32
|
* Started work on mapping bytecode instructions to source code linesStiver2014-10-01-138/+226
|
* Cleanup (loop invariant optimization; formatting)Roman Shevchenko2014-09-29-12/+10
|
* Fixing migration errors: refactoring of processStatementLabel() reverted as ↵Stiver2014-09-28-13/+19
| | | | it introduced incorrect logic changes
* EA-60512 (better logging)Roman Shevchenko2014-09-16-11/+1
|
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-07-6/+7
| | | | | | | | | - 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: optimization (empty lists allocation avoided)Roman Shevchenko2014-09-04-2/+1
|
* java-decompiler: optimization (less string buffer allocations on generating ↵Roman Shevchenko2014-09-04-52/+15
| | | | text)
* java-decompiler: cleanupsRoman Shevchenko2014-09-03-1/+1
| | | | | | | - better signatures - accurate suppression - unused symbols - typos
* java-decompiler: hide synthetic field assignmentRoman Shevchenko2014-09-03-8/+14
|
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-03-45/+37
| | | | | | | | - unified attribute loading code - common methods for checking member flags - verifying skip() - correct resource closing - typos
* java-decompiler: post-import cleanup (typos)Roman Shevchenko2014-09-01-50/+50
|
* java-decompiler: post-import cleanup (common fixes and optimizations)Roman Shevchenko2014-08-29-258/+257
|
* java-decompiler: post-import cleanup (code style issues)Roman Shevchenko2014-08-29-89/+75
|
* java-decompiler: post-import cleanup (formatting and copyright)Roman Shevchenko2014-08-28-20191/+20505
|
* java-decompiler: post-import cleanup (classes moved)Roman Shevchenko2014-08-28-0/+21650