Model RealTime 10.0 2016.35

144052: CQPAR00191357 Add main manifest attribute to cmcmdline.jar

Manifest was added to cmcmdline.jar

142833: CORBA reference remained and can not be changed

Problem was fixed by removing Instance Specification containing CORBA type reference since it does not have related attribute in the model.

138180: RFE: Possibility to navigate to dependency provider in diff

- New navigation menu, it contains "Navigate" sub menu and "Show <ElementName>" contribution where <ElementName> is meta class name of changed element. If class can not be defined default "Show Element" command is displayed
- If changed element is Dependency (or Dependency property), additional navigation command "Show Target Element" is presented in the Navigate menu.

136821: CQPAR00162976 - Create problem markers on broken references during load

Model RealTime performs an automatic cleanup when model resources are loaded, so that elements that contain this kind of broken references are deleted. Because of this parts of an inherited state machine, or even the entire state machine, may be implicitly deleted when a model is loaded.
If automatic deletion of a model element takes place with this improvement you will see a printout in the Console view (and this view gets focus to draw your attention to the problem). Here are examples:
"The element <fully qualified name> has been temporarily deleted because the parent element <URI> could not be found."
"Element <fully qualified name> has been deleted because its redefinition context does not validate redefinition <URI>."
After all reports information with the web link to wiki page is provided. In case if running in batch mode system output stream is used for logging.
If user prefers to disable automatic deletion, he should uncheck preference "UML Development - Real Time - Resource Resolution - Broken references auto-cleanup". At this case, he will see problem markers created for each broken reference. User should manually correct found references befor starting to work with loaded models.

106652: Adding tilde to operation name via context menu edit changes visibility to package

New preference "Windows ->Preferences -> UML Development -> Real Time -> Textual Syntax " has been added to define syntax which will be used when parsing operation signatures (in different views and editors). Under this preference functionality to ignore visibility settings and interpreted ~ as destructor was added. Support for whole C++ syntax will be implemented as part of other work items.

104920: RFE: Provided navigation to parent from inherited values in the Transformation Configuration

The new context menu command 'Navigate to Inherited Value' has been added to the transformation configuration editor. It is enabled in case of property is inherited from some base transformation configuration. When executed it opens the related transformation configuration editor and highlights the property value if possible.

102839: Endless loop when following reload instructions

Reload model dialog has been re-designed. Radio buttons has been introduced allowing to select an action to do. Explanation texts were added too. No additional dialogs appear anymore.