|
|
@ -18,7 +18,7 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
package jode.flow; |
|
|
|
package jode.flow; |
|
|
|
import jode.Decompiler; |
|
|
|
import jode.GlobalOptions; |
|
|
|
import jode.expr.*; |
|
|
|
import jode.expr.*; |
|
|
|
import jode.type.Type; |
|
|
|
import jode.type.Type; |
|
|
|
|
|
|
|
|
|
|
@ -92,8 +92,8 @@ public class CreateConstantArray { |
|
|
|
if (arraylength <= index) |
|
|
|
if (arraylength <= index) |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
|
|
|
|
|
|
|
|
if (Decompiler.isVerbose) |
|
|
|
if (GlobalOptions.verboseLevel > 0) |
|
|
|
Decompiler.err.print('a'); |
|
|
|
GlobalOptions.err.print('a'); |
|
|
|
|
|
|
|
|
|
|
|
ConstantArrayOperator cao |
|
|
|
ConstantArrayOperator cao |
|
|
|
= new ConstantArrayOperator(newArrayOp.getType(), |
|
|
|
= new ConstantArrayOperator(newArrayOp.getType(), |
|
|
|