| Summary: | Move to J2SE-1.5 | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Darin Wright <darin.eclipse> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eclipse, markus.kell.r, Michael_Rennie, remy.suen, thatnitind, tjwatson |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Darin Wright
The following bundles are affected: /org.eclipse.jdt.debug.tests /org.eclipse.jdt.debug.ui This has a nasty side effect of 852 warnings like: "ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized." After consulting with Tom, it appears there is no reason that Debug needs to follow JDT to a 1.5 BREE. We should only change the BREE for bundles that actually require 1.5 features (like consuming 1.5 APIs, or using 1.5 class library features). Removing target milestone. (In reply to comment #2) > This has a nasty side effect of 852 warnings like: > "ArrayList is a raw type. References to generic type ArrayList<E> should be > parameterized." Note, it was possible to suppress these compiler warnings via the Generics section of the compiler settings. This work was completed in bug 352479 *** This bug has been marked as a duplicate of bug 352479 *** |