Bug 196557 - [DataBinding] ButtonObservableValue should return Boolean.TYPE for the value type
Summary: [DataBinding] ButtonObservableValue should return Boolean.TYPE for the value ...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.4 M2   Edit
Assignee: Brad Reynolds CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-15 00:34 EDT by Brad Reynolds CLA
Modified: 2007-09-08 23:59 EDT (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 Brad Reynolds CLA 2007-07-15 00:34:40 EDT
The pattern for value types is that if the type of the value being observed is a primitive the value type should be the primitive type (e.g. Boolean.TYPE) and not the boxed type (e.g. Boolean.class).  ButtonObservableValue is returning Boolean.class when selection is a boolean.
Comment 1 Brad Reynolds CLA 2007-09-08 23:59:03 EDT
FIXED > 20070908.

This was fixed with the merge to HEAD of bug 182059.