Compiler log for org.eclipse.ui.tests_3.7.0.v20111221-1925 : uitests.jar.bin.xml

TOTAL : ERRORS: 122, WARNINGS: 1385

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java : 3 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java
 (at line 18)
import org.eclipse.ui.internal.Perspective;
The import org.eclipse.ui.internal.Perspective cannot be resolved
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java
 (at line 35)
Perspective persp = wbPage.getActivePerspective();
Perspective cannot be resolved to a type
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java
 (at line 35)
Perspective persp = wbPage.getActivePerspective();
The method getActivePerspective() is undefined for the type WorkbenchPage

/Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java : 5 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 221)
IStatus rc = window.saveState(state);
The method saveState(XMLMemento) is undefined for the type WorkbenchWindow
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 251)
IStatus rc = window.saveState(state);
The method saveState(XMLMemento) is undefined for the type WorkbenchWindow
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 287)
window.restoreState(state, window.getActivePage().getPerspective());
The method restoreState(XMLMemento, IPerspectiveDescriptor) is undefined for the type WorkbenchWindow
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 310)
IStatus rc = window.saveState(state);
The method saveState(XMLMemento) is undefined for the type WorkbenchWindow
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 338)
window.restoreState(state, window.getActivePage().getPerspective());
The method restoreState(XMLMemento, IPerspectiveDescriptor) is undefined for the type WorkbenchWindow

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java : 4 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java
 (at line 33)
import org.eclipse.ui.internal.Perspective;
The import org.eclipse.ui.internal.Perspective cannot be resolved
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java
 (at line 94)
Perspective persp = null;
Perspective cannot be resolved to a type
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java
 (at line 101)
persp = new Perspective((PerspectiveDescriptor) getWorkbench()
Perspective cannot be resolved to a type
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java
 (at line 170)
reg.getCustomPersp(fakePerspectivID);
The method getCustomPersp(String) is undefined for the type PerspectiveRegistry

/Eclipse UI Tests/org/eclipse/ui/tests/dnd/DetachedWindowDragTest.java : 3 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DetachedWindowDragTest.java
 (at line 64)
page.attachView(view);
The method attachView(IViewReference) is undefined for the type WorkbenchPage
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DetachedWindowDragTest.java
 (at line 67)
page.attachView(view);
The method attachView(IViewReference) is undefined for the type WorkbenchPage
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DetachedWindowDragTest.java
 (at line 70)
page.attachView(view);
The method attachView(IViewReference) is undefined for the type WorkbenchPage

/Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java : 15 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 23)
import org.eclipse.ui.internal.LayoutPart;
The import org.eclipse.ui.internal.LayoutPart cannot be resolved
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 26)
import org.eclipse.ui.internal.PartStack;
The import org.eclipse.ui.internal.PartStack cannot be resolved
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 53)
PartPane pane = site.getPane();
The method getPane() is undefined for the type PartSite
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 54)
PartStack parent = ((PartStack) (pane.getContainer()));
PartStack cannot be resolved to a type
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 54)
PartStack parent = ((PartStack) (pane.getContainer()));
PartStack cannot be resolved to a type
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 54)
PartStack parent = ((PartStack) (pane.getContainer()));
The method getContainer() is undefined for the type PartPane
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 68)
PartPane pane = ((EditorSite) editor.getSite()).getPane();
The method getPane() is undefined for the type EditorSite
8. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 69)
IWorkbenchPartReference ref = pane.getPartReference();
The method getPartReference() is undefined for the type PartPane
9. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 74)
return ((EditorSite) editor.getSite()).getPane();
The method getPane() is undefined for the type EditorSite
10. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 78)
return ((ViewSite) view.getSite()).getPane();
The method getPane() is undefined for the type ViewSite
11. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 82)
LayoutPart parent = ((LayoutPart) (pane.getContainer()));
LayoutPart cannot be resolved to a type
12. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 82)
LayoutPart parent = ((LayoutPart) (pane.getContainer()));
LayoutPart cannot be resolved to a type
13. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 82)
LayoutPart parent = ((LayoutPart) (pane.getContainer()));
The method getContainer() is undefined for the type PartPane
14. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 100)
.getEditorPresentation().getLayoutPart().getControl()), side);
The method getEditorPresentation() is undefined for the type WorkbenchPage
15. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java
 (at line 152)
page.getActivePerspective().describeLayout(buf);
The method getActivePerspective() is undefined for the type WorkbenchPage

/Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragTest.java : 1 error :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragTest.java
 (at line 260)
page.testInvariants();
The method testInvariants() is undefined for the type WorkbenchPage

/Eclipse UI Tests/org/eclipse/ui/tests/dnd/FastViewBarDropTarget.java : 1 error :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/FastViewBarDropTarget.java
 (at line 46)
Control control = window.getFastViewBar().getControl();
The method getFastViewBar() is undefined for the type WorkbenchWindow

/Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java : 6 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java
 (at line 17)
import org.eclipse.ui.internal.ViewStack;
The import org.eclipse.ui.internal.ViewStack cannot be resolved
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java
 (at line 77)
PartPane pane = ((ViewSite) part.getSite()).getPane();
The method getPane() is undefined for the type ViewSite
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java
 (at line 79)
page.toggleZoom(pane.getPartReference());
The method getPartReference() is undefined for the type PartPane
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java
 (at line 83)
ViewStack parent = ((ViewStack) (pane.getContainer()));
ViewStack cannot be resolved to a type
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java
 (at line 83)
ViewStack parent = ((ViewStack) (pane.getContainer()));
ViewStack cannot be resolved to a type
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java
 (at line 83)
ViewStack parent = ((ViewStack) (pane.getContainer()));
The method getContainer() is undefined for the type PartPane

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ActionSetTests.java : 1 error :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ActionSetTests.java
 (at line 85)
IActionSet[] sets = window.getActionPresentation().getActionSets();
The method getActionPresentation() is undefined for the type WorkbenchWindow

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/PerspectiveTests.java : 2 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/PerspectiveTests.java
 (at line 68)
.findPerspective(desc));
The method findPerspective(IPerspectiveDescriptor) is undefined for the type WorkbenchPage
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/PerspectiveTests.java
 (at line 93)
.findPerspective(desc));
The method findPerspective(IPerspectiveDescriptor) is undefined for the type WorkbenchPage

/Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java : 15 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 28)
import org.eclipse.ui.internal.FastViewBar;
The import org.eclipse.ui.internal.FastViewBar cannot be resolved
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 29)
import org.eclipse.ui.internal.FastViewBarContextMenuContribution;
The import org.eclipse.ui.internal.FastViewBarContextMenuContribution cannot be resolved
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 83)
((WorkbenchPage) page).addFastView(ref);
The method addFastView(IViewReference) is undefined for the type WorkbenchPage
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 93)
return ((WorkbenchPage) page).saveState(memento);
The method saveState(IMemento) is undefined for the type WorkbenchPage
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 103)
return ((WorkbenchPage) page).getFastViews();
The method getFastViews() is undefined for the type WorkbenchPage
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 125)
return ((WorkbenchPage) page).isFastView(ref);
The method isFastView(IViewReference) is undefined for the type WorkbenchPage
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 157)
FastViewBar fastViewBar = ((WorkbenchWindow) page.getWorkbenchWindow())
FastViewBar cannot be resolved to a type
8. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 158)
.getFastViewBar();
The method getFastViewBar() is undefined for the type WorkbenchWindow
9. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 171)
((FastViewBarContextMenuContribution) menuContribution)
FastViewBarContextMenuContribution cannot be resolved to a type
10. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 171)
((FastViewBarContextMenuContribution) menuContribution)
FastViewBarContextMenuContribution cannot be resolved to a type
11. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 183)
return ((PartSite) viewRef.getPart(true).getSite()).getPane()
The method getPane() is undefined for the type PartSite
12. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 196)
.getPane().getToolBar();
The method getPane() is undefined for the type PartSite
13. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 231)
return ((WorkbenchPage) ref.getPage()).getActivePerspective()
The method getActivePerspective() is undefined for the type WorkbenchPage
14. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 243)
return ((WorkbenchPage) ref.getPage()).getActivePerspective()
The method getActivePerspective() is undefined for the type WorkbenchPage
15. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 251)
return ((PartSite)site).getPane().getControl();
The method getPane() is undefined for the type PartSite

/Eclipse UI Tests/org/eclipse/ui/tests/internal/PerspectiveSwitcherTest.java : 2 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/internal/PerspectiveSwitcherTest.java
 (at line 82)
window.getPerspectiveBar());
The method getPerspectiveBar() is undefined for the type WorkbenchWindow
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/internal/PerspectiveSwitcherTest.java
 (at line 100)
window.getPerspectiveBar());
The method getPerspectiveBar() is undefined for the type WorkbenchWindow

/Eclipse UI Tests/org/eclipse/ui/tests/multieditor/AbstractMultiEditorTest.java : 1 error :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/AbstractMultiEditorTest.java
 (at line 97)
((PartSite) part.getSite()).getPane().handleEvent(event);
The method getPane() is undefined for the type PartSite

/Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java : 4 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java
 (at line 45)
import org.eclipse.ui.internal.EditorSashContainer;
The import org.eclipse.ui.internal.EditorSashContainer cannot be resolved
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java
 (at line 220)
EditorSashContainer container = (EditorSashContainer) page
EditorSashContainer cannot be resolved to a type
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java
 (at line 220)
EditorSashContainer container = (EditorSashContainer) page
EditorSashContainer cannot be resolved to a type
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java
 (at line 221)
.getEditorPresentation().getLayoutPart();
The method getEditorPresentation() is undefined for the type WorkbenchPage

/Eclipse UI Tests/org/eclipse/ui/tests/presentations/Bug48589Test.java : 4 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/presentations/Bug48589Test.java
 (at line 25)
import org.eclipse.ui.internal.EditorSashContainer;
The import org.eclipse.ui.internal.EditorSashContainer cannot be resolved
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/presentations/Bug48589Test.java
 (at line 78)
final EditorSashContainer container = (EditorSashContainer) page.getEditorPresentation().getLayoutPart();
EditorSashContainer cannot be resolved to a type
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/presentations/Bug48589Test.java
 (at line 78)
final EditorSashContainer container = (EditorSashContainer) page.getEditorPresentation().getLayoutPart();
EditorSashContainer cannot be resolved to a type
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/presentations/Bug48589Test.java
 (at line 78)
final EditorSashContainer container = (EditorSashContainer) page.getEditorPresentation().getLayoutPart();
The method getEditorPresentation() is undefined for the type WorkbenchPage

/Eclipse UI Tests/org/eclipse/ui/tests/quickaccess/QuickAccessDialogTest.java : 3 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/quickaccess/QuickAccessDialogTest.java
 (at line 38)
return table;
table cannot be resolved to a variable
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/quickaccess/QuickAccessDialogTest.java
 (at line 42)
return filterText;
The field QuickAccessDialog.filterText is not visible
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/quickaccess/QuickAccessDialogTest.java
 (at line 46)
super.toggleShowAllMatches();
The method toggleShowAllMatches() is undefined for the type QuickAccessDialog

/Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java : 20 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 23)
import org.eclipse.ui.internal.ViewStack;
The import org.eclipse.ui.internal.ViewStack cannot be resolved
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 24)
import org.eclipse.ui.internal.presentations.PresentablePart;
The import org.eclipse.ui.internal.presentations cannot be resolved
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 25)
import org.eclipse.ui.internal.presentations.util.TabbedStackPresentation;
The import org.eclipse.ui.internal.presentations cannot be resolved
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 97)
ViewStack stack = (ViewStack) site.getPane().getContainer();
ViewStack cannot be resolved to a type
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 97)
ViewStack stack = (ViewStack) site.getPane().getContainer();
ViewStack cannot be resolved to a type
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 97)
ViewStack stack = (ViewStack) site.getPane().getContainer();
The method getPane() is undefined for the type ViewSite
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 99)
TabbedStackPresentation pres = (TabbedStackPresentation) stack
TabbedStackPresentation cannot be resolved to a type
8. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 99)
TabbedStackPresentation pres = (TabbedStackPresentation) stack
TabbedStackPresentation cannot be resolved to a type
9. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 122)
ViewStack stack = (ViewStack) site.getPane().getContainer();
ViewStack cannot be resolved to a type
10. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 122)
ViewStack stack = (ViewStack) site.getPane().getContainer();
ViewStack cannot be resolved to a type
11. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 122)
ViewStack stack = (ViewStack) site.getPane().getContainer();
The method getPane() is undefined for the type ViewSite
12. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 124)
TabbedStackPresentation pres = (TabbedStackPresentation) stack
TabbedStackPresentation cannot be resolved to a type
13. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 124)
TabbedStackPresentation pres = (TabbedStackPresentation) stack
TabbedStackPresentation cannot be resolved to a type
14. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 155)
private void verifyOrder(TabbedStackPresentation pres, String[] order) {
TabbedStackPresentation cannot be resolved to a type
15. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 171)
IPresentablePart[] partList = (IPresentablePart[]) ((ViewStack) site .getPane().getContainer()).getPresentableParts().toArray(
ViewStack cannot be resolved to a type
16. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 171)
IPresentablePart[] partList = (IPresentablePart[]) ((ViewStack) site
ViewStack cannot be resolved to a type
17. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 172)
.getPane().getContainer()).getPresentableParts().toArray(
The method getPane() is undefined for the type ViewSite
18. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 176)
if (((PresentablePart) part).getPane() == site.getPane()) {
PresentablePart cannot be resolved to a type
19. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 176)
if (((PresentablePart) part).getPane() == site.getPane()) {
PresentablePart cannot be resolved to a type
20. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java
 (at line 176)
if (((PresentablePart) part).getPane() == site.getPane()) {
The method getPane() is undefined for the type ViewSite

/Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java : 7 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java
 (at line 27)
import org.eclipse.ui.internal.EditorStack;
The import org.eclipse.ui.internal.EditorStack cannot be resolved
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java
 (at line 150)
EditorStack firstStack = (EditorStack) ((EditorSite) last
EditorStack cannot be resolved to a type
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java
 (at line 150)
EditorStack firstStack = (EditorStack) ((EditorSite) last
EditorStack cannot be resolved to a type
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java
 (at line 151)
.getEditorSite()).getPane().getContainer();
The method getPane() is undefined for the type EditorSite
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java
 (at line 152)
EditorStack secondStack = (EditorStack) ((EditorSite) current
EditorStack cannot be resolved to a type
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java
 (at line 152)
EditorStack secondStack = (EditorStack) ((EditorSite) current
EditorStack cannot be resolved to a type
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java
 (at line 153)
.getEditorSite()).getPane().getContainer();
The method getPane() is undefined for the type EditorSite

/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ActivateTest.java : 1 error :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ActivateTest.java
 (at line 115)
page.removeFastView((IViewReference)page.getReference(fastView));
The method removeFastView(IViewReference) is undefined for the type WorkbenchPage

/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java : 13 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 19)
import org.eclipse.ui.internal.PartStack;
The import org.eclipse.ui.internal.PartStack cannot be resolved
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 73)
PartPane pane = ((PartSite) newPart.getSite()).getPane();
The method getPane() is undefined for the type PartSite
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 74)
PartStack stack = (PartStack)pane.getContainer();
PartStack cannot be resolved to a type
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 74)
PartStack stack = (PartStack)pane.getContainer();
PartStack cannot be resolved to a type
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 74)
PartStack stack = (PartStack)pane.getContainer();
The method getContainer() is undefined for the type PartPane
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 94)
PartPane pane = ((PartSite) newPart.getSite()).getPane();
The method getPane() is undefined for the type PartSite
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 95)
PartStack stack = (PartStack)pane.getContainer();
PartStack cannot be resolved to a type
8. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 95)
PartStack stack = (PartStack)pane.getContainer();
PartStack cannot be resolved to a type
9. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 95)
PartStack stack = (PartStack)pane.getContainer();
The method getContainer() is undefined for the type PartPane
10. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 111)
PartPane pane = ((PartSite) newPart.getSite()).getPane();
The method getPane() is undefined for the type PartSite
11. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 112)
PartStack stack = (PartStack)pane.getContainer();
PartStack cannot be resolved to a type
12. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 112)
PartStack stack = (PartStack)pane.getContainer();
PartStack cannot be resolved to a type
13. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java
 (at line 112)
