Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 349614 - xdc.rta.Formatter should display "(null)" for null strings
Summary: xdc.rta.Formatter should display "(null)" for null strings
Status: ASSIGNED
Alias: None
Product: RTSC
Classification: Technology
Component: Rta (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dave Russo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-16 15:14 EDT by Chris McCormick CLA
Modified: 2011-12-05 17:24 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.