Commit Graph

89 Commits

Author SHA1 Message Date
Roman Shevchenko
23da5d99d2 Cleanup (I/O ops in java-decompiler) 2016-03-16 11:22:39 +01:00
Roman Shevchenko
cfe1448b2b Cleanup (unneeded anonymous classes) 2016-03-03 13:46:23 +01:00
Egor.Ushakov
876740dd0e decompiler: fixed incorrect method references from single letter classes 2016-03-02 20:45:46 +03:00
Egor.Ushakov
1b23240c84 decompiler: fixed SOE if referenced method name is the same as current 2016-03-02 18:28:39 +03:00
Roman Shevchenko
1794156473 [java-decompiler] synthetic inner class constructor parameter filtering (IDEA-147606) 2015-11-11 16:27:01 +01:00
Roman Shevchenko
45a41684e6 [java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code) 2015-11-11 16:25:41 +01:00
Roman Shevchenko
26ab681d56 [java-decompiler] cleanup (text rearranging mode dropped) 2015-11-09 20:46:50 +01:00
Alexandru-Constantin Bledea
766fc1390d Decompiler name shadowing resolution
https://github.com/JetBrains/intellij-community/pull/295
2015-09-07 20:44:51 +03:00
Roman Shevchenko
6a802a6fc9 java-decompiler: NPE fixed
https://github.com/JetBrains/intellij-community/pull/268
2015-06-29 15:13:05 +03:00
Roman Shevchenko
aa480480e9 Cleanup (formatting; typos) 2015-06-29 14:59:18 +03:00
Roman Shevchenko
debe6cc338 safe delete unused environment + deprecations, part 2
(follow-up to 63cae114)
2015-06-29 13:27:31 +03:00
Alexey Kudravtsev
32d7924fe0 do not use anonymous threads 2015-06-05 14:53:21 +03:00
Egor.Ushakov
44ba5816f2 IDEA-138578 Debugger spuriously jumps to decompiled method signature 2015-04-14 12:33:52 +03:00
Egor.Ushakov
262d580ccc decompiler: cleanup 2015-03-27 12:58:33 +03:00
Egor.Ushakov
ca7e2dfa1c decompiler: cleanup - marked const fields final 2015-03-26 15:28:13 +03:00
Egor.Ushakov
917c680276 decompiler: better line matching for single block methods 2015-03-25 12:30:07 +03:00
Egor.Ushakov
500f8b12d8 decompiler: map dummy return line to the method closing bracket 2015-03-24 17:58:08 +03:00
Roman Shevchenko
c83182f9c4 IDEA-137256 (non-boolean option handling in console decompiler fixed) 2015-03-10 15:09:46 +01:00
Stiver
302a354720 Hiding synthetic fields (IDEA-132625) 2015-03-08 08:43:57 +01:00
Stiver
b3962a09ca Extended option 'dc4' to handle inlined class references (mainly Eclipse). See IDEA-135387 for an example. 2015-03-01 13:51:30 +01:00
Stiver
c3b4a23fdb Fixed 'IDEA-135314: Inner classes constructors calls decompiled incorrectly' 2015-03-01 12:13:04 +01:00
Roman Shevchenko
c082dfba98 java-decompiler: more lambdas 2015-02-18 18:03:56 +01:00
Egor.Ushakov
535d971c5d decompiler: dump classname in warning 2015-01-26 21:10:13 +03:00
Egor.Ushakov
5702e5dfdd decompiler: check method names for invalid symbols (mostly for groovy) 2015-01-26 12:05:21 +03:00
Egor.Ushakov
effbed6727 decompiler: extracted <init> and <clinit> to constants 2015-01-26 12:05:19 +03:00
Egor.Ushakov
9ba9af5425 decompiler: provide line numbers mapping inside lambdas 2015-01-22 12:05:26 +03:00
Egor.Ushakov
12457e9a7e do not show warnings for synthetic classes 2015-01-22 12:05:21 +03:00
Egor.Ushakov
02e235dcee decompiler: fixed inner class constructor signature decompilation 2015-01-20 18:41:09 +03:00
Egor.Ushakov
768f82b798 avoid using Arrays.asList for a single element 2015-01-14 21:17:33 +03:00
Egor.Ushakov
5a96486853 decompiler: do not fail on nested lambdas 2014-12-31 15:16:49 +03:00
Egor.Ushakov
41fc5493e2 fixed test 2014-12-26 13:33:45 +03:00
Egor.Ushakov
4ee8ad716d decompiler: major line numbers fixes 2014-12-25 21:37:53 +03:00
Egor.Ushakov
4a6a658b4c decompiler: fixed incorrect line mapping after abstract and native methods 2014-12-24 20:43:29 +03:00
Roman Shevchenko
472f68f18a java-decompiler: better diagnostic 2014-11-12 12:21:42 +01:00
Roman Shevchenko
85e6caaea1 IDEA-130959 (method and system for interrupting binary decompilers) 2014-11-10 21:59:02 +01:00
Roman Shevchenko
3940565598 IDEA-132625 (decompiler time limit) 2014-11-10 16:59:17 +01:00
Roman Shevchenko
52a7e1c7e9 Cleanup (unused code; formatting; typos) 2014-11-10 16:59:08 +01:00
Roman Shevchenko
0b9402bd45 java-decompiler: renamer interface cleaned
- enum instead of magic constants
- typos
2014-11-05 13:57:07 +01:00
Roman Shevchenko
1fde78b6f1 java-decompiler: check for non-existent files 2014-11-05 13:33:13 +01:00
Roman Shevchenko
89b40fd28a java-decompiler: (var, version) class renamed and made immutable 2014-11-05 12:41:52 +01:00
Roman Shevchenko
82a2939271 java-decompiler: cleanups and fixes
- duplicates eliminated
- immutable fields
- typos
- formatting
2014-11-05 11:07:37 +01:00
Egor.Ushakov
92af36f412 decompiler: registry flag to dump original line numbers as comments 2014-10-22 14:50:46 +04:00
Egor.Ushakov
eb3db8dc8b decompiler: use more TextBuffer methods 2014-10-21 21:10:54 +04:00
Egor.Ushakov
56b3edd3ca decompiler: fixed line mapping in synchronized block 2014-10-21 20:50:43 +04:00
Egor.Ushakov
0bcd7fba5c decompiler: fixed line mapping for try-catch and nested classes 2014-10-20 18:41:37 +04:00
Egor.Ushakov
47fad13908 decompiler: fixed incorrect line numbers in dumped mapping 2014-10-20 16:05:40 +04:00
Roman Shevchenko
a721490f62 IDEA-127182 (passing line number map to debugger) 2014-10-17 21:35:16 +02:00
Roman Shevchenko
ce721c7acd java-decompiler: test fix 2014-10-17 20:14:28 +02:00
Roman Shevchenko
3199686543 Cleanup (formatting; typos) 2014-10-17 20:14:03 +02:00
Roman Shevchenko
08c4c683a1 java-decompiler: print mapping table only in unit test mode 2014-10-17 18:22:31 +02:00