PartStack stack = (PartStack)pane.getContainer();
The method getContainer() is undefined for the type PartPane

/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java : 9 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java
 (at line 77)
page.testInvariants();
The method testInvariants() is undefined for the type WorkbenchPage
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java
 (at line 138)
Assert.assertTrue(page.isZoomed());
The method isZoomed() is undefined for the type WorkbenchPage
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java
 (at line 164)
if (page.isFastView(ref))
The method isFastView(IViewReference) is undefined for the type WorkbenchPage
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java
 (at line 165)
page.removeFastView(ref);
The method removeFastView(IViewReference) is undefined for the type WorkbenchPage
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java
 (at line 182)
page.addFastView(ref);
The method addFastView(IViewReference) is undefined for the type WorkbenchPage
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java
 (at line 183)
Assert.assertTrue(page.isFastView(ref));
The method isFastView(IViewReference) is undefined for the type WorkbenchPage
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java
 (at line 194)
PartPane pane = site.getPane();
The method getPane() is undefined for the type PartSite
8. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java
 (at line 196)
return pane.isZoomed();
The method isZoomed() is undefined for the type PartPane
9. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java
 (at line 253)
return page.isZoomed();
The method isZoomed() is undefined for the type WorkbenchPage

/Eclipse Part References Test/org/eclipse/ui/parts/tests/util/PartsTestUtil.java : 2 errors :

1. ERROR in /Eclipse Part References Test/org/eclipse/ui/parts/tests/util/PartsTestUtil.java
 (at line 128)
PartPane pane = site.getPane();
The method getPane() is undefined for the type PartSite
2. ERROR in /Eclipse Part References Test/org/eclipse/ui/parts/tests/util/PartsTestUtil.java
 (at line 129)
return pane.isZoomed();
The method isZoomed() is undefined for the type PartPane

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/Eclipse JFace Tests/org/eclipse/jface/tests/dialogs/ProgressIndicatorStyleTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/dialogs/ProgressIndicatorStyleTest.java
 (at line 83)
Class c = progress.getClass();
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/images/FileImageDescriptorTest.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/images/FileImageDescriptorTest.java
 (at line 55)
Class missing = null;
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/images/FileImageDescriptorTest.java
 (at line 56)
ArrayList images = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/images/FileImageDescriptorTest.java
 (at line 56)
ArrayList images = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/images/FileImageDescriptorTest.java
 (at line 59)
Enumeration bundleEntries = bundle.getEntryPaths(IMAGES_DIRECTORY);
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/images/FileImageDescriptorTest.java
 (at line 82)
images.add(image);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/images/FileImageDescriptorTest.java
 (at line 88)
Iterator imageIterator = images.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/AbstractTreeViewerTest.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/AbstractTreeViewerTest.java
 (at line 42)
List expectedList = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/AbstractTreeViewerTest.java
 (at line 42)
List expectedList = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/AbstractTreeViewerTest.java
 (at line 43)
expectedList.add(expected);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug180504TreeViewerTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug180504TreeViewerTest.java
 (at line 38)
public ArrayList child = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug180504TreeViewerTest.java
 (at line 38)
public ArrayList child = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug180504TreeViewerTest.java
 (at line 136)
root.child.add(tmp);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug180504TreeViewerTest.java
 (at line 138)
tmp.child.add(new MyModel(j, tmp));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug201002TreeViewerTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug201002TreeViewerTest.java
 (at line 35)
public ArrayList child = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug201002TreeViewerTest.java
 (at line 35)
public ArrayList child = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug201002TreeViewerTest.java
 (at line 132)
root.child.add(tmp);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug201002TreeViewerTest.java
 (at line 134)
tmp.child.add(new MyModel(j, tmp));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug203657TreeViewerTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug203657TreeViewerTest.java
 (at line 38)
public ArrayList child = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug203657TreeViewerTest.java
 (at line 38)
public ArrayList child = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug203657TreeViewerTest.java
 (at line 135)
root.child.add(tmp);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug203657TreeViewerTest.java
 (at line 137)
tmp.child.add(new MyModel(j, tmp));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug205700TreeViewerTest.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug205700TreeViewerTest.java
 (at line 128)
rootNode.getChildren().add(0, new TreeNode("Child1"));
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug205700TreeViewerTest.java
 (at line 152)
private final List children = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug205700TreeViewerTest.java
 (at line 152)
private final List children = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug205700TreeViewerTest.java
 (at line 160)
children.add(newChild);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug205700TreeViewerTest.java
 (at line 164)
public List getChildren() {
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug256889TableViewerTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug256889TableViewerTest.java
 (at line 33)
private List model = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug256889TableViewerTest.java
 (at line 33)
private List model = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug256889TableViewerTest.java
 (at line 137)
getModel().add("Item " + this.rowcounter++);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug256889TableViewerTest.java
 (at line 149)
private List getModel() {
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug287765Test.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug287765Test.java
 (at line 43)
private final List children = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug287765Test.java
 (at line 43)
private final List children = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/Bug287765Test.java
 (at line 51)
parent.children.add(this);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckStateProviderTestsUtil.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckStateProviderTestsUtil.java
 (at line 35)
public List isCheckedInvokedOn = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckStateProviderTestsUtil.java
 (at line 35)
public List isCheckedInvokedOn = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckStateProviderTestsUtil.java
 (at line 36)
public List isGrayedInvokedOn = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckStateProviderTestsUtil.java
 (at line 36)
public List isGrayedInvokedOn = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckStateProviderTestsUtil.java
 (at line 39)
isCheckedInvokedOn.add(element);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckStateProviderTestsUtil.java
 (at line 44)
isGrayedInvokedOn.add(element);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckStateProviderTestsUtil.java
 (at line 49)
isCheckedInvokedOn = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
8. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckStateProviderTestsUtil.java
 (at line 50)
isGrayedInvokedOn = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java : 11 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 336)
for (Iterator i = checkStateProvider.isCheckedInvokedOn.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 341)
for (Iterator i = checkStateProvider.isGrayedInvokedOn.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 407)
List checked = new ArrayList((children.length + 1) / 2);
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 407)
List checked = new ArrayList((children.length + 1) / 2);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 411)
checked.add(children[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 428)
List toCheck = new ArrayList((children.length + 1) / 2);
List is a raw type. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 428)
List toCheck = new ArrayList((children.length + 1) / 2);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
8. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 431)
toCheck.add(children[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
9. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 450)
List toGray = new ArrayList((children.length + 1) / 2);
List is a raw type. References to generic type List<E> should be parameterized
10. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 450)
List toGray = new ArrayList((children.length + 1) / 2);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
11. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTableViewerTest.java
 (at line 453)
toGray.add(children[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java : 22 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 155)
for (Iterator i = provider.isCheckedInvokedOn.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 164)
for (Iterator i = provider.isGrayedInvokedOn.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 257)
for (Iterator i = checkStateProvider.isCheckedInvokedOn.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 262)
for (Iterator i = checkStateProvider.isGrayedInvokedOn.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 287)
private void collectElementsInBranch(TreeItem item, Collection treeItems, Collection testElements) {
Collection is a raw type. References to generic type Collection<E> should be parameterized
6. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 287)
private void collectElementsInBranch(TreeItem item, Collection treeItems, Collection testElements) {
Collection is a raw type. References to generic type Collection<E> should be parameterized
7. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 288)
treeItems.add(item);
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
8. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 289)
testElements.add(item.getData());
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
9. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 297)
List items = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
10. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 297)
List items = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
11. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 298)
List elements = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
12. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 298)
List elements = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
13. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 302)
for (Iterator i = items.iterator(), j = elements.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
14. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 340)
List checked = new ArrayList((children.length + 1) / 2);
List is a raw type. References to generic type List<E> should be parameterized
15. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 340)
List checked = new ArrayList((children.length + 1) / 2);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
16. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 344)
checked.add(children[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
17. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 361)
List toCheck = new ArrayList((children.length + 1) / 2);
List is a raw type. References to generic type List<E> should be parameterized
18. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 361)
List toCheck = new ArrayList((children.length + 1) / 2);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
19. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 364)
toCheck.add(children[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
20. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 383)
List toGray = new ArrayList((children.length + 1) / 2);
List is a raw type. References to generic type List<E> should be parameterized
21. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 383)
List toGray = new ArrayList((children.length + 1) / 2);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
22. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/CheckboxTreeViewerTest.java
 (at line 386)
toGray.add(children[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 43)
private TreeSet comparisonCollection;
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 132)
comparisonCollection = new TreeSet(comparisonComparator);
Type safety: The constructor TreeSet(Comparator) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 132)
comparisonCollection = new TreeSet(comparisonComparator);
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 162)
Iterator iter = comparisonCollection.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 178)
comparisonCollection.addAll(Arrays.asList(elements));
Type safety: The method addAll(Collection) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized
6. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 183)
comparisonCollection.add(toAdd);
Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized
7. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 225)
Arrays.sort(sorted1, new TestComparator());
Type safety: Unchecked invocation sort(Object[], TestComparator) of the generic method sort(T[], Comparator<? super T>) of type Arrays
8. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 225)
Arrays.sort(sorted1, new TestComparator());
Type safety: The expression of type TestComparator needs unchecked conversion to conform to Comparator<? super Object>
9. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 229)
Arrays.sort(sorted2, new TestComparator());
Type safety: Unchecked invocation sort(Object[], TestComparator) of the generic method sort(T[], Comparator<? super T>) of type Arrays
10. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 229)
Arrays.sort(sorted2, new TestComparator());
Type safety: The expression of type TestComparator needs unchecked conversion to conform to Comparator<? super Object>

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ListViewerRefreshTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ListViewerRefreshTest.java
 (at line 40)
private ArrayList input = null;
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ListViewerRefreshTest.java
 (at line 48)
input = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ListViewerRefreshTest.java
 (at line 51)
input.add("item " + i); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ListViewerRefreshTest.java
 (at line 155)
return ((List) inputElement).toArray();
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/MultipleEqualElementsTreeViewerTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/MultipleEqualElementsTreeViewerTest.java
 (at line 172)
List paths = Arrays.asList(treeSelection.getPaths());
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java : 17 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 63)
List l1 = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 63)
List l1 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 64)
l1.add("element 1");
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 65)
l1.add("element 2");
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 67)
List l2 = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 67)
List l2 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
7. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 68)
l2.add("element 2");
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 69)
l2.add("element 1");
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
9. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 78)
List l1 = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
10. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 78)
List l1 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
11. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 79)
l1.add("element 1");
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
12. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 80)
l1.add("element 2");
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
13. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 82)
List l2 = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
14. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 82)
List l2 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
15. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 83)
l2.add("element 2");
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
16. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 84)
l2.add("element 3");
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
17. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredSelectionTest.java
 (at line 85)
l2.add("element 1");
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestComparator.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestComparator.java
 (at line 18)
public class TestComparator implements Comparator {
Comparator is a raw type. References to generic type Comparator<T> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestElement.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestElement.java
 (at line 24)
Vector fChildren = new Vector();
Vector is a raw type. References to generic type Vector<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestElement.java
 (at line 24)
Vector fChildren = new Vector();
Vector is a raw type. References to generic type Vector<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestElement.java
 (at line 55)
fChildren.add(new TestElement(model, this, level + 1, i));
Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestElement.java
 (at line 68)
fChildren.add(element);
Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestElement.java
 (at line 75)
fChildren.add(elements[i]);
Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
6. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestElement.java
 (at line 95)
fChildren.add(element);
Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
7. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestElement.java
 (at line 173)
fChildren.toArray(result);
Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestModel.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestModel.java
 (at line 16)
Vector fListeners = new Vector();
Vector is a raw type. References to generic type Vector<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestModel.java
 (at line 16)
Vector fListeners = new Vector();
Vector is a raw type. References to generic type Vector<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestModel.java
 (at line 28)
fListeners.addElement(listener);
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeManagerTest.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeManagerTest.java
 (at line 24)
private static final List STATE_NAMES;
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeManagerTest.java
 (at line 31)
STATE_NAMES = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeManagerTest.java
 (at line 32)
STATE_NAMES.add(CHECKSTATE_UNCHECKED, "unchecked");
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeManagerTest.java
 (at line 33)
STATE_NAMES.add(CHECKSTATE_GRAY, "gray");
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeManagerTest.java
 (at line 34)
STATE_NAMES.add(CHECKSTATE_CHECKED, "checked");
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java : 17 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 50)
List children = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 50)
List children = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 51)
Iterator iter = ((List)parentElement).iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 51)
Iterator iter = ((List)parentElement).iterator();
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 56)
children.add(team);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 59)
return children.toArray(new Team[children.size()]);
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 93)
List oldElement = (List) oldInput;
List is a raw type. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 93)
List oldElement = (List) oldInput;
List is a raw type. References to generic type List<E> should be parameterized
9. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 95)
Iterator iter = oldElement.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
10. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 100)
List newElement = (List) newInput;
List is a raw type. References to generic type List<E> should be parameterized
11. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 100)
List newElement = (List) newInput;
List is a raw type. References to generic type List<E> should be parameterized
12. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 102)
Iterator iter = newElement.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
13. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 191)
List input = new ArrayList(3);
List is a raw type. References to generic type List<E> should be parameterized
14. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 191)
List input = new ArrayList(3);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
15. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 192)
input.add(team1);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
16. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 193)
input.add(team2);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
17. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java
 (at line 194)
