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

Bug 420919

Summary: [server] Fix generics warnings: usage of raw type and unchecked types
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: ServerAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 5.0 M1   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2013-11-01 18:00:21 EDT
There are a bunch of generics warnings in the Orion server development environment that can be fixed.

They can be solved by adding:
@SuppressWarnings("rawtypes")
@SuppressWarnings("unchecked")

given that these cannot be fixed properly because of the parent classes that do not use generics.