errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/xwt/tests/animation/AnimationTests.java (at line 58) Thread.currentThread().sleep(3000); The static method sleep(long) from the type Thread should be accessed in a static way |
1. WARNING in /src/org/eclipse/e4/xwt/tests/annotation/ButtonHandler.java (at line 24) private Button myButton; The field ButtonHandler.myButton is never read locally |
1. WARNING in /src/org/eclipse/e4/xwt/tests/annotation/ButtonHandler_rename.java (at line 24) private Button myButton; The field ButtonHandler_rename.myButton is never read locally |
1. WARNING in /src/org/eclipse/e4/xwt/tests/controls/layout/LayoutTests.java (at line 18) import org.eclipse.swt.custom.SashForm; The import org.eclipse.swt.custom.SashForm is never used |
2. WARNING in /src/org/eclipse/e4/xwt/tests/controls/layout/LayoutTests.java (at line 19) import org.eclipse.swt.graphics.Color; The import org.eclipse.swt.graphics.Color is never used |
3. WARNING in /src/org/eclipse/e4/xwt/tests/controls/layout/LayoutTests.java (at line 22) import org.eclipse.swt.widgets.Composite; The import org.eclipse.swt.widgets.Composite is never used |
4. WARNING in /src/org/eclipse/e4/xwt/tests/controls/layout/LayoutTests.java (at line 23) import org.eclipse.swt.widgets.Group; The import org.eclipse.swt.widgets.Group is never used |
5. WARNING in /src/org/eclipse/e4/xwt/tests/controls/layout/LayoutTests.java (at line 24) import org.eclipse.swt.widgets.Label; The import org.eclipse.swt.widgets.Label is never used |
6. WARNING in /src/org/eclipse/e4/xwt/tests/controls/layout/LayoutTests.java (at line 25) import org.eclipse.swt.widgets.Text; The import org.eclipse.swt.widgets.Text is never used |
7. WARNING in /src/org/eclipse/e4/xwt/tests/controls/layout/LayoutTests.java (at line 26) import org.eclipse.ui.forms.widgets.Form; The import org.eclipse.ui.forms.widgets.Form is never used |
1. WARNING in /src/org/eclipse/e4/xwt/tests/controls/xwt/UserComposite.java (at line 51) UserComposite composite = new UserComposite(shell, SWT.NONE); The local variable composite is never read |
1. WARNING in /src/org/eclipse/e4/xwt/tests/databinding/DataBindingTests.java (at line 69) Text targetText = (Text) target; The local variable targetText is never read |
2. WARNING in /src/org/eclipse/e4/xwt/tests/databinding/DataBindingTests.java (at line 103) Text targetText = (Text) target; The local variable targetText is never read |
1. WARNING in /src/org/eclipse/e4/xwt/tests/databinding/status/IntValidator.java (at line 18) import org.eclipse.e4.xwt.XWTException; The import org.eclipse.e4.xwt.XWTException is never used |
1. WARNING in /src/org/eclipse/e4/xwt/tests/databinding/status/ValidationStatusTests.java (at line 198) Color black = root.getDisplay().getSystemColor(SWT.COLOR_BLACK); The local variable black is never read |
2. WARNING in /src/org/eclipse/e4/xwt/tests/databinding/status/ValidationStatusTests.java (at line 235) Color black = root.getDisplay().getSystemColor(SWT.COLOR_BLACK); The local variable black is never read |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/array/ComboViewer.java (at line 40) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/array/ComboViewer_BindingPath.java (at line 41) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/array/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/array/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/collection/ComboViewer.java (at line 40) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/collection/ComboViewer_BindingPath.java (at line 41) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/collection/ComboViewer_CollectionViewSource.java (at line 41) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/collection/ComboViewer_Simple.java (at line 40) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/collection/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/collection/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/enumeration/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/xwt/tests/jface/comboviewer/enumeration/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/array/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/array/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/array/ListViewer.java (at line 39) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/collection/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/collection/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/collection/ListViewer.java (at line 39) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/collection/ListViewer_BindingPath.java (at line 40) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/collection/ListViewer_CollectionViewSource.java (at line 41) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/collection/ListViewer_Simple.java (at line 40) collection.add(employee); Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/tableviewer/editors/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/xwt/tests/jface/tableviewer/editors/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/threading/ThreadingTests.java (at line 50) URL url = ThreadingTests.class.getResource(Threading.class The local variable url is never read |
2. WARNING in /src/org/eclipse/e4/xwt/tests/threading/ThreadingTests.java (at line 112) URL url = ThreadingTests.class.getResource(Threading.class The local variable url is never read |
1. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet007ColorLabelProvider.java (at line 55) final List persons = new ArrayList(); List is a raw type. References to generic type List<E> should be parameterized |
2. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet007ColorLabelProvider.java (at line 55) final List persons = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet007ColorLabelProvider.java (at line 56) persons.add(new Person("Fiona Apple", Person.FEMALE)); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
4. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet007ColorLabelProvider.java (at line 57) persons.add(new Person("Elliot Smith", Person.MALE)); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
5. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet007ColorLabelProvider.java (at line 58) persons.add(new Person("Diana Krall", Person.FEMALE)); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
6. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet007ColorLabelProvider.java (at line 59) persons.add(new Person("David Gilmour", Person.MALE)); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
1. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet013TableViewerEditing.java (at line 126) private List people = new LinkedList(); List is a raw type. References to generic type List<E> should be parameterized |
2. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet013TableViewerEditing.java (at line 126) private List people = new LinkedList(); LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized |
3. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet013TableViewerEditing.java (at line 128) people.add(new Person("Steve Northover")); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
4. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet013TableViewerEditing.java (at line 129) people.add(new Person("Grant Gayed")); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
5. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet013TableViewerEditing.java (at line 130) people.add(new Person("Veronika Irvine")); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
6. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet013TableViewerEditing.java (at line 131) people.add(new Person("Mike Wilson")); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
7. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet013TableViewerEditing.java (at line 132) people.add(new Person("Christophe Cornu")); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
8. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet013TableViewerEditing.java (at line 133) people.add(new Person("Lynne Kues")); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
9. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet013TableViewerEditing.java (at line 134) people.add(new Person("Silenio Quarti")); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
10. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet013TableViewerEditing.java (at line 137) public List getPeople() { List is a raw type. References to generic type List<E> should be parameterized |
1. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 109) person.setFriends(new HashSet(Arrays.asList(friends))); Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized |
2. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 109) person.setFriends(new HashSet(Arrays.asList(friends))); HashSet is a raw type. References to generic type HashSet<E> should be parameterized |
3. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 147) private Set friends = new HashSet(); Set is a raw type. References to generic type Set<E> should be parameterized |
4. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 147) private Set friends = new HashSet(); HashSet is a raw type. References to generic type HashSet<E> should be parameterized |
5. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 157) public Set getFriends() { Set is a raw type. References to generic type Set<E> should be parameterized |
6. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 158) return new HashSet(friends); Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized |
7. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 158) return new HashSet(friends); HashSet is a raw type. References to generic type HashSet<E> should be parameterized |
8. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 161) public void setFriends(Set friends) { Set is a raw type. References to generic type Set<E> should be parameterized |
9. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 163) this.friends = new HashSet(friends)); Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized |
10. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 163) this.friends = new HashSet(friends)); HashSet is a raw type. References to generic type HashSet<E> should be parameterized |
11. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 179) private List people = new ArrayList(); List is a raw type. References to generic type List<E> should be parameterized |
12. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 179) private List people = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
13. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 181) public List getPeople() { List is a raw type. References to generic type List<E> should be parameterized |
14. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 182) return new ArrayList(people); Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
15. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 182) return new ArrayList(people); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
16. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 185) public void setPeople(List people) { List is a raw type. References to generic type List<E> should be parameterized |
17. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 187) this.people = new ArrayList(people)); Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
18. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet018CheckboxTableViewerCheckedSelection.java (at line 187) this.people = new ArrayList(people)); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
1. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 121) List list = input.getList(); List is a raw type. References to generic type List<E> should be parameterized |
2. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 123) list.add(root); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
3. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 137) List list = new ArrayList(parent.getList()); List is a raw type. References to generic type List<E> should be parameterized |
4. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 137) List list = new ArrayList(parent.getList()); Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
5. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 137) List list = new ArrayList(parent.getList()); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
6. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 139) list.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 /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 164) List list = new ArrayList(parent.getList()); List is a raw type. References to generic type List<E> should be parameterized |
8. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 164) List list = new ArrayList(parent.getList()); Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
9. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 164) List list = new ArrayList(parent.getList()); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
10. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 189) List list = new ArrayList(parent.getList()); List is a raw type. References to generic type List<E> should be parameterized |
11. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 189) List list = new ArrayList(parent.getList()); Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
12. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 189) List list = new ArrayList(parent.getList()); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
13. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 190) list.add(copy); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
14. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 285) private List list; List is a raw type. References to generic type List<E> should be parameterized |
15. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 289) list = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
16. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 309) public List getList() { List is a raw type. References to generic type List<E> should be parameterized |
17. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 312) return new ArrayList(list); Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
18. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 312) return new ArrayList(list); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
19. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 315) public void setList(List list) { List is a raw type. References to generic type List<E> should be parameterized |
20. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 317) list = new ArrayList(list); Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
21. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet019TreeViewerWithListFactory.java (at line 317) list = new ArrayList(list); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
1. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 123) Set set = input.getSet(); Set is a raw type. References to generic type Set<E> should be parameterized |
2. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 125) set.add(root); Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized |
3. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 139) Set set = new HashSet(parent.getSet()); Set is a raw type. References to generic type Set<E> should be parameterized |
4. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 139) Set set = new HashSet(parent.getSet()); Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized |
5. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 139) Set set = new HashSet(parent.getSet()); HashSet is a raw type. References to generic type HashSet<E> should be parameterized |
6. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 141) set.add(child); Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized |
7. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 163) Set set = new HashSet(parent.getSet()); Set is a raw type. References to generic type Set<E> should be parameterized |
8. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 163) Set set = new HashSet(parent.getSet()); Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized |
9. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 163) Set set = new HashSet(parent.getSet()); HashSet is a raw type. References to generic type HashSet<E> should be parameterized |
10. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 188) Set set = new HashSet(parent.getSet()); Set is a raw type. References to generic type Set<E> should be parameterized |
11. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 188) Set set = new HashSet(parent.getSet()); Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized |
12. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 188) Set set = new HashSet(parent.getSet()); HashSet is a raw type. References to generic type HashSet<E> should be parameterized |
13. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 189) set.add(copy); Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized |
14. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 285) private Set set; Set is a raw type. References to generic type Set<E> should be parameterized |
15. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 289) set = new HashSet(); HashSet is a raw type. References to generic type HashSet<E> should be parameterized |
16. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 309) public Set getSet() { Set is a raw type. References to generic type Set<E> should be parameterized |
17. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 312) return new HashSet(set); Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized |
18. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 312) return new HashSet(set); HashSet is a raw type. References to generic type HashSet<E> should be parameterized |
19. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 315) public void setSet(Set set) { Set is a raw type. References to generic type Set<E> should be parameterized |
20. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 317) set = new HashSet(set); Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized |
21. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet020TreeViewerWithSetFactory.java (at line 317) set = new HashSet(set); HashSet is a raw type. References to generic type HashSet<E> should be parameterized |
1. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet021MultiFieldValidation.java (at line 252) final IObservableList targetAddends = new WritableList(new ArrayList(), ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
2. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet021MultiFieldValidation.java (at line 293) IObservableList modelAddends = new WritableList(new ArrayList(), ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet021MultiFieldValidation.java (at line 300) for (Iterator iterator = targetAddends.iterator(); iterator Iterator is a raw type. References to generic type Iterator<E> should be parameterized |
1. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 115) Comparable { Comparable is a raw type. References to generic type Comparable<T> should be parameterized |
2. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 117) private Set contacts = new TreeSet(); Set is a raw type. References to generic type Set<E> should be parameterized |
3. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 117) private Set contacts = new TreeSet(); TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized |
4. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 137) public Set getContacts() { Set is a raw type. References to generic type Set<E> should be parameterized |
5. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 138) return new TreeSet(contacts); Type safety: The constructor TreeSet(Collection) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized |
6. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 138) return new TreeSet(contacts); TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized |
7. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 142) Set oldValue = getContacts(); Set is a raw type. References to generic type Set<E> should be parameterized |
8. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 143) contacts.add(contact); Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized |
9. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 144) Set newValue = getContacts(); Set is a raw type. References to generic type Set<E> should be parameterized |
10. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 149) Set oldValue = getContacts(); Set is a raw type. References to generic type Set<E> should be parameterized |
11. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 151) Set newValue = getContacts(); Set is a raw type. References to generic type Set<E> should be parameterized |
12. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 162) Comparable { Comparable is a raw type. References to generic type Comparable<T> should be parameterized |
13. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 204) private Set groups = new TreeSet(); Set is a raw type. References to generic type Set<E> should be parameterized |
14. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 204) private Set groups = new TreeSet(); TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized |
15. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 206) public Set getGroups() { Set is a raw type. References to generic type Set<E> should be parameterized |
16. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 207) return new TreeSet(groups); Type safety: The constructor TreeSet(Collection) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized |
17. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 207) return new TreeSet(groups); TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized |
18. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 210) public void setGroups(Set groups) { Set is a raw type. References to generic type Set<E> should be parameterized |
19. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 211) Set oldValue = getGroups(); Set is a raw type. References to generic type Set<E> should be parameterized |
20. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 212) this.groups = new TreeSet(groups); Type safety: The constructor TreeSet(Collection) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized |
21. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 212) this.groups = new TreeSet(groups); TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized |
22. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 213) Set newValue = getGroups(); Set is a raw type. References to generic type Set<E> should be parameterized |
23. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 229) protected Set doGetSet(Object source) { Set is a raw type. References to generic type Set<E> should be parameterized |
24. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 235) protected void doSetSet(Object source, Set set, SetDiff diff) { Set is a raw type. References to generic type Set<E> should be parameterized |
25. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 237) for (Iterator it = diff.getRemovals().iterator(); it.hasNext();) { Iterator is a raw type. References to generic type Iterator<E> should be parameterized |
26. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 241) for (Iterator it = diff.getAdditions().iterator(); it.hasNext();) { Iterator is a raw type. References to generic type Iterator<E> should be parameterized |
27. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 308) Set groups = new TreeSet(); Set is a raw type. References to generic type Set<E> should be parameterized |
28. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 308) Set groups = new TreeSet(); TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized |
29. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 309) groups.add(swtGroup); Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized |
30. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet026AnonymousBeanProperties.java (at line 310) groups.add(jdbGroup); Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/xwt/tests/style/css/MainEventHandler.java (at line 16) import org.eclipse.e4.ui.css.core.engine.CSSEngine; Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.css.core_0.9.0.v20101201-1400.jar |
2. WARNING in /src/org/eclipse/e4/xwt/tests/style/css/MainEventHandler.java (at line 29) CSSEngine engine = CSSXWT.getCSSEngine(text); Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.css.core_0.9.0.v20101201-1400.jar |
3. WARNING in /src/org/eclipse/e4/xwt/tests/style/css/MainEventHandler.java (at line 35) engine.reset(); Discouraged access: The method reset() from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.css.core_0.9.0.v20101201-1400.jar |
4. WARNING in /src/org/eclipse/e4/xwt/tests/style/css/MainEventHandler.java (at line 38) engine.parseStyleSheet(new StringReader(text.getText())); Discouraged access: The method parseStyleSheet(Reader) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.css.core_0.9.0.v20101201-1400.jar |
5. WARNING in /src/org/eclipse/e4/xwt/tests/style/css/MainEventHandler.java (at line 41) engine.applyStyles(text.getShell(), true, true); Discouraged access: The method applyStyles(Object, boolean, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.css.core_0.9.0.v20101201-1400.jar |
1. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet015DelayTextModifyEvents.java (at line 20) import org.eclipse.jface.internal.databinding.provisional.swt.ControlUpdater; Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar |
2. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet015DelayTextModifyEvents.java (at line 67) new ControlUpdater(field2) { Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar |
3. WARNING in /samples/org/eclipse/e4/xwt/tests/snipppets/Snippet015DelayTextModifyEvents.java (at line 75) new ControlUpdater(field1) { Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar |