check if the field is in this class

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@282 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent ba81e2e464
commit 421bdfe8ca
  1. 2
      jode/jode/flow/TransformConstructors.java

@ -110,7 +110,7 @@ public class TransformConstructors {
.getSubExpressions()[isStatic ? 0 : 1];
if (!expr.isConstant()) {
if (!pfo.isThis() || !expr.isConstant()) {
// Decompiler.err.println("not constant: "+expr);
break big_loop;
}

Loading…
Cancel
Save