input.add(team3);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ViewerComparatorTest.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ViewerComparatorTest.java
 (at line 56)
Vector fListeners = new Vector();
Vector is a raw type. References to generic type Vector<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ViewerComparatorTest.java
 (at line 56)
Vector fListeners = new Vector();
Vector is a raw type. References to generic type Vector<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ViewerComparatorTest.java
 (at line 82)
fListeners.addElement(listener);
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualLazyTableViewerTest.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualLazyTableViewerTest.java
 (at line 29)
private List updatedElements;
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualLazyTableViewerTest.java
 (at line 48)
updatedElements = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualLazyTableViewerTest.java
 (at line 65)
updatedElements.add(new Integer(index));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java : 16 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 34)
Set visibleItems = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 34)
Set visibleItems = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 70)
visibleItems = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
4. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 83)
visibleItems.add(item);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
5. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 109)
return (TableItem[]) visibleItems.toArray(new TableItem[visibleItems.size()]);
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
6. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 139)
visibleItems = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
7. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 145)
visibleItems = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
8. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 154)
visibleItems = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
9. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 160)
visibleItems = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
10. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 166)
visibleItems = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
11. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 372)
Set childrenSet = new HashSet(Arrays.asList(children));
Set is a raw type. References to generic type Set<E> should be parameterized
12. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 372)
Set childrenSet = new HashSet(Arrays.asList(children));
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
13. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 372)
Set childrenSet = new HashSet(Arrays.asList(children));
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
14. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 373)
Set selectedSet = new HashSet(result.toList());
Set is a raw type. References to generic type Set<E> should be parameterized
15. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 373)
Set selectedSet = new HashSet(result.toList());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
16. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java
 (at line 373)
Set selectedSet = new HashSet(result.toList());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/ConcurrentTableTestView.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/ConcurrentTableTestView.java
 (at line 204)
ArrayList tempList = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/ConcurrentTableTestView.java
 (at line 204)
ArrayList tempList = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/ConcurrentTableTestView.java
 (at line 207)
tempList.add("" + rand.nextLong() + " " + counter );
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/Filter.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/Filter.java
 (at line 21)
ArrayList result = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/Filter.java
 (at line 21)
ArrayList result = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/Filter.java
 (at line 25)
result.add(elements[i]);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/LazyVirtualTableView.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/LazyVirtualTableView.java
 (at line 26)
private List elements;
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/LazyVirtualTableView.java
 (at line 40)
elements = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/LazyVirtualTableView.java
 (at line 42)
elements.add("Element " + String.valueOf(i));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java
 (at line 47)
public ArrayList getPartIds(String folderId) {
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java
 (at line 48)
ArrayList result = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java
 (at line 48)
ArrayList result = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java
 (at line 58)
result.add(page.getString("content"));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java
 (at line 64)
result.add(partId);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java : 32 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 44)
categoryDefinitions = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 45)
activityDefinitions = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 46)
categoryActivityBindingDefinitions = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 47)
activityPatternBindingDefinitions = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 48)
activityRequirementBindingDefinitions = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 49)
defaultEnabledActivities = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 63)
defaultEnabledActivities.add(((ActivityDefinition) activityDefinitions .toArray()[0]).getId());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 65)
defaultEnabledActivities.add(((ActivityDefinition) activityDefinitions .toArray()[2]).getId());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 67)
defaultEnabledActivities.add(((ActivityDefinition) activityDefinitions .toArray()[8]).getId());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 76)
activityRequirementBindingDefinitions .add(new ActivityRequirementBindingDefinition( ((ActivityDefinition) activityDefinitions.toArray()[0]) .getId(), ((ActivityDefinition) activityDefinitions.toArray()[1]) .getId(), sourceId)); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 82)
activityRequirementBindingDefinitions .add(new ActivityRequirementBindingDefinition( ((ActivityDefinition) activityDefinitions.toArray()[2]) .getId(), ((ActivityDefinition) activityDefinitions.toArray()[3]) .getId(), sourceId)); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 96)
activityPatternBindingDefinitions .add(new ActivityPatternBindingDefinition( ((ActivityDefinition) activityDefinitions.toArray()[index]) .getId(), "org.eclipse.pattern" //$NON-NLS-1$ + Integer.toString(index + 1), sourceId));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 111)
categoryActivityBindingDefinitions .add(new CategoryActivityBindingDefinition( "org.eclipse.activity" + Integer.toString(counter), //$NON-NLS-1$ "org.eclipse.category" + Integer.toString(index), //$NON-NLS-1$ sourceId));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 117)
categoryActivityBindingDefinitions .add(new CategoryActivityBindingDefinition( "org.eclipse.activity" + Integer.toString(counter), //$NON-NLS-1$ "org.eclipse.category" + Integer.toString(index), //$NON-NLS-1$ sourceId));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 123)
categoryActivityBindingDefinitions .add(new CategoryActivityBindingDefinition( "org.eclipse.activity" + Integer.toString(counter), //$NON-NLS-1$ "org.eclipse.category" + Integer.toString(index), //$NON-NLS-1$ sourceId));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 140)
activityDefinitions.add(new ActivityDefinition( "org.eclipse.activity" + stringToAppend, "Activity " //$NON-NLS-1$ //$NON-NLS-2$ + stringToAppend, sourceId, "description")); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 154)
categoryDefinitions.add(new CategoryDefinition( "org.eclipse.category" + stringToAppend, "Category " //$NON-NLS-1$ //$NON-NLS-2$ + stringToAppend, sourceId, "description")); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 169)
activityDefinitions.add(new ActivityDefinition(activityId, activityName, sourceId, "description")); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 197)
categoryDefinitions.add(new CategoryDefinition(categoryId, categoryName, sourceId, "description")); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 225)
activityRequirementBindingDefinitions .add(new ActivityRequirementBindingDefinition(childId, parentId, sourceId));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 255)
categoryActivityBindingDefinitions .add(new CategoryActivityBindingDefinition(activityId, categoryId, sourceId));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 288)
for (Iterator i = categoryDefinitions.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 292)
categoryDefinitions.add(new CategoryDefinition(categoryId, currentCategory.getName(), currentCategory .getSourceId(), categoryDescription));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 312)
for (Iterator i = activityDefinitions.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 316)
activityDefinitions.add(new ActivityDefinition(activityId, currentActivity.getName(), currentActivity .getSourceId(), activityDescription));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 335)
for (Iterator i = activityDefinitions.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 339)
activityDefinitions.add(new ActivityDefinition(activityId, activityName, currentActivity.getSourceId(), currentActivity.getDescription()));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 358)
for (Iterator i = categoryDefinitions.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 362)
categoryDefinitions.add(new CategoryDefinition(categoryId, categoryName, currentCategory.getSourceId(), currentCategory.getDescription()));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 379)
for (Iterator i = activityPatternBindingDefinitions.iterator(); i
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 399)
if (activityPatternBindingDefinitions .add(new ActivityPatternBindingDefinition(activityId, pattern, sourceId))) {
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicModelActivityRegistry.java
 (at line 412)
if (defaultEnabledActivities.add(activityId)) {
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java : 23 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 113)
Set initialPatternBindings = first_activity
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 133)
Set compareSet;
Set is a raw type. References to generic type Set<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 134)
Set copySet = new HashSet(activityManager.getEnabledActivityIds());
Set is a raw type. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 134)
Set copySet = new HashSet(activityManager.getEnabledActivityIds());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 134)
Set copySet = new HashSet(activityManager.getEnabledActivityIds());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 135)
copySet.add(activityManager.getDefinedActivityIds().toArray()[0]);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 170)
Set identifiedActivities = activitiesIdentifier.getActivityIds(); //$NON-NLS-1$
Set is a raw type. References to generic type Set<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 177)
Set copySet = new HashSet(activityManager.getEnabledActivityIds());
Set is a raw type. References to generic type Set<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 177)
Set copySet = new HashSet(activityManager.getEnabledActivityIds());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 177)
Set copySet = new HashSet(activityManager.getEnabledActivityIds());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 183)
copySet.add("org.eclipse.activity3"); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 192)
Set manipulatedIdentifiers = activityManager.getIdentifier(
Set is a raw type. References to generic type Set<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 232)
Set enabledSet = new HashSet(activityManager.getEnabledActivityIds());
Set is a raw type. References to generic type Set<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 232)
Set enabledSet = new HashSet(activityManager.getEnabledActivityIds());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 232)
Set enabledSet = new HashSet(activityManager.getEnabledActivityIds());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 233)
enabledSet.add("org.eclipse.activity19"); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 314)
Set enabledSet = new HashSet(activityManager.getEnabledActivityIds());
Set is a raw type. References to generic type Set<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 314)
Set enabledSet = new HashSet(activityManager.getEnabledActivityIds());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 314)
Set enabledSet = new HashSet(activityManager.getEnabledActivityIds());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 315)
enabledSet.add(activity_to_listen.getId());
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 521)
Set patternBindings = activity.getActivityPatternBindings();
Set is a raw type. References to generic type Set<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 537)
Set requirementBindings = activity.getActivityRequirementBindings();
Set is a raw type. References to generic type Set<E> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/DynamicTest.java
 (at line 547)
Set categoryBindings = category.getCategoryActivityBindings();
Set is a raw type. References to generic type Set<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/activities/MenusTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/MenusTest.java
 (at line 35)
private Set enabledActivities;
Set is a raw type. References to generic type Set<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/activities/PersistanceTest.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/PersistanceTest.java
 (at line 46)
for (Iterator i = manager.getDefinedCategoryIds().iterator(); i.hasNext(); ) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/PersistanceTest.java
 (at line 84)
for (Iterator i = manager.getDefinedActivityIds().iterator(); i.hasNext(); ) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java : 16 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 36)
private List categoryIds;
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 38)
private List activityIds;
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 40)
private List patternActivityIds;
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 61)
categoryIds = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 63)
categoryIds.add("org.eclipse.category" + Integer.toString(index)); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 64)
activityIds = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 66)
activityIds.add("org.eclipse.activity" + Integer.toString(index)); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 67)
patternActivityIds = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 69)
patternActivityIds.add(activityIds.toArray()[index]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 78)
assertTrue(activityManager.getDefinedCategoryIds().containsAll( categoryIds));
Type safety: The method containsAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 81)
assertTrue(activityManager.getDefinedActivityIds().containsAll( activityIds));
Type safety: The method containsAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 90)
Set activityIds = activityIdentifier.getActivityIds();
Set is a raw type. References to generic type Set<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 91)
assertTrue(activityIds.containsAll(patternActivityIds));
Type safety: The method containsAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 103)
Set activityRequirementBindings = first_activity
Set is a raw type. References to generic type Set<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 112)
Set activityPatternBindings = first_activity
Set is a raw type. References to generic type Set<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/StaticTest.java
 (at line 145)
