summaryrefslogtreecommitdiffstats
path: root/src/org/jetbrains/java/decompiler/main/ClassesProcessor.java
Commit message (Collapse)AuthorAgeLines
* java-decompiler: class name logging on non-fatal errorsRoman Shevchenko2014-10-08-0/+2
|
* Cleanup (formatting)Roman Shevchenko2014-10-07-17/+11
|
* decompiler: move generated lines as it is stated in debug line table ↵Egor.Ushakov2014-10-07-2/+2
| | | | (disabled for now)
* Fixed some errors in line countingStiver2014-10-07-1/+2
|
* java-decompiler: minor optimizationRoman Shevchenko2014-10-06-1/+3
|
* Propagated bytecode-to-source tracerStiver2014-10-06-2/+10
|
* Started work on mapping bytecode instructions to source code linesStiver2014-10-01-0/+7
|
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-07-3/+4
| | | | | | | | | - 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: optimization (empty lists allocation avoided)Roman Shevchenko2014-09-04-5/+5
|
* java-decompiler: optimization (less string buffer allocations on generating ↵Roman Shevchenko2014-09-04-39/+30
| | | | text)
* java-decompiler: cleanupsRoman Shevchenko2014-09-03-10/+10
| | | | | | | - better signatures - accurate suppression - unused symbols - typos
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-03-6/+3
| | | | | | | | - unified attribute loading code - common methods for checking member flags - verifying skip() - correct resource closing - typos
* java-decompiler: post-import cleanup (typos)Roman Shevchenko2014-09-01-5/+5
|
* java-decompiler: post-import cleanup (obsolete copyright option dropped)Roman Shevchenko2014-08-31-13/+0
|
* java-decompiler: post-import cleanup (common fixes and optimizations)Roman Shevchenko2014-08-29-7/+5
|
* java-decompiler: post-import cleanup (formatting and copyright)Roman Shevchenko2014-08-28-413/+421
|
* java-decompiler: post-import cleanup (classes moved)Roman Shevchenko2014-08-28-0/+449