Community
Participate
Working Groups
The Ecore.metamodel.uml needs to be updated to keep up with newly added EInvocationTargetException that corresponds to java.lang.reflect.InvocationTargetException. In addition, the edit and editor plugins require updates resulting from code template updates.
Created attachment 153619 [details] proposed updates
James, I see that you've already committed these changes. The only thing I noticed is that the nested classifiers and primitive types are no longer private. Was that intentional?
(In reply to comment #2) > James, I see that you've already committed these changes. > The only thing I noticed is that the nested classifiers and primitive types are > no longer private. Was that intentional? Yes that was intentional it was a change resulting from [220558] Convert to metamodel action makes too many elements private.
(In reply to comment #3) > Yes that was intentional it was a change resulting from [220558] Convert to > metamodel action makes too many elements private. Right, but see https://bugs.eclipse.org/bugs/show_bug.cgi?id=220558#c3. If we make these things public, we'll need a way to avoid confusion with the primitive types in the UML primitive types library when editing a model via the properties view...
OK for Ecore.metamodel.uml I'll convert the visibility back to public for those items. Thanks for having a look.
(In reply to comment #5) > OK for Ecore.metamodel.uml I'll convert the visibility back to public for > those items. > Thanks for having a look. ... err I mean private.
Resolved Dec 4 2009