Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 333916

Summary: Restore support for write-only properties
Product: [Technology] XWT Reporter: Konstantin Scheglov <Konstantin.Scheglov>
Component: CoreAssignee: Project Inbox <e4.xwt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Konstantin Scheglov CLA 2011-01-10 16:06:34 EST
Build Identifier: I20101216-1200

In old version XWT supported properties with only setter method, without getter.
New version, from eclipse-e4-SDK-incubation-I20101216-1200-linux-gtk-x86_64.tar.gz removed such support. This breaks code of our customers.

Can you remove this code from org.eclipse.e4.xwt.javabean.metadata.AbstractMetaclass.initialize(Class<?>, IMetaclass) ?

	if (p.getReadMethod() == null) {
		continue;
	}


Reproducible: Always