Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | -20/+22 |
| | ||||
* | java-decompiler: NPE in test fixture; diagnostic | Roman Shevchenko | 2014-09-12 | -2/+4 |
| | ||||
* | IDEA-128685 (test added) | Roman Shevchenko | 2014-09-12 | -0/+1 |
| | ||||
* | IDEA-128676 (test added) | Roman Shevchenko | 2014-09-11 | -0/+1 |
| | ||||
* | Cleanup (test) | Roman Shevchenko | 2014-09-09 | -8/+23 |
| | ||||
* | java-decompiler: bulk decompilation test added | Roman Shevchenko | 2014-09-07 | -45/+205 |
| | ||||
* | java-decompiler: fixes and cleanups | Roman Shevchenko | 2014-09-07 | -2/+2 |
| | | | | | | | | | - 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 | -0/+1 |
| | ||||
* | java-decompiler: optimization (less string buffer allocations on generating ↵ | Roman Shevchenko | 2014-09-04 | -5/+8 |
| | | | | text) | |||
* | java-decompiler: hide synthetic field assignment | Roman Shevchenko | 2014-09-03 | -1/+1 |
| | ||||
* | java-decompiler: fixes and cleanups | Roman Shevchenko | 2014-09-03 | -0/+2 |
| | | | | | | | | - unified attribute loading code - common methods for checking member flags - verifying skip() - correct resource closing - typos | |||
* | java-decompiler: tests moved | Roman Shevchenko | 2014-09-01 | -9/+21 |
| | ||||
* | java-decompiler: post-import cleanup (typos) | Roman Shevchenko | 2014-09-01 | -1/+1 |
| | ||||
* | java-decompiler: post-import cleanup (tests reorganized) | Roman Shevchenko | 2014-09-01 | -580/+124 |
| | ||||
* | java-decompiler: post-import cleanup (unneeded files dropped) | Roman Shevchenko | 2014-08-28 | -1632/+0 |
| | ||||
* | Unit tests updated | Stiver | 2014-08-20 | -0/+18 |
| | ||||
* | Unit tests updated | Stiver | 2014-08-17 | -0/+46 |
| | ||||
* | Fixed ' IDEA-128685: Incorrectly typed assignment expression' | Stiver | 2014-08-16 | -0/+26 |
| | ||||
* | Unit tests updated | Stiver | 2014-08-13 | -7/+120 |
| | ||||
* | A couple of unit tests | Stiver | 2014-08-09 | -0/+357 |
| | ||||
* | - fixed the IndexOutOfBoundsException exception when decompiling | Stiver | 2014-05-29 | -0/+4 |
| | | | | | | FastStringBuffer - fixed typo in LITERALS_AS_IS definition - some helper stuff | |||
* | project cleanup | Roman Shevchenko | 2014-05-19 | -0/+1648 |
- test classes (src/test/*) moved to separate root - stray .class files dropped - binary files (bin/, dist/full/, dist/obfuscated/) excluded from the repo - .classpath and .gitignore updated accordingly - invalid import statements removed |