Community
Participate
Working Groups
Several bundles with RAP adoptions of Platform/UI features have set the severity level for compiler problems for "Serializable class without serialVersionUID" to error. (incomplete) list of the affected bundles: * org.eclipse.rap.ui.workbench * org.eclipse.rap.ui.tests * org.eclipse.rap.ui.tests.performance * org.eclipse.rap.ui.navigator While resolving bug 342407 several classes from RWT will implement Serializable. If one of these classes are derived in one of the bundles mentioned above, a compile error occurs. As these bundles will never become cluster-aware anyway, we should reduce the severity level for "Serializable class without serialVersionUID" to warning or ignore.
Changed settings for org.eclipse.rap.ui.tests and org.eclipse.rap.ui.tests.performance
Changed compiler settings for the remaining projects.