Roman Shevchenko
|
f40b96ebcf
|
[java decompiler] minor refactoring + cleanup (duplicates; dependencies; test data layout; typos; formatting)
GitOrigin-RevId: 3589e4d8f2dfa8a5096fcf49070bc65ba6734482
|
4 years ago |
Egor Ushakov
|
2c2b00b369
|
cleanup: remove redundant casts
|
6 years ago |
Egor Ushakov
|
290eae5218
|
cleanup: use typed attribute keys
|
6 years ago |
Roman Shevchenko
|
29de7ad72e
|
[java decompiler] cleanup (dead code; optimizations; warnings)
|
7 years ago |
Roman Shevchenko
|
7521c17aba
|
[java decompiler] updates copyright comment
|
7 years ago |
Egor.Ushakov
|
2fab291fe1
|
minor cleanup: avoid creating empty arrays and unneeded boxing
|
8 years ago |
Egor.Ushakov
|
7041accfe9
|
reduced memory usage - use HashMap for attributes
|
8 years ago |
Anna.Kozlova
|
947fae191f
|
explicit types to diamonds
|
8 years ago |
Egor.Ushakov
|
7628ddfd2c
|
toString impls for debug
|
9 years ago |
Roman Shevchenko
|
b96586cc2f
|
[java-decompiler] utility classes reorganized
|
9 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
|
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
|
f5431c3bb1
|
java-decompiler: post-import cleanup (common fixes and optimizations)
|
10 years ago |
Roman Shevchenko
|
84ea54eb1e
|
java-decompiler: post-import cleanup (code style issues)
|
10 years ago |
Roman Shevchenko
|
076e4393f2
|
java-decompiler: post-import cleanup (formatting and copyright)
|
10 years ago |
Roman Shevchenko
|
663631f045
|
java-decompiler: post-import cleanup (classes moved)
|
10 years ago |
Roman Shevchenko
|
f864084061
|
java-decompiler: post-import cleanup (root package renamed)
|
10 years ago |
Stiver
|
96379678e6
|
- method attribute 'default' (Java 8)
- instruction 'invokedynamic' (Java 7)
- bugfixing
|
11 years ago |
Stiver
|
e2d0f5d9c3
|
initial commit
|
11 years ago |