Skip to content

itemis ANALYZE 25-04 (1.1.2522)

YAKINDU Model Viewer Adapter Announcement

At the end of 2025 the YAKINDU Model Viewer will be replaced by the Simulink Bridge. The visualization and selection propagation capabilities of the ANALYZE adapter will be removed.

Improvements

Application framework updated

The eclipse target is updated to the latest release 25-03. This enabled the update to Java 21. For the interface with some applications, like MS Excel, the library version for the COM-API is updated.

For the client integration into the PTC Integrity client the minimum required java version is now java 17.

Profile support for Enterprise Architect attributes

It’s possible to configure tagged values from explicit profile and stereotype. This is configured by the new `valueOf( <profile>, <stereotype>, <taggedValue)` format or the enterprise architect adapter.

Test results of Integrity

Test results can be extracted as links between test sessions and test cases by the Integrity adapter.

Split of parameters for Integrity projects

Multiple projects in integrity can be configured with the split function if they are defined in one parameter.

projects { 
  split($param, \",\")
}


Bug-Fixes

Doors client in batch mode

The termination of the doors client was done in an eager way in the past. This could lead to remaining temporary files and random terminations of the doors client. Termination is now handled with one minute timeout or termination by the operating system after the batch mode finished.

Regular expression error handling in text adapter

Under some circumstances the evaluation of a regular expression can fail because of the complexity of the expression and the text to match. In this case an error is reported which now includes the regular expression.

Disabled DTD validation of XML adapter

Resolving the schema of an XML file was done, even if validation was disabled by configuration ( validation DTD = false).