Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 346247 - Format display of certain variables
Summary: Format display of certain variables
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 352771
Blocks:
  Show dependency tree
 
Reported: 2011-05-18 09:55 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:21 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Spadea CLA 2011-05-18 09:55:48 EDT
Certain types look terrible with JDT's basic "toString()", for example date/time/timestamp should all be formatted (probably using defaultDate/Time/TimestampFormat). We'll need to decide if we want to format numeric variables like we do in RBD (and was done in VAGen's ITF) - e.g. num(5) always displayed 5 digits, "00002".
Comment 1 Justin Spadea CLA 2011-07-13 11:39:05 EDT
Another thing to consider - child variables for primitive types. An EGL string shouldn't have kids, but the Java String object does - let's hide them. For boxed function parameters they are a boxed type with the real value as a child - let's just show the child as the variable, otherwise it's confusing that an INT has no display value and a child of type java.lang.Integer.
Comment 2 Justin Spadea CLA 2011-10-11 14:31:47 EDT
We've implemented what we're going to for the time being. Any new types that we want to format in a special way can open separate bugs.
Comment 3 Justin Spadea CLA 2011-10-31 15:49:44 EDT
Verified