Community
Participate
Working Groups
JDT Debug UI should upgrade to a 1.5 BREE as it requires JDT UI bundles that are moving to 1.5 BREE.
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 ***