| Summary: | [server] Fix generics warnings: usage of raw type and unchecked types | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anthony Hunter <ahunter.eclipse> |
| Component: | Server | Assignee: | 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: | |||
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.