Compiler log for org.eclipse.e4.core.javascript_0.9.0.v20090714-1930 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 8

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/javascript/JSContributionFactory.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 26)
private WeakHashMap contributionDatas = new WeakHashMap();
WeakHashMap is a raw type. References to generic type WeakHashMap<K,V> should be parameterized
2. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 26)
private WeakHashMap contributionDatas = new WeakHashMap();
WeakHashMap is a raw type. References to generic type WeakHashMap<K,V> should be parameterized
3. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 94)
contributionDatas.put(wrapper, cd);
Type safety: The method put(Object, Object) belongs to the raw type WeakHashMap. References to generic type WeakHashMap<K,V> should be parameterized

/src/org/eclipse/e4/demo/javascript/JSUtil.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/javascript/JSUtil.java
 (at line 13)
import java.io.BufferedInputStream;
The import java.io.BufferedInputStream is never used
2. WARNING in /src/org/eclipse/e4/demo/javascript/JSUtil.java
 (at line 14)
import java.io.IOException;
The import java.io.IOException is never used
3. WARNING in /src/org/eclipse/e4/demo/javascript/JSUtil.java
 (at line 15)
import java.io.InputStream;
The import java.io.InputStream is never used
4. WARNING in /src/org/eclipse/e4/demo/javascript/JSUtil.java
 (at line 16)
import java.io.Reader;
The import java.io.Reader is never used
5. WARNING in /src/org/eclipse/e4/demo/javascript/JSUtil.java
 (at line 63)
public int incremented(int i) {
The method incremented(int) from the type JSUtil.Foo is never used locally

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings