Compiler log for org.eclipse.e4.demo.e4photo_0.9.1.v20091112-1600 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 12

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/demo/e4photo/AdapterFactory.java : 2 warnings :

OTHER 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

/src/org/eclipse/e4/demo/e4photo/Exif.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/e4photo/Exif.java
 (at line 720)
int b;
The local variable b is never read

/src/org/eclipse/e4/demo/e4photo/LockRealm.java : 3 warnings :

OTHER WARNINGS
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

/src/org/eclipse/e4/demo/e4photo/Thumbnails.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/e4photo/Thumbnails.java
 (at line 117)
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 117)
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 121)
images.add(resource);
Type safety: The method add(Object) belongs to the raw type List. 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

/src/org/eclipse/e4/demo/e4photo/ImageDialogHandler.java : 3 warnings :

DISCOURAGED ACCESS 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/I20091120-1200/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/I20091120-1200/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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot