Bug 5367 - Meaningless brackets presented with primitive display options
Summary: Meaningless brackets presented with primitive display options
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-30 16:56 EST by Darin Swanson CLA
Modified: 2001-11-12 12:13 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 Darin Swanson CLA 2001-10-30 16:56:56 EST
With the primitive display options all turned on, booleans are rendered:
   enableCancelButton= false []

doubles have the same problem
Comment 1 Darin Swanson CLA 2001-10-31 13:12:42 EST
The switch statement in #getValueHexText(IJavaValue)
was missing the default case.  Did a little refactoring as well for the 
deprecation of the IJavaValue.getSignature.

Fixed.
Please verify.
Comment 2 Jared Burns CLA 2001-11-12 12:13:12 EST
Looks good to me.