Set categoryActivityBindings = first_category
Set is a raw type. References to generic type Set<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java : 69 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 45)
private Set rememberedSet;
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 65)
Set ids = WorkbenchActivityHelper.getEnabledCategories(getActivityManager(), ID1);
Set is a raw type. References to generic type Set<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 75)
Set ids = WorkbenchActivityHelper.getEnabledCategories(getActivityManager(), ID2);
Set is a raw type. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 86)
Set ids = WorkbenchActivityHelper.getEnabledCategories(getActivityManager(), ID3);
Set is a raw type. References to generic type Set<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 95)
Set ids = WorkbenchActivityHelper.getEnabledCategories(getActivityManager(), ID4);
Set is a raw type. References to generic type Set<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 103)
Set ids = WorkbenchActivityHelper.getEnabledCategories(getActivityManager(), ID5);
Set is a raw type. References to generic type Set<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 113)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 113)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 114)
set.add(ID1);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 124)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 124)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 125)
set.add(ID2);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 135)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 135)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 136)
set.add(ID1);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 146)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 146)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 147)
set.add(ID4);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 157)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 157)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 158)
set.add(ID4);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 168)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 168)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 169)
set.add(ID5);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 171)
Set ids = WorkbenchActivityHelper.getEnabledCategories(getActivityManager(), ID5);
Set is a raw type. References to generic type Set<E> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 182)
Set ids = WorkbenchActivityHelper.getDisabledCategories(getActivityManager(), ID1);
Set is a raw type. References to generic type Set<E> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 192)
Set ids = WorkbenchActivityHelper.getDisabledCategories(getActivityManager(), ID2);
Set is a raw type. References to generic type Set<E> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 203)
Set ids = WorkbenchActivityHelper.getDisabledCategories(getActivityManager(), ID3);
Set is a raw type. References to generic type Set<E> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 213)
Set ids = WorkbenchActivityHelper.getDisabledCategories(getActivityManager(), ID4);
Set is a raw type. References to generic type Set<E> should be parameterized
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 222)
Set ids = WorkbenchActivityHelper.getDisabledCategories(getActivityManager(), ID5);
Set is a raw type. References to generic type Set<E> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 232)
Set ids = WorkbenchActivityHelper.getEnabledCategoriesForActivity(getActivityManager(), ID1);
Set is a raw type. References to generic type Set<E> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 243)
Set ids = WorkbenchActivityHelper.getEnabledCategoriesForActivity(getActivityManager(), ID2);
Set is a raw type. References to generic type Set<E> should be parameterized
33. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 253)
Set ids = WorkbenchActivityHelper.getEnabledCategoriesForActivity(getActivityManager(), ID4);
Set is a raw type. References to generic type Set<E> should be parameterized
34. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 264)
Set ids = WorkbenchActivityHelper.getEnabledCategoriesForActivity(getActivityManager(), ID5);
Set is a raw type. References to generic type Set<E> should be parameterized
35. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 283)
Set set = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
36. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 283)
Set set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
37. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 323)
Set set = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
38. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 323)
Set set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
39. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 344)
private Map sourceState = new HashMap(1);
Map is a raw type. References to generic type Map<K,V> should be parameterized
40. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 344)
private Map sourceState = new HashMap(1);
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
41. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 351)
public Map getCurrentState() {
Map is a raw type. References to generic type Map<K,V> should be parameterized
42. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 377)
sourceState.put(VARIABLE, VALUE);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
43. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 385)
sourceState.put(VARIABLE, "");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
44. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 423)
Set enabledActivityIds = support.getActivityManager()
Set is a raw type. References to generic type Set<E> should be parameterized
45. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 432)
enabledActivityIds = new HashSet(enabledActivityIds);
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
46. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 432)
enabledActivityIds = new HashSet(enabledActivityIds);
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
47. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 433)
enabledActivityIds.add(EXPRESSION_ACTIVITY_ID_5);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
48. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 488)
Set set = new HashSet(support.getActivityManager().getEnabledActivityIds());
Set is a raw type. References to generic type Set<E> should be parameterized
49. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 488)
Set set = new HashSet(support.getActivityManager().getEnabledActivityIds());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
50. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 488)
Set set = new HashSet(support.getActivityManager().getEnabledActivityIds());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
51. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 489)
set.add(EXPRESSION_ACTIVITY_ID_2);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
52. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 528)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
53. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 528)
HashSet set = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
54. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 529)
set.add(ID1);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
55. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 530)
set.add(ID2);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
56. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 531)
set.add(ID4);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
57. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 532)
set.add(ID5);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
58. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 556)
Set bindings = activity.getActivityPatternBindings();
Set is a raw type. References to generic type Set<E> should be parameterized
59. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 565)
Set boundActivities = identifier.getActivityIds();
Set is a raw type. References to generic type Set<E> should be parameterized
60. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 593)
support.setEnabledActivityIds(new HashSet());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
61. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 594)
Set set = new HashSet(support.getActivityManager().getEnabledActivityIds());
Set is a raw type. References to generic type Set<E> should be parameterized
62. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 594)
Set set = new HashSet(support.getActivityManager().getEnabledActivityIds());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
63. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 594)
Set set = new HashSet(support.getActivityManager().getEnabledActivityIds());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
64. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 595)
Set previousSet = new HashSet(support.getActivityManager().getEnabledActivityIds());
Set is a raw type. References to generic type Set<E> should be parameterized
65. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 595)
Set previousSet = new HashSet(support.getActivityManager().getEnabledActivityIds());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
66. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 595)
Set previousSet = new HashSet(support.getActivityManager().getEnabledActivityIds());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
67. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 596)
set.add(EXPRESSION_ACTIVITY_ID_2);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
68. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 603)
set = new HashSet(support.getActivityManager().getEnabledActivityIds());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
69. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/activities/UtilTest.java
 (at line 603)
set = new HashSet(support.getActivityManager().getEnabledActivityIds());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptableResourceWrapper.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptableResourceWrapper.java
 (at line 26)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptedResourceNavigator.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptedResourceNavigator.java
 (at line 122)
ArrayList list = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptedResourceNavigator.java
 (at line 122)
ArrayList list = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptedResourceNavigator.java
 (at line 125)
for (Iterator i = ssel.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptedResourceNavigator.java
 (at line 137)
list.add(resource);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/SelectionAdapterTest.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/adaptable/SelectionAdapterTest.java
 (at line 59)
Iterator iterator = iterate.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/adaptable/SelectionAdapterTest.java
 (at line 85)
Iterator iterator = iterate.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/adaptable/SelectionAdapterTest.java
 (at line 103)
Iterator iterator = iterate.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/BadElementFactory.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/BadElementFactory.java
 (at line 58)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/Bug75118Test.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/Bug75118Test.java
 (at line 47)
Set wizardSet = new HashSet(Arrays.asList(primaryWizards));
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/Bug75118Test.java
 (at line 47)
Set wizardSet = new HashSet(Arrays.asList(primaryWizards));
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/Bug75118Test.java
 (at line 47)
Set wizardSet = new HashSet(Arrays.asList(primaryWizards));
HashSet is a raw type. References to generic type HashSet<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/DummyServiceFactory.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/DummyServiceFactory.java
 (at line 24)
public Object create(Class serviceInterface, IServiceLocator parentLocator,
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/GenericCommandActionDelegate.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/GenericCommandActionDelegate.java
 (at line 58)
private Map parameterMap = null;
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/GenericCommandActionDelegate.java
 (at line 123)
parameterMap = (Map) data;
Map is a raw type. References to generic type Map<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/GenericCommandActionDelegate.java
 (at line 162)
ArrayList parameters = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/GenericCommandActionDelegate.java
 (at line 162)
ArrayList parameters = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/GenericCommandActionDelegate.java
 (at line 163)
Iterator i = parameterMap.keySet().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/GenericCommandActionDelegate.java
 (at line 174)
parameters.add(new Parameterization(parm, (String) parameterMap .get(parmName)));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/GenericCommandActionDelegate.java
 (at line 178)
(Parameterization[]) parameters .toArray(new Parameterization[parameters.size()]));
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/IAggregateWorkingSetTest.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IAggregateWorkingSetTest.java
 (at line 323)
private Object invokeMethod(Class clazz, String methodName,
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IAggregateWorkingSetTest.java
 (at line 324)
Object instance, Object[] args, Class[] argsClasses) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java : 11 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 201)
Set realSet = new HashSet(Arrays.asList(sets));
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 201)
Set realSet = new HashSet(Arrays.asList(sets));
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 201)
Set realSet = new HashSet(Arrays.asList(sets));
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 1865)
HashMap parameters = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 1865)
HashMap parameters = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 1866)
parameters.put(IWorkbenchCommandConstants.WINDOW_CLOSE_PERSPECTIVE_PARM_ID, persp.getId());
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 1898)
ArrayList partIds = facade.getPerspectivePartIds(fActivePage, null);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 1925)
ArrayList partIds = facade.getPerspectivePartIds(fActivePage,"placeholderFolder");
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 1949)
ArrayList partIds = facade.getPerspectivePartIds(fActivePage,"folder");
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 1969)
List shortcutList = Arrays.asList(shortcuts);
List is a raw type. References to generic type List<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java
 (at line 1987)
List shortcutList = Arrays.asList(shortcuts);
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPartTestableTests.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPartTestableTests.java
 (at line 63)
Set encounteredControls = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPartTestableTests.java
 (at line 63)
Set encounteredControls = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPartTestableTests.java
 (at line 80)
private void testParts(Object[] parts, Set encounteredControls) {
Set is a raw type. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPartTestableTests.java
 (at line 96)
encounteredControls.add(testable.getControl()));
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkingSetManagerTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkingSetManagerTest.java
 (at line 502)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkingSetTest.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkingSetTest.java
 (at line 211)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkingSetTest.java
 (at line 316)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkingSetTest.java
 (at line 331)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkingSetTest.java
 (at line 345)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkingSetTest.java
 (at line 356)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/ListContentProvider.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/ListContentProvider.java
 (at line 25)
return ((List) inputElement).toArray();
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/ListElement.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/ListElement.java
 (at line 43)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/ListView.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/ListView.java
 (at line 38)
ArrayList input;
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/ListView.java
 (at line 53)
input = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/ListView.java
 (at line 118)
input.add(el);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/MockPart.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/MockPart.java
 (at line 158)
public Object getAdapter(Class arg0) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/MockSelectionProvider.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/MockSelectionProvider.java
 (at line 25)
private List listeners = new ArrayList(3);
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/MockSelectionProvider.java
 (at line 25)
private List listeners = new ArrayList(3);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/MockSelectionProvider.java
 (at line 38)
Iterator iter = listeners.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/MockSelectionProvider.java
 (at line 48)
listeners.add(listener);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/SaveableMockViewPart.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/SaveableMockViewPart.java
 (at line 159)
public Object getAdapter(Class c) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java : 14 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 93)
List trim = trimManager.getAreaTrim(SWT.BOTTOM);
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 120)
List trim = trimManager.getAreaTrim(SWT.BOTTOM);
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 149)
List trim = trimManager.getAreaTrim(ITrimManager.BOTTOM);
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 178)
List trim = trimManager.getAreaTrim(ITrimManager.TOP);
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 207)
List topTrim = trimManager.getAreaTrim(ITrimManager.TOP);
List is a raw type. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 290)
List trim = trimManager.getAreaTrim(ITrimManager.BOTTOM);
List is a raw type. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 341)
List windowTrim = trimManager.getAreaTrim(ITrimManager.BOTTOM);
List is a raw type. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 372)
private void swapPostition(List trim, int pos1, int pos2) {
List is a raw type. References to generic type List<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 374)
trim.set(pos1, trim.get(pos2));
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 375)
trim.set(pos2, tmp);
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 385)
private int getIndexOf(List trimIds, String id) {
List is a raw type. References to generic type List<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 387)
for (Iterator iterator = trimIds.iterator(); iterator.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 405)
List descs = trimManager.getAreaTrim(SWT.BOTTOM);
List is a raw type. References to generic type List<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java
 (at line 434)
private void validatePositions(String[] expectedIDs, List retrievedIDs) {
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/ArbitraryPropertyTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/ArbitraryPropertyTest.java
 (at line 140)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/RawIViewPart.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/RawIViewPart.java
 (at line 161)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResults.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResults.java
 (at line 24)
private Map results = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResults.java
 (at line 24)
private Map results = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResults.java
 (at line 42)
results.put(name, new TestResultFilter(memento));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResults.java
 (at line 47)
Collection ids = results.keySet();
Collection is a raw type. References to generic type Collection<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResults.java
 (at line 49)
return (String[])ids.toArray(new String[ids.size()]);
Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResults.java
 (at line 57)
results.put(testName, filter);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResults.java
 (at line 65)
for (Iterator iter = results.keySet().iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/commands/ActiveActionSetExpression.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/ActiveActionSetExpression.java
 (at line 56)
if (((Collection) variable).contains(actionSetId)) {
Collection is a raw type. References to generic type Collection<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/commands/ActiveContextExpression.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/ActiveContextExpression.java
 (at line 59)
if (((Collection) variable).contains(contextId)) {
Collection is a raw type. References to generic type Collection<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug66182Test.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug66182Test.java
 (at line 224)
public Object execute(Map parameterValuesByName)
Map is a raw type. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug73756Test.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug73756Test.java
 (at line 39)
private static String MESSAGE = MessageFormat.format(Util.translateString( RESOURCE_BUNDLE, "undefinedCommand.WarningMessage", null), //$NON-NLS-1$ new String[] { CMD_ID });
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation

/Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug74990Test.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug74990Test.java
 (at line 65)
public final Object execute(final Map parameterValuesByName)
Map is a raw type. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug87856Test.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug87856Test.java
 (at line 60)
public Object execute(Map parameterValuesByName)
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug87856Test.java
 (at line 77)
final WeakReference reference = new WeakReference(handler);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug87856Test.java
 (at line 77)
final WeakReference reference = new WeakReference(handler);
Type safety: The constructor WeakReference(Object) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/Bug87856Test.java
 (at line 77)
final WeakReference reference = new WeakReference(handler);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandActionTest.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandActionTest.java
 (at line 135)
Map map = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandActionTest.java
 (at line 135)
Map map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandActionTest.java
 (at line 136)
map.put("protocol", "true"); //$NON-NLS-1$ //$NON-NLS-2$
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandActionTest.java
 (at line 137)
map.put("host", "true");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandActionTest.java
 (at line 148)
map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandActionTest.java
 (at line 149)
map.put("protocol", "false"); //$NON-NLS-1$ //$NON-NLS-2$
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandActionTest.java
 (at line 150)
map.put("host", "false");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java : 19 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 120)
public void updateElement(UIElement callback, Map parameters) {
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 271)
Map filter = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 271)
Map filter = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 272)
filter.put(PROT_PARAM_ID, "http");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 277)
filter.put(HOST_PARAM_ID, "www.eclipse.org");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 320)
Map filter = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 320)
Map filter = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 321)
filter.put(PROT_PARAM_ID, "http");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 326)
filter.put(HOST_PARAM_ID, "www.eclipse.org");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 336)
filter.put(HOST_PARAM_ID, "download.eclipse.org");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 382)
Map filter = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 382)
Map filter = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 385)
filter.put(PROT_PARAM_ID, "http");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 390)
filter.put(PROT_PARAM_ID, "ftp");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 395)
filter.put(HOST_PARAM_ID, "download.eclipse.org");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 435)
Map filter = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 435)
Map filter = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 437)
filter.put(PROT_PARAM_ID, "http");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandCallbackTest.java
 (at line 442)
filter.put(IServiceScopes.WINDOW_SCOPE, window);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandEnablementTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandEnablementTest.java
 (at line 253)
