Commit Graph

150 Commits (429b66703122958bebddbeaf04462b33ec3c3073)

Author SHA1 Message Date
Roman Shevchenko b96586cc2f [java-decompiler] utility classes reorganized 8 years ago
Roman Shevchenko 857dc4d023 [java-decompiler] unneeded context lookups 8 years ago
Roman Shevchenko 1ac2304d60 [java-decompiler] fixes enum constant initializer decompilation (IDEA-154547) 8 years ago
Roman Shevchenko a57e42690b Cleanup (duplicates extracted; formatting; typos) 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
Alexandru-Constantin Bledea 06c993b508 correctly decompile interface object fields 8 years ago
Roman Shevchenko d50e8a860e Cleanup (formatting) 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
Christopher Carpenter f643b1c870 Made ClassReference14Processor static similar to how InitializerProcessor and EnumProcessor are setup. This gets rid of a lot of unnecessary InvocationExprent creation. 8 years ago
Roman Shevchenko 23da5d99d2 Cleanup (I/O ops in java-decompiler) 8 years ago
Roman Shevchenko cfe1448b2b Cleanup (unneeded anonymous classes) 8 years ago
Egor.Ushakov 876740dd0e decompiler: fixed incorrect method references from single letter classes 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
Roman Shevchenko 26ab681d56 [java-decompiler] cleanup (text rearranging mode dropped) 9 years ago
Alexandru-Constantin Bledea 766fc1390d Decompiler name shadowing resolution 9 years ago
Roman Shevchenko 6a802a6fc9 java-decompiler: NPE fixed 9 years ago
Roman Shevchenko aa480480e9 Cleanup (formatting; typos) 9 years ago
Roman Shevchenko debe6cc338 safe delete unused environment + deprecations, part 2 9 years ago
Alexey Kudravtsev 32d7924fe0 do not use anonymous threads 9 years ago
Egor.Ushakov 44ba5816f2 IDEA-138578 Debugger spuriously jumps to decompiled method signature 9 years ago
Egor.Ushakov 262d580ccc decompiler: cleanup 9 years ago
Egor.Ushakov ca7e2dfa1c decompiler: cleanup - marked const fields final 9 years ago
Egor.Ushakov 917c680276 decompiler: better line matching for single block methods 9 years ago
Egor.Ushakov 500f8b12d8 decompiler: map dummy return line to the method closing bracket 9 years ago
Roman Shevchenko c83182f9c4 IDEA-137256 (non-boolean option handling in console decompiler fixed) 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
Stiver c3b4a23fdb Fixed 'IDEA-135314: Inner classes constructors calls decompiled incorrectly' 9 years ago
Roman Shevchenko c082dfba98 java-decompiler: more lambdas 9 years ago
Egor.Ushakov 535d971c5d decompiler: dump classname in warning 10 years ago
Egor.Ushakov 5702e5dfdd decompiler: check method names for invalid symbols (mostly for groovy) 10 years ago
Egor.Ushakov effbed6727 decompiler: extracted <init> and <clinit> to constants 10 years ago
Egor.Ushakov 9ba9af5425 decompiler: provide line numbers mapping inside lambdas 10 years ago
Egor.Ushakov 12457e9a7e do not show warnings for synthetic classes 10 years ago
Egor.Ushakov 02e235dcee decompiler: fixed inner class constructor signature decompilation 10 years ago
Egor.Ushakov 768f82b798 avoid using Arrays.asList for a single element 10 years ago
Egor.Ushakov 5a96486853 decompiler: do not fail on nested lambdas 10 years ago
Egor.Ushakov 41fc5493e2 fixed test 10 years ago
Egor.Ushakov 4ee8ad716d decompiler: major line numbers fixes 10 years ago
Egor.Ushakov 4a6a658b4c decompiler: fixed incorrect line mapping after abstract and native methods 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 0b9402bd45 java-decompiler: renamer interface cleaned 10 years ago
Roman Shevchenko 1fde78b6f1 java-decompiler: check for non-existent files 10 years ago
Roman Shevchenko 89b40fd28a java-decompiler: (var, version) class renamed and made immutable 10 years ago