Commit Graph

85 Commits (fbc3165138e0cc3c0c13808f6528615fd1a6c1f2)

Author SHA1 Message Date
Roman Shevchenko 7521c17aba [java decompiler] updates copyright comment 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
Egor.Ushakov adbf29f8ce IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - tests 7 years ago
Egor.Ushakov e9ab081201 speedup: cache zip files in fixture 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 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 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 cd1acfa266 IDEA-171459 fix type cast for int literals used as byte / short in decompiled code 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 7 years ago
Egor.Ushakov 6713b9c495 test for anonymous class with params 7 years ago
Egor.Ushakov 0684264b3a IDEA-166073 Extended Width (long, double) constructors cause issues with anonymous classes 7 years ago
Egor.Ushakov 5e45e5ac40 IDEA-130708 Incorrect locals names 7 years ago
Egor.Ushakov cb133af01e IDEA-166363 Support LocalVariableTypeTable attribute 7 years ago
Egor.Ushakov 32693c314a IDEA-149813 Decompiler has lost generic parameter 7 years ago
Egor.Ushakov 7bdec4ffc7 decompiler: a test for the pull request #394 8 years ago
Egor.Ushakov ee83b25d1d IDEA-162579 "Unrecognized invocation of <init>" when decompiling kotlin bytecode 8 years ago
Anna.Kozlova 947fae191f explicit types to diamonds 8 years ago
Vladimir Krivosheev d586edbb3f use assertJ instead of hamcrest 8 years ago
Anna.Kozlova 7067504c27 block lambda -> expr lambda 8 years ago
Anna.Kozlova ffd54ff4f4 anonym -> lambda 8 years ago
Roman Shevchenko 52b31bf325 [java, java-decompiler] type annotations in class files 8 years ago
Roman Shevchenko 4a1a747bdc [java-decompiler] fixes indentation in annotations 8 years ago
Roman Shevchenko eaa61a1f81 [java-decompiler] skips illegal local variable names 8 years ago
Egor.Ushakov 95215dc2e2 replace increment / decrement synthetic access method, pull-request #373 8 years ago
Roman Shevchenko 96ff7f787e Cleanup (formatting; typos) 8 years ago
Alexandru-Constantin Bledea 0e514a6253 fix constructor arguments for extended inner classes 8 years ago
Roman Shevchenko 93a39b7b50 [java-decompiler] test data cleanup; warnings 8 years ago
Alexandru-Constantin Bledea 1359577355 add additional tests for static initializers 8 years ago
Alexandru-Constantin Bledea 06c993b508 correctly decompile interface object fields 8 years ago
Roman Shevchenko 35259c3e20 Cleanup (formatting) 8 years ago
Roman Shevchenko 23da5d99d2 Cleanup (I/O ops in java-decompiler) 8 years ago
Alexandru-Constantin Bledea 7cf7bec4b6 prevent static field name clashes in local methods 8 years ago
Roman Shevchenko 5795c1d9e0 [tests] test cases added 8 years ago
Egor.Ushakov 876740dd0e decompiler: fixed incorrect method references from single letter classes 8 years ago
Egor.Ushakov 1b23240c84 decompiler: fixed SOE if referenced method name is the same as current 8 years ago
Egor.Ushakov 4724fd78a6 IDEA-151950 Decompiler doesn't work for classes from JDK 9 - support java 9 string concatenation 8 years ago
Roman Shevchenko a725e5b7b6 Cleanup (java decompiler test optimization) 9 years ago
Roman Shevchenko 26ab681d56 [java-decompiler] cleanup (text rearranging mode dropped) 9 years ago