View Issue Details

IDProjectCategoryView StatusLast Update
0006848Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2021-05-20 14:28
ReporterSebastian Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version1.03.341.398 
Fixed in Version1.03.341.399 
Summary0006848: Duplicated message output in function Assert.StringNotNullOrEmpty
Description

If the function is called with the optional parameter 'message' set and the result of the function is false, then the message is duplicated in the error output. For example if the message is set to "Hello", the error message will be "Hello Hello".

Additional Information

Faulty code:
var msg = isDefined( message ) ? ( message + " " ) : "";
msg += message;

TagsNo tags attached.
Files Affected

Activities

Sebastian Allmendinger

2021-05-18 12:48

developer   ~0014382

  • Added a default error message
  • Removed code that duplicated the message

Paul Hunkar

2021-05-20 14:28

administrator   ~0014400

reviewed in CMP call , agreed to and closed

Issue History

Date Modified Username Field Change
2021-04-25 12:24 Sebastian Allmendinger New Issue
2021-05-06 14:30 Paul Hunkar Assigned To => Sebastian Allmendinger
2021-05-06 14:30 Paul Hunkar Status new => assigned
2021-05-18 12:48 Sebastian Allmendinger Status assigned => resolved
2021-05-18 12:48 Sebastian Allmendinger Resolution open => fixed
2021-05-18 12:48 Sebastian Allmendinger Fixed in Version => 1.03.341.399
2021-05-18 12:48 Sebastian Allmendinger Note Added: 0014382
2021-05-20 14:28 Paul Hunkar Status resolved => closed
2021-05-20 14:28 Paul Hunkar Note Added: 0014400