Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 347908 - Change compiler problem severity level for "Serializable class without serialVersionUID"
Summary: Change compiler problem severity level for "Serializable class without serial...
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.5 M1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 342407
  Show dependency tree
 
Reported: 2011-06-01 07:02 EDT by Rüdiger Herrmann CLA
Modified: 2011-07-11 04:52 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.