Compiler log for org.eclipse.e4.core.javascript_0.9.0.v20100614-1830 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 11

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 : 11 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

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/demo/javascript/JSContributionFactory.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 18)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 19)
import org.eclipse.e4.core.services.contributions.IContributionFactorySpi;
Discouraged access: The type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
3. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 23)
public class JSContributionFactory implements IContributionFactorySpi {
Discouraged access: The type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
4. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 44)
IEclipseContext context;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 61)
args[i] = context.get((String) js.get(initargs, i));
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 87)
IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
7. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 99)
IEclipseContext context, Object defaultValue) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
8. WARNING in /src/org/eclipse/e4/demo/javascript/JSContributionFactory.java
 (at line 107)
args[i] = context.get((String) js.get(runargs, i));
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot