Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 220 forks source link

StringBuilder sugaring #96

Open Janmm14 opened 8 years ago

Janmm14 commented 8 years ago

It would be nice if you could add a StringBuilder to String concenation transformer as it makes the code mich more readable. In case the first two appends are no Strings, either cast them or add an empty String before ("" +).

Storyyeller commented 8 years ago

Sorry, but I barely ever have time to work on Krakatau nowadays, and there's tons of more important features that I'd want to get done before I consider this.