Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 333916 - Restore support for write-only properties
Summary: Restore support for write-only properties
Status: NEW
Alias: None
Product: XWT
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 16:06 EST by Konstantin Scheglov CLA
Modified: 2013-01-24 15:31 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 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