GlobalOptions.

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@683 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent e2061d9d3c
commit 097068f315
  1. 6
      jode/jode/flow/CreateConstantArray.java

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

Loading…
Cancel
Save