/* 1228 */ if ((Modifier.isStatic(mod)) && (Modifier.isFinal(mod)))
/* */ try {
/* 1230 */ ConstPool cp = getClassFile2().getConstPool();
/* 1231 */ int index = init.getConstantValue(cp, f.getType());
/* 1232 */ if (index != 0) {
/* 1233 */ f.getFieldInfo2().addAttribute(new ConstantAttribute(cp, index));
/* 1234 */ init = null;
/* */ }
/* */ }
/* */ catch (NotFoundException e) {
/* */ }