View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006823 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2021-04-19 10:04 | 2021-05-20 14:45 |
Reporter | Sebastian Allmendinger | Assigned To | Sebastian Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.03.341.398 | ||||
Target Version | 1.03.341.399 | Fixed in Version | 1.03.341.399 | ||
Summary | 0006823: Base Info Core Structure / InfoFactory: Script expects the wrong NodeClass for targets of (Always-)GeneratesEvent references | ||||
Description | The script tries to find the TypeDefinition of the target of a GeneratesEvent or a AlwaysGeneratesEvent reference. But the target has to be an ObjectType, so there won't be a HasTypeDefinition-Reference available. Therefore this check will never succeed and the used library function always throws an error. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
The script should be checking that the target of the reference type is an EventType (i.e. it descends from BaseEventType) |
|
The test script is already prepared to check that the target of the reference type is an EventType (i.e. it descends from BaseEventType) but the code was never executed due to a wrong check. |
|
reviewed in CMP call , agreed to and closed |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-04-19 10:04 | Sebastian Allmendinger | New Issue | |
2021-04-22 15:00 | Paul Hunkar | Note Added: 0014241 | |
2021-04-22 15:00 | Paul Hunkar | Assigned To | => Sebastian Allmendinger |
2021-04-22 15:00 | Paul Hunkar | Status | new => assigned |
2021-05-16 14:43 | Alexander Allmendinger | Target Version | => 1.03.341.399 |
2021-05-18 14:47 | Sebastian Allmendinger | Status | assigned => resolved |
2021-05-18 14:47 | Sebastian Allmendinger | Resolution | open => fixed |
2021-05-18 14:47 | Sebastian Allmendinger | Fixed in Version | => 1.03.341.399 |
2021-05-18 14:47 | Sebastian Allmendinger | Note Added: 0014388 | |
2021-05-20 14:45 | Paul Hunkar | Status | resolved => closed |
2021-05-20 14:45 | Paul Hunkar | Note Added: 0014405 |