Commit Graph

57 Commits (429b66703122958bebddbeaf04462b33ec3c3073)

Author SHA1 Message Date
Roman Shevchenko 429b667031 [java decompiler] restores thread-conscious context access (EA-116270) 6 years ago
Egor Ushakov 7310e9e989 fixed line numbers when replacing nested access 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 71d8f4d689 [java decompiler] reworks setting/accessing decompiler context 7 years ago
Roman Shevchenko 7521c17aba [java decompiler] updates copyright comment 7 years ago
Egor.Ushakov 601cae8cf8 IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - fixes for IDEA-CR-20517 7 years ago
Egor.Ushakov 6a7763922b fixed lambda parameter names already used in the context 7 years ago
Egor.Ushakov cba10744d8 toString for debugging 7 years ago
Egor.Ushakov 5b634ecb4d do not collect field names into a separate set 7 years ago
Egor.Ushakov 0b442fc64b do not process vars if there were errors in the method 7 years ago
Egor.Ushakov 7041accfe9 reduced memory usage - use HashMap for attributes 7 years ago
Egor.Ushakov 45384fb8c5 fixed access to private outer class methods with params 8 years ago
Egor.Ushakov 85f61bee81 fixed IdeaDecompilerTest.testStubCompatibility 8 years ago
Egor.Ushakov f466a2bc55 more correct variable name in cases where definition is not inside debug name offsets 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
Egor.Ushakov 5e45e5ac40 IDEA-130708 Incorrect locals names 8 years ago
Anna.Kozlova 947fae191f explicit types to diamonds 8 years ago
Roman Shevchenko b96586cc2f [java-decompiler] utility classes reorganized 8 years ago
Roman Shevchenko 857dc4d023 [java-decompiler] unneeded context lookups 8 years ago
Egor.Ushakov 6b5cd853c0 replaced constants with enum 8 years ago
Egor.Ushakov 95215dc2e2 replace increment / decrement synthetic access method, pull-request #373 8 years ago
Egor.Ushakov 1b23240c84 decompiler: fixed SOE if referenced method name is the same as current 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
Alexey Kudravtsev 32d7924fe0 do not use anonymous threads 9 years ago
Egor.Ushakov 262d580ccc decompiler: cleanup 9 years ago
Egor.Ushakov ca7e2dfa1c decompiler: cleanup - marked const fields final 9 years ago
Stiver 302a354720 Hiding synthetic fields (IDEA-132625) 9 years ago
Stiver b3962a09ca Extended option 'dc4' to handle inlined class references (mainly Eclipse). See IDEA-135387 for an example. 9 years ago
Roman Shevchenko c082dfba98 java-decompiler: more lambdas 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 472f68f18a java-decompiler: better diagnostic 10 years ago
Roman Shevchenko 85e6caaea1 IDEA-130959 (method and system for interrupting binary decompilers) 10 years ago
Roman Shevchenko 3940565598 IDEA-132625 (decompiler time limit) 10 years ago
Roman Shevchenko 52a7e1c7e9 Cleanup (unused code; formatting; typos) 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