Bug 5367

Summary: Meaningless brackets presented with primitive display options
Product: [Eclipse Project] JDT Reporter: Darin Swanson <Darin_Swanson>
Component: DebugAssignee: Jared Burns <jared_burns>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.