EA-38471 - PCE: ProgressIndicatorBase.checkCanceled

This commit is contained in:
Dmitry Avdeev
2012-08-22 15:23:31 +04:00
parent 22ec5389ba
commit 7ea8f0894f
@@ -91,6 +91,10 @@ public class CollectionElementInvocationHandler extends DomInvocationHandler<Abs
@Override
public int hashCode() {
ElementStub stub = getStub();
if (stub != null) {
return stub.getName().hashCode() + stub.id;
}
final XmlElement element = getXmlElement();
return element == null ? super.hashCode() : element.hashCode();
}