Commit Graph
36 Commits
Author SHA1 Message Date
Stiver 22ceacc969 Unit test 2014-10-16 07:15:08 +02:00
Stiver 6d03229b91 Unit test 2014-10-15 08:35:45 +02:00
Stiver c975f11ecc Activated bytecode-to-source mapping for all instructions 2014-10-15 06:26:49 +02:00
Stiver 9f9da912f6 Fixed some errors in line counting 2014-10-07 07:31:22 +02:00
Stiver 9723ab4475 Propagated bytecode-to-source tracer 2014-10-06 04:27:26 +02:00
Stiver f735cbc7ea Started work on mapping bytecode instructions to source code lines 2014-10-01 07:00:11 +02:00
Stiver 4638144fad Fixing migration errors: refactoring of processStatementLabel() reverted as it introduced incorrect logic changes 2014-09-28 09:14:59 +02:00
Stiver f875d27e6e Fixing migration errors: stream.read() doesn't read the entire available stream. It has to be called in a loop or replaced with readFully(). 2014-09-28 09:00:31 +02: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
Stiver b3a1c41244 Handling of certain loop types in a finally block 2014-07-08 23:50:14 +02:00
Stiver 781a2e1cc8 removed spurious warning about 'Heavily obfuscated exception ranges' in
a loop at the beginning of a method
2014-06-11 14:55:08 +02:00
Stiver 7d44f73cb9 fixed IndexOutOfBoundsException when decompiling
StandardVariableNamesInspectionBase
2014-06-01 15:34:28 +02:00
Stiver c286d42c5b - fixed the IndexOutOfBoundsException exception when decompiling
FastStringBuffer   
- fixed typo in LITERALS_AS_IS definition
- some helper stuff
2014-05-29 18:13:17 +02:00
Stiver 4d48812ad0 updating readme with new options 2014-04-01 15:21:37 +02:00
Stiver 988a7b935a resolving naming conflicts with local variables used in lambda
expressions
2014-03-27 16:14:29 +01:00
Stiver bd99d3eb2f lambda expressions (Java 8) 2014-03-26 20:53:06 +01:00
Stiver 96379678e6 - method attribute 'default' (Java 8)
- instruction 'invokedynamic' (Java 7)
- bugfixing
2014-03-13 23:02:30 +01:00
Stiver c9c426ded7 Annotation parsing (Java 8) 2014-03-06 17:13:07 +01:00
Stiver 4f879b36b4 testing git... 2014-03-04 15:23:12 +01:00
Stiver e2d0f5d9c3 initial commit 2014-03-04 15:13:11 +01:00