Commit Graph

148 Commits (master)

Author SHA1 Message Date
Alexandru-Constantin Bledea 766fc1390d Decompiler name shadowing resolution 9 years ago
Roman Shevchenko aab87019ef [java-decompiler] common file comparison method extracted; test data updated 9 years ago
Sebastian Zarnekow e4e72404dc Fixed Fernflower decompiler output for generic nested types (IDEA-141230) 9 years ago
Egor.Ushakov 022d552b30 IDEA-140321 Wrong current line highlighting when debugging synchronized block in decompiled code 9 years ago
Egor.Ushakov 44ba5816f2 IDEA-138578 Debugger spuriously jumps to decompiled method signature 9 years ago
Egor.Ushakov d5e22fe0c9 decompiler: map line number for catch statement 9 years ago
Egor.Ushakov 9ec79b5701 decompiler: line mapping for break and continue 9 years ago
Egor.Ushakov 7e30facd33 decompiler: generate line number matching for return and some other statements 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
Egor.Ushakov ae2c64a157 tests for IDEA-135314 Inner classes constructors calls decompiled incorrectly 9 years ago
Egor.Ushakov 9ba9af5425 decompiler: provide line numbers mapping inside lambdas 9 years ago
Egor.Ushakov a74f586e34 decompiler: fixed anonymous class line numbers 9 years ago
Egor.Ushakov 02e235dcee decompiler: fixed inner class constructor signature decompilation 9 years ago
Egor.Ushakov c254ddd8f2 IDEA-130477 Instance creation of local inner class within static method is not decompiled correctly 9 years ago
Egor.Ushakov 62b876af25 IDEA-129734 IOOBE on decompiling certain method references 9 years ago
Egor.Ushakov 9b32709856 IDEA-131754 Catch and finally blocks have no line information 9 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 020f5c404b java-decompiler: extra casts on method calls omitted 10 years ago
Egor.Ushakov 56b3edd3ca decompiler: fixed line mapping in synchronized block 10 years ago
Egor.Ushakov 0d80e663ae decompiler: fixed line mapping in try-catch block 10 years ago
Egor.Ushakov d00bc545fe IDEA-131658 try-catch-finally is not supported 10 years ago
Egor.Ushakov 0bcd7fba5c decompiler: fixed line mapping for try-catch and nested classes 10 years ago
Egor.Ushakov 47fad13908 decompiler: fixed incorrect line numbers in dumped mapping 10 years ago
Roman Shevchenko ce721c7acd java-decompiler: test fix 10 years ago
Roman Shevchenko 2d36ea60eb Cleanup (formatting; typos) 10 years ago
Egor.Ushakov 1a183952b4 decompiler: build original lines mapping 10 years ago
Egor.Ushakov 309aca1d29 decompiler: fixed bytecode test 10 years ago
Egor.Ushakov 32e7765874 decompiler: fixed bytecode mapping for anonymous classes 10 years ago
Stiver 22ceacc969 Unit test 10 years ago
Stiver 6d03229b91 Unit test 10 years ago
Roman Shevchenko 6889e7435a EA-41231 (omit synthetic inner class constructor parameter) 10 years ago
Roman Shevchenko 848c420977 java-decompiler: line numbers matching test 10 years ago
Roman Shevchenko e0f22e6629 java-decompiler: test classes recompiled to match source line numbers 10 years ago
Roman Shevchenko e90f1de039 IDEA-129221 (tolerate invalid signature attributes) 10 years ago
Roman Shevchenko e74977d467 IDEA-128685 (test added) 10 years ago
Roman Shevchenko 95cd67883e IDEA-128676 (test added) 10 years ago
Roman Shevchenko cf72873535 IDEA-127466 (test added) 10 years ago
Roman Shevchenko 7a8097321f java-decompiler: bulk decompilation test added 10 years ago
Roman Shevchenko 4e79d160ca java-decompiler: code attributes reading restored 10 years ago
Roman Shevchenko 1cea85e49a java-decompiler: optimization (less string buffer allocations on generating text) 10 years ago
Roman Shevchenko c0c83126a6 java-decompiler: post-import cleanup (test sources reformatted) 10 years ago
Roman Shevchenko e629738a46 java-decompiler: tests moved 10 years ago
Roman Shevchenko 3854b67daa java-decompiler: post-import cleanup (tests reorganized) 10 years ago