Commit Graph

120 Commits (e44ba9905e410be06b69152fff5950094c6651bf)

Author SHA1 Message Date
Egor.Ushakov e44ba9905e IDEA-127533 int field is displayed as char 7 years ago
Egor.Ushakov 6a7763922b fixed lambda parameter names already used in the context 7 years ago
Egor.Ushakov 7575bb57de removed unneeded boxing 7 years ago
Egor.Ushakov a62cc3f709 IDEA-127499 Decompiler doesn't support switch over enums 7 years ago
Egor.Ushakov 2e9dfd2437 copyright 7 years ago
Egor.Ushakov 538418e84a headexprent is always single-element 7 years ago
Dmitry Cherniachenko 5de2e5b11b Use bootstrap classloader to only provide access to JRE classes 7 years ago
Dmitry Cherniachenko 94198aa8a5 Detect external vararg methods too (if available on the classpath) 7 years ago
Dmitry Cherniachenko dfd90978c9 Avoid explicit array creation for vararg parameters 7 years ago
Oleg Panashchenko 2a213aa4a0 Use fully qualified static field name in conflict #541 7 years ago
Egor.Ushakov 7041accfe9 reduced memory usage - use HashMap for attributes 7 years ago
Dmitry Cherniachenko 0a7a60fa7b Add '(byte)' and '(short)' type cast for int literals only in invocation parameters 7 years ago
Dmitry Cherniachenko 7e1cb88fe2 Removed unnecessary boxing of primitive types 7 years ago
Dmitry Cherniachenko cd1acfa266 IDEA-171459 fix type cast for int literals used as byte / short in decompiled code 7 years ago
Egor.Ushakov 4beda48cf8 IDEABKL-7547 Decompiler fails to rename class which consists of digits only 7 years ago
Egor.Ushakov d706718b1b added spaces after if and inside the ternary operator 7 years ago
Egor.Ushakov e09e303e71 IDEA-169534 Decompiler overuses ternary operation 7 years ago
Egor.Ushakov f53a873116 IDEA-167346 Do not escape single quote in strings 7 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 5e45e5ac40 IDEA-130708 Incorrect locals names 8 years ago
Egor.Ushakov 0255eb3ba5 IDEA-149813 Decompiler has lost generic parameter - fixed incorrect warning for lambdas 8 years ago
Egor.Ushakov cb133af01e IDEA-166363 Support LocalVariableTypeTable attribute 8 years ago
Egor.Ushakov 1d331ddd6d cleanup - use Comparator 8 years ago
Egor.Ushakov 32693c314a IDEA-149813 Decompiler has lost generic parameter 8 years ago
Egor.Ushakov ee83b25d1d IDEA-162579 "Unrecognized invocation of <init>" when decompiling kotlin bytecode 8 years ago
Tagir Valeev 0912e3788c IDEA-CR-13652 filter(Boolean::booleanValue).count() used 8 years ago
Tagir Valeev bc728c9daf Stream.sum() used (via StreamApiMigrationInspection); cleanup 8 years ago
Anna.Kozlova 947fae191f explicit types to diamonds 8 years ago
Roman Shevchenko 9d5a863e4d Cleanup (minor optimization) 8 years ago
Anna.Kozlova ffd54ff4f4 anonym -> lambda 8 years ago
Roman Shevchenko 52b31bf325 [java, java-decompiler] type annotations in class files 8 years ago
Roman Shevchenko a8403429ef Cleanup (minor optimization) 8 years ago
Roman Shevchenko a67808d3aa Cleanup (formatting) 8 years ago
Roman Shevchenko b366de8eb4 [java-decompiler] unneeded cast around byte/short constants 8 years ago
Roman Shevchenko a00952f338 Cleanup (formatting) 8 years ago
Roman Shevchenko df19689f2b Cleanup (formatting) 8 years ago
Roman Shevchenko 4a1a747bdc [java-decompiler] fixes indentation in annotations 8 years ago
Roman Shevchenko eaa61a1f81 [java-decompiler] skips illegal local variable names 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
Roman Shevchenko 77dc5c5f1e [java-decompiler] dead code 8 years ago
Roman Shevchenko a57e42690b Cleanup (duplicates extracted; formatting; typos) 8 years ago
Egor.Ushakov 081a208a6a reasonalble toString for easier debugging 8 years ago
Roman Shevchenko 96ff7f787e Cleanup (formatting; typos) 8 years ago
Alexandru-Constantin Bledea 0e514a6253 fix constructor arguments for extended inner classes 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
Alexandru-Constantin Bledea 7cf7bec4b6 prevent static field name clashes in local methods 8 years ago
Roman Shevchenko cfe1448b2b Cleanup (unneeded anonymous classes) 8 years ago
Roman Shevchenko ba16ca4dfc [java decompiler] engine target level set back to Java 6 8 years ago