Commit Graph

135 Commits

Author SHA1 Message Date
Roman Shevchenko f4f9e8be28 java-decompiler: cleanups
- better signatures
- accurate suppression
- unused symbols
- typos
2014-09-03 13:21:31 +04:00
Roman Shevchenko 646f1c3f21 java-decompiler: hide synthetic field assignment 2014-09-03 12:52:55 +04:00
Roman Shevchenko 2df49d32a7 java-decompiler: fixes and cleanups
- unified attribute loading code
- common methods for checking member flags
- verifying skip()
- correct resource closing
- typos
2014-09-03 11:39:32 +04:00
Roman Shevchenko c0c83126a6 java-decompiler: post-import cleanup (test sources reformatted) 2014-09-01 20:01:55 +04:00
Roman Shevchenko e629738a46 java-decompiler: tests moved 2014-09-01 18:54:33 +04:00
Roman Shevchenko d5fe121d1d java-decompiler: post-import cleanup (OS-dependent line separator) 2014-09-01 16:19:31 +04:00
Roman Shevchenko 984af2e7d0 java-decompiler: post-import cleanup (typos) 2014-09-01 16:08:53 +04:00
Roman Shevchenko 3104531729 java-decompiler: post-import cleanup (explicit defaults for all preferences) 2014-09-01 15:58:46 +04:00
Roman Shevchenko 3854b67daa java-decompiler: post-import cleanup (tests reorganized) 2014-09-01 15:11:41 +04:00
Roman Shevchenko 1a4e48d11d java-decompiler: post-import cleanup (obsolete copyright option dropped) 2014-08-31 12:57:31 +04:00
Roman Shevchenko 8ef7bcb2ad java-decompiler: post-import cleanup (readme and build file updated) 2014-08-31 12:21:32 +04:00
Roman Shevchenko f5431c3bb1 java-decompiler: post-import cleanup (common fixes and optimizations) 2014-08-29 21:58:12 +04:00
Roman Shevchenko 63b8d35d08 java-decompiler: post-import cleanup (dead code dropped) 2014-08-29 21:57:50 +04:00
Roman Shevchenko 84ea54eb1e java-decompiler: post-import cleanup (code style issues) 2014-08-29 14:57:29 +04:00
Roman Shevchenko 076e4393f2 java-decompiler: post-import cleanup (formatting and copyright) 2014-08-28 21:34:19 +04:00
Roman Shevchenko 663631f045 java-decompiler: post-import cleanup (classes moved) 2014-08-28 20:52:43 +04:00
Roman Shevchenko f864084061 java-decompiler: post-import cleanup (root package renamed) 2014-08-28 20:50:00 +04:00
Roman Shevchenko 270a3f6e22 java-decompiler: post-import cleanup (unneeded files dropped) 2014-08-28 20:31:35 +04:00
Stiver b3705cf400 Unit tests updated 2014-08-20 18:51:03 +02:00
Stiver 7492715abf Unit tests updated 2014-08-17 19:20:56 +02:00
Stiver d1679b4127 Fixed wrong typing of integer constants (IDEA-128594 gone deeper) 2014-08-17 19:15:15 +02:00
Stiver 1a8e8ba7a2 Fixed wrong order of static initializations (probably part of IDEA-127465) 2014-08-17 19:12:27 +02:00
Stiver e098fbf669 Unified the types of 'case' values in a switch statement 2014-08-17 19:09:28 +02:00
Stiver 929056d727 Fixed ' IDEA-128685: Incorrectly typed assignment expression' 2014-08-16 15:31:53 +02:00
Stiver c672e5bc83 Fixed 'IDEA-128676: Initializer in a nested class disappears' 2014-08-15 18:58:55 +02:00
Stiver 887c093afd Unit tests updated 2014-08-13 22:17:21 +02:00
Stiver 04b5c9abb1 Fixed 'IDEA-128595: Variable name set to "this"' 2014-08-13 22:08:06 +02:00
Stiver a2fa99e3a2 Fixed 'IDEA-128591: Infinite loop ignored' 2014-08-13 22:06:28 +02:00
Stiver 53ad2b920e Fixed 'IDEA-128593: Wrong order of switch cases' 2014-08-13 22:04:51 +02:00
Stiver de249340fc Fixed 'IDEA-128594: Variable type incorrectly set to boolean' 2014-08-13 22:03:09 +02:00
Stiver 70bf7f3f69 A couple of unit tests 2014-08-09 17:34:24 +02:00
Stiver 3b9b180d94 Fixed hang-up issue on ObjectOutputStream 2014-08-04 20:44:23 +02:00
Stiver 55beef6b7e Fixed 'IDEA-127301: NPE in decompiler' - a couple of issues with lambda processing 2014-07-28 20:13:30 +02:00
Stiver 7f116b6eb5 IDEA-127301: handling of static method references 2014-07-23 22:49:29 +02:00
Stiver 6606a474bf Fixed 'IDEA-127466: dup_x1 semantics broken' 2014-07-21 14:28:40 +02:00
Roman Shevchenko 58427deb49 missing parentheses on default constructor invocation 2014-07-18 19:34:54 +02:00
Stiver b3a1c41244 Handling of certain loop types in a finally block 2014-07-08 23:50:14 +02:00
Roman Shevchenko b668038ed9 check for code presence 2014-07-03 16:21:09 +02:00
Roman Shevchenko ef85e779c6 context cleaning 2014-07-03 15:21:11 +02:00
Roman Shevchenko 84d16304db cleanup (commented build options; formatting) 2014-06-30 11:49:42 +02:00
Roman Shevchenko 3bdda752cb cleanup (unused old class) 2014-06-30 11:49:17 +02:00
Roman Shevchenko 059cb0ff4e prefix obfuscated classes to avoid namespace pollution 2014-06-30 11:41:40 +02:00
Roman Shevchenko 9ae885c9ec escape non-printable Unicode characters in literals 2014-06-27 13:55:49 +02:00
Roman Shevchenko 4df7866a5c "ascii" option documented and used for both string and character literals 2014-06-26 15:52:47 +02:00
Roman Shevchenko b13dee2567 null check added 2014-06-26 14:09:36 +02:00
Roman Shevchenko 95476dc36b better filtering of synthetic inner classes 2014-06-26 12:42:49 +02:00
Roman Shevchenko 879330b555 minor optimization (o == this in equals) 2014-06-25 17:23:07 +02:00
Roman Shevchenko e39ae1e71d repeatable nameless class names 2014-06-25 13:37:41 +02:00
Roman Shevchenko 6e303d8592 false signatures consistency warning on enums 2014-06-25 12:40:11 +02:00
Roman Shevchenko ed04ea2d69 minor cleanup 2014-06-24 19:49:30 +02:00