summaryrefslogtreecommitdiffstats
path: root/src/de
Commit message (Expand)AuthorAgeLines
* escape non-printable Unicode characters in literalsRoman Shevchenko2014-06-27-7/+12
* "ascii" option documented and used for both string and character literalsRoman Shevchenko2014-06-26-6/+7
* null check addedRoman Shevchenko2014-06-26-32/+12
* better filtering of synthetic inner classesRoman Shevchenko2014-06-26-5/+6
* minor optimization (o == this in equals)Roman Shevchenko2014-06-25-234/+173
* 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
* removed spurious warning about 'Heavily obfuscated exception ranges' inStiver2014-06-11-1/+1
* fixed IndexOutOfBoundsException when decompilingStiver2014-06-01-1/+2
* adjustable indentationRoman Shevchenko2014-05-30-7/+11
* NPE fixedRoman Shevchenko2014-05-29-1/+1
* - fixed the IndexOutOfBoundsException exception when decompilingStiver2014-05-29-15/+46
* accept inonsistent anonymous classes (with warning)Roman Shevchenko2014-05-28-1/+1
* class literals in annotation attributes supportedRoman Shevchenko2014-05-28-2/+19
* option to pass numeric literals undecodedRoman Shevchenko2014-05-28-9/+35
* 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-10/+10
* deprecation comments generation changed once againRoman Shevchenko2014-05-26-45/+14
* "Deprecated" attribute recognizedRoman Shevchenko2014-05-26-1/+2
* "Synthetic" attribute recognizedRoman Shevchenko2014-05-24-3/+5
* natural enum formatting (injected constructor parameters omitted)Roman Shevchenko2014-05-24-42/+52
* leading "extends Object" omitted for type parametersRoman Shevchenko2014-05-21-8/+8
* incorrect line separator trimming fixedRoman Shevchenko2014-05-20-1/+1
* 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
* project cleanupRoman Shevchenko2014-05-19-2/+0
* 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-61/+622
* - method attribute 'default' (Java 8)Stiver2014-03-13-301/+419
* Annotation parsing (Java 8)Stiver2014-03-06-10/+288
* testing git...Stiver2014-03-04-14/+0
* initial commitStiver2014-03-04-0/+41709