Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Format via embedded eclipse formatter & add determinerHEADmaster | md_5 | 2018-07-14 | -1/+78 |
| | ||||
* | fixed lambda parameter names already used in the context | Egor.Ushakov | 2018-06-25 | -10/+17 |
| | | | | | | | | # 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 | |||
* | Fix lambda param names | md_5 | 2017-11-29 | -1/+7 |
| | ||||
* | fixed incorrect constructor method reference | md_5 | 2017-10-28 | -1/+1 |
| | ||||
* | More lambda fixes | md_5 | 2017-08-03 | -47/+14 |
| | ||||
* | Some decompilation fixes regarding lambdas | md_5 | 2017-05-14 | -1/+5 |
| | ||||
* | Add odouble / ofloat variable switches. | md_5 | 2016-10-21 | -0/+6 |
| | ||||
* | Import "Enhance switches on enums." from LexManos / MinecraftForge | Lex Manos | 2016-10-21 | -2/+182 |
| | ||||
* | Fix support for some non-english locales (tr_TR) | md_5 | 2016-06-21 | -1/+2 |
| | ||||
* | Fix issues with generics with generics | Thinkofdeath | 2015-02-25 | -1/+1 |
| | ||||
* | Fix innerclass and generics breaking variable names | Thinkofdeath | 2015-02-24 | -0/+5 |
| | ||||
* | Mavenized and fixed formatting to match jacobeformatting | Thinkofdeath | 2014-12-11 | -49/+260 |
| | ||||
* | Spigot Changes | md_5 | 2014-10-25 | -34/+255 |
| | ||||
* | java-decompiler: test classes recompiled to match source line numbers | Roman Shevchenko | 2014-10-09 | -0/+0 |
| | ||||
* | java-decompiler: base class extracted to allow decompiler customization in tests | Roman Shevchenko | 2014-10-09 | -84/+113 |
| | ||||
* | java-decompiler: minor optimization | Roman Shevchenko | 2014-10-08 | -5/+16 |
| | ||||
* | cleanup after review - use option for decompiler banner text | Egor.Ushakov | 2014-10-08 | -15/+14 |
| | ||||
* | java-decompiler: class name logging on non-fatal errors | Roman Shevchenko | 2014-10-08 | -16/+42 |
| | ||||
* | Cleanup (formatting) | Roman Shevchenko | 2014-10-07 | -29/+22 |
| | ||||
* | calculate less indent buffers | Egor.Ushakov | 2014-10-07 | -53/+48 |
| | ||||
* | decompiler: move generated lines as it is stated in debug line table ↵ | Egor.Ushakov | 2014-10-07 | -40/+231 |
| | | | | (disabled for now) | |||
* | Fixed some errors in line counting | Stiver | 2014-10-07 | -52/+77 |
| | ||||
* | java-decompiler: minor optimization (no more empty array creation) | Roman Shevchenko | 2014-10-06 | -6/+10 |
| | ||||
* | java-decompiler: minor optimization | Roman Shevchenko | 2014-10-06 | -2/+4 |
| | ||||
* | Cleanup (formatting) | Roman Shevchenko | 2014-10-06 | -1/+1 |
| | ||||
* | java-decompiler: modules reorganized | Roman Shevchenko | 2014-10-06 | -0/+13 |
| | ||||
* | java-decompiler: unwanted dependency dropped | Roman Shevchenko | 2014-10-06 | -18/+12 |
| | ||||
* | Propagated bytecode-to-source tracer | Stiver | 2014-10-06 | -37/+142 |
| | ||||
* | decompiler: support line number table attribute | Egor Ushakov | 2014-10-05 | -0/+73 |
| | ||||
* | tests: decompiler test data lookup fixed for particular build configuration | Roman Shevchenko | 2014-10-02 | -0/+2 |
| | ||||
* | Started work on mapping bytecode instructions to source code lines | Stiver | 2014-10-01 | -153/+375 |
| | ||||
* | Cleanup (loop invariant optimization; formatting) | Roman Shevchenko | 2014-09-29 | -12/+10 |
| | ||||
* | IDEA-130478 (optimization of 6fcac6a5: less short-lived objects) | Roman Shevchenko | 2014-09-29 | -15/+13 |
| | ||||
* | Fixing migration errors: refactoring of processStatementLabel() reverted as ↵ | Stiver | 2014-09-28 | -13/+19 |
| | | | | it introduced incorrect logic changes | |||
* | Fixing migration errors: stream.read() doesn't read the entire available ↵ | Stiver | 2014-09-28 | -5/+12 |
| | | | | stream. It has to be called in a loop or replaced with readFully(). | |||
* | EA-60512 (better logging) | Roman Shevchenko | 2014-09-16 | -11/+1 |
| | ||||
* | java-decompiler: fix for broken Git checkout on Windows | Roman Shevchenko | 2014-09-12 | -16/+10 |
| | ||||
* | IDEA-129221 (tolerate invalid signature attributes) | Roman Shevchenko | 2014-09-12 | -76/+122 |
| | ||||
* | java-decompiler: force decompiled test data to be text files | Roman Shevchenko | 2014-09-12 | -0/+1 |
| | ||||
* | java-decompiler: NPE in test fixture; diagnostic | Roman Shevchenko | 2014-09-12 | -2/+4 |
| | ||||
* | IDEA-128685 (test added) | Roman Shevchenko | 2014-09-12 | -0/+44 |
| | ||||
* | IDEA-128676 (test added) | Roman Shevchenko | 2014-09-11 | -0/+40 |
| | ||||
* | Cleanup (test) | Roman Shevchenko | 2014-09-09 | -8/+23 |
| | ||||
* | IDEA-127466 (test added) | Roman Shevchenko | 2014-09-07 | -6/+4 |
| | ||||
* | java-decompiler: bulk decompilation test added | Roman Shevchenko | 2014-09-07 | -50/+216 |
| | ||||
* | java-decompiler: fixes and cleanups | Roman Shevchenko | 2014-09-07 | -672/+482 |
| | | | | | | | | | - 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: code attributes reading restored | Roman Shevchenko | 2014-09-04 | -6/+49 |
| | ||||
* | java-decompiler: optimization (empty lists allocation avoided) | Roman Shevchenko | 2014-09-04 | -356/+358 |
| | ||||
* | java-decompiler: optimization (less string buffer allocations on generating ↵ | Roman Shevchenko | 2014-09-04 | -935/+715 |
| | | | | text) | |||
* | java-decompiler: cleanups | Roman Shevchenko | 2014-09-03 | -86/+68 |
| | | | | | | | - better signatures - accurate suppression - unused symbols - typos |