Compiler log for org.eclipse.e4.demo.e4photo_0.9.1.v20110317-2000 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 9

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 29)
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 48)
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 719)
int b;
The value of the local variable b is not used

/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 27)
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 33)
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 70)
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 123)
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 123)
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 127)
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