Commit Graph

211 Commits (master)

Author SHA1 Message Date
Maxim Degtyarev 31cff62c94 Fix for IDEABKL-8006 IDE hangs when decompiling class which 3 years ago
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
Nikolay Chashnikov e19aab61ce [java] API cleanup: remove unused API which was deprecated for a long time (IDEA-259329) 3 years ago
Vladimir Krivosheev 50691f39fb cleanup (final) 4 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 4d46ef6312 Use more deterministic local variable names 4 years ago
Graham 964f7292a8 Defer refreshVarNames until debug names have been assigned 4 years ago
Graham 17c4438d37 Fix renaming variable declarations without assignments 4 years ago
Graham 9addbd6349 Use names from OriginalPcTable earlier during the decompilation process 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
Graham b3a455fb1a Relax isExprentIndependent 4 years ago
Graham 19cae4fa08 Pass StructMethod to processBlock() 4 years ago
md_5 4ca282df94 IDEA-204998: Use decompile classes in preference to library classes 5 years ago
Tagir Valeev 14255d2f89 Extract common parts from 'if' 5 years ago
Rustam Vishnyakov e2d2701ca9 EditorConfig documentation test 5 years ago
Egor Zhdan 88db2ab37a Cleanup: NotNull/Nullable 5 years ago
Anna Kozlova a431a3c93e constructor reference: don't ignore constructor parameters during method reference inference (IDEA-185578) 5 years ago
Egor Zhdan 20d0e0f1e5 Cleanup: NotNull/Nullable 5 years ago
Aleksey Rostovskiy 89e9a42b63 get rid of intellij.build.toolbox.litegen parameter and use BuildOptions.TOOLBOX_LITE_GEN_STEP to skip it instead 5 years ago
Alexandr Suhinin d05fff192f [duplicates] enable duplicates analysis in PyCharm/WebStorm/PhpStorm/RubyMine 5 years ago
Anton Makeev 24a695344e Merge remote-tracking branch 'origin/master' into amakeev/gradle 5 years ago
Anton Makeev c25785846b Merge branch 'master' into amakeev/gradle 5 years ago
Anton Makeev c66c8fc54e IDEA-210281 Cleanup Gradle settings: separate Runner configurable removed 5 years ago
Gregory.Shrago 042f6bd9a7 migrate to StringUtil.toLower/UpperCase, ENGLISH locale 5 years ago
Alexey Kudravtsev f9c29f0c92 add PECS wildcards to method signatures where necessary and where methods are not overridden by plugins 5 years ago
Tagir Valeev eda6ab8d84 Fixed integer multiplication in long context 5 years ago
Egor Ushakov 2c2b00b369 cleanup: remove redundant casts 5 years ago
Roman Shevchenko e9989d15e3 Cleanup (warnings) 6 years ago
Roman Shevchenko f8ed069d76 Cleanup (warnings; formatting) 6 years ago
Tagir Valeev 6de5e9717c Standard Charset object used; other warnings fixed 6 years ago
Anna.Kozlova 7e155e71f2 remove redundant suppressions 6 years ago
upnotes 95cefbcfd2 Handling some cases of obfuscated exception ranges 6 years ago
Alexey Kudravtsev 9891772dec Use bounded wildcards in API in static methods to make it more conventional and flexible 6 years ago
Roman Shevchenko c7bdab8b00 Cleanup (warnings) 6 years ago
Roman Shevchenko 89977a8438 [java decompiler] improves anonymous classes verification 6 years ago
upnotes eaa2830596 Addressed review comments + additional test 6 years ago
upnotes 44bfa867e5 Deeper sanity checks of inconsistent inner classes (anonymous vs. local) 6 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
nik 21a80957bb cleanup: remove 'public' modifier from constructors in non-public classes (IDEA-195931) 6 years ago
Vladimir Krivosheev 8ee7853268 add override 6 years ago
upnotes 6f70918c3b Addressed review comments + additional test 6 years ago
upnotes 7e98f686c0 Decompilation of synchronized blocks generated by the Kotlin compiler 6 years ago