public void updateElement(UIElement element, Map parameters) {
Map is a raw type. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandSerializationTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/CommandSerializationTest.java
 (at line 268)
Map paramMap = pCommand.getParameterMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java
 (at line 129)
private Map testContextActivations = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java
 (at line 129)
private Map testContextActivations = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java
 (at line 131)
private Map testHandlerActivations = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java
 (at line 131)
private Map testHandlerActivations = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java
 (at line 133)
private Map testHandlers = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java
 (at line 133)
private Map testHandlers = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java
 (at line 154)
testContextActivations.put(contextId, c);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java
 (at line 258)
testHandlers.put(handler, currentHandler);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java
 (at line 263)
testHandlerActivations.put(handler, handlerService.activateHandler( CMD_ID, currentHandler, expression));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/commands/HandlerActivationTest.java
 (at line 433)
testHandlerActivations.put(handler, handlerService.activateHandler( CMD_ID, handler));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/compare/UIComparePreferences.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/compare/UIComparePreferences.java
 (at line 48)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/compare/UIComparePreferencesAuto.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/compare/UIComparePreferencesAuto.java
 (at line 48)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java : 9 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java
 (at line 68)
private Set previousContextIds = null;
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java
 (at line 93)
previousContextIds = new HashSet(previousContextIds);
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java
 (at line 93)
previousContextIds = new HashSet(previousContextIds);
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java
 (at line 157)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java
 (at line 157)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java
 (at line 158)
activeContextIds.add(IContextIds.CONTEXT_ID_DIALOG);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java
 (at line 159)
activeContextIds.add(IContextIds.CONTEXT_ID_DIALOG_AND_WINDOW);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java
 (at line 160)
activeContextIds.add(windowChildContext.getId());
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/contexts/Bug84763Test.java
 (at line 168)
activeContextIds.add(IContextIds.CONTEXT_ID_WINDOW);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/contexts/PartContextTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/contexts/PartContextTest.java
 (at line 182)
Collection activeContexts = contextService.getActiveContextIds();
Collection is a raw type. References to generic type Collection<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java : 53 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 72)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 72)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 73)
resources.add(project);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 82)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 82)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 83)
resources.add(project);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 97)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 97)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 98)
resources.add(project);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 110)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 110)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 117)
resources.add(folderMembers[k]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 135)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 135)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 139)
resources.add(members[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 154)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 154)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 161)
resources.add(folderMembers[k]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 180)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 180)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 181)
resources.add(project);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 194)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 194)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 195)
resources.add(project);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 207)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 207)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 214)
resources.add(folderMembers[k]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 232)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 232)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 236)
resources.add(members[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 252)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 252)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
33. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 259)
resources.add(folderMembers[k]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
34. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 348)
Enumeration entries = zipFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
35. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 377)
List allEntries = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
36. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 377)
List allEntries = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
37. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 380)
Enumeration entries = zipFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
38. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 383)
allEntries.add(entry.getName());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
39. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 389)
Enumeration entries = tarFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
40. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 392)
allEntries.add(entry.getName());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
41. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 409)
private void verifyArchive(int folderCount, List entries){
List is a raw type. References to generic type List<E> should be parameterized
42. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 411)
Set folderNames = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
43. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 411)
Set folderNames = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
44. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 412)
List files = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
45. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 412)
List files = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
46. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 413)
Iterator archiveEntries = entries.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
47. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 421)
files.add(fileName);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
48. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 426)
folderNames.add(folderName);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
49. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 429)
folderNames.add(folderPath);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
50. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 443)
private void verifyFiles(List files){
List is a raw type. References to generic type List<E> should be parameterized
51. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 444)
Iterator iter = files.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
52. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 460)
private void verifyFolders(Set folderNames){
Set is a raw type. References to generic type Set<E> should be parameterized
53. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportArchiveFileOperationTest.java
 (at line 461)
Iterator folders = folderNames.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java : 22 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 100)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 100)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 101)
resources.add(project);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 111)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 111)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 112)
resources.add(project);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 123)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 123)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 126)
resources.add(members[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 138)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 138)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 142)
resources.add(members[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 157)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 157)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 164)
resources.add(folderMembers[k]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 182)
List resources = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 182)
List resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 183)
resources.add(project);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 204)
private void verifyFiles(List resources){
List is a raw type. References to generic type List<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 228)
List directories = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 228)
List directories = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java
 (at line 232)
directories.add(files[i]);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java : 33 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 95)
Class testClass = Class
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 116)
Enumeration zipEntries = zipFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 117)
List entries = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 117)
List entries = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 119)
entries.add(zipEntries.nextElement());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 135)
Enumeration tarEntries = tarFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 136)
List entries = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 136)
List entries = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 138)
entries.add(tarEntries.nextElement());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 153)
Enumeration zipEntries = zipFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 154)
List entries = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 154)
List entries = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 158)
entries.add(entry);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 177)
Enumeration tarEntries = tarFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 178)
List entries = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 178)
List entries = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 180)
entries.add(tarEntries.nextElement());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 197)
Enumeration tarEntries = tarFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 198)
List entries = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 198)
List entries = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 200)
entries.add(tarEntries.nextElement());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 218)
Enumeration zipEntries = zipFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 219)
List entries = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 219)
List entries = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 223)
entries.add(entry);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 242)
Enumeration zipEntries = zipFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 243)
List entries = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 243)
List entries = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 247)
entries.add(entry);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 266)
Enumeration tarEntries = tarFile.entries();
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 267)
List entries = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 267)
List entries = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
33. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportArchiveOperationTest.java
 (at line 269)
entries.add(tarEntries.nextElement());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java : 100 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 149)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 149)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 150)
projects.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 161)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 161)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 164)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 168)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 180)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 180)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 181)
projects.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 192)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 192)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 195)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 199)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 210)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 210)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 211)
projects.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 217)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 217)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 220)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 224)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 264)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 264)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 265)
projects.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 276)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 276)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 279)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 283)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 320)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 320)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 321)
projects.add("A");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 332)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
33. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 332)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
34. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 334)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
35. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 338)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
36. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 374)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
37. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 374)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
38. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 375)
projects.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
39. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 386)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
40. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 386)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
41. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 388)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
42. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 392)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
43. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 429)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
44. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 429)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
45. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 430)
projects.add("A");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
46. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 441)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
47. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 441)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
48. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 443)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
49. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 447)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
50. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 486)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
51. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 486)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
52. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 487)
projects.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
53. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 492)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
54. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 492)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
55. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 494)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
56. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 498)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
57. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 535)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
58. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 535)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
59. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 536)
projects.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
60. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 545)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
61. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 545)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
62. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 547)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
63. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 551)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
64. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 588)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
65. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 588)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
66. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 589)
projects.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
67. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 598)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
68. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 598)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
69. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 600)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
70. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 604)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
71. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 632)
HashSet projects2 = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
72. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 632)
HashSet projects2 = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
73. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 633)
projects2.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
74. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 645)
ArrayList projectNames2 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
75. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 645)
ArrayList projectNames2 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
76. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 647)
projectNames2.add(selectedProjects2[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
77. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 651)
projectNames2.containsAll(projects2));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
78. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 687)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
79. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 687)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
80. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 688)
projects.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
81. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 699)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
82. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 699)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
83. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 701)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
84. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 705)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
85. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 738)
HashSet projects2 = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
86. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 738)
HashSet projects2 = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
87. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 739)
projects2.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
88. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 750)
ArrayList projectNames2 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
89. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 750)
ArrayList projectNames2 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
90. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 752)
projectNames2.add(selectedProjects2[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
91. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 756)
projectNames2.containsAll(projects2));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
92. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 795)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
93. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 795)
ArrayList projectNames = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
94. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 797)
projectNames.add(selectedProjects[i].getProjectName());
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
95. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 800)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
96. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 800)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
97. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 801)
projects.add("HelloWorld");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
98. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 802)
projects.add("WorldHello");
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
99. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 805)
projectNames.containsAll(projects));
Type safety: The method containsAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
100. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingProjectsWizardTest.java
 (at line 829)
HashSet projects = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java : 22 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 76)
Class testClass = Class
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 120)
List importElements = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 120)
List importElements = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 121)
importElements.add(element);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 131)
List importElements = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 131)
List importElements = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 132)
importElements.add(element);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 153)
List importElements = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 153)
List importElements = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 154)
importElements.add(element);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 165)
List importElements = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 165)
List importElements = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 166)
importElements.add(element);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 177)
List importElements = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 177)
List importElements = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 178)
importElements.add(element);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 210)
List importElements = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 210)
List importElements = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 211)
importElements.add(element);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 220)
List importElements = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 220)
List importElements = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
 (at line 221)
importElements.add(element);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/BadIndexDecorator.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/BadIndexDecorator.java
 (at line 30)
private Set listeners = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/BadIndexDecorator.java
 (at line 30)
private Set listeners = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/BadIndexDecorator.java
 (at line 39)
listeners.add(listener);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/BadIndexDecorator.java
 (at line 46)
listeners = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/BadIndexDecorator.java
 (at line 69)
Iterator iterator = listeners.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/DecoratorAdaptableTests.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/DecoratorAdaptableTests.java
 (at line 45)
private void assertDecorated(String testSubName, String[] expectedSuffixes, Object[] elements, Class adaptedClass, boolean shouldHaveMatches) throws CoreException {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/ExceptionDecoratorTestCase.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/ExceptionDecoratorTestCase.java
 (at line 29)
private Collection problemDecorators = new ArrayList();
Collection is a raw type. References to generic type Collection<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/ExceptionDecoratorTestCase.java
 (at line 29)
private Collection problemDecorators = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/ExceptionDecoratorTestCase.java
 (at line 57)
problemDecorators.add(definitions[i]);
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/ExceptionDecoratorTestCase.java
 (at line 84)
Iterator problemIterator = problemDecorators.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestAdaptableDecoratorContributor.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestAdaptableDecoratorContributor.java
 (at line 28)
private Class clazz;
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestAdaptableDecoratorContributor.java
 (at line 40)
protected void setExpectedElementType(Class clazz) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestDecoratorContributor.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestDecoratorContributor.java
 (at line 28)
private Set listeners = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestDecoratorContributor.java
 (at line 28)
private Set listeners = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestDecoratorContributor.java
 (at line 57)
listeners.add(listener);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestDecoratorContributor.java
 (at line 65)
listeners = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestDecoratorContributor.java
 (at line 88)
Iterator iterator = listeners.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorContributor.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorContributor.java
 (at line 33)
private Set listeners = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorContributor.java
 (at line 33)
private Set listeners = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorContributor.java
 (at line 49)
listeners.add(listener);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorContributor.java
 (at line 57)
listeners = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorContributor.java
 (at line 80)
Iterator iterator = listeners.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorMultipleQuadrantContributor.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorMultipleQuadrantContributor.java
 (at line 38)
private Set listeners = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorMultipleQuadrantContributor.java
 (at line 38)
private Set listeners = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorMultipleQuadrantContributor.java
 (at line 50)
listeners.add(listener);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorMultipleQuadrantContributor.java
 (at line 58)
listeners = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TestLightweightDecoratorMultipleQuadrantContributor.java
 (at line 81)
Iterator iterator = listeners.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/TreeElement.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TreeElement.java
 (at line 25)
Collection children = new ArrayList(10);
Collection is a raw type. References to generic type Collection<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TreeElement.java
 (at line 25)
Collection children = new ArrayList(10);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/decorators/TreeElement.java
 (at line 34)
parent.children.add(this);
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferences.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferences.java
 (at line 81)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferences.java
 (at line 116)
Iterator pages = manager.getElements(PreferenceManager.PRE_ORDER)
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferences.java
 (at line 129)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferencesAuto.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferencesAuto.java
 (at line 47)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferencesAuto.java
 (at line 130)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java : 12 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 30)
private static ArrayList resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 30)
private static ArrayList resources = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 66)
resources.add(res);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 91)
for (Iterator iter = resources.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 107)
for (Iterator iter = resources.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 123)
for (Iterator iter = resources.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 139)
for (Iterator iter = resources.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 155)
for (Iterator iter = resources.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 174)
for (Iterator iter = resources.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 193)
for (Iterator iter = resources.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 210)
for (Iterator iter = resources.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 228)
for (Iterator iter = resources.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIEditWorkingSetWizardAuto.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIEditWorkingSetWizardAuto.java
 (at line 74)
List widgets = getWidgets((Composite) page.getControl(), Text.class);
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIFilteredResourcesSelectionDialogAuto.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIFilteredResourcesSelectionDialogAuto.java
 (at line 41)
Set itemsSet = new HashSet(historyResources.length);
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIFilteredResourcesSelectionDialogAuto.java
 (at line 41)
Set itemsSet = new HashSet(historyResources.length);
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIFilteredResourcesSelectionDialogAuto.java
 (at line 42)
itemsSet.addAll(Arrays.asList(items));
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UINewWorkingSetWizardAuto.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UINewWorkingSetWizardAuto.java
 (at line 62)
List widgets = getWidgets((Composite) page.getControl(),
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UINewWorkingSetWizardAuto.java
 (at line 102)
List widgets = getWidgets((Composite) page.getControl(),
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UINewWorkingSetWizardAuto.java
 (at line 165)
List widgets = getWidgets((Composite) page.getControl(), Tree.class);
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferences.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferences.java
 (at line 79)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferences.java
 (at line 114)
Iterator pages = manager.getElements(PreferenceManager.PRE_ORDER)
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferences.java
 (at line 126)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferencesAuto.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferencesAuto.java
 (at line 47)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferencesAuto.java
 (at line 131)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java : 12 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 75)
List widgets = getWidgets((Composite) fWizardDialog.getCurrentPage()
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 110)
protected List getWidgets(Composite composite, Class clazz) {
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 110)
protected List getWidgets(Composite composite, Class clazz) {
Class is a raw type. References to generic type Class<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 112)
List selectedChildren = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 112)
List selectedChildren = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 117)
selectedChildren.add(child);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 120)
selectedChildren.addAll(getWidgets((Composite) child, clazz));
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 158)
List widgets = getWidgets((Composite) page.getControl(), Text.class);
List is a raw type. References to generic type List<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 172)
ArrayList editable = new ArrayList(all.length);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 172)
ArrayList editable = new ArrayList(all.length);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 176)
editable.add(descriptor);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWorkingSetWizardsAuto.java
 (at line 179)
return (WorkingSetDescriptor[]) editable.toArray(new WorkingSetDescriptor[editable.size()]);
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ActionSetTests.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ActionSetTests.java
 (at line 67)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ActionSetTests.java
 (at line 67)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ActionSetTests.java
 (at line 68)
