Comments
This commit is contained in:
parent
dc6e1573b1
commit
7f5360c28d
|
@ -54,7 +54,10 @@ public class ASMifierGenerator extends AbstractDecompiler
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
//create writer
|
||||||
StringWriter writer = new StringWriter();
|
StringWriter writer = new StringWriter();
|
||||||
|
|
||||||
|
//initialize ASMifier & parse class-file
|
||||||
cn.accept(new TraceClassVisitor(null, new ASMifier(), new PrintWriter(writer)));
|
cn.accept(new TraceClassVisitor(null, new ASMifier(), new PrintWriter(writer)));
|
||||||
|
|
||||||
//handle simulated errors
|
//handle simulated errors
|
||||||
|
|
Loading…
Reference in New Issue
Block a user