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/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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/plugins/org.eclipse.e4.core.contexts/@dot |