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/demo/e4photo/AdapterFactory.java (at line 30) public Object getAdapter(Object adaptableObject, Class adapterType) { Class is a raw type. References to generic type Class<T> should be parameterized |
2. WARNING in /src/org/eclipse/e4/demo/e4photo/AdapterFactory.java (at line 49) public Class[] getAdapterList() { Class is a raw type. References to generic type Class<T> should be parameterized |
1. WARNING in /src/org/eclipse/e4/demo/e4photo/Exif.java (at line 720) int b; The local variable b is never read |
1. WARNING in /src/org/eclipse/e4/demo/e4photo/LockRealm.java (at line 28) private LinkedList queue; LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/demo/e4photo/LockRealm.java (at line 34) queue = new LinkedList(); LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/demo/e4photo/LockRealm.java (at line 71) queue.addLast(runnable); Type safety: The method addLast(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/demo/e4photo/SwitchPerspectiveHandler.java (at line 15) import org.eclipse.e4.ui.model.application.MApplicationElement; The import org.eclipse.e4.ui.model.application.MApplicationElement is never used |
1. WARNING in /src/org/eclipse/e4/demo/e4photo/Thumbnails.java (at line 118) final List images = new ArrayList(); List is a raw type. References to generic type List<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/demo/e4photo/Thumbnails.java (at line 118) final List images = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/demo/e4photo/Thumbnails.java (at line 122) images.add(resource); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/demo/e4photo/ImageDialogHandler.java (at line 24) import org.eclipse.e4.workbench.ui.internal.UISchedulerStrategy; Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/demo/e4photo/ImageDialogHandler.java (at line 47) .create(app.getContext(), UISchedulerStrategy.getInstance()); Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/demo/e4photo/ImageDialogHandler.java (at line 47) .create(app.getContext(), UISchedulerStrategy.getInstance()); Discouraged access: The method getInstance() from the type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot |