Releases:
- v1.3.0
- Improved process to resolve unloaded references and added an option to ignore this process.
- Supports some old Rhapsody data structures or references.
- Supports now derived feature
allTags
, however remains some limitations for Flow
meta-elements.
- v1.2.1
- Improved RPY parser, post-processes performances, optimized memory consuption.
- v1.1.1
- Exception while tracing reader parsing in debug log level.
- Root State in a Statechart could be be computed during containment tree parsing.
- v1.0.4
- Fixed read-only feature post-process for element
Operation
.
- v1.0.3
- Fixed missing references in feature
nestedClassifiers
.
- Improve parsing process limiting the scope to the resources related to the current
.rpy
file.
- Remove several elements
Project
outside of the scope of the current model.
- Fixed several reference features with the resources parsing scope improvement.
- Fixed several
derived
value features with the resources parsing scope improvement.
- Improved visibility of unresolved elements in reference features.
- v1.0.2
- Fixed infinite loop during the
fullPathName
derived feature computation.
- Fixed some unresolved resources in Rhapsody profiles and samples that could occur for some models of users.
- Removed the duplicate loaded resources, due to confusion in letter case, to the DOS short path syntax and some relative paths.
- Connector can be customized using special System Properties see this page.
- Eclipse console can now be redirected to a log file, see this paragraph.
- v1.0.1
- Support new resource files .CLS
- Load files .RPY referenced in some resources
- Feature
language
is filled for all elements if
resources provide the language, or forced with current language
mentioned in the initial RPY file.
- Changed log level to
warning
for some
recurring errors "Duplicate reference"
.
- Support references in resource file
$OMROOT\Properties\PredefinedTypes.sbs
- Support old models where path of referenced resource files
in
Share
folder are hard-coded instead of using
variable $OMROOT
- Improved referenced resource file path search in current
project folder tree
- Changed log level to
debug
for some recurring
errors "createInternalEObject: cannot create
InternalEObject for token"
not yet supported
- Changed log level to
warning
for some
recurring errors "No language found in project, use
detected language"
Limitations are detailed here:
- Parser does not support any graphic meta-elements, the RPY parser process is detailed here.
- Some meta-element
Diagram
may yet be loaded but
they do not contain any graphical elements.
- Only properties overridden locally are taken into account, see details.
- The values of some features are named "derived", because
their value is computed from other feature provided in model, the
"native" ones. The "derived" ones could be erroneous because their
computation is internal in Rhapsody and the process is not perfectly
known, see details.