mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
DomInvocationHandler#copyFrom with values affected by DomReferenceInjector (IDEA-139833 Spring Move bean refactoring...)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user