Roman Shevchenko
7a8097321f
java-decompiler: bulk decompilation test added
10 years ago
Roman Shevchenko
ff382a6fdf
java-decompiler: fixes and cleanups
...
- 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
10 years ago
Roman Shevchenko
4e79d160ca
java-decompiler: code attributes reading restored
10 years ago
Roman Shevchenko
1cea85e49a
java-decompiler: optimization (less string buffer allocations on generating text)
10 years ago
Roman Shevchenko
646f1c3f21
java-decompiler: hide synthetic field assignment
10 years ago
Roman Shevchenko
2df49d32a7
java-decompiler: fixes and cleanups
...
- unified attribute loading code
- common methods for checking member flags
- verifying skip()
- correct resource closing
- typos
10 years ago
Roman Shevchenko
e629738a46
java-decompiler: tests moved
10 years ago
Roman Shevchenko
984af2e7d0
java-decompiler: post-import cleanup (typos)
10 years ago
Roman Shevchenko
3854b67daa
java-decompiler: post-import cleanup (tests reorganized)
10 years ago
Roman Shevchenko
270a3f6e22
java-decompiler: post-import cleanup (unneeded files dropped)
10 years ago
Stiver
b3705cf400
Unit tests updated
10 years ago
Stiver
7492715abf
Unit tests updated
10 years ago
Stiver
929056d727
Fixed ' IDEA-128685: Incorrectly typed assignment expression'
10 years ago
Stiver
887c093afd
Unit tests updated
10 years ago
Stiver
70bf7f3f69
A couple of unit tests
10 years ago
Stiver
c286d42c5b
- fixed the IndexOutOfBoundsException exception when decompiling
...
FastStringBuffer
- fixed typo in LITERALS_AS_IS definition
- some helper stuff
11 years ago
Roman Shevchenko
78ef309b3e
project cleanup
...
- 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
11 years ago