View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005510 | CTT UA Scripts | 1 - Script Issue | public | 2020-03-09 12:32 | 2022-08-02 20:04 |
| Reporter | Jochen Baier | Assigned To | Alexander Allmendinger | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Summary | 0005510: UaVariant.setUInt64() accepts value > 9223372036854775808 but crop the value internally to 9223372036854775808 | ||||
| Description | UaVariant.setUInt64() accepts value > 9223372036854775808. But the internal value is cropped to 9223372036854775808. This leads to a wrong value on the server using e.g. WriteHelper.Execute(). | ||||
| Steps To Reproduce | //ok //Expected <9223372036854775809> but got <9223372036854775808> //Expected <18446744073709551615> but got <9223372036854775808> | ||||
| Tags | No tags attached. | ||||
| Files Affected | |||||
|
|
auch bei (und weitere): //Expected <6148914691236517201> but got <6148914691236516864> und bei setInt64(): //Expected <-461168601842738790> but got <-461168601842738816> |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-03-09 12:32 | Jochen Baier | New Issue | |
| 2020-03-10 14:13 | Jochen Baier | Note Added: 0011741 | |
| 2020-03-20 17:08 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
| 2020-03-20 17:08 | Paul Hunkar | Status | new => assigned |
| 2022-08-02 20:04 | Paul Hunkar | Project | Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts |