Commit Graph

34 Commits (master)

Author SHA1 Message Date
Roman Shevchenko 9cd86f9640 [java decompiler] skipping generated `module-info` statements 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 1651445c90 [java-decompiler] IDEA-246839 Support java records in decompiler 4 years ago
Graham 2bf9bb4e9b Use mapped local variable names from the OriginalPcTable 4 years ago
Vladimir Krivosheev 1d63f7d447 cleanup (final) 4 years ago
Graham 52a8a00698 Add OriginalPcTable attribute decoder 4 years ago
Egor Ushakov ccc203e92b IDEA-197665 Decompiler decompiles references to static fields inside class incorrectly 6 years ago
Egor Ushakov 290eae5218 cleanup: use typed attribute keys 6 years ago
Egor Ushakov 8b9687ed20 IDEA-184560 Java decompiler doesn't use stored parameter names 6 years ago
Roman Shevchenko 29de7ad72e [java decompiler] cleanup (dead code; optimizations; warnings) 7 years ago
Roman Shevchenko 7521c17aba [java decompiler] updates copyright comment 7 years ago
Egor.Ushakov 5e45e5ac40 IDEA-130708 Incorrect locals names 7 years ago
Egor.Ushakov 6a09fe2524 avoid stream to array copying 7 years ago
Egor.Ushakov cb133af01e IDEA-166363 Support LocalVariableTypeTable attribute 7 years ago
Anna.Kozlova 947fae191f explicit types to diamonds 8 years ago
Roman Shevchenko 52b31bf325 [java, java-decompiler] type annotations in class files 8 years ago
Roman Shevchenko 45a41684e6 [java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code) 9 years ago
Egor.Ushakov ca7e2dfa1c decompiler: cleanup - marked const fields final 9 years ago
Egor.Ushakov 635c94f023 decompiler: read sourceFile attribute 9 years ago
Roman Shevchenko 020f5c404b java-decompiler: extra casts on method calls omitted 10 years ago
Egor.Ushakov 1a183952b4 decompiler: build original lines mapping 10 years ago
Egor.Ushakov a182de6271 decompiler: map all lines according to bytecode information 10 years ago
Stiver c975f11ecc Activated bytecode-to-source mapping for all instructions 10 years ago
Roman Shevchenko bef17b44fc java-decompiler: minor optimization (no more empty array creation) 10 years ago
Roman Shevchenko 07ca9cf062 java-decompiler: unwanted dependency dropped 10 years ago
Egor Ushakov 0c8508ff8a decompiler: support line number table attribute 10 years ago
Roman Shevchenko ff382a6fdf java-decompiler: fixes and cleanups 10 years ago
Roman Shevchenko 686b5abef9 java-decompiler: optimization (empty lists allocation avoided) 10 years ago
Roman Shevchenko 2df49d32a7 java-decompiler: fixes and cleanups 10 years ago
Roman Shevchenko 84ea54eb1e java-decompiler: post-import cleanup (code style issues) 10 years ago
Roman Shevchenko 076e4393f2 java-decompiler: post-import cleanup (formatting and copyright) 10 years ago
Roman Shevchenko 663631f045 java-decompiler: post-import cleanup (classes moved) 10 years ago