Commit Graph

  • 7bdec4ffc7 decompiler: a test for the pull request #394 Egor.Ushakov 2016-10-14 18:29:00 +0300
  • 75e251e427 Merge branch 'assert_throw_in_else_clause' of https://github.com/droid666/intellij-community Egor.Ushakov 2016-10-14 18:23:25 +0300
  • ee83b25d1d IDEA-162579 "Unrecognized invocation of <init>" when decompiling kotlin bytecode Egor.Ushakov 2016-10-14 14:40:00 +0300
  • 77d6c2906f project configuration: use 'test' scope for assertj library used in tests only nik 2016-09-13 17:04:15 +0300
  • 0912e3788c IDEA-CR-13652 filter(Boolean::booleanValue).count() used Tagir Valeev 2016-09-09 14:51:12 +0700
  • bc728c9daf Stream.sum() used (via StreamApiMigrationInspection); cleanup Tagir Valeev 2016-09-09 12:47:19 +0700
  • 947fae191f explicit types to diamonds Anna.Kozlova 2016-08-08 16:41:19 +0200
  • 21668f8479 [java-decompiler] fixes standalone build Roman Shevchenko 2016-08-01 08:48:08 -0700
  • d586edbb3f use assertJ instead of hamcrest Vladimir Krivosheev 2016-07-26 15:15:04 +0200
  • 9d5a863e4d Cleanup (minor optimization) Roman Shevchenko 2016-05-30 16:30:00 +0300
  • 7628ddfd2c toString impls for debug Egor.Ushakov 2016-05-26 13:53:27 +0300
  • 7067504c27 block lambda -> expr lambda Anna.Kozlova 2016-05-24 12:25:16 +0200
  • 71bb82acbe [java-decompiler] correct decompilation of refs to inner generic classes (IDEA-155430) Roman Shevchenko 2016-05-20 20:15:46 +0200
  • 2867a8d41f Cleanup (formatting; typos) Roman Shevchenko 2016-05-20 19:41:40 +0200
  • f0e7494a65 Cleanup (formatting; typos) Roman Shevchenko 2016-05-20 19:40:42 +0200
  • ffd54ff4f4 anonym -> lambda Anna.Kozlova 2016-05-18 11:57:04 +0200
  • aaca7aa494 Supports Asserts that have the throw in the else clause instead of the if clause dw 2016-04-26 15:13:24 +0200
  • 52b31bf325 [java, java-decompiler] type annotations in class files Roman Shevchenko 2016-04-21 21:22:36 +0200
  • a8403429ef Cleanup (minor optimization) Roman Shevchenko 2016-04-21 21:18:37 +0200
  • 249903478c Cleanup (test data) Roman Shevchenko 2016-04-21 15:49:10 +0200
  • a67808d3aa Cleanup (formatting) Roman Shevchenko 2016-04-21 10:16:32 +0200
  • b366de8eb4 [java-decompiler] unneeded cast around byte/short constants Roman Shevchenko 2016-04-20 19:52:08 +0200
  • a00952f338 Cleanup (formatting) Roman Shevchenko 2016-04-20 19:37:40 +0200
  • df19689f2b Cleanup (formatting) Roman Shevchenko 2016-04-20 18:36:35 +0200
  • 4a1a747bdc [java-decompiler] fixes indentation in annotations Roman Shevchenko 2016-04-20 17:57:57 +0200
  • eaa61a1f81 [java-decompiler] skips illegal local variable names Roman Shevchenko 2016-04-20 15:02:39 +0200
  • b96586cc2f [java-decompiler] utility classes reorganized Roman Shevchenko 2016-04-20 14:06:28 +0200
  • 857dc4d023 [java-decompiler] unneeded context lookups Roman Shevchenko 2016-04-20 12:54:57 +0200
  • 77dc5c5f1e [java-decompiler] dead code Roman Shevchenko 2016-04-20 12:35:17 +0200
  • 1ac2304d60 [java-decompiler] fixes enum constant initializer decompilation (IDEA-154547) Roman Shevchenko 2016-04-11 21:42:48 +0200
  • a57e42690b Cleanup (duplicates extracted; formatting; typos) Roman Shevchenko 2016-04-11 20:32:26 +0200
  • 404783c874 decompiler: Setup increment/decrement test properly #376 Egor.Ushakov 2016-03-29 17:52:23 +0300
  • 6b5cd853c0 replaced constants with enum Egor.Ushakov 2016-03-28 13:59:38 +0300
  • 95215dc2e2 replace increment / decrement synthetic access method, pull-request #373 Egor.Ushakov 2016-03-28 13:57:29 +0300
  • 081a208a6a reasonalble toString for easier debugging Egor.Ushakov 2016-03-28 13:02:19 +0300
  • 96ff7f787e Cleanup (formatting; typos) Roman Shevchenko 2016-03-21 12:26:50 +0100
  • 0e514a6253 fix constructor arguments for extended inner classes Alexandru-Constantin Bledea 2016-03-19 20:44:29 +0200
  • 93a39b7b50 [java-decompiler] test data cleanup; warnings Roman Shevchenko 2016-03-18 18:02:33 +0100
  • 1359577355 add additional tests for static initializers Alexandru-Constantin Bledea 2016-03-17 23:15:54 +0200
  • 06c993b508 correctly decompile interface object fields Alexandru-Constantin Bledea 2016-03-07 18:52:37 +0200
  • d50e8a860e Cleanup (formatting) Roman Shevchenko 2016-03-16 17:34:59 +0100
  • 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. Christopher Carpenter 2016-03-14 02:02:36 -0400
  • f643b1c870 Made ClassReference14Processor static similar to how InitializerProcessor and EnumProcessor are setup. This gets rid of a lot of unnecessary InvocationExprent creation. Christopher Carpenter 2016-03-14 01:55:49 -0400
  • 35569de64f [java-decompiler] build script corrected Roman Shevchenko 2016-03-16 12:20:26 +0100
  • 35259c3e20 Cleanup (formatting) Roman Shevchenko 2016-03-16 11:49:15 +0100
  • 07e1a1e4cf Merge pull request #365 (https://github.com/JetBrains/intellij-community/pull/365) Roman Shevchenko 2016-03-16 11:45:55 +0100
  • 23da5d99d2 Cleanup (I/O ops in java-decompiler) Roman Shevchenko 2016-03-16 11:22:21 +0100
  • 7cf7bec4b6 prevent static field name clashes in local methods Alexandru-Constantin Bledea 2016-03-07 21:00:21 +0200
  • 5795c1d9e0 [tests] test cases added Roman Shevchenko 2016-03-04 15:32:42 +0100
  • cfe1448b2b Cleanup (unneeded anonymous classes) Roman Shevchenko 2016-03-03 13:45:52 +0100
  • df863df9c1 [java decompiler] engine source/target level set to Java 8 Roman Shevchenko 2016-03-03 12:16:46 +0100
  • 876740dd0e decompiler: fixed incorrect method references from single letter classes Egor.Ushakov 2016-03-02 20:44:56 +0300
  • 1b23240c84 decompiler: fixed SOE if referenced method name is the same as current Egor.Ushakov 2016-03-02 17:53:25 +0300
  • cb72744cdb removed misplaced test file Egor.Ushakov 2016-03-02 15:41:33 +0300
  • ba16ca4dfc [java decompiler] engine target level set back to Java 6 Roman Shevchenko 2016-03-01 17:44:22 +0100
  • 4724fd78a6 IDEA-151950 Decompiler doesn't work for classes from JDK 9 - support java 9 string concatenation Egor.Ushakov 2016-03-01 18:04:29 +0300
  • f128515325 IDEA-151950 Decompiler doesn't work for classes from JDK 9 Egor.Ushakov 2016-02-29 16:21:54 +0300
  • ec51c10d08 decompiler: support java 9 bytecode version Egor.Ushakov 2016-02-29 15:31:12 +0300
  • 94851b6cbb Added a TODO regarding IDEA-137253. Christopher Carpenter 2016-02-03 16:30:06 -0500
  • 233a1547a0 [Fernflower] When using -ren=1, make the default renamer rename classes that have names that are reserved by the windows namespace. Christopher Carpenter 2016-02-02 22:40:00 -0500
  • c825dd68ec Cleanup (formatting; minor optimization) Roman Shevchenko 2016-01-27 19:06:07 +0300
  • bfddced4e2 Fixed renaming class elements when using the decompilers -ren=1 option. Fixes issue IDEA-137253 Christopher Carpenter 2016-01-21 01:06:45 -0500
  • 811494ccb2 [java decompiler] "new" expression writer optimization Roman Shevchenko 2015-12-28 16:36:40 +0100
  • a725e5b7b6 Cleanup (java decompiler test optimization) Roman Shevchenko 2015-12-28 15:23:16 +0100
  • 1794156473 [java-decompiler] synthetic inner class constructor parameter filtering (IDEA-147606) Roman Shevchenko 2015-11-11 16:25:11 +0100
  • 45a41684e6 [java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code) Roman Shevchenko 2015-11-10 19:48:44 +0100
  • 26ab681d56 [java-decompiler] cleanup (text rearranging mode dropped) Roman Shevchenko 2015-11-09 20:46:35 +0100
  • 810818e2c3 [java-decompiler] Ant tests in forked VM Roman Shevchenko 2015-09-07 23:04:43 +0300
  • 766fc1390d Decompiler name shadowing resolution Alexandru-Constantin Bledea 2015-09-07 20:44:51 +0300
  • ee740aa056 [java-decompiler] main test method extended to accept companion files Roman Shevchenko 2015-09-07 20:34:28 +0300
  • aab87019ef [java-decompiler] common file comparison method extracted; test data updated Roman Shevchenko 2015-09-07 19:23:12 +0300
  • 9a06c52a8f move hamcrest-library to hamcrest lib Vladimir Krivosheev 2015-08-24 17:51:52 +0200
  • 6a802a6fc9 java-decompiler: NPE fixed Roman Shevchenko 2015-06-29 15:13:05 +0300
  • aa480480e9 Cleanup (formatting; typos) Roman Shevchenko 2015-06-29 14:59:18 +0300
  • debe6cc338 safe delete unused environment + deprecations, part 2 Roman Shevchenko 2015-06-29 13:27:31 +0300
  • e4e72404dc Fixed Fernflower decompiler output for generic nested types (IDEA-141230) Sebastian Zarnekow 2015-06-09 15:34:08 +0300
  • 32d7924fe0 do not use anonymous threads Alexey Kudravtsev 2015-06-05 14:44:27 +0300
  • 022d552b30 IDEA-140321 Wrong current line highlighting when debugging synchronized block in decompiled code Egor.Ushakov 2015-05-18 18:40:38 +0300
  • 44ba5816f2 IDEA-138578 Debugger spuriously jumps to decompiled method signature Egor.Ushakov 2015-04-14 12:31:28 +0300
  • 262d580ccc decompiler: cleanup Egor.Ushakov 2015-03-27 12:56:07 +0300
  • d5e22fe0c9 decompiler: map line number for catch statement Egor.Ushakov 2015-03-26 16:03:22 +0300
  • ca7e2dfa1c decompiler: cleanup - marked const fields final Egor.Ushakov 2015-03-26 15:26:52 +0300
  • 9ec79b5701 decompiler: line mapping for break and continue Egor.Ushakov 2015-03-25 19:52:28 +0300
  • ce31439c20 decompiler: removeLast helper to avoid possible errors Egor.Ushakov 2015-03-25 19:27:51 +0300
  • 5770d25e59 decompiler: create less thrown away objects - pt.2 Egor.Ushakov 2015-03-25 19:12:33 +0300
  • 7e30facd33 decompiler: generate line number matching for return and some other statements Egor.Ushakov 2015-03-25 13:59:04 +0300
  • f3af4dd681 decompiler: create less thrown away objects Egor.Ushakov 2015-03-25 13:54:25 +0300
  • 917c680276 decompiler: better line matching for single block methods Egor.Ushakov 2015-03-25 12:29:06 +0300
  • 500f8b12d8 decompiler: map dummy return line to the method closing bracket Egor.Ushakov 2015-03-24 17:56:33 +0300
  • 07e1d66a53 bundle junit-4.12 Anna Kozlova 2015-03-16 16:38:09 +0100
  • c83182f9c4 IDEA-137256 (non-boolean option handling in console decompiler fixed) Roman Shevchenko 2015-03-10 15:08:32 +0100
  • 302a354720 Hiding synthetic fields (IDEA-132625) Stiver 2015-03-08 08:43:57 +0100
  • 8a2d3c3c9c Performance improvement Stiver 2015-03-04 07:20:13 +0100
  • ae2c64a157 tests for IDEA-135314 Inner classes constructors calls decompiled incorrectly Egor.Ushakov 2015-03-02 21:00:57 +0300
  • 0488e1b937 fixed decompiler tests Egor.Ushakov 2015-03-02 12:16:42 +0300
  • b3962a09ca Extended option 'dc4' to handle inlined class references (mainly Eclipse). See IDEA-135387 for an example. Stiver 2015-03-01 13:51:30 +0100
  • c3b4a23fdb Fixed 'IDEA-135314: Inner classes constructors calls decompiled incorrectly' Stiver 2015-03-01 12:13:04 +0100
  • c082dfba98 java-decompiler: more lambdas Roman Shevchenko 2015-02-18 18:03:56 +0100
  • 2ea3feb527 Cleanup (doc) Roman Shevchenko 2015-02-17 12:55:41 +0100
  • e85e4c8e6e Fixed 'IDEA-132625: IDEA hangs when decompiling a class' Stiver 2015-02-16 08:23:02 +0100