WeakReference ref = new WeakReference(action[0], queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ActionSetTests.java
 (at line 68)
WeakReference ref = new WeakReference(action[0], queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ActionSetTests.java
 (at line 68)
WeakReference ref = new WeakReference(action[0], queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java : 12 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 51)
o2 = new WeakReference(o1);
Type safety: The constructor WeakReference(Object) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 51)
o2 = new WeakReference(o1);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 69)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 69)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 70)
WeakReference ref = new WeakReference(o1, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 70)
WeakReference ref = new WeakReference(o1, queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 70)
WeakReference ref = new WeakReference(o1, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 88)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 88)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 89)
WeakReference ref = new WeakReference(o1, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 89)
WeakReference ref = new WeakReference(o1, queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicSupportTests.java
 (at line 89)
WeakReference ref = new WeakReference(o1, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java : 15 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 40)
private WeakReference addedDelta;
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 42)
private WeakReference removedDelta;
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 44)
private ReferenceQueue queue;
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 78)
queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 167)
Class clazz = bundle.loadClass(className);
Class is a raw type. References to generic type Class<T> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 169)
ReferenceQueue myQueue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 169)
ReferenceQueue myQueue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 170)
WeakReference ref = new WeakReference(clazz.getClassLoader(), myQueue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 170)
WeakReference ref = new WeakReference(clazz.getClassLoader(), myQueue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 170)
WeakReference ref = new WeakReference(clazz.getClassLoader(), myQueue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 213)
addedDelta = new WeakReference(delta, queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 213)
addedDelta = new WeakReference(delta, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 217)
removedDelta = new WeakReference(delta, queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 217)
removedDelta = new WeakReference(delta, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicTestCase.java
 (at line 229)
queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/EditorTests.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/EditorTests.java
 (at line 71)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/EditorTests.java
 (at line 71)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/EditorTests.java
 (at line 73)
WeakReference ref = new WeakReference(part, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/EditorTests.java
 (at line 73)
WeakReference ref = new WeakReference(part, queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/EditorTests.java
 (at line 73)
WeakReference ref = new WeakReference(part, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/IntroTests.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/IntroTests.java
 (at line 51)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/IntroTests.java
 (at line 51)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/IntroTests.java
 (at line 53)
WeakReference ref = new WeakReference(intro, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/IntroTests.java
 (at line 53)
WeakReference ref = new WeakReference(intro, queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/IntroTests.java
 (at line 53)
WeakReference ref = new WeakReference(intro, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/MarkerSupportTests.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/MarkerSupportTests.java
 (at line 106)
Iterator groups = MarkerSupportRegistry.getInstance()
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/MarkerSupportTests.java
 (at line 135)
Iterator filters = MarkerSupportRegistry.getInstance()
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StartupTests.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StartupTests.java
 (at line 44)
Class clazz = bundle.loadClass(getMarkerClass());
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java : 32 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 66)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 66)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 67)
ReferenceQueue queue2 = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 67)
ReferenceQueue queue2 = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 69)
WeakReference ref = new WeakReference(statusHandlerDescriptor1, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 69)
WeakReference ref = new WeakReference(statusHandlerDescriptor1, queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 69)
WeakReference ref = new WeakReference(statusHandlerDescriptor1, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 70)
WeakReference ref2 = new WeakReference(statusHandler1, queue2);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 70)
WeakReference ref2 = new WeakReference(statusHandler1, queue2);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 70)
WeakReference ref2 = new WeakReference(statusHandler1, queue2);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 95)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 95)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 96)
ReferenceQueue queue2 = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 96)
ReferenceQueue queue2 = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 98)
List statusHandlerDescriptors = StatusHandlerRegistry.getDefault()
List is a raw type. References to generic type List<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 104)
for (Iterator it = statusHandlerDescriptors.iterator(); it.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 120)
WeakReference ref = new WeakReference(statusHandlerDescriptor1, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 120)
WeakReference ref = new WeakReference(statusHandlerDescriptor1, queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 120)
WeakReference ref = new WeakReference(statusHandlerDescriptor1, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 121)
WeakReference ref2 = new WeakReference(statusHandler1, queue2);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 121)
WeakReference ref2 = new WeakReference(statusHandler1, queue2);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 121)
WeakReference ref2 = new WeakReference(statusHandler1, queue2);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 147)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 147)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 148)
ReferenceQueue queue2 = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 148)
ReferenceQueue queue2 = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 160)
WeakReference ref = new WeakReference(productStatusHandlerDescriptor,
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 160)
WeakReference ref = new WeakReference(productStatusHandlerDescriptor, queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 160)
WeakReference ref = new WeakReference(productStatusHandlerDescriptor,
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 162)
WeakReference ref2 = new WeakReference(productStatusHandler, queue2);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 162)
WeakReference ref2 = new WeakReference(productStatusHandler, queue2);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/StatusHandlerTests.java
 (at line 162)
WeakReference ref2 = new WeakReference(productStatusHandler, queue2);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/TestInstallUtil.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/TestInstallUtil.java
 (at line 47)
ServiceReference packageAdminRef = context
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/TestInstallUtil.java
 (at line 51)
packageAdmin = (PackageAdmin) context.getService(packageAdminRef);
Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/TestInstallUtil.java
 (at line 51)
packageAdmin = (PackageAdmin) context.getService(packageAdminRef);
Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ViewTests.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ViewTests.java
 (at line 47)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ViewTests.java
 (at line 47)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ViewTests.java
 (at line 51)
WeakReference ref = new WeakReference(part, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ViewTests.java
 (at line 51)
WeakReference ref = new WeakReference(part, queue);
Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ViewTests.java
 (at line 51)
WeakReference ref = new WeakReference(part, queue);
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/WorkingSetTests.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/WorkingSetTests.java
 (at line 171)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/WorkingSetTests.java
 (at line 216)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/encoding/EncodingTestCase.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/encoding/EncodingTestCase.java
 (at line 42)
List encodings = WorkbenchEncoding.getDefinedEncodings();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/encoding/EncodingTestCase.java
 (at line 43)
Iterator iterator = encodings.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacade.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacade.java
 (at line 39)
Class testClass = TestFacade.class.getClassLoader().loadClass("org.eclipse.ui.tests.helpers.TestFacadeImpl");
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacade.java
 (at line 62)
public abstract ArrayList getPerspectivePartIds(IWorkbenchPage page, String folderId);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java
 (at line 113)
public ArrayList getPerspectivePartIds(IWorkbenchPage page, String folderId) {
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/ide/api/FileEditorInputTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/ide/api/FileEditorInputTest.java
 (at line 95)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/internal/ExtendedTextSelection.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/ExtendedTextSelection.java
 (at line 43)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java : 12 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 80)
List defaultA = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 80)
List defaultA = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 81)
defaultA.add(textEditor);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 82)
List defaultB = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 82)
List defaultB = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 83)
defaultB.add(pdeEditor);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 135)
List defaultA = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 135)
List defaultA = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 136)
defaultA.add(textEditor);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 137)
List defaultB = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 137)
List defaultB = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/FileEditorMappingTest.java
 (at line 138)
defaultB.add(pdeEditor);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java : 17 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 25)
HashSet children = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 25)
HashSet children = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 26)
Hashtable values = new Hashtable();
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 26)
Hashtable values = new Hashtable();
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 43)
children.add(child);
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 51)
Iterator iterator = children.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 61)
Iterator iterator = children.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 62)
Collection matches = new HashSet();
Collection is a raw type. References to generic type Collection<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 62)
Collection matches = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 66)
matches.add(next);
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 71)
matches.toArray(returnValue);
Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 120)
values.put(key,new Float(value));
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 127)
values.put(key,new Integer(value));
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 147)
values.put(key,value);
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 163)
Set keySet = values.keySet();
Set is a raw type. References to generic type Set<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 164)
return (String[]) keySet.toArray(new String[keySet.size()]);
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TestMemento.java
 (at line 187)
values.put(key, value?Boolean.TRUE:Boolean.FALSE);
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/internal/TextControlView.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TextControlView.java
 (at line 104)
Method method = TextActionHandler.class.getDeclaredMethod( "updateActionsEnableState", null);
The argument of type null should explicitly be cast to Class[] for the invocation of the varargs method getDeclaredMethod(String, Class...) from type Class<TextActionHandler>. It could alternatively be cast to Class for a varargs invocation
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/internal/TextControlView.java
 (at line 107)
method.invoke(delegator, null);
The argument of type null should explicitly be cast to Object[] for the invocation of the varargs method invoke(Object, Object...) from type Method. It could alternatively be cast to Object for a varargs invocation

/Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java : 59 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 93)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 93)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 94)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 144)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 144)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 145)
activeContextIds.add("parent");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 154)
activeContextIds.add("child");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 162)
activeContextIds.add("parent");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 186)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 186)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 187)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 219)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 219)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 220)
activeContextIds.add("parent");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 221)
activeContextIds.add("child");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 260)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 260)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 261)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 297)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 297)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 298)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 335)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 335)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 336)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 367)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 367)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 368)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 404)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 404)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 405)
activeContextIds.add(parent);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 406)
activeContextIds.add(child);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 449)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
33. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 449)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
34. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 450)
activeContextIds.add(parent);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
35. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 451)
activeContextIds.add(child);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
36. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 495)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
37. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 495)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
38. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 496)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
39. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 531)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
40. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 531)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
41. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 532)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
42. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 577)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
43. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 577)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
44. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 578)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
45. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 617)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
46. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 617)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
47. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 618)
activeContextIds.add(parentContext.getId());
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
48. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 619)
activeContextIds.add(childContext.getId());
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
49. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 661)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
50. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 661)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
51. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 662)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
52. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 705)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
53. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 705)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
54. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 706)
activeContextIds.add("sibling1");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
55. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 715)
activeContextIds.add("sibling2");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
56. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 723)
activeContextIds.add("sibling1");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
57. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 754)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
58. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 754)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
59. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java
 (at line 755)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java : 47 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 128)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 128)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 129)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 156)
final Map activeBindings = bindingManager
Map is a raw type. References to generic type Map<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 172)
final Collection activeBindings = bindingManager
Collection is a raw type. References to generic type Collection<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 205)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 205)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 206)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 320)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 320)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 321)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 344)
Map partialMatches = bindingManager.getPartialMatches(perfectMatch);
Map is a raw type. References to generic type Map<K,V> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 404)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 404)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 405)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 496)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 496)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 497)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 565)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 565)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 566)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 627)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 627)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 628)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 727)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 727)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 728)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 731)
Map activeBindingsDisregardingContext = bindingManager.getActiveBindingsDisregardingContext();// force a recompute
Map is a raw type. References to generic type Map<K,V> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 734)
Map currentConflicts = bindingManager.getCurrentConflicts();
Map is a raw type. References to generic type Map<K,V> should be parameterized
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 737)
Collection conflictsCollection = bindingManager.getConflictsFor(noConflict);
Collection is a raw type. References to generic type Collection<E> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 760)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 760)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
33. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 761)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
34. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 798)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
35. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 798)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
36. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 799)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
37. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 841)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
38. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 841)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
39. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 842)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
40. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 895)
final Set activeContextIds = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
41. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 895)
final Set activeContextIds = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
42. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 896)
activeContextIds.add("na");
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
43. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 923)
Map map = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
44. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 923)
Map map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
45. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 924)
map.put("viewId", "outline");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
46. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 927)
map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
47. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingManagerTest.java
 (at line 928)
map.put("viewId", "console");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36420Test.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36420Test.java
 (at line 103)
List keyBindings = manager.getCommand(commandId)
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36420Test.java
 (at line 105)
Iterator keyBindingItr = keyBindings.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36537Test.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36537Test.java
 (at line 56)
Map keySequenceBindingsByKeySequence = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36537Test.java
 (at line 56)
Map keySequenceBindingsByKeySequence = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36537Test.java
 (at line 64)
List matches = (List) keySequenceBindingsByKeySequence
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36537Test.java
 (at line 64)
List matches = (List) keySequenceBindingsByKeySequence
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36537Test.java
 (at line 67)
matches = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36537Test.java
 (at line 68)
keySequenceBindingsByKeySequence.put(triggerSequence, matches);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36537Test.java
 (at line 72)
Iterator matchItr = matches.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug36537Test.java
 (at line 122)
matches.add(binding);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug40023Test.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug40023Test.java
 (at line 98)
List keyStrokes = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug40023Test.java
 (at line 98)
List keyStrokes = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug40023Test.java
 (at line 99)
keyStrokes.add(KeyStroke.getInstance(keySequenceText));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug43321Test.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug43321Test.java
 (at line 82)
List keyStrokes = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug43321Test.java
 (at line 82)
List keyStrokes = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug43321Test.java
 (at line 83)
keyStrokes.add(KeyStroke.getInstance("CTRL+C")); //$NON-NLS-1$
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug44460Test.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug44460Test.java
 (at line 104)
List keyStrokes = WorkbenchKeyboard
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java : 54 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 70)
Iterator i = cm.getContexts().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 119)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 119)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 123)
events.add(event);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 165)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 165)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 168)
events.add(event);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 218)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 218)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 221)
events.add(event);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 229)
final Collection conflicts = cf.getConflicts();
Collection is a raw type. References to generic type Collection<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 275)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 275)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 278)
events.add(event);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 418)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 418)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 421)
events.add(event);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 469)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 469)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 472)
events.add(event);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 481)
ArrayList oldValue = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 481)
ArrayList oldValue = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 482)
oldValue.add(conflict3);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 551)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 551)
final ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 554)
events.add(event);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 587)
Iterator i = sm.getSchemes().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 613)
ArrayList quick2 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 613)
ArrayList quick2 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 618)
quick2.add(e);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 635)
Iterator i = sm.getSchemes().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 665)
ArrayList quick2 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
33. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 665)
ArrayList quick2 = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
34. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 670)
quick2.add(e);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
35. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 687)
quick2.add(e);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
36. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 704)
Iterator i = sm.getSchemes().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
37. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 739)
ArrayList activates = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
38. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 739)
ArrayList activates = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
39. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 740)
Iterator i = bm.getBindings().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
40. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 744)
activates.add(be);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
41. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 760)
activates.add(be);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
42. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 772)
ArrayList activates = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
43. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 772)
ArrayList activates = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
44. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 773)
Iterator i = bm.getBindings().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
45. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 777)
activates.add(be);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
46. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 793)
activates.add(be);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
47. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 837)
ArrayList activates = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
48. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 837)
ArrayList activates = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
49. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 838)
Iterator i = bm.getBindings().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
50. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 842)
activates.add(be);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
51. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 849)
activates = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
52. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 854)
activates.add(be);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
53. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 924)
private void assertChanges(PropertyChangeEvent[] expected, List events) {
List is a raw type. References to generic type List<E> should be parameterized
54. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysPreferenceModelTest.java
 (at line 934)
Iterator i = bm.getBindings().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java : 28 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 62)
public static void checkRef(ReferenceQueue queue, Reference ref)
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 62)
public static void checkRef(ReferenceQueue queue, Reference ref)
Reference is a raw type. References to generic type Reference<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 70)
Reference checkRef = queue.remove(100);
Reference is a raw type. References to generic type Reference<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 85)
private Reference createReference(ReferenceQueue queue, Object object) {
Reference is a raw type. References to generic type Reference<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 85)
private Reference createReference(ReferenceQueue queue, Object object) {
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 86)
return new PhantomReference(object, queue);
Type safety: The constructor PhantomReference(Object, ReferenceQueue) belongs to the raw type PhantomReference. References to generic type PhantomReference<T> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 86)
return new PhantomReference(object, queue);
PhantomReference is a raw type. References to generic type PhantomReference<T> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 110)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 110)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 113)
Reference ref = createReference(queue, editor);
Reference is a raw type. References to generic type Reference<T> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 124)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 124)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 127)
Reference ref = createReference(queue, view);
Reference is a raw type. References to generic type Reference<T> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 139)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 139)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 157)
Reference ref = createReference(queue, service);
Reference is a raw type. References to generic type Reference<T> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 176)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 176)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 195)
Reference ref = createReference(queue, site);
Reference is a raw type. References to generic type Reference<T> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 228)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 228)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 229)
Reference ref = createReference(queue, propertiesView);
Reference is a raw type. References to generic type Reference<T> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 249)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 249)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 252)
Reference ref = createReference(queue, editor);
Reference is a raw type. References to generic type Reference<T> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 308)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 308)
ReferenceQueue queue = new ReferenceQueue();
ReferenceQueue is a raw type. References to generic type ReferenceQueue<T> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/leaks/LeakTests.java
 (at line 316)
