Commit Graph

59 Commits (9c869a42c3f0935955f2e315254fdd0c4a45eeba)

Author SHA1 Message Date
Vladimir Krivosheev 50691f39fb cleanup (final) 4 years ago
Vladimir Krivosheev 1d63f7d447 cleanup (final) 4 years ago
Graham 1526cea2a5 Annotate variables in catch statements with @Pc 4 years ago
Vladimir Krivosheev 246de918cc remove author (only some, where it is ok) 4 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 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
Alexey Kudravtsev f9c29f0c92 add PECS wildcards to method signatures where necessary and where methods are not overridden by plugins 5 years ago
Alexey Kudravtsev 5650f57ad2 Use bounded wildcards in API in constructors/final methods to make it more conventional and flexible 6 years ago
Vladimir Krivosheev 8ee7853268 add override 6 years ago
upnotes 1af631be9d toString() methods + one old typo 6 years ago
temp1011 02fdbec132 fix extra semicolon in decompiled empty blocks IDEA-196314 #843 6 years ago
stsypanov 8824c20cbb improve performance of logical conjunction (IDEA-182226) 6 years ago
Roman Shevchenko 4fd89eeb42 [java decompiler] moves TextBuffer into "util" package 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 a62cc3f709 IDEA-127499 Decompiler doesn't support switch over enums 7 years ago
Egor.Ushakov 538418e84a headexprent is always single-element 7 years ago
Egor.Ushakov d706718b1b added spaces after if and inside the ternary operator 7 years ago
Anna.Kozlova 947fae191f explicit types to diamonds 8 years ago
Roman Shevchenko a8403429ef Cleanup (minor optimization) 8 years ago
Roman Shevchenko b96586cc2f [java-decompiler] utility classes reorganized 8 years ago
Roman Shevchenko a57e42690b Cleanup (duplicates extracted; formatting; typos) 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
Egor.Ushakov 022d552b30 IDEA-140321 Wrong current line highlighting when debugging synchronized block in decompiled code 9 years ago
Egor.Ushakov 262d580ccc decompiler: cleanup 9 years ago
Egor.Ushakov d5e22fe0c9 decompiler: map line number for catch statement 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 0488e1b937 fixed decompiler tests 9 years ago
Stiver b3962a09ca Extended option 'dc4' to handle inlined class references (mainly Eclipse). See IDEA-135387 for an example. 9 years ago
Egor.Ushakov 95834d0c75 decompiler: use buffer method 10 years ago
Egor.Ushakov 4ee8ad716d decompiler: major line numbers fixes 10 years ago
Roman Shevchenko 82a2939271 java-decompiler: cleanups and fixes 10 years ago
Egor.Ushakov eb3db8dc8b decompiler: use more TextBuffer methods 10 years ago
Egor.Ushakov 56b3edd3ca decompiler: fixed line mapping in synchronized block 10 years ago
Egor.Ushakov 0d80e663ae decompiler: fixed line mapping in try-catch block 10 years ago
Egor.Ushakov d00bc545fe IDEA-131658 try-catch-finally is not supported 10 years ago
Egor.Ushakov 0bcd7fba5c decompiler: fixed line mapping for try-catch and nested classes 10 years ago
Stiver c975f11ecc Activated bytecode-to-source mapping for all instructions 10 years ago
Egor.Ushakov 46c36636bc decompiler: track lines in anonymous classes as well 10 years ago
Stiver 9f9da912f6 Fixed some errors in line counting 10 years ago
Stiver 9723ab4475 Propagated bytecode-to-source tracer 10 years ago