Commit Graph

20 Commits

Author SHA1 Message Date
Roman Shevchenko 020f5c404b java-decompiler: extra casts on method calls omitted
(loosely based on https://github.com/JetBrains/intellij-community/pull/217)
2014-11-04 11:32:40 +01:00
Egor.Ushakov d00bc545fe IDEA-131658 try-catch-finally is not supported 2014-10-21 18:33:01 +04:00
Roman Shevchenko b3681fe952 Cleanup (test extracted to make option setting per-class instead of per-test) 2014-10-16 13:52:44 +02:00
Stiver 22ceacc969 Unit test 2014-10-16 07:15:08 +02:00
Roman Shevchenko 6889e7435a EA-41231 (omit synthetic inner class constructor parameter) 2014-10-14 18:32:15 +02:00
Roman Shevchenko ce2169f372 java-decompiler: base class extracted to allow decompiler customization in tests 2014-10-09 18:34:08 +02:00
Roman Shevchenko e1d1425f22 java-decompiler: fix for broken Git checkout on Windows 2014-09-12 19:26:15 +04:00
Roman Shevchenko e90f1de039 IDEA-129221 (tolerate invalid signature attributes) 2014-09-12 17:30:26 +04:00
Roman Shevchenko e74977d467 IDEA-128685 (test added) 2014-09-12 10:29:13 +04:00
Roman Shevchenko 95cd67883e IDEA-128676 (test added) 2014-09-11 16:18:02 +04:00
Roman Shevchenko ccd7b93497 Cleanup (test) 2014-09-09 21:48:38 +04:00
Roman Shevchenko 7a8097321f java-decompiler: bulk decompilation test added 2014-09-07 16:13:52 +04: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 4e79d160ca java-decompiler: code attributes reading restored 2014-09-04 19:02:10 +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 646f1c3f21 java-decompiler: hide synthetic field assignment 2014-09-03 12:52:55 +04:00
Roman Shevchenko 2df49d32a7 java-decompiler: fixes and cleanups
- unified attribute loading code
- common methods for checking member flags
- verifying skip()
- correct resource closing
- typos
2014-09-03 11:39:32 +04:00
Roman Shevchenko e629738a46 java-decompiler: tests moved 2014-09-01 18:54:33 +04:00
Roman Shevchenko 984af2e7d0 java-decompiler: post-import cleanup (typos) 2014-09-01 16:08:53 +04:00
Roman Shevchenko 3854b67daa java-decompiler: post-import cleanup (tests reorganized) 2014-09-01 15:11:41 +04:00