Bug 465449

Summary: [Demo] Fix deprecated databinding factories in org.eclipse.e4.demo.contacts
Product: [Eclipse Project] Platform Reporter: Stephan Hackstedt <stephan.hackstedt>
Component: UIAssignee: Stephan Hackstedt <stephan.hackstedt>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Lars.Vogel
Version: 4.5Keywords: greatfix
Target Milestone: 4.5 M7   
Hardware: PC   
OS: Windows 7   
URL: [Demo] Fix deprecated databinding factories in org.eclipse.e4.demo.contacts...
See Also: https://git.eclipse.org/r/46458
https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=cc1e6ec907f376624b14947359f1776fd1252d16
Whiteboard:

Description Stephan Hackstedt CLA 2015-04-24 14:32:03 EDT
For example the DetailsComposite still uses deprecated code like 

SWTObservables.observeText(text, SWT.Modify))

which should be replaced by

WidgetProperties.text(SWT.Modify).observe(text)
Comment 1 Eclipse Genie CLA 2015-04-24 15:52:48 EDT
New Gerrit change created: https://git.eclipse.org/r/46458
Comment 3 Lars Vogel CLA 2015-04-29 10:07:00 EDT
Thanks Stephan.