Commit Graph

45 Commits (9c869a42c3f0935955f2e315254fdd0c4a45eeba)

Author SHA1 Message Date
Maxim Degtyarev 31cff62c94 Fix for IDEABKL-8006 IDE hangs when decompiling class which 3 years ago
Roman Shevchenko e130aa6896 [java decompiler] supporting `package-info` 3 years ago
Egor Ushakov 290eae5218 cleanup: use typed attribute keys 6 years ago
JDLogic bc4d142688 Fix short name imports shadowed by super inner classes 6 years ago
Egor Ushakov 8415f8e6f5 cleanup: use putIfAbsent 6 years ago
Roman Shevchenko 4fd89eeb42 [java decompiler] moves TextBuffer into "util" package 7 years ago
Roman Shevchenko 149d7ee681 [java decompiler] reverts incorrect optimization 7 years ago
Roman Shevchenko bb913e6814 [java decompiler] fixes NPE in import collector 7 years ago
Roman Shevchenko 29de7ad72e [java decompiler] cleanup (dead code; optimizations; warnings) 7 years ago
Roman Shevchenko 71d8f4d689 [java decompiler] reworks setting/accessing decompiler context 7 years ago
Roman Shevchenko 7521c17aba [java decompiler] updates copyright comment 7 years ago
Egor.Ushakov 6a7763922b fixed lambda parameter names already used in the context 7 years ago
Egor.Ushakov d149b53799 minor cleanup and formatting 7 years ago
Oleg Panashchenko 2a213aa4a0 Use fully qualified static field name in conflict #541 7 years ago
Egor.Ushakov fe5260df8a IDEA-166101 Imports Added for Classes in Same Package 8 years ago
Anna.Kozlova 947fae191f explicit types to diamonds 8 years ago
Roman Shevchenko 2867a8d41f Cleanup (formatting; typos) 8 years ago
Roman Shevchenko f0e7494a65 Cleanup (formatting; typos) 8 years ago
Anna.Kozlova ffd54ff4f4 anonym -> lambda 8 years ago
Roman Shevchenko a8403429ef Cleanup (minor optimization) 8 years ago
Roman Shevchenko 45a41684e6 [java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code) 9 years ago
Alexandru-Constantin Bledea 766fc1390d Decompiler name shadowing resolution 9 years ago
Egor.Ushakov ca7e2dfa1c decompiler: cleanup - marked const fields final 9 years ago
Egor.Ushakov 917c680276 decompiler: better line matching for single block methods 9 years ago
Egor.Ushakov 500f8b12d8 decompiler: map dummy return line to the method closing bracket 9 years ago
Stiver c3b4a23fdb Fixed 'IDEA-135314: Inner classes constructors calls decompiled incorrectly' 9 years ago
Roman Shevchenko 52a7e1c7e9 Cleanup (unused code; formatting; typos) 10 years ago
Egor.Ushakov eb3db8dc8b decompiler: use more TextBuffer methods 10 years ago
Egor.Ushakov 47fad13908 decompiler: fixed incorrect line numbers in dumped mapping 10 years ago
Roman Shevchenko ce721c7acd java-decompiler: test fix 10 years ago
Roman Shevchenko 3199686543 Cleanup (formatting; typos) 10 years ago
Roman Shevchenko 2d36ea60eb Cleanup (formatting; typos) 10 years ago
Egor.Ushakov 1a183952b4 decompiler: build original lines mapping 10 years ago
Egor.Ushakov 309aca1d29 decompiler: fixed bytecode test 10 years ago
Stiver 6d03229b91 Unit test 10 years ago
Stiver c975f11ecc Activated bytecode-to-source mapping for all instructions 10 years ago
Egor.Ushakov 9bd8af2b43 calculate less indent buffers 10 years ago
Egor.Ushakov 125441a88f decompiler: move generated lines as it is stated in debug line table (disabled for now) 10 years ago
Stiver 9f9da912f6 Fixed some errors in line counting 10 years ago
Stiver 9723ab4475 Propagated bytecode-to-source tracer 10 years ago
Stiver f735cbc7ea Started work on mapping bytecode instructions to source code lines 10 years ago
Roman Shevchenko 1cea85e49a java-decompiler: optimization (less string buffer allocations on generating text) 10 years ago
Roman Shevchenko 984af2e7d0 java-decompiler: post-import cleanup (typos) 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