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/workbench/modeling/EObjModelHandler.java (at line 24) 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/workbench/modeling/EObjModelHandler.java (at line 28) public Class[] getAdapterList() { Class is a raw type. References to generic type Class<T> should be parameterized |
3. WARNING in /src/org/eclipse/e4/workbench/modeling/EObjModelHandler.java (at line 60) for (Iterator iterator = features.iterator(); iterator.hasNext();) { Iterator is a raw type. References to generic type Iterator<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/workbench/modeling/ICEAdapter.java (at line 25) 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/workbench/modeling/ICEAdapter.java (at line 29) public Class[] getAdapterList() { Class is a raw type. References to generic type Class<T> should be parameterized |
1. WARNING in /src/org/eclipse/e4/workbench/modeling/ModelUtils.java (at line 18) MElementContainer<MUIElement> container = (MElementContainer<MUIElement>) toTest; Type safety: Unchecked cast from MApplicationElement to MElementContainer<MUIElement> |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelExtensionProcessor.java (at line 67) return (MElementContainer<MUIElement>) defaultElement; Type safety: Unchecked cast from MApplicationElement to MElementContainer<MUIElement> |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelExtensionProcessor.java (at line 153) ((EList) oldValue).add(elements[i]); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelExtensionProcessor.java (at line 153) ((EList) oldValue).add(elements[i]); EList is a raw type. References to generic type EList<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelServiceImpl.java (at line 48) MElementContainer<MUIElement> container = (MElementContainer<MUIElement>) searchRoot; Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement> |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 163) public Map getParameterValues() { Map is a raw type. References to generic type Map<K,V> should be parameterized |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/PartServiceImpl.java (at line 281) ((MElementContainer<MPart>) container).getChildren().add(part); Type safety: Unchecked cast from MApplicationElement to MElementContainer<MPart> |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ResourceHandler.java (at line 180) long restoreLastModified = getLastStoreDatetime(); Dead code |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 175) Class adapterType = null; Class is a raw type. References to generic type Class<T> should be parameterized |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 176) if (arguments.length > 0 && arguments[0] instanceof Class) { Class is a raw type. References to generic type Class<T> should be parameterized |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 177) adapterType = (Class) arguments[0]; Class is a raw type. References to generic type Class<T> should be parameterized |
4. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 279) ((MElementContainer<MPSCElement>) parent).getChildren().add(part); Type safety: Unchecked cast from Object to MElementContainer<MPSCElement> |
5. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 362) final Class[] interfaces = contextModel.getClass().getInterfaces(); Class is a raw type. References to generic type Class<T> should be parameterized |
6. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 363) for (Class intf : interfaces) { Class is a raw type. References to generic type Class<T> should be parameterized |
7. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 469) EList children = ((MElementContainer) me).getChildren(); EList is a raw type. References to generic type EList<E> should be parameterized |
8. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 469) EList children = ((MElementContainer) me).getChildren(); MElementContainer is a raw type. References to generic type MElementContainer<T> should be parameterized |
9. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 470) Iterator i = children.iterator(); Iterator is a raw type. References to generic type Iterator<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/WorkbenchLogger.java (at line 56) ArrayList childlist = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/WorkbenchLogger.java (at line 56) ArrayList childlist = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/WorkbenchLogger.java (at line 63) childlist.add(getLog(coreStatus)); Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
4. WARNING in /src/org/eclipse/e4/workbench/ui/internal/WorkbenchLogger.java (at line 70) childlist.add(getLog(children[i])); Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
5. WARNING in /src/org/eclipse/e4/workbench/ui/internal/WorkbenchLogger.java (at line 75) : childlist.toArray(new FrameworkLogEntry[childlist.size()])); Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 14) import org.eclipse.e4.core.services.internal.context.EclipseContext; Discouraged access: The type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 124) EclipseContext.DEBUG = getDebugOptions().getBooleanOption( Discouraged access: The type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 124) EclipseContext.DEBUG = getDebugOptions().getBooleanOption( Discouraged access: The field DEBUG from the type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot |
4. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 126) EclipseContext.DEBUG_VERBOSE = EclipseContext.DEBUG Discouraged access: The type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot |
5. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 126) EclipseContext.DEBUG_VERBOSE = EclipseContext.DEBUG Discouraged access: The field DEBUG_VERBOSE from the type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot |
6. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 126) EclipseContext.DEBUG_VERBOSE = EclipseContext.DEBUG Discouraged access: The type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot |
7. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 126) EclipseContext.DEBUG_VERBOSE = EclipseContext.DEBUG Discouraged access: The field DEBUG from the type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 24) public class JobExecutor extends AbstractExecutor implements Discouraged access: The type AbstractExecutor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 27) public IFuture schedule(final IProgressRunnable runnable, String name, Discouraged access: The type IFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 27) public IFuture schedule(final IProgressRunnable runnable, String name, Discouraged access: The type IProgressRunnable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
4. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 29) final SingleOperationFuture future = new SingleOperationFuture(); Discouraged access: The type SingleOperationFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
5. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 29) final SingleOperationFuture future = new SingleOperationFuture(); Discouraged access: The constructor SingleOperationFuture() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
6. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 29) final SingleOperationFuture future = new SingleOperationFuture(); Discouraged access: The type SingleOperationFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
7. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 32) if (future.isCanceled()) Discouraged access: The method isCanceled() from the type SingleOperationFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
8. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 33) return future.getStatus(); Discouraged access: The method getStatus() from the type SingleOperationFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
9. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 35) ((FutureProgressMonitor) future.getProgressMonitor()) .setChildProgressMonitor(monitor); Discouraged access: The method setChildProgressMonitor(IProgressMonitor) from the type FutureProgressMonitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
10. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 35) ((FutureProgressMonitor) future.getProgressMonitor()) Discouraged access: The type FutureProgressMonitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
11. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 35) ((FutureProgressMonitor) future.getProgressMonitor()) Discouraged access: The method getProgressMonitor() from the type SingleOperationFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
12. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 38) future.runWithProgress(runnable); Discouraged access: The method runWithProgress(IProgressRunnable) from the type SingleOperationFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
13. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 39) return future.getStatus(); Discouraged access: The method getStatus() from the type SingleOperationFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
14. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 46) protected AbstractFuture createFuture(IProgressMonitor progressMonitor) { Discouraged access: The type AbstractFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
15. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 47) return new SingleOperationFuture(progressMonitor); Discouraged access: The constructor SingleOperationFuture(IProgressMonitor) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
16. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 47) return new SingleOperationFuture(progressMonitor); Discouraged access: The type SingleOperationFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
17. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 51) public IFuture execute(IProgressRunnable runnable, IProgressMonitor monitor) { Discouraged access: The type IFuture is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
18. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 51) public IFuture execute(IProgressRunnable runnable, IProgressMonitor monitor) { Discouraged access: The type IProgressRunnable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ResourceHandler.java (at line 26) import org.eclipse.core.internal.runtime.PlatformURLPluginConnection; Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.common_3.6.0.v20100108.jar |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ResourceHandler.java (at line 220) Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url); Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.common_3.6.0.v20100108.jar |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ResourceHandler.java (at line 220) Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url); Discouraged access: The method parse(String, URL) from the type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.common_3.6.0.v20100108.jar |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 25) import org.eclipse.core.internal.runtime.PlatformURLPluginConnection; Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.common_3.6.0.v20100108.jar |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 249) Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url); Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.common_3.6.0.v20100108.jar |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Workbench.java (at line 249) Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url); Discouraged access: The method parse(String, URL) from the type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100112/plugins/org.eclipse.equinox.common_3.6.0.v20100108.jar |