View Issue Details

IDProjectCategoryView StatusLast Update
0010048CTT UA Binary2 - CTT Binarypublic2024-12-06 10:56
ReporterYannik Klaass Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0010048: CttSessionClass::browseAddressSpace() does not refresh references of existing Nodes in the ModelMap
Description

The CttSessionClass::browseAddressSpace() method can be used to rebrowse a part of the ModelMap to update it during script execution. However, it adds a node and its references only if the NodeId is not already existent in the ModelMap. This is a problem since the corresponding forward reference in the parent of newly created nodes are not updated, as the parent of a new node is already existent in the ModelMap in most cases.

TagsNo tags attached.
Files Affected

Activities

Yannik Klaass

2024-12-06 10:56

developer   ~0022203

Changing code in CttSessionClass::browseAddressSpace() to replace every browsed node in the ModelMap, as existent ones could have changed ReferenceDescriptions

Issue History

Date Modified Username Field Change
2024-12-03 11:34 Yannik Klaass New Issue
2024-12-06 08:41 Paul Hunkar Assigned To => Yannik Klaass
2024-12-06 08:41 Paul Hunkar Status new => assigned
2024-12-06 10:56 Yannik Klaass Status assigned => resolved
2024-12-06 10:56 Yannik Klaass Resolution open => fixed
2024-12-06 10:56 Yannik Klaass Note Added: 0022203