Commit Graph

96 Commits

Author SHA1 Message Date
Lucwousin
4c1f355af5 "fix" broken tests, add group/versioning 2019-08-08 00:43:03 +02:00
Lucwousin
b5fa091982 Change indent string to use tabs 2019-07-28 18:09:19 +02:00
Egor Ushakov
a0a8f0a8dd IDEA-208443 Java decompiler not correctly decompiling string concatenation with recent Java 2019-03-06 14:23:11 +03:00
Roman Shevchenko
17a9fb2526 [tests] generic vararg decompilation test case (IDEA-204272) 2018-12-17 13:53:04 +01:00
Roman Shevchenko
bc3e79bc94 Merge PR #880 (https://github.com/JetBrains/intellij-community/pull/880) 2018-10-23 20:59:12 +02:00
Roman Shevchenko
7656bbdd68 [tests] extends Java decompiler test data; drops duplicated test 2018-10-19 21:15:30 +02:00
upnotes
95cefbcfd2 Handling some cases of obfuscated exception ranges 2018-10-03 17:21:01 +02:00
Roman Shevchenko
89977a8438 [java decompiler] improves anonymous classes verification
- puts the check under an option
- uses 'EnclosingMethod' attribute to skip unrelated methods
2018-09-28 18:17:53 +02:00
Roman Shevchenko
866661df29 Cleanup (test data format) 2018-09-28 17:09:10 +02:00
upnotes
eaa2830596 Addressed review comments + additional test 2018-09-28 15:54:51 +02:00
JDLogic
bc4d142688 Fix short name imports shadowed by super inner classes 2018-09-27 14:52:49 +03:00
JDLogic
b53c895399 Fix super qualifier for default interfaces #855 2018-09-12 14:23:52 +03:00
upnotes
7e98f686c0 Decompilation of synchronized blocks generated by the Kotlin compiler 2018-08-10 15:00:26 +02:00
upnotes
2431c0fe94 Hiding default constructor with respect to its access modifiers 2018-08-10 14:59:17 +02:00
temp1011
02fdbec132 fix extra semicolon in decompiled empty blocks IDEA-196314 #843 2018-07-31 13:27:51 +03:00
Egor Ushakov
c4f23b9a16 cleanup: spelling 2018-05-21 15:50:54 +03:00
Egor Ushakov
ba0e24955d inverted option for IDEA-CR-32210 2018-05-17 19:12:39 +03:00
Egor Ushakov
8be977e76c decompiler: do not fail on the invalid bytecode in IDEA 2018-04-27 15:05:22 +03:00
Maxim Degtyarev
a74a9d7d25 Fix NPE when decompiling constructor #654 2018-04-27 15:05:22 +03:00
Roman Shevchenko
429b667031 [java decompiler] restores thread-conscious context access (EA-116270) 2018-03-06 17:17:29 +01:00
Roman Shevchenko
730bf5dfcd [java decompiler] corrects test data 2018-01-11 15:39:06 +01:00
Egor Ushakov
0bb1f6801c fixed synthetic params 2018-01-11 11:24:21 +03:00
Egor Ushakov
8b9687ed20 IDEA-184560 Java decompiler doesn't use stored parameter names 2018-01-10 16:28:43 +03:00
Roman Shevchenko
af2d8b4d1c [java decompiler] fixes constructor parameters naming 2017-12-07 15:13:06 +01:00
Roman Shevchenko
a3332a5f31 [java decompiler] detecting Groovy synthetic constructor parameters 2017-12-07 11:29:51 +01:00
Roman Shevchenko
acf6646941 [java decompiler] excludes false inner classes 2017-12-05 12:57:55 +01:00
Alexandru-Constantin Bledea
c241278aee [PATCH] [Fernflower] prevent null to be cast as short/byte 2017-10-25 19:43:03 +03:00
Maxim Degtyarev
e7854376b8 [PATCH] Fix POP2 opcode handling bug with two category 1 values at the stack top. 2017-10-18 20:05:39 +03:00
Egor.Ushakov
790027c779 test for super default method call 2017-04-28 12:19:11 +03:00
Egor.Ushakov
645b38d638 test for already used var 2017-04-28 12:19:11 +03:00
Egor.Ushakov
997a7747d6 more tests (disabled for now) 2017-04-27 15:34:31 +03:00
Egor.Ushakov
e44ba9905e IDEA-127533 int field is displayed as char 2017-04-26 21:13:00 +03:00
Egor.Ushakov
195dabf6e6 test for union types 2017-04-26 20:32:39 +03:00
Egor.Ushakov
478e6896e9 fixed static interface methods 2017-04-26 20:32:39 +03:00
Egor.Ushakov
6a7763922b fixed lambda parameter names already used in the context 2017-04-26 20:32:39 +03:00
Egor.Ushakov
d40f673689 test for class extending a class with a private constructor 2017-04-26 20:32:38 +03:00
Egor.Ushakov
8c440e281c fixed incorrect constructor method reference 2017-04-26 13:57:24 +03:00
Egor.Ushakov
a62cc3f709 IDEA-127499 Decompiler doesn't support switch over enums 2017-04-25 17:42:09 +03:00
Dmitry Cherniachenko
dfd90978c9 Avoid explicit array creation for vararg parameters 2017-04-24 16:27:20 +03:00
Oleg Panashchenko
2a213aa4a0 Use fully qualified static field name in conflict #541 2017-04-24 14:22:41 +03:00
Dmitry Cherniachenko
cd1acfa266 IDEA-171459 fix type cast for int literals used as byte / short in decompiled code 2017-04-19 11:39:37 +03:00
Egor.Ushakov
e09e303e71 IDEA-169534 Decompiler overuses ternary operation 2017-04-03 17:16:24 +03:00
Egor.Ushakov
f53a873116 IDEA-167346 Do not escape single quote in strings 2017-02-07 17:52:08 +03:00
Egor.Ushakov
45384fb8c5 fixed access to private outer class methods with params 2017-01-23 18:40:08 +03:00
Egor.Ushakov
6713b9c495 test for anonymous class with params 2017-01-17 21:02:20 +03:00
Egor.Ushakov
0684264b3a IDEA-166073 Extended Width (long, double) constructors cause issues with anonymous classes 2017-01-13 17:58:51 +03:00
Egor.Ushakov
5e45e5ac40 IDEA-130708 Incorrect locals names 2017-01-12 16:30:41 +03:00
Egor.Ushakov
cb133af01e IDEA-166363 Support LocalVariableTypeTable attribute 2017-01-10 18:50:16 +03:00
Egor.Ushakov
32693c314a IDEA-149813 Decompiler has lost generic parameter 2017-01-10 12:09:26 +03:00
Egor.Ushakov
7bdec4ffc7 decompiler: a test for the pull request #394 2016-10-14 18:29:00 +03:00