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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |