DomInvocationHandler#copyFrom with values affected by DomReferenceInjector (IDEA-139833 Spring Move bean refactoring...)

This commit is contained in:
sergey.vasiliev
2017-04-25 09:15:22 +02:00
parent e6fce876b3
commit 577c743943

View File

@@ -168,7 +168,7 @@ public abstract class DomInvocationHandler<T extends AbstractDomChildDescription
final DomGenericInfoEx genericInfo = otherInvocationHandler.getGenericInfo();
for (final AttributeChildDescriptionImpl description : genericInfo.getAttributeChildrenDescriptions()) {
description.getDomAttributeValue(this).setStringValue(description.getDomAttributeValue(other).getStringValue());
description.getDomAttributeValue(this).setStringValue(description.getDomAttributeValue(other).getRawText());
}
for (final DomFixedChildDescription description : genericInfo.getFixedChildrenDescriptions()) {
final List<? extends DomElement> list = description.getValues(getProxy());