Stiver
22ceacc969
Unit test
10 years ago
Roman Shevchenko
6889e7435a
EA-41231 (omit synthetic inner class constructor parameter)
10 years ago
Roman Shevchenko
848c420977
java-decompiler: line numbers matching test
10 years ago
Roman Shevchenko
ce2169f372
java-decompiler: base class extracted to allow decompiler customization in tests
10 years ago
Roman Shevchenko
512a08c13e
tests: decompiler test data lookup fixed for particular build configuration
10 years ago
Roman Shevchenko
e1d1425f22
java-decompiler: fix for broken Git checkout on Windows
10 years ago
Roman Shevchenko
e90f1de039
IDEA-129221 (tolerate invalid signature attributes)
10 years ago
Roman Shevchenko
69dc786510
java-decompiler: NPE in test fixture; diagnostic
10 years ago
Roman Shevchenko
e74977d467
IDEA-128685 (test added)
10 years ago
Roman Shevchenko
95cd67883e
IDEA-128676 (test added)
10 years ago
Roman Shevchenko
ccd7b93497
Cleanup (test)
10 years ago
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