Commit Graph

32 Commits (bc4d142688682c6e11b2e8550c169386439ccfb3)

Author SHA1 Message Date
nik 21a80957bb cleanup: remove 'public' modifier from constructors in non-public classes (IDEA-195931) 6 years ago
Tagir Valeev 023bb2462a Unnecessary null check before instanceof removed 7 years ago
Roman Shevchenko a3332a5f31 [java decompiler] detecting Groovy synthetic constructor parameters 7 years ago
Roman Shevchenko f83c480383 [java decompiler] better filter for synthetic constructor parameters 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
Egor.Ushakov 6a7763922b fixed lambda parameter names already used in the context 7 years ago
Egor.Ushakov 7041accfe9 reduced memory usage - use HashMap for attributes 7 years ago
Egor.Ushakov 85f61bee81 fixed IdeaDecompilerTest.testStubCompatibility 8 years ago
Egor.Ushakov 0684264b3a IDEA-166073 Extended Width (long, double) constructors cause issues with anonymous classes 8 years ago
Egor.Ushakov abbf2daf30 use known list size 8 years ago
Anna.Kozlova 947fae191f explicit types to diamonds 8 years ago
Roman Shevchenko 1794156473 [java-decompiler] synthetic inner class constructor parameter filtering (IDEA-147606) 9 years ago
Roman Shevchenko 45a41684e6 [java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code) 9 years ago
Egor.Ushakov effbed6727 decompiler: extracted <init> and <clinit> to constants 10 years ago
Egor.Ushakov 12457e9a7e do not show warnings for synthetic classes 10 years ago
Egor.Ushakov 5a96486853 decompiler: do not fail on nested lambdas 10 years ago
Roman Shevchenko 89b40fd28a java-decompiler: (var, version) class renamed and made immutable 10 years ago
Roman Shevchenko 82a2939271 java-decompiler: cleanups and fixes 10 years ago
Roman Shevchenko 6889e7435a EA-41231 (omit synthetic inner class constructor parameter) 10 years ago
Roman Shevchenko 373ca99e37 Cleanup (formatting; naming) 10 years ago
Roman Shevchenko d96104bdec Cleanup (formatting) 10 years ago
Roman Shevchenko ff382a6fdf java-decompiler: fixes and cleanups 10 years ago
Roman Shevchenko 686b5abef9 java-decompiler: optimization (empty lists allocation avoided) 10 years ago
Roman Shevchenko f4f9e8be28 java-decompiler: cleanups 10 years ago
Roman Shevchenko 2df49d32a7 java-decompiler: fixes and cleanups 10 years ago
Roman Shevchenko 984af2e7d0 java-decompiler: post-import cleanup (typos) 10 years ago
Roman Shevchenko f5431c3bb1 java-decompiler: post-import cleanup (common fixes and optimizations) 10 years ago
Roman Shevchenko 84ea54eb1e java-decompiler: post-import cleanup (code style issues) 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
Roman Shevchenko f864084061 java-decompiler: post-import cleanup (root package renamed) 10 years ago
Stiver 55beef6b7e Fixed 'IDEA-127301: NPE in decompiler' - a couple of issues with lambda processing 10 years ago
Stiver 7f116b6eb5 IDEA-127301: handling of static method references 10 years ago
Roman Shevchenko 95476dc36b better filtering of synthetic inner classes 10 years ago
Roman Shevchenko 879330b555 minor optimization (o == this in equals) 10 years ago
Roman Shevchenko e39ae1e71d repeatable nameless class names 10 years ago
Roman Shevchenko 0a5a2c671e NPE fixed 10 years ago
Stiver 988a7b935a resolving naming conflicts with local variables used in lambda 10 years ago
Stiver bd99d3eb2f lambda expressions (Java 8) 10 years ago
Stiver e2d0f5d9c3 initial commit 10 years ago