Commit Graph

72 Commits (e35da00aecb197ba52eff4a4e885c9423ae65d67)

Author SHA1 Message Date
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
Egor Ushakov a0a8f0a8dd IDEA-208443 Java decompiler not correctly decompiling string concatenation with recent Java 5 years ago
Egor Ushakov 2c2b00b369 cleanup: remove redundant casts 6 years ago
Egor Ushakov ccc203e92b IDEA-197665 Decompiler decompiles references to static fields inside class incorrectly 6 years ago
Roman Shevchenko e9cae6c720 Cleanup (formatting) 6 years ago
md_5 4e0e391798 [IDEA-204272] Fix varargs params losing generic info 6 years ago
Anna.Kozlova 7e155e71f2 remove redundant suppressions 6 years ago
Egor Ushakov 290eae5218 cleanup: use typed attribute keys 6 years ago
Tagir Valeev 6759c476ef CleanUp: redundant String operation fixes applied 6 years ago
Egor Ushakov 8b9687ed20 IDEA-184560 Java decompiler doesn't use stored parameter names 7 years ago
Tagir Valeev 023bb2462a Unnecessary null check before instanceof removed 7 years ago
Roman Shevchenko e449aeb6fa Cleanup (duplicates; final fields; typos) 7 years ago
Roman Shevchenko b3171e60c9 [java decompiler] cleanup (duplicates; dead code; typos; formatting) 7 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
Dmitry Cherniachenko aa78b7df28 Fixed narrowing cast from 'int' to 'Byte' / 'Short' 7 years ago
Dmitry Cherniachenko 5db9ad29c8 Removed setConstType() from is isBoxingCall() to avoid hidden side effect 7 years ago
Egor.Ushakov 7575bb57de removed unneeded boxing 7 years ago
Egor.Ushakov 2fab291fe1 minor cleanup: avoid creating empty arrays and unneeded boxing 7 years ago
Egor.Ushakov 7041accfe9 reduced memory usage - use HashMap for attributes 7 years ago
Egor.Ushakov 234073efb2 specify the exact collection size when we know 7 years ago
Egor.Ushakov 6fc7ae736a speedup descriptors parsing, avoid using regexp split 7 years ago
Tagir Valeev fdf34d9be2 DataPoint: useless check removed (already handled in previous branch) 7 years ago
Egor.Ushakov 5e45e5ac40 IDEA-130708 Incorrect locals names 8 years ago
Egor.Ushakov 6a09fe2524 avoid stream to array copying 8 years ago
Egor.Ushakov cb133af01e IDEA-166363 Support LocalVariableTypeTable attribute 8 years ago
Anna.Kozlova 947fae191f explicit types to diamonds 8 years ago
Egor.Ushakov 7628ddfd2c toString impls for debug 8 years ago
Roman Shevchenko 71bb82acbe [java-decompiler] correct decompilation of refs to inner generic classes (IDEA-155430) 8 years ago
Roman Shevchenko 52b31bf325 [java, java-decompiler] type annotations in class files 8 years ago
Roman Shevchenko b96586cc2f [java-decompiler] utility classes reorganized 8 years ago
Roman Shevchenko 23da5d99d2 Cleanup (I/O ops in java-decompiler) 8 years ago
Egor.Ushakov ec51c10d08 decompiler: support java 9 bytecode version 8 years ago
Christopher Carpenter 94851b6cbb Added a TODO regarding IDEA-137253. 9 years ago
Roman Shevchenko c825dd68ec Cleanup (formatting; minor optimization) 9 years ago
Christopher Carpenter bfddced4e2 Fixed renaming class elements when using the decompilers -ren=1 option. Fixes issue IDEA-137253 9 years ago
Roman Shevchenko 45a41684e6 [java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code) 9 years ago
Sebastian Zarnekow e4e72404dc Fixed Fernflower decompiler output for generic nested types (IDEA-141230) 9 years ago
Egor.Ushakov 262d580ccc decompiler: cleanup 9 years ago
Egor.Ushakov ca7e2dfa1c decompiler: cleanup - marked const fields final 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 635c94f023 decompiler: read sourceFile attribute 10 years ago