summaryrefslogtreecommitdiffstats
path: root/src/org/jetbrains/java/decompiler/util/InterpreterUtil.java
Commit message (Collapse)AuthorAgeLines
* calculate less indent buffersEgor.Ushakov2014-10-07-8/+3
|
* decompiler: move generated lines as it is stated in debug line table ↵Egor.Ushakov2014-10-07-2/+3
| | | | (disabled for now)
* java-decompiler: minor optimization (no more empty array creation)Roman Shevchenko2014-10-06-0/+2
|
* Cleanup (formatting)Roman Shevchenko2014-10-06-1/+1
|
* IDEA-130478 (optimization of 6fcac6a5: less short-lived objects)Roman Shevchenko2014-09-29-15/+13
|
* Fixing migration errors: stream.read() doesn't read the entire available ↵Stiver2014-09-28-5/+12
| | | | stream. It has to be called in a loop or replaced with readFully().
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-07-0/+25
| | | | | | | | | - 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 (less string buffer allocations on generating ↵Roman Shevchenko2014-09-04-3/+7
| | | | text)
* java-decompiler: cleanupsRoman Shevchenko2014-09-03-14/+9
| | | | | | | - better signatures - accurate suppression - unused symbols - typos
* java-decompiler: post-import cleanup (common fixes and optimizations)Roman Shevchenko2014-08-29-2/+1
|
* java-decompiler: post-import cleanup (code style issues)Roman Shevchenko2014-08-29-22/+19
|
* java-decompiler: post-import cleanup (formatting and copyright)Roman Shevchenko2014-08-28-137/+135
|
* java-decompiler: post-import cleanup (classes moved)Roman Shevchenko2014-08-28-0/+157