275276277278279280281282283284285
IAttributeMapper mapper = null; if (stateClone.getAttributeMapper() == null) { mapper = new AttributeMapper(); mapper.createNew(stateClone); stateClone.setAttributeMapper(mapper); } else { mapper = stateClone.getAttributeMapper(); }