Reference ref = createReference(queue, newDialog);
Reference is a raw type. References to generic type Reference<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/manual/UIPreferencesManual.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/manual/UIPreferencesManual.java
 (at line 46)
for (Iterator iterator = manager.getElements(
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/manual/ViewWithSaveables.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/manual/ViewWithSaveables.java
 (at line 56)
for (Iterator it = saveables.iterator(); it.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/manual/ViewWithSaveables.java
 (at line 251)
Map writableValueToElement = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/manual/ViewWithSaveables.java
 (at line 251)
Map writableValueToElement = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/manual/ViewWithSaveables.java
 (at line 275)
keySet().add(key);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/manual/ViewWithSaveables.java
 (at line 282)
writableValueToElement.put(oValue, saveable);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/markers/Bug75909Test.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/Bug75909Test.java
 (at line 70)
List allTypes = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/Bug75909Test.java
 (at line 70)
List allTypes = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/Bug75909Test.java
 (at line 98)
List selected = filter.getSelectedTypes();
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/Bug75909Test.java
 (at line 124)
List included = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/Bug75909Test.java
 (at line 124)
List included = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/Bug75909Test.java
 (at line 127)
List selected = filter.getSelectedTypes();
List is a raw type. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/Bug75909Test.java
 (at line 180)
List allTypes = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/Bug75909Test.java
 (at line 180)
List allTypes = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterActivityTest.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterActivityTest.java
 (at line 72)
Set enabledActivityIds = new HashSet(PlatformUI.getWorkbench()
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterActivityTest.java
 (at line 72)
Set enabledActivityIds = new HashSet(PlatformUI.getWorkbench() .getActivitySupport().getActivityManager() .getEnabledActivityIds());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterActivityTest.java
 (at line 72)
Set enabledActivityIds = new HashSet(PlatformUI.getWorkbench()
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterActivityTest.java
 (at line 77)
enabledActivityIds.add(activity.getId());
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterActivityTest.java
 (at line 89)
Set enabledActivityIds = new HashSet(PlatformUI.getWorkbench()
Set is a raw type. References to generic type Set<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterActivityTest.java
 (at line 89)
Set enabledActivityIds = new HashSet(PlatformUI.getWorkbench() .getActivitySupport().getActivityManager() .getEnabledActivityIds());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterActivityTest.java
 (at line 89)
Set enabledActivityIds = new HashSet(PlatformUI.getWorkbench()
HashSet is a raw type. References to generic type HashSet<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterDeclarationTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterDeclarationTest.java
 (at line 126)
List types = filter.getSelectedTypes();
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterTest.java
 (at line 51)
Iterator filters = MarkerSupportRegistry.getInstance()
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/markers/FIXMEParameters.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/FIXMEParameters.java
 (at line 22)
private static Map fixmeMap;
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/FIXMEParameters.java
 (at line 24)
fixmeMap = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/FIXMEParameters.java
 (at line 25)
fixmeMap.put(MarkerSupportConstants.CONTAINS_KEY, "FIXME"); //$NON-NLS-1$
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/FIXMEParameters.java
 (at line 38)
public Map getParameterValues() {
Map is a raw type. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerSortUtilTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerSortUtilTest.java
 (at line 57)
Comparator comparator=new Comparator() {
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerSortUtilTest.java
 (at line 57)
Comparator comparator=new Comparator() {
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerSortUtilTest.java
 (at line 63)
Arrays.sort(fArray2,comparator);
Type safety: Unchecked invocation sort(MockMarkerEntry[], Comparator) of the generic method sort(T[], Comparator<? super T>) of type Arrays
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerSortUtilTest.java
 (at line 63)
Arrays.sort(fArray2,comparator);
Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<? super MockMarkerEntry>

/Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java : 32 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 61)
Map attributes = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 61)
Map attributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 62)
attributes.put(IMarker.SEVERITY, new Integer(IMarker.SEVERITY_ERROR));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 63)
errorMarker.setAttributes(attributes);
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,? extends Object>
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 72)
attributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 73)
attributes.put(IMarker.SEVERITY, new Integer(IMarker.SEVERITY_WARNING));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 74)
warningMarker.setAttributes(attributes);
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,? extends Object>
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 122)
Map attributes = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 122)
Map attributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 123)
attributes.put(IMarker.PRIORITY, new Integer(IMarker.PRIORITY_HIGH));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 124)
highPriority.setAttributes(attributes);
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,? extends Object>
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 133)
attributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 134)
attributes.put(IMarker.PRIORITY, new Integer(IMarker.PRIORITY_LOW));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 135)
lowPriority.setAttributes(attributes);
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,? extends Object>
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 147)
Map attributes = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 147)
Map attributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 148)
attributes.put(IMarker.DONE, Boolean.TRUE);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 149)
done.setAttributes(attributes);
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,? extends Object>
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 158)
attributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 159)
attributes.put(IMarker.DONE, Boolean.FALSE);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 160)
notDone.setAttributes(attributes);
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,? extends Object>
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 180)
Map attributes = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 180)
Map attributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 181)
attributes.put(IMarker.MESSAGE, "Some nice message to test");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 182)
someTaskMarker.setAttributes(attributes);
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,? extends Object>
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 215)
Map attributes = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 215)
Map attributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 216)
attributes.put(IMarker.MESSAGE, "Some nice message to test");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 217)
someTaskMarker.setAttributes(attributes);
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,? extends Object>
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 229)
attributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 230)
attributes.put(IMarker.MESSAGE, "Some nice message to test");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/markers/MarkerTesterTest.java
 (at line 231)
someOtherMarker.setAttributes(attributes);
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,? extends Object>

/Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java
 (at line 68)
Map attribs = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java
 (at line 68)
Map attribs = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java
 (at line 72)
attribs.put(MarkerViewUtil.NAME_ATTRIBUTE, "Test Name " + i);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java
 (at line 74)
attribs.put(MarkerViewUtil.PATH_ATTRIBUTE, "Test Path " + i);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java
 (at line 78)
attribs.put(IMarker.SEVERITY, new Integer( IMarker.SEVERITY_ERROR));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java
 (at line 80)
attribs.put(IMarker.MESSAGE, "this is a test " + i);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java
 (at line 81)
attribs.put(IMarker.LOCATION, "Location " + i);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java
 (at line 82)
attribs.put("testAttribute", String.valueOf(i / 2));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/menus/ContextIdValues.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ContextIdValues.java
 (at line 25)
public Map getParameterValues() {
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ContextIdValues.java
 (at line 26)
Map values = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ContextIdValues.java
 (at line 26)
Map values = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ContextIdValues.java
 (at line 33)
values.put(definedContexts[i].getName(), definedContexts[i] .getId());
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/menus/HelloUpdateHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/HelloUpdateHandler.java
 (at line 59)
public void updateElement(UIElement element, Map parameters) {
Map is a raw type. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/menus/MenuBaseTests.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/MenuBaseTests.java
 (at line 51)
Class[] expectedClasses = {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/menus/MenuTestCase.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/MenuTestCase.java
 (at line 109)
protected static int checkContribClasses(IContributionItem[] items, Class[] classes) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java : 9 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java
 (at line 37)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java
 (at line 71)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java
 (at line 85)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java
 (at line 98)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java
 (at line 104)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java
 (at line 113)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java
 (at line 123)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java
 (at line 167)
public Object getAdapter(final Object adaptableObject, Class adapterType) {
Class is a raw type. References to generic type Class<T> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java
 (at line 202)
public Class[] getAdapterList() {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java
 (at line 301)
final ISelection selection, Class selectionType, boolean existance) {
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java
 (at line 346)
Set seenCommands = new HashSet(Arrays.asList(commandIds));
Set is a raw type. References to generic type Set<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java
 (at line 346)
Set seenCommands = new HashSet(Arrays.asList(commandIds));
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java
 (at line 346)
Set seenCommands = new HashSet(Arrays.asList(commandIds));
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java
 (at line 347)
List commands = new ArrayList(Arrays.asList(commandIds));
List is a raw type. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java
 (at line 347)
List commands = new ArrayList(Arrays.asList(commandIds));
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java
 (at line 347)
List commands = new ArrayList(Arrays.asList(commandIds));
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java
 (at line 362)
for (Iterator it = ((IStructuredSelection) s)
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/menus/ToggleContextHandler.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ToggleContextHandler.java
 (at line 35)
Map contextActivations = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ToggleContextHandler.java
 (at line 35)
Map contextActivations = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ToggleContextHandler.java
 (at line 54)
contextActivations.put(contextId, contextService .activateContext(contextId));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ToggleContextHandler.java
 (at line 67)
Map filter = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ToggleContextHandler.java
 (at line 67)
Map filter = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ToggleContextHandler.java
 (at line 68)
filter.put(TOGGLE_ID, contextId);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ToggleContextHandler.java
 (at line 76)
public void updateElement(UIElement element, Map parameters) {
Map is a raw type. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/multieditor/AbstractMultiEditorTest.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/AbstractMultiEditorTest.java
 (at line 206)
public ArrayList messages = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/AbstractMultiEditorTest.java
 (at line 206)
public ArrayList messages = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/AbstractMultiEditorTest.java
 (at line 214)
messages.add(msg);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java
 (at line 485)
String[] msgs = (String[]) fErrorListener.messages .toArray(new String[fErrorListener.messages.size()]);
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java
 (at line 583)
public ArrayList messages = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java
 (at line 583)
public ArrayList messages = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java
 (at line 591)
messages.add(msg);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/multipageeditor/MultiPageResourceEditor.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/multipageeditor/MultiPageResourceEditor.java
 (at line 60)
public Object getAdapter(Class adapter) {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/multipageeditor/MultiVariablePageTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/multipageeditor/MultiVariablePageTest.java
 (at line 243)
Collection activeContexts = contextService.getActiveContextIds();
Collection is a raw type. References to generic type Collection<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/navigator/DuplicateMenuItemTest.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/navigator/DuplicateMenuItemTest.java
 (at line 52)
HashSet labels = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/navigator/DuplicateMenuItemTest.java
 (at line 52)
HashSet labels = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java : 53 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 93)
private final Set storesToDelete = new HashSet();
Set is a raw type. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 93)
private final Set storesToDelete = new HashSet();
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 99)
private static Map initialAttributes = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 99)
private static Map initialAttributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 101)
initialAttributes.put("Attr1", "Attr1 1.0");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 102)
initialAttributes.put("Attr2", "Attr2 1.0");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 103)
initialAttributes.put("Attr3", "Attr3 1.0");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 104)
initialAttributes.put("Attr4", "Attr4 1.0");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 105)
initialAttributes.put("Attr5", "Attr5 1.0");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 106)
initialAttributes.put("Attr6", "Attr6 1.0");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 109)
private static Map updatedAttributes = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 109)
private static Map updatedAttributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 111)
updatedAttributes.put("Attr1", "Attr1 1.1");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 112)
updatedAttributes.put("Attr2", "Attr2 1.1");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 113)
updatedAttributes.put("Attr3", "Attr3 1.1");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 114)
updatedAttributes.put("Attr4", "Attr4 1.1");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 115)
updatedAttributes.put("Attr5", "Attr5 1.1");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 116)
updatedAttributes.put("Attr7", "Attr7 1.0");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
19. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 119)
private static Map mergedUpdatedAttributes = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
20. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 119)
private static Map mergedUpdatedAttributes = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
21. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 121)
mergedUpdatedAttributes.put("Attr1", "Attr1 1.1");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
22. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 122)
mergedUpdatedAttributes.put("Attr2", "Attr2 1.1");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
23. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 123)
mergedUpdatedAttributes.put("Attr3", "Attr3 1.1");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
24. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 124)
mergedUpdatedAttributes.put("Attr4", "Attr4 1.1");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
25. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 125)
mergedUpdatedAttributes.put("Attr5", "Attr5 1.1");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
26. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 126)
mergedUpdatedAttributes.put("Attr6", "Attr6 1.0");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
27. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 127)
mergedUpdatedAttributes.put("Attr7", "Attr7 1.0");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
28. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 130)
private static List fileNameExcludes = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
29. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 130)
private static List fileNameExcludes = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
30. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 132)
fileNameExcludes.add(".project");
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
31. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 264)
Map attributes;
Map is a raw type. References to generic type Map<K,V> should be parameterized
32. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 437)
final IFileStore[] toDelete = (IFileStore[]) storesToDelete .toArray(new IFileStore[storesToDelete.size()]);
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
33. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 553)
storesToDelete.add(store);
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
34. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 579)
private Map getInitialMarkerAttributes() {
Map is a raw type. References to generic type Map<K,V> should be parameterized
35. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 580)
HashMap map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
36. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 580)
HashMap map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
37. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 581)
map.putAll(initialAttributes);
Type safety: The method putAll(Map) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
38. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 585)
private Map getUpdatedMarkerAttributes() {
Map is a raw type. References to generic type Map<K,V> should be parameterized
39. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 586)
HashMap map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
40. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 586)
HashMap map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
41. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 587)
map.putAll(updatedAttributes);
Type safety: The method putAll(Map) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
42. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 630)
Map[] expectedAttributes, String[] expectedTypes)
Map is a raw type. References to generic type Map<K,V> should be parameterized
43. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 650)
Map[] attrs = new Map[] { getInitialMarkerAttributes() };
Map is a raw type. References to generic type Map<K,V> should be parameterized
44. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 667)
Map[] attrs = new Map[] { getInitialMarkerAttributes(),
Map is a raw type. References to generic type Map<K,V> should be parameterized
45. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 691)
Map[] attrs = new Map[] { getInitialMarkerAttributes(),
Map is a raw type. References to generic type Map<K,V> should be parameterized
46. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 738)
Map[] attrs = new Map[] { getInitialMarkerAttributes(),
Map is a raw type. References to generic type Map<K,V> should be parameterized
47. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 789)
Map[] attrs = new Map[] { getInitialMarkerAttributes(),
Map is a raw type. References to generic type Map<K,V> should be parameterized
48. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 815)
Map[] attrs = new Map[] { getInitialMarkerAttributes(),
Map is a raw type. References to generic type Map<K,V> should be parameterized
49. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 847)
Map[] attrs = new Map[] { getInitialMarkerAttributes(),
Map is a raw type. References to generic type Map<K,V> should be parameterized
50. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 871)
Map[] attrs = new Map[] { getInitialMarkerAttributes(),
Map is a raw type. References to generic type Map<K,V> should be parameterized
51. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 891)
Map[] attrs = new Map[] { getInitialMarkerAttributes(),
Map is a raw type. References to generic type Map<K,V> should be parameterized
52. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 917)
Map[] attrs = new Map[] { getInitialMarkerAttributes(),
Map is a raw type. References to generic type Map<K,V> should be parameterized
53. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java
 (at line 1094)
Map[] attrs = new Map[] { getInitialMarkerAttributes()};
Map is a raw type. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTest.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTest.java
 (at line 47)
private List jobinfos = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTest.java
 (at line 47)
private List jobinfos = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTest.java
 (at line 142)
jobinfos.add(ji);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTest.java
 (at line 150)
jobinfos.add(ji);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTest.java
 (at line 158)
jobinfos.add(ji);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTest.java
 (at line 166)
jobinfos.add(ji);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTest.java
 (at line 174)
jobinfos.add(ji);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTest.java
 (at line 182)
jobinfos.add(ji);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTestOrdering.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTestOrdering.java
 (at line 30)
private List jobinfos = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTestOrdering.java
 (at line 30)
private List jobinfos = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTestOrdering.java
 (at line 47)
jobinfos.add(ji);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTestOrdering.java
 (at line 55)
jobinfos.add(ji);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTestOrdering.java
 (at line 63)
jobinfos.add(ji);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTestOrdering.java
 (at line 71)
jobinfos.add(ji);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTestOrdering.java
 (at line 80)
Collections.sort(jobinfos);
Type safety: Unchecked invocation sort(List) of the generic method sort(List<T>) of type Collections
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/progress/JobInfoTestOrdering.java
 (at line 80)
Collections.sort(jobinfos);
Type safety: The expression of type List needs unchecked conversion to conform to List<Comparable<? super Comparable<? super T>>>

/Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java : 12 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 52)
Collection contributors = PropertyPageContributorManager.getManager()
Collection is a raw type. References to generic type Collection<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 55)
for (Iterator iter = contributors.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 65)
for (Iterator iter = contributors.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 75)
for (Iterator iter = contributors.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 93)
Collection contributors = PropertyPageContributorManager.getManager()
Collection is a raw type. References to generic type Collection<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 96)
for (Iterator iter = contributors.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 108)
for (Iterator iter = contributors.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 118)
for (Iterator iter = contributors.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 134)
Collection contributors = PropertyPageContributorManager.getManager()
Collection is a raw type. References to generic type Collection<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 136)
for (Iterator iter = contributors.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 145)
for (Iterator iter = contributors.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/PropertyPageEnablementTest.java
 (at line 157)
for (Iterator iter = contributors.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/NewPropertySheetHandlerTest.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/NewPropertySheetHandlerTest.java
 (at line 67)
new HashMap(), null, evalContext);
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/NewPropertySheetHandlerTest.java
 (at line 103)
public Object getAdapter(Object adaptableObject, Class adapterType) {
Class is a raw type. References to generic type Class<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/NewPropertySheetHandlerTest.java
 (at line 112)
public Class[] getAdapterList() {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java : 17 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 98)
ArrayList list = new ArrayList(5);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 98)
ArrayList list = new ArrayList(5);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 100)
list.add(new TextPropertyDescriptor(MODEL_YEAR, "model year"));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 102)
list.add(new ColorPropertyDescriptor(COLOR, "color"));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 104)
list.add(new TextPropertyDescriptor(MANUFACTURER, "make"));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 106)
list.add(new TextPropertyDescriptor(MODEL, "model"));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 108)
list.add(new TextPropertyDescriptor(ENGINE_SIZE, "engine"));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 109)
descriptors = (IPropertyDescriptor[]) list .toArray(new IPropertyDescriptor[list.size()]);
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 278)
ArrayList selection = new ArrayList(numberToSelect);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 278)
ArrayList selection = new ArrayList(numberToSelect);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 282)
selection.add(cars[j]);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 314)
ArrayList selection = new ArrayList(numberToSelect);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 314)
ArrayList selection = new ArrayList(numberToSelect);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 318)
selection.add(cars[j]);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
15. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 356)
ArrayList selection = new ArrayList(numberToSelect);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
16. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 356)
ArrayList selection = new ArrayList(numberToSelect);
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
17. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/PropertySheetAuto.java
 (at line 360)
