Commit Graph

120 Commits (8be977e76c86dbb7f8effedec458aa3526cf5e73)

Author SHA1 Message Date
Maxim Degtyarev a74a9d7d25 Fix NPE when decompiling constructor #654 6 years ago
Egor Ushakov 7310e9e989 fixed line numbers when replacing nested access 6 years ago
Roman Shevchenko 730bf5dfcd [java decompiler] corrects test data 7 years ago
Egor Ushakov 0bb1f6801c fixed synthetic params 7 years ago
Egor Ushakov 6715ecf53d IDEA-184560 Java decompiler doesn't use stored parameter names - fixed param idx 7 years ago
Egor Ushakov 8b9687ed20 IDEA-184560 Java decompiler doesn't use stored parameter names 7 years ago
Roman Shevchenko af2d8b4d1c [java decompiler] fixes constructor parameters naming 7 years ago
Roman Shevchenko 45486cd4d4 [java decompiler] adds an empty line before local classes 7 years ago
Roman Shevchenko a3332a5f31 [java decompiler] detecting Groovy synthetic constructor parameters 7 years ago
Roman Shevchenko acf6646941 [java decompiler] excludes false inner classes 7 years ago
Alexandru-Constantin Bledea c241278aee [PATCH] [Fernflower] prevent null to be cast as short/byte 7 years ago
Maxim Degtyarev e7854376b8 [PATCH] Fix POP2 opcode handling bug with two category 1 values at the stack top. 7 years ago
Alexandru-Constantin Bledea 893450cdb3 [Fernflower] autoboxing primitives should not always be ignored 7 years ago
Dmitry Cherniachenko 39db41ee8b Omit unnecessary unboxing calls in decompiled code 7 years ago
Dmitry Cherniachenko aa78b7df28 Fixed narrowing cast from 'int' to 'Byte' / 'Short' 7 years ago
Dmitry Cherniachenko 5db9ad29c8 Removed setConstType() from is isBoxingCall() to avoid hidden side effect 7 years ago
Dmitry Cherniachenko d382ba2709 Updated TestPrimitives test to match the source 7 years ago
Dmitry Cherniachenko 9e788b09cb Fixed conflicts after recent changes in master 7 years ago
Dmitry Cherniachenko 5f292c415c Removed 'Integer.valueOf()' boxing of literals 7 years ago
Egor.Ushakov adbf29f8ce IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - tests 7 years ago
Egor.Ushakov 17d4894848 IDEA-172200 Decompiler switch-on-enum multiple switches in same class generates wrong cases for all but the first switch-on-enum 7 years ago
Egor.Ushakov bbc76e7cb4 IDEA-127533 int field is displayed as char - show \n etc as chars 7 years ago
Egor.Ushakov 844177d33e IDEA-127533 int field is displayed as char - show only reasonable ascii as chars 7 years ago
Egor.Ushakov 790027c779 test for super default method call 7 years ago
Egor.Ushakov 645b38d638 test for already used var 7 years ago
Egor.Ushakov 4de826363f (byte) type cast in constructor calls 7 years ago
Egor.Ushakov 997a7747d6 more tests (disabled for now) 7 years ago
Egor.Ushakov e44ba9905e IDEA-127533 int field is displayed as char 7 years ago
Egor.Ushakov 195dabf6e6 test for union types 7 years ago
Egor.Ushakov 478e6896e9 fixed static interface methods 7 years ago
Egor.Ushakov 6a7763922b fixed lambda parameter names already used in the context 7 years ago
Egor.Ushakov d40f673689 test for class extending a class with a private constructor 7 years ago
Egor.Ushakov 8c440e281c fixed incorrect constructor method reference 7 years ago
Egor.Ushakov a62cc3f709 IDEA-127499 Decompiler doesn't support switch over enums 7 years ago
Dmitry Cherniachenko 592a24cd85 Fixed tests after rebasing to the latest master 7 years ago
Dmitry Cherniachenko 94198aa8a5 Detect external vararg methods too (if available on the classpath) 7 years ago
Dmitry Cherniachenko dfd90978c9 Avoid explicit array creation for vararg parameters 7 years ago
Oleg Panashchenko 2a213aa4a0 Use fully qualified static field name in conflict #541 7 years ago
Dmitry Cherniachenko 0a7a60fa7b Add '(byte)' and '(short)' type cast for int literals only in invocation parameters 7 years ago
Dmitry Cherniachenko 7e1cb88fe2 Removed unnecessary boxing of primitive types 7 years ago
Dmitry Cherniachenko cd1acfa266 IDEA-171459 fix type cast for int literals used as byte / short in decompiled code 7 years ago
Egor.Ushakov d706718b1b added spaces after if and inside the ternary operator 7 years ago
Egor.Ushakov e09e303e71 IDEA-169534 Decompiler overuses ternary operation 7 years ago
Egor.Ushakov f53a873116 IDEA-167346 Do not escape single quote in strings 7 years ago
Egor.Ushakov 45384fb8c5 fixed access to private outer class methods with params 8 years ago
Egor.Ushakov 6713b9c495 test for anonymous class with params 8 years ago
Egor.Ushakov 0684264b3a IDEA-166073 Extended Width (long, double) constructors cause issues with anonymous classes 8 years ago
Egor.Ushakov 5e45e5ac40 IDEA-130708 Incorrect locals names 8 years ago
Egor.Ushakov cb133af01e IDEA-166363 Support LocalVariableTypeTable attribute 8 years ago
Egor.Ushakov 32693c314a IDEA-149813 Decompiler has lost generic parameter 8 years ago