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

Bug 347908

Summary: Change compiler problem severity level for "Serializable class without serialVersionUID"
Product: [RT] RAP Reporter: Rüdiger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: 1.5 M1   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 342407    

Description Rüdiger Herrmann CLA 2011-06-01 07:02:04 EDT
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.
Comment 1 Rüdiger Herrmann CLA 2011-06-07 06:56:51 EDT
Changed settings for org.eclipse.rap.ui.tests and org.eclipse.rap.ui.tests.performance
Comment 2 Rüdiger Herrmann CLA 2011-07-11 04:52:40 EDT
Changed compiler settings for the remaining projects.