selection.add(cars[j]);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/TestPropertySheetPage.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/TestPropertySheetPage.java
 (at line 37)
public Object getAdapter(Object adaptableObject, Class adapterType) {
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/propertysheet/TestPropertySheetPage.java
 (at line 49)
public Class[] getAdapterList() {
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/services/ActiveUserSourceProvider.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/ActiveUserSourceProvider.java
 (at line 44)
public Map getCurrentState() {
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/ActiveUserSourceProvider.java
 (at line 45)
Map map = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/ActiveUserSourceProvider.java
 (at line 45)
Map map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/ActiveUserSourceProvider.java
 (at line 46)
map.put(PROVIDED_SOURCE_NAMES[0], username);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/services/ContributedServiceTest.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/ContributedServiceTest.java
 (at line 90)
public Object create(Class serviceInterface,
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/ContributedServiceTest.java
 (at line 160)
public Object create(Class serviceInterface,
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java : 11 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 417)
Collection activations = null;
Collection is a raw type. References to generic type Collection<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 428)
activations = (Collection) activationsField.get(hp);
Collection is a raw type. References to generic type Collection<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 438)
activations = (Collection) getMethod.invoke(eclipseContext, new Object[] { LEGACY_H_ID + CHECK_HANDLER_ID});
Collection is a raw type. References to generic type Collection<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 445)
Iterator i = activations.iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 587)
final ArrayList selection = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 587)
final ArrayList selection = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 603)
selection.add(new PartSelection(sel, part));
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 670)
private void assertSelection(final ArrayList selection, int callIdx, Class clazz, String viewId) {
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 670)
private void assertSelection(final ArrayList selection, int callIdx, Class clazz, String viewId) {
Class is a raw type. References to generic type Class<T> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 678)
private ISelection getSelection(final ArrayList selection, int idx) {
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 682)
private IWorkbenchPart getPart(final ArrayList selection, int idx) {
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/services/LevelServiceFactory.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/LevelServiceFactory.java
 (at line 43)
public Object create(Class serviceInterface, IServiceLocator parentLocator,
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/session/SessionTests.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/SessionTests.java
 (at line 59)
Map arguments = new HashMap(2);
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/SessionTests.java
 (at line 59)
Map arguments = new HashMap(2);
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/SessionTests.java
 (at line 60)
arguments.put("product", null);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/SessionTests.java
 (at line 61)
arguments.put("testApplication", "org.eclipse.ui.tests.windowLessRcpApplication");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/SessionTests.java
 (at line 92)
Map arguments = new HashMap(2);
Map is a raw type. References to generic type Map<K,V> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/SessionTests.java
 (at line 92)
Map arguments = new HashMap(2);
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/SessionTests.java
 (at line 93)
arguments.put("product", null);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/SessionTests.java
 (at line 94)
arguments.put("testApplication", "org.eclipse.ui.tests.rcpSessionApplication");
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java
 (at line 40)
private Map arguments;
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java
 (at line 53)
public WorkbenchSessionTest(String dataLocation, Class clazz, Map arguments) {
Class is a raw type. References to generic type Class<T> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java
 (at line 53)
public WorkbenchSessionTest(String dataLocation, Class clazz, Map arguments) {
Map is a raw type. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java
 (at line 67)
public WorkbenchSessionTest(String dataLocation, Class clazz) {
Class is a raw type. References to generic type Class<T> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java
 (at line 97)
for(Iterator i = arguments.entrySet().iterator(); i.hasNext(); ) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java
 (at line 98)
Map.Entry entry = (Map.Entry) i.next();
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java
 (at line 98)
Map.Entry entry = (Map.Entry) i.next();
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java
 (at line 110)
Map vmArguments = new HashMap(1);
Map is a raw type. References to generic type Map<K,V> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java
 (at line 110)
Map vmArguments = new HashMap(1);
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/session/WorkbenchSessionTest.java
 (at line 111)
vmArguments.put("d32", null);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java : 13 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 40)
private Map dialogState = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 40)
private Map dialogState = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 47)
dialogState = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 48)
dialogState.put(IStatusDialogConstants.STATUS_ADAPTERS, new HashSet());
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 48)
dialogState.put(IStatusDialogConstants.STATUS_ADAPTERS, new HashSet());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 49)
((Collection)dialogState.get(IStatusDialogConstants.STATUS_ADAPTERS)).add(Status.OK_STATUS);
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 49)
((Collection)dialogState.get(IStatusDialogConstants.STATUS_ADAPTERS)).add(Status.OK_STATUS);
Collection is a raw type. References to generic type Collection<E> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 81)
dialogState.put(IStatusDialogConstants.CUSTOM_LABEL_PROVIDER, provider);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 82)
dialogState.put(IStatusDialogConstants.MODALITY_SWITCH, Boolean.TRUE);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 87)
dialogState.put(IStatusDialogConstants.MODALITY_SWITCH, Boolean.FALSE);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 123)
((Collection)dialogState.get(IStatusDialogConstants.STATUS_ADAPTERS)).add(Status.CANCEL_STATUS);
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 123)
((Collection)dialogState.get(IStatusDialogConstants.STATUS_ADAPTERS)).add(Status.CANCEL_STATUS);
Collection is a raw type. References to generic type Collection<E> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/LabelProviderWrapperTest.java
 (at line 131)
dialogState.put(IStatusDialogConstants.DECORATOR, new ILabelDecorator() { public void removeListener(ILabelProviderListener listener) { // TODO Auto-generated method stub } public boolean isLabelProperty(Object element, String property) { // TODO Auto-generated method stub return false; } public void dispose() { // TODO Auto-generated method stub } public void addListener(ILabelProviderListener listener) { // TODO Auto-generated method stub } public String decorateText(String text, Object element) { return "decorated"+text; } public Image decorateImage(Image image, Object element) { // TODO Auto-generated method stub return null; } });
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/StatusHandlerConfigurationSuite.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/StatusHandlerConfigurationSuite.java
 (at line 29)
public StatusHandlerConfigurationSuite(String dataLocation, Class clazz){
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java : 14 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 59)
Map dialogState = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 59)
Map dialogState = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 63)
dialogState.put(IStatusDialogConstants.CURRENT_STATUS_ADAPTER, sa);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 67)
dialogState.put(IStatusDialogConstants.ENABLE_DEFAULT_SUPPORT_AREA, Boolean.TRUE);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 74)
Map dialogState = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 74)
Map dialogState = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 76)
dialogState.put(IStatusDialogConstants.CURRENT_STATUS_ADAPTER, sa);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
8. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 109)
Map dialogState = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
9. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 109)
Map dialogState = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
10. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 111)
dialogState.put(IStatusDialogConstants.CURRENT_STATUS_ADAPTER, sa);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
11. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 120)
dialogState.put(IStatusDialogConstants.ENABLE_DEFAULT_SUPPORT_AREA, Boolean.TRUE);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 131)
Map dialogState = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
13. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 131)
Map dialogState = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
14. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/SupportTrayTest.java
 (at line 132)
dialogState.put(IStatusDialogConstants.CURRENT_STATUS_ADAPTER, new StatusAdapter(Status.OK_STATUS));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/WizardsStatusHandlingTestCase.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/WizardsStatusHandlingTestCase.java
 (at line 45)
private static Class EXCEPTION_CLASS = CoreException.class;
Class is a raw type. References to generic type Class<T> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/stress/OpenCloseTest.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/stress/OpenCloseTest.java
 (at line 117)
HashMap parameters = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/stress/OpenCloseTest.java
 (at line 117)
HashMap parameters = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/stress/OpenCloseTest.java
 (at line 118)
parameters.put(IWorkbenchCommandConstants.WINDOW_CLOSE_PERSPECTIVE_PARM_ID, ORG_ECLIPSE_JDT_UI_JAVA_PERSPECTIVE);
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/themes/JFaceThemeTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/JFaceThemeTest.java
 (at line 47)
assertTrue(jfaceFonts.getKeySet().containsAll( themeFonts.getKeySet()));
Type safety: The method containsAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/JFaceThemeTest.java
 (at line 49)
for (Iterator i = themeFonts.getKeySet().iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/JFaceThemeTest.java
 (at line 58)
assertTrue(jfaceColors.getKeySet().containsAll( themeColors.getKeySet()));
Type safety: The method containsAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/JFaceThemeTest.java
 (at line 60)
for (Iterator i = themeColors.getKeySet().iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java
 (at line 162)
List events = listener.getEvents();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java
 (at line 285)
Set themeKeys = defaultTheme.keySet();
Set is a raw type. References to generic type Set<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java
 (at line 292)
Set themeKeys = defaultTheme.keySet();
Set is a raw type. References to generic type Set<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java
 (at line 299)
Set themeKeys = defaultTheme.keySet();
Set is a raw type. References to generic type Set<E> should be parameterized
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java
 (at line 306)
Set themeKeys = defaultTheme.keySet();
Set is a raw type. References to generic type Set<E> should be parameterized
6. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java
 (at line 313)
Set themeKeys = defaultTheme.keySet();
Set is a raw type. References to generic type Set<E> should be parameterized
7. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java
 (at line 599)
List events = listener.getEvents();
List is a raw type. References to generic type List<E> should be parameterized

/Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemePropertyListener.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemePropertyListener.java
 (at line 24)
private ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemePropertyListener.java
 (at line 24)
private ArrayList events = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemePropertyListener.java
 (at line 30)
events.add(event);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/themes/ThemePropertyListener.java
 (at line 33)
public List getEvents() {
List is a raw type. References to generic type List<E> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings