Commit Graph

498 Commits (31cff62c9494a0527d89dfe4d2fcb0c9f6f095ea)
 

Author SHA1 Message Date
Maxim Degtyarev 31cff62c94 Fix for IDEABKL-8006 IDE hangs when decompiling class which 3 years ago
Tagir Valeev e16fb8ef1d Avoid assignment used as condition 3 years ago
Vladimir Krivosheev ede143d4bd use jdk9+ Map.entry API instead of AbstractMap.SimpleImmutableEntry 3 years ago
Tagir Valeev 56d2f5f887 Unused assignments removed, misc other fixes 3 years ago
Roman Shevchenko e59c63ba56 [java decompiler] switching Gradle build to Maven Central 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 23b6aacfc7 Cleanup (formatting) 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
Roman Shevchenko 78d932a0cb [java-decompiler] aligning language level with the main project; bumping Gradle version 3 years ago
Anna Kozlova e708ad6393 java 11 migration: explicit -> diamond for anonymous classes 3 years ago
Nikolay Chashnikov e19aab61ce [java] API cleanup: remove unused API which was deprecated for a long time (IDEA-259329) 3 years ago
Maxim Degtyarev dbf407a655 Fix NPE inside `ExceptionRangeCFG::toString()` for `finally` exception range 3 years ago
Tagir Valeev 143e2396ae Avoid set.removeAll(list) 4 years ago
Alexey Kudravtsev 7f65f48b3f use more high-level methods to copy arrays instead of low-level cryptic System.arraycopy() 4 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
Tagir Valeev 0749965bc9 [java-decompiler] initConstant: fix getField/putField handling 4 years ago
simon816 44ae885a96 Ignore library classes when saving decompilation result 4 years ago
malte0811 ab4a7ddd16 Fix incorrect decompilation of inverted floating point comparisons with NaN (IDEA-196302) 4 years ago
Vladimir Krivosheev 1d63f7d447 cleanup (final) 4 years ago
Anna Kozlova 5f94a0d0d5 apply remove redundant cast 4 years ago
Tagir Valeev 1685759f61 Use Math.min/max 4 years ago
Tagir Valeev 8382c008b2 Fixed unnecessarily escaped character 4 years ago
Tagir Valeev 488da329f4 Fix warnings (redundant boolean operation and others) 4 years ago
Vladimir Ilmov e35da00aec KT-25937 Decompilation to Java makes UI lag roughly every 2 seconds, and is not cancellable 4 years ago
Vladimir Krivosheev 246de918cc remove author (only some, where it is ok) 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
Sergey Ignatov 877b0bb707 there's no need to use <? extends String>, because String is final 5 years ago
Roman Shevchenko c0f01b9773 [java-decompiler] fixes versions of test dependencies to make one stupid AI happy (TPV-2349) 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
Roman Shevchenko f4a63880bc Merge pull request #1078 (https://github.com/JetBrains/intellij-community/pull/1078) 5 years ago
Artemiy Sartakov 0cf8fc49d0 IfStatementMissingBreakInLoopInspection: added break if iterations have no effect after condition is met (IDEA-210094) 5 years ago
Leon Linhart df035f4344 decompiler: Recognize enum as keyword on Java 5 5 years ago
Egor Ushakov a0a8f0a8dd IDEA-208443 Java decompiler not correctly decompiling string concatenation with recent Java 5 years ago
Alexey Kudravtsev 1cdee1fbf4 cleanup: make fields final 5 years ago