summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/main
Commit message (Expand)AuthorAgeLines
* java-decompiler: post-import cleanup (classes moved)Roman Shevchenko2014-08-28-6117/+0
* java-decompiler: post-import cleanup (root package renamed)Roman Shevchenko2014-08-28-312/+312
* Fixed wrong order of static initializations (probably part of IDEA-127465)Stiver2014-08-17-6/+11
* Fixed 'IDEA-128676: Initializer in a nested class disappears'Stiver2014-08-15-1/+3
* Fixed 'IDEA-127301: NPE in decompiler' - a couple of issues with lambda proce...Stiver2014-07-28-18/+31
* IDEA-127301: handling of static method referencesStiver2014-07-23-185/+215
* Handling of certain loop types in a finally blockStiver2014-07-08-14/+15
* check for code presenceRoman Shevchenko2014-07-03-2/+1
* context cleaningRoman Shevchenko2014-07-03-4/+12
* "ascii" option documented and used for both string and character literalsRoman Shevchenko2014-06-26-1/+2
* better filtering of synthetic inner classesRoman Shevchenko2014-06-26-5/+6
* minor optimization (o == this in equals)Roman Shevchenko2014-06-25-7/+5
* repeatable nameless class namesRoman Shevchenko2014-06-25-10/+14
* false signatures consistency warning on enumsRoman Shevchenko2014-06-25-18/+21
* minor cleanupRoman Shevchenko2014-06-24-6/+6
* minor optimizationRoman Shevchenko2014-06-24-1/+1
* writing line separators fixedRoman Shevchenko2014-06-23-47/+51
* interface class renamedRoman Shevchenko2014-06-20-4/+4
* adjustable indentationRoman Shevchenko2014-05-30-3/+5
* NPE fixedRoman Shevchenko2014-05-29-1/+1
* - fixed the IndexOutOfBoundsException exception when decompilingStiver2014-05-29-9/+10
* accept inonsistent anonymous classes (with warning)Roman Shevchenko2014-05-28-1/+1
* option to pass numeric literals undecodedRoman Shevchenko2014-05-28-2/+3
* method parameter annotations fixedRoman Shevchenko2014-05-27-2/+2
* logging reworkedRoman Shevchenko2014-05-26-37/+15
* single "extends Object" omitted for type parameters (ultimate fix)Roman Shevchenko2014-05-26-8/+8
* deprecation comments generation changed once againRoman Shevchenko2014-05-26-45/+14
* natural enum formatting (injected constructor parameters omitted)Roman Shevchenko2014-05-24-5/+7
* leading "extends Object" omitted for type parametersRoman Shevchenko2014-05-21-8/+8
* order of inner classes preservedRoman Shevchenko2014-05-20-2/+8
* single "extends Object" omitted for type parametersRoman Shevchenko2014-05-20-12/+18
* deprecation comments generation fixedRoman Shevchenko2014-05-19-66/+69
* content supplying method exposedRoman Shevchenko2014-05-19-2/+8
* updating readme with new optionsStiver2014-04-01-0/+2
* resolving naming conflicts with local variables used in lambdaStiver2014-03-27-37/+66
* lambda expressions (Java 8)Stiver2014-03-26-25/+464
* - method attribute 'default' (Java 8)Stiver2014-03-13-9/+17
* initial commitStiver2014-03-04-0/+5596