Community
Participate
Working Groups
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