Roman Shevchenko
|
45a41684e6
|
[java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code)
|
2015-11-11 16:25:41 +01:00 |
|
Egor.Ushakov
|
262d580ccc
|
decompiler: cleanup
|
2015-03-27 12:58:33 +03:00 |
|
Egor.Ushakov
|
9bd8af2b43
|
calculate less indent buffers
|
2014-10-07 21:03:09 +04:00 |
|
Egor.Ushakov
|
125441a88f
|
decompiler: move generated lines as it is stated in debug line table (disabled for now)
|
2014-10-07 20:39:03 +04:00 |
|
Roman Shevchenko
|
bef17b44fc
|
java-decompiler: minor optimization (no more empty array creation)
|
2014-10-06 17:26:24 +02:00 |
|
Roman Shevchenko
|
18a9c2851b
|
Cleanup (formatting)
|
2014-10-06 12:32:02 +03:00 |
|
Roman Shevchenko
|
5349ad435b
|
IDEA-130478 (optimization of 6fcac6a5: less short-lived objects)
|
2014-09-29 13:15:57 +02:00 |
|
Stiver
|
f875d27e6e
|
Fixing migration errors: stream.read() doesn't read the entire available stream. It has to be called in a loop or replaced with readFully().
|
2014-09-28 09:00:31 +02:00 |
|
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
|
2014-09-07 14:35:39 +04:00 |
|
Roman Shevchenko
|
1cea85e49a
|
java-decompiler: optimization (less string buffer allocations on generating text)
|
2014-09-04 14:33:34 +04:00 |
|
Roman Shevchenko
|
f4f9e8be28
|
java-decompiler: cleanups
- better signatures
- accurate suppression
- unused symbols
- typos
|
2014-09-03 13:21:31 +04:00 |
|
Roman Shevchenko
|
f5431c3bb1
|
java-decompiler: post-import cleanup (common fixes and optimizations)
|
2014-08-29 21:58:12 +04:00 |
|
Roman Shevchenko
|
84ea54eb1e
|
java-decompiler: post-import cleanup (code style issues)
|
2014-08-29 14:57:29 +04:00 |
|
Roman Shevchenko
|
076e4393f2
|
java-decompiler: post-import cleanup (formatting and copyright)
|
2014-08-28 21:34:19 +04:00 |
|
Roman Shevchenko
|
663631f045
|
java-decompiler: post-import cleanup (classes moved)
|
2014-08-28 20:52:43 +04:00 |
|