Commit Graph

81 Commits (9c869a42c3f0935955f2e315254fdd0c4a45eeba)

Author SHA1 Message Date
Vladimir Krivosheev ede143d4bd use jdk9+ Map.entry API instead of AbstractMap.SimpleImmutableEntry 3 years ago
Roman Shevchenko 9cd86f9640 [java decompiler] skipping generated `module-info` statements 3 years ago
Roman Shevchenko e130aa6896 [java decompiler] supporting `package-info` 3 years ago
Roman Shevchenko 37bb6cf4d8 [java decompiler] separating `module-info` sections 3 years ago
Roman Shevchenko f40b96ebcf [java decompiler] minor refactoring + cleanup (duplicates; dependencies; test data layout; typos; formatting) 3 years ago
leonardosnt f259b38c72 IDEA-245329: Handle CONSTANT_Module and CONSTANT_Package 3 years ago
Tagir Valeev f61e659e58 [java-stubs] Hide synthetic equals/hashCode/toString in records (stubs+decompiler) 4 years ago
Tagir Valeev 1651445c90 [java-decompiler] IDEA-246839 Support java records in decompiler 4 years ago
Graham eaa8533e74 Use names from MethodParameters earlier during the decompilation process 4 years ago
Graham b7ff940440 Fix references to parameters renamed with the MethodParameters table 4 years ago
Roman Shevchenko e9989d15e3 Cleanup (warnings) 6 years ago
Alexey Kudravtsev 9891772dec Use bounded wildcards in API in static methods to make it more conventional and flexible 6 years ago
Egor Ushakov 290eae5218 cleanup: use typed attribute keys 6 years ago
upnotes 2431c0fe94 Hiding default constructor with respect to its access modifiers 6 years ago
Roman Shevchenko 95aa1ae2f0 Cleanup (warnings; formatting) 6 years ago
Egor Ushakov 6715ecf53d IDEA-184560 Java decompiler doesn't use stored parameter names - fixed param idx 6 years ago
Egor Ushakov 8b9687ed20 IDEA-184560 Java decompiler doesn't use stored parameter names 6 years ago
Roman Shevchenko 4fd89eeb42 [java decompiler] moves TextBuffer into "util" package 7 years ago
Roman Shevchenko af2d8b4d1c [java decompiler] fixes constructor parameters naming 7 years ago
Roman Shevchenko e449aeb6fa Cleanup (duplicates; final fields; typos) 7 years ago
Roman Shevchenko f83c480383 [java decompiler] better filter for synthetic constructor parameters 7 years ago
Roman Shevchenko b3171e60c9 [java decompiler] cleanup (duplicates; dead code; typos; formatting) 7 years ago
Roman Shevchenko 93429bc8a5 Cleanup (formatting; typos) 7 years ago
Roman Shevchenko 7521c17aba [java decompiler] updates copyright comment 7 years ago
Egor Ushakov 97ff04b51c fixed line numbers in case of decompile error 7 years ago
Egor.Ushakov 601cae8cf8 IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - fixes for IDEA-CR-20517 7 years ago
Egor.Ushakov e44ba9905e IDEA-127533 int field is displayed as char 7 years ago
Egor.Ushakov 478e6896e9 fixed static interface methods 7 years ago
Egor.Ushakov 8c440e281c fixed incorrect constructor method reference 7 years ago
Egor.Ushakov 7041accfe9 reduced memory usage - use HashMap for attributes 7 years ago
Egor.Ushakov 9ee45b3f5a cleanup: use streams 7 years ago
Egor.Ushakov 32693c314a IDEA-149813 Decompiler has lost generic parameter 7 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 d50e8a860e Cleanup (formatting) 8 years ago
Christopher Carpenter c32fce0d02 Fixed a typo in a comment and in a method name. Made ClassWriter.invokeProcessors static since it no longer relies on any non-static fields. 8 years ago
Christopher Carpenter f643b1c870 Made ClassReference14Processor static similar to how InitializerProcessor and EnumProcessor are setup. This gets rid of a lot of unnecessary InvocationExprent creation. 8 years ago
Roman Shevchenko cfe1448b2b Cleanup (unneeded anonymous classes) 8 years ago
Egor.Ushakov 876740dd0e decompiler: fixed incorrect method references from single letter classes 8 years ago
Roman Shevchenko 45a41684e6 [java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code) 9 years ago
Roman Shevchenko 26ab681d56 [java-decompiler] cleanup (text rearranging mode dropped) 9 years ago
Egor.Ushakov ca7e2dfa1c decompiler: cleanup - marked const fields final 9 years ago
Egor.Ushakov 500f8b12d8 decompiler: map dummy return line to the method closing bracket 9 years ago
Egor.Ushakov 535d971c5d decompiler: dump classname in warning 9 years ago
Egor.Ushakov 5702e5dfdd decompiler: check method names for invalid symbols (mostly for groovy) 9 years ago
Egor.Ushakov effbed6727 decompiler: extracted <init> and <clinit> to constants 9 years ago
Egor.Ushakov 9ba9af5425 decompiler: provide line numbers mapping inside lambdas 9 years ago
Egor.Ushakov 02e235dcee decompiler: fixed inner class constructor signature decompilation 9 years ago
Egor.Ushakov 5a96486853 decompiler: do not fail on nested lambdas 10 years ago
Egor.Ushakov 4ee8ad716d decompiler: major line numbers fixes 10 years ago