Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
bfb5295f
Commit
bfb5295f
authored
Aug 06, 2014
by
Dongyue Mou
Browse files
RED with review comments
refs 2075
parent
02be09b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component/trunk/src/org/fortiss/af3/component/model/impl/ComponentRefStaticImpl.java
View file @
bfb5295f
...
...
@@ -106,6 +106,9 @@ class ComponentRefStaticImpl {
componentRef
.
getLibraryElementShadow
().
eIsProxy
())
{
InternalEObject
oldLibraryElementShadow
=
(
InternalEObject
)
componentRef
.
getLibraryElementShadow
();
// TODO (Moudy) setlibraryelementshadow is a modification and may trigger exception if
// outside command stack
componentRef
.
setLibraryElementShadow
(
componentRef
.
eResolveProxy
(
oldLibraryElementShadow
));
if
(
componentRef
.
getLibraryElementShadow
()
!=
oldLibraryElementShadow
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment