summaryrefslogtreecommitdiffstats
path: root/src/org/jetbrains/java/decompiler/modules
Commit message (Collapse)AuthorAgeLines
* fixed lambda parameter names already used in the contextEgor.Ushakov2018-06-25-0/+4
| | | | | | | | # Conflicts: # src/org/jetbrains/java/decompiler/main/collectors/VarNamesCollector.java # src/org/jetbrains/java/decompiler/main/rels/NestedClassProcessor.java # src/org/jetbrains/java/decompiler/modules/decompiler/vars/VarProcessor.java # test/org/jetbrains/java/decompiler/SingleClassesTest.java
* More lambda fixesmd_52017-08-03-33/+2
|
* Some decompilation fixes regarding lambdasmd_52017-05-14-0/+1
|
* Import "Enhance switches on enums." from LexManos / MinecraftForgeLex Manos2016-10-21-2/+52
|
* Mavenized and fixed formatting to match jacobeformattingThinkofdeath2014-12-11-35/+158
|
* Spigot Changesmd_52014-10-25-20/+70
|
* Cleanup (formatting)Roman Shevchenko2014-10-07-6/+5
|
* decompiler: move generated lines as it is stated in debug line table ↵Egor.Ushakov2014-10-07-11/+17
| | | | (disabled for now)
* Fixed some errors in line countingStiver2014-10-07-41/+45
|
* Propagated bytecode-to-source tracerStiver2014-10-06-3/+32
|
* Started work on mapping bytecode instructions to source code linesStiver2014-10-01-138/+226
|
* Cleanup (loop invariant optimization; formatting)Roman Shevchenko2014-09-29-12/+10
|
* Fixing migration errors: refactoring of processStatementLabel() reverted as ↵Stiver2014-09-28-13/+19
| | | | it introduced incorrect logic changes
* EA-60512 (better logging)Roman Shevchenko2014-09-16-11/+1
|
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-07-6/+7
| | | | | | | | | - console decompiler: resource closing, lookup instead of scan, error reporting - logger interface reworked - saver interface renamed - bytecode provider returns byte array (to reduce stream leakage) - extra level of context unit avoided - unneeded exceptions, dead code, formatting
* java-decompiler: optimization (empty lists allocation avoided)Roman Shevchenko2014-09-04-2/+1
|
* java-decompiler: optimization (less string buffer allocations on generating ↵Roman Shevchenko2014-09-04-52/+15
| | | | text)
* java-decompiler: cleanupsRoman Shevchenko2014-09-03-1/+1
| | | | | | | - better signatures - accurate suppression - unused symbols - typos
* java-decompiler: hide synthetic field assignmentRoman Shevchenko2014-09-03-8/+14
|
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-03-45/+37
| | | | | | | | - unified attribute loading code - common methods for checking member flags - verifying skip() - correct resource closing - typos
* java-decompiler: post-import cleanup (typos)Roman Shevchenko2014-09-01-50/+50
|
* java-decompiler: post-import cleanup (common fixes and optimizations)Roman Shevchenko2014-08-29-258/+257
|
* java-decompiler: post-import cleanup (code style issues)Roman Shevchenko2014-08-29-89/+75
|
* java-decompiler: post-import cleanup (formatting and copyright)Roman Shevchenko2014-08-28-20191/+20505
|
* java-decompiler: post-import cleanup (classes moved)Roman Shevchenko2014-08-28-0/+21650