create .class field

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@269 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent c4369af063
commit 647a7ca24e
  1. 3
      jode/jode/flow/IfThenElseBlock.java

@ -153,6 +153,7 @@ public class IfThenElseBlock extends StructuredBlock {
public boolean doTransformations() {
StructuredBlock last = flowBlock.lastModified;
return CreateCheckNull.transformJikes(this, last);
return CreateCheckNull.transformJikes(this, last)
|| CreateClassField.transform(this,last);
}
}

Loading…
Cancel
Save