Commit Graph

  • 635c94f023 decompiler: read sourceFile attribute Egor.Ushakov 2015-01-26 18:52:13 +0300
  • 535d971c5d decompiler: dump classname in warning Egor.Ushakov 2015-01-26 18:51:26 +0300
  • 5702e5dfdd decompiler: check method names for invalid symbols (mostly for groovy) Egor.Ushakov 2015-01-22 17:56:17 +0300
  • 531a1d5477 decompiler: lazy create bytecodes set Egor.Ushakov 2015-01-22 15:39:45 +0300
  • effbed6727 decompiler: extracted <init> and <clinit> to constants Egor.Ushakov 2015-01-22 12:30:12 +0300
  • 9ba9af5425 decompiler: provide line numbers mapping inside lambdas Egor.Ushakov 2015-01-21 21:46:45 +0300
  • a74f586e34 decompiler: fixed anonymous class line numbers Egor.Ushakov 2015-01-21 21:21:43 +0300
  • 0bba28eded decompiler: inner exprent list could be modified Egor.Ushakov 2015-01-21 19:01:37 +0300
  • 12457e9a7e do not show warnings for synthetic classes Egor.Ushakov 2015-01-21 18:42:45 +0300
  • 95834d0c75 decompiler: use buffer method Egor.Ushakov 2015-01-21 16:59:31 +0300
  • 02e235dcee decompiler: fixed inner class constructor signature decompilation Egor.Ushakov 2015-01-20 18:39:21 +0300
  • c254ddd8f2 IDEA-130477 Instance creation of local inner class within static method is not decompiled correctly Egor.Ushakov 2015-01-16 20:46:57 +0300
  • 62b876af25 IDEA-129734 IOOBE on decompiling certain method references Egor.Ushakov 2015-01-15 12:55:05 +0300
  • 768f82b798 avoid using Arrays.asList for a single element Egor.Ushakov 2015-01-14 21:15:17 +0300
  • e54dc7d531 IDEA-126885 Decompiler exception on jdk.nashorn.internal.objects.Global Egor.Ushakov 2015-01-14 20:55:30 +0300
  • 9b32709856 IDEA-131754 Catch and finally blocks have no line information Egor.Ushakov 2015-01-14 14:28:55 +0300
  • 5a96486853 decompiler: do not fail on nested lambdas Egor.Ushakov 2014-12-31 15:09:51 +0300
  • f4e6c8d56f IDEA-134902 NPE during decompilation Egor.Ushakov 2014-12-31 14:44:39 +0300
  • 41fc5493e2 fixed test Egor.Ushakov 2014-12-26 13:32:54 +0300
  • 4ee8ad716d decompiler: major line numbers fixes Egor.Ushakov 2014-12-25 21:36:19 +0300
  • 4a6a658b4c decompiler: fixed incorrect line mapping after abstract and native methods Egor.Ushakov 2014-12-24 20:42:07 +0300
  • 472f68f18a java-decompiler: better diagnostic Roman Shevchenko 2014-11-12 12:21:42 +0100
  • 85e6caaea1 IDEA-130959 (method and system for interrupting binary decompilers) Roman Shevchenko 2014-11-10 21:59:02 +0100
  • 3940565598 IDEA-132625 (decompiler time limit) Roman Shevchenko 2014-11-10 16:05:22 +0100
  • 52a7e1c7e9 Cleanup (unused code; formatting; typos) Roman Shevchenko 2014-11-10 15:23:50 +0100
  • 0b9402bd45 java-decompiler: renamer interface cleaned Roman Shevchenko 2014-11-05 13:57:07 +0100
  • 1fde78b6f1 java-decompiler: check for non-existent files Roman Shevchenko 2014-11-05 13:33:13 +0100
  • 89b40fd28a java-decompiler: (var, version) class renamed and made immutable Roman Shevchenko 2014-11-05 12:41:52 +0100
  • 82a2939271 java-decompiler: cleanups and fixes Roman Shevchenko 2014-11-04 12:38:11 +0100
  • 020f5c404b java-decompiler: extra casts on method calls omitted Roman Shevchenko 2014-11-04 11:30:23 +0100
  • 38f1a1a9ee Cleanup (unneeded variable) Roman Shevchenko 2014-10-24 21:49:02 +0200
  • c64b0aaa10 Cleanup (formatting) Roman Shevchenko 2014-10-24 21:46:41 +0200
  • 99404ea6cf decompiler: more correct toString Egor.Ushakov 2014-10-22 18:45:21 +0400
  • 92af36f412 decompiler: registry flag to dump original line numbers as comments Egor.Ushakov 2014-10-22 14:49:55 +0400
  • eb3db8dc8b decompiler: use more TextBuffer methods Egor.Ushakov 2014-10-21 21:10:16 +0400
  • 56b3edd3ca decompiler: fixed line mapping in synchronized block Egor.Ushakov 2014-10-21 20:49:51 +0400
  • 0d80e663ae decompiler: fixed line mapping in try-catch block Egor.Ushakov 2014-10-21 19:10:42 +0400
  • d00bc545fe IDEA-131658 try-catch-finally is not supported Egor.Ushakov 2014-10-21 18:06:04 +0400
  • 0bcd7fba5c decompiler: fixed line mapping for try-catch and nested classes Egor.Ushakov 2014-10-20 18:06:14 +0400
  • 47fad13908 decompiler: fixed incorrect line numbers in dumped mapping Egor.Ushakov 2014-10-20 16:03:59 +0400
  • a721490f62 IDEA-127182 (passing line number map to debugger) Roman Shevchenko 2014-10-17 21:35:16 +0200
  • ce721c7acd java-decompiler: test fix Roman Shevchenko 2014-10-17 20:14:28 +0200
  • 3199686543 Cleanup (formatting; typos) Roman Shevchenko 2014-10-17 20:14:03 +0200
  • 08c4c683a1 java-decompiler: print mapping table only in unit test mode Roman Shevchenko 2014-10-17 18:22:31 +0200
  • 2d36ea60eb Cleanup (formatting; typos) Roman Shevchenko 2014-10-17 18:19:39 +0200
  • 9b97ae55f8 decompiler: minor optimization - less calculateLines calls Egor.Ushakov 2014-10-17 19:33:43 +0400
  • 1a183952b4 decompiler: build original lines mapping Egor.Ushakov 2014-10-17 18:52:47 +0400
  • fdc75e3c80 java-decompiler: build script fixed to not fail too early Roman Shevchenko 2014-10-17 15:22:59 +0200
  • 309aca1d29 decompiler: fixed bytecode test Egor.Ushakov 2014-10-17 17:02:13 +0400
  • 32e7765874 decompiler: fixed bytecode mapping for anonymous classes Egor.Ushakov 2014-10-17 15:41:17 +0400
  • b3681fe952 Cleanup (test extracted to make option setting per-class instead of per-test) Roman Shevchenko 2014-10-16 13:52:44 +0200
  • 22ceacc969 Unit test Stiver 2014-10-16 07:15:08 +0200
  • a182de6271 decompiler: map all lines according to bytecode information Egor.Ushakov 2014-10-15 20:20:44 +0400
  • 6d03229b91 Unit test Stiver 2014-10-15 08:35:45 +0200
  • c975f11ecc Activated bytecode-to-source mapping for all instructions Stiver 2014-10-15 06:26:49 +0200
  • 46b494f26f java-decompiler: do not indent log by unprinted messages Roman Shevchenko 2014-10-14 18:33:37 +0200
  • 6889e7435a EA-41231 (omit synthetic inner class constructor parameter) Roman Shevchenko 2014-10-14 18:32:15 +0200
  • 373ca99e37 Cleanup (formatting; naming) Roman Shevchenko 2014-10-14 14:14:49 +0200
  • 848c420977 java-decompiler: line numbers matching test Roman Shevchenko 2014-10-14 13:35:00 +0200
  • 46c36636bc decompiler: track lines in anonymous classes as well Egor.Ushakov 2014-10-13 12:25:41 +0400
  • 7bb0f5ba7e decompiler: for now disabled line numbers in inner classes Egor.Ushakov 2014-10-10 13:56:36 +0400
  • e0f22e6629 java-decompiler: test classes recompiled to match source line numbers Roman Shevchenko 2014-10-09 18:54:16 +0200
  • ce2169f372 java-decompiler: base class extracted to allow decompiler customization in tests Roman Shevchenko 2014-10-09 18:34:08 +0200
  • 41b8ab9299 java-decompiler: minor optimization Roman Shevchenko 2014-10-08 13:27:11 +0200
  • 37422ead1c cleanup after review - use option for decompiler banner text Egor.Ushakov 2014-10-08 12:34:51 +0400
  • 1e3d5276a8 java-decompiler: class name logging on non-fatal errors Roman Shevchenko 2014-10-08 08:18:26 +0200
  • d96104bdec Cleanup (formatting) Roman Shevchenko 2014-10-07 21:45:26 +0200
  • 9bd8af2b43 calculate less indent buffers Egor.Ushakov 2014-10-07 21:03:09 +0400
  • 125441a88f decompiler: move generated lines as it is stated in debug line table (disabled for now) Egor.Ushakov 2014-10-07 20:37:21 +0400
  • 9f9da912f6 Fixed some errors in line counting Stiver 2014-10-07 07:31:22 +0200
  • bef17b44fc java-decompiler: minor optimization (no more empty array creation) Roman Shevchenko 2014-10-06 17:26:24 +0200
  • 8462998a86 java-decompiler: minor optimization Roman Shevchenko 2014-10-06 12:34:49 +0300
  • 18a9c2851b Cleanup (formatting) Roman Shevchenko 2014-10-06 12:32:02 +0300
  • 6d2b94910c java-decompiler: modules reorganized Roman Shevchenko 2014-10-06 10:12:20 +0300
  • 07ca9cf062 java-decompiler: unwanted dependency dropped Roman Shevchenko 2014-10-06 10:10:01 +0300
  • 9723ab4475 Propagated bytecode-to-source tracer Stiver 2014-10-06 04:27:26 +0200
  • 0c8508ff8a decompiler: support line number table attribute Egor Ushakov 2014-10-05 16:28:44 +0400
  • 512a08c13e tests: decompiler test data lookup fixed for particular build configuration Roman Shevchenko 2014-10-02 13:58:48 +0200
  • f735cbc7ea Started work on mapping bytecode instructions to source code lines Stiver 2014-10-01 07:00:11 +0200
  • 91c64c5a94 Cleanup (loop invariant optimization; formatting) Roman Shevchenko 2014-09-29 16:04:25 +0200
  • 5349ad435b IDEA-130478 (optimization of 6fcac6a5: less short-lived objects) Roman Shevchenko 2014-09-29 13:15:57 +0200
  • 4638144fad Fixing migration errors: refactoring of processStatementLabel() reverted as it introduced incorrect logic changes Stiver 2014-09-28 09:14:59 +0200
  • 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(). Stiver 2014-09-28 09:00:31 +0200
  • a4054817d2 EA-60512 (better logging) Roman Shevchenko 2014-09-16 17:29:40 +0400
  • e1d1425f22 java-decompiler: fix for broken Git checkout on Windows Roman Shevchenko 2014-09-12 19:26:15 +0400
  • e90f1de039 IDEA-129221 (tolerate invalid signature attributes) Roman Shevchenko 2014-09-12 17:26:03 +0400
  • e2f7d09f37 java-decompiler: force decompiled test data to be text files Roman Shevchenko 2014-09-12 13:31:19 +0400
  • 69dc786510 java-decompiler: NPE in test fixture; diagnostic Roman Shevchenko 2014-09-12 12:51:55 +0400
  • e74977d467 IDEA-128685 (test added) Roman Shevchenko 2014-09-12 10:28:54 +0400
  • 95cd67883e IDEA-128676 (test added) Roman Shevchenko 2014-09-11 16:18:02 +0400
  • ccd7b93497 Cleanup (test) Roman Shevchenko 2014-09-09 21:47:56 +0400
  • cf72873535 IDEA-127466 (test added) Roman Shevchenko 2014-09-07 16:44:22 +0400
  • 7a8097321f java-decompiler: bulk decompilation test added Roman Shevchenko 2014-09-07 16:13:52 +0400
  • ff382a6fdf java-decompiler: fixes and cleanups Roman Shevchenko 2014-09-05 13:12:40 +0400
  • 4e79d160ca java-decompiler: code attributes reading restored Roman Shevchenko 2014-09-04 19:02:10 +0400
  • 686b5abef9 java-decompiler: optimization (empty lists allocation avoided) Roman Shevchenko 2014-09-04 18:16:16 +0400
  • 1cea85e49a java-decompiler: optimization (less string buffer allocations on generating text) Roman Shevchenko 2014-09-04 14:30:28 +0400
  • f4f9e8be28 java-decompiler: cleanups Roman Shevchenko 2014-09-03 13:00:51 +0400
  • 646f1c3f21 java-decompiler: hide synthetic field assignment Roman Shevchenko 2014-09-03 12:52:55 +0400
  • 2df49d32a7 java-decompiler: fixes and cleanups Roman Shevchenko 2014-09-02 20:56:03 +0400