summaryrefslogtreecommitdiffstats
path: root/src/org/jetbrains/java/decompiler/main/ClassWriter.java
Commit message (Collapse)AuthorAgeLines
* Fix lambda param namesmd_52017-11-29-1/+7
|
* fixed incorrect constructor method referencemd_52017-10-28-1/+1
|
* Mavenized and fixed formatting to match jacobeformattingThinkofdeath2014-12-11-12/+41
|
* Spigot Changesmd_52014-10-25-11/+22
|
* java-decompiler: minor optimizationRoman Shevchenko2014-10-08-4/+3
|
* calculate less indent buffersEgor.Ushakov2014-10-07-31/+23
|
* decompiler: move generated lines as it is stated in debug line table ↵Egor.Ushakov2014-10-07-13/+24
| | | | (disabled for now)
* Fixed some errors in line countingStiver2014-10-07-5/+8
|
* Propagated bytecode-to-source tracerStiver2014-10-06-6/+24
|
* Started work on mapping bytecode instructions to source code linesStiver2014-10-01-15/+27
|
* IDEA-129221 (tolerate invalid signature attributes)Roman Shevchenko2014-09-12-6/+8
|
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-07-1/+1
| | | | | | | | | - 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 (less string buffer allocations on generating ↵Roman Shevchenko2014-09-04-775/+634
| | | | text)
* java-decompiler: cleanupsRoman Shevchenko2014-09-03-3/+3
| | | | | | | - better signatures - accurate suppression - unused symbols - typos
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-03-36/+26
| | | | | | | | - 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-6/+6
|
* java-decompiler: post-import cleanup (common fixes and optimizations)Roman Shevchenko2014-08-29-4/+4
|
* java-decompiler: post-import cleanup (code style issues)Roman Shevchenko2014-08-29-2/+0
|
* java-decompiler: post-import cleanup (formatting and copyright)Roman Shevchenko2014-08-28-1065/+1096
|
* java-decompiler: post-import cleanup (classes moved)Roman Shevchenko2014-08-28-0/+1107