We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the contents of a normal resource are copied to a persistent one, using the following code:
targetResource.getContents().addAll(sourceResource.getContents());
The contents remain in both contents, causing inconsistency. It seems that the handshake is not treated correctly.
The text was updated successfully, but these errors were encountered:
Need to check the behavior of XMI resources xmiResource.getContents().addAll(sourceXMIResource.getContents());
xmiResource.getContents().addAll(sourceXMIResource.getContents());
The links should be removed, but we need to be sure about that.
Sorry, something went wrong.
Should be put in the tutorial / wiki (see #66)
fix issues #62 & #61: improve resource unloading & attachment
c253e64
add tests for issue #62
0978072
A call to EcoreUtil#copyAll is no longer necessary
EcoreUtil#copyAll
No branches or pull requests
When the contents of a normal resource are copied to a persistent one, using the following code:
The contents remain in both contents, causing inconsistency. It seems that the handshake is not treated correctly.
The text was updated successfully, but these errors were encountered: