Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 349614

Summary: xdc.rta.Formatter should display "(null)" for null strings
Product: [Technology] RTSC Reporter: Chris McCormick <c-mccormick>
Component: RtaAssignee: Dave Russo <d-russo>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P3 CC: d-russo, dfriedland
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Chris McCormick CLA 2011-06-16 15:14:09 EDT
If the argument to a %s field is 0, the Formatter should display "(null)" instead of trying to read a string at address 0. The target formatting code already does this today.
Without this change, ROV will display a garbage string when trying to format an error event when Text.isLoaded = false.