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/ui/internal/E4Workbench.java (at line 189) 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/E4Workbench.java (at line 190) 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/E4Workbench.java (at line 191) 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/E4Workbench.java (at line 250) EList children = ((MElementContainer) me).getChildren(); EList is a raw type. References to generic type EList<E> should be parameterized |
5. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4Workbench.java (at line 250) EList children = ((MElementContainer) me).getChildren(); MElementContainer is a raw type. References to generic type MElementContainer<T> should be parameterized |
6. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4Workbench.java (at line 251) Iterator i = children.iterator(); Iterator is a raw type. References to generic type Iterator<E> should be parameterized |
7. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4Workbench.java (at line 282) final Class[] interfaces = contextModel.getClass().getInterfaces(); Class is a raw type. References to generic type Class<T> should be parameterized |
8. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4Workbench.java (at line 283) for (Class intf : interfaces) { Class is a raw type. References to generic type Class<T> should be parameterized |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/EMFDeltaEntrySet.java (at line 35) EMap map = (EMap) ((EObject) getObject()).eGet(feature); EMap is a raw type. References to generic type EMap<K,V> should be parameterized |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/EMFDeltaEntrySet.java (at line 35) EMap map = (EMap) ((EObject) getObject()).eGet(feature); EMap is a raw type. References to generic type EMap<K,V> should be parameterized |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/EMFDeltaEntrySet.java (at line 36) map.put(key, value); Type safety: The method put(Object, Object) belongs to the raw type EMap. References to generic type EMap<K,V> should be parameterized |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelExtensionProcessor.java (at line 142) Class pc = bundle.loadClass(snippet.getProcessor()); Class is a raw type. References to generic type Class<T> should be parameterized |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelExtensionProcessor.java (at line 168) ((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 168) ((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 53) private boolean match(MUIElement element, String id, Class clazz, List<String> tagsToMatch) { Class is a raw type. References to generic type Class<T> should be parameterized |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelServiceImpl.java (at line 74) elements.add((T) searchRoot); Type safety: Unchecked cast from MUIElement to T |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelServiceImpl.java (at line 78) MElementContainer<MUIElement> container = (MElementContainer<MUIElement>) searchRoot; Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement> |
4. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelServiceImpl.java (at line 109) List elements = findElements(searchRoot, id, null, null); List is a raw type. References to generic type List<E> should be parameterized |
5. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelServiceImpl.java (at line 351) MGenericTile<MUIElement> curTile = (MGenericTile<MUIElement>) insertRoot; Type safety: Unchecked cast from MUIElement to MGenericTile<MUIElement> |
6. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ModelServiceImpl.java (at line 419) MElementContainer<MUIElement> windowParent = (MElementContainer<MUIElement>) curParent; 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 159) rootContainer = (MElementContainer<MUIElement>) childContext .get(MWindow.class.getName()); Type safety: Unchecked cast from Object to MElementContainer<MUIElement> |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/PartServiceImpl.java (at line 405) ((MElementContainer<MPart>) element).getChildren().add(providedPart); Type safety: Unchecked cast from Object to MElementContainer<MPart> |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/PartServiceImpl.java (at line 417) ((List) lastContainer.getChildren()).add(part); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
4. WARNING in /src/org/eclipse/e4/workbench/ui/internal/PartServiceImpl.java (at line 417) ((List) lastContainer.getChildren()).add(part); List is a raw type. References to generic type List<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ResourceHandler.java (at line 183) long restoreLastModified = getLastStoreDatetime(); Dead code |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/WorkbenchLogger.java (at line 57) 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 57) 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 64) 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 71) 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 76) : 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 |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/XMLModelReconciler.java (at line 723) EMap map = (EMap) object.eGet(feature); EMap is a raw type. References to generic type EMap<K,V> should be parameterized |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/XMLModelReconciler.java (at line 723) EMap map = (EMap) object.eGet(feature); EMap is a raw type. References to generic type EMap<K,V> should be parameterized |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/XMLModelReconciler.java (at line 730) map.put(keyValue.getAttribute(ENTRY_ATTVALUE_KEY), keyValue .getAttribute(ENTRY_ATTVALUE_VALUE)); Type safety: The method put(Object, Object) belongs to the raw type EMap. References to generic type EMap<K,V> 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 15) import org.eclipse.e4.core.internal.contexts.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/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 126) 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/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 126) 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/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot |
4. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 128) 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/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot |
5. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 128) 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/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot |
6. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 128) 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/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot |
7. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Activator.java (at line 128) 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/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 28) import org.eclipse.e4.ui.bindings.internal.BindingTable; Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 29) import org.eclipse.e4.ui.bindings.internal.BindingTableManager; Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 75) final BindingTableManager bindingTables; Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
4. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 77) bindingTables = (BindingTableManager) ContextInjectionFactory.make( Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
5. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 78) BindingTableManager.class, context); Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
6. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 79) context.set(BindingTableManager.class.getName(), bindingTables); Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
7. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 119) BindingTable table = new BindingTable(bindingContext); Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
8. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 119) BindingTable table = new BindingTable(bindingContext); Discouraged access: The constructor BindingTable(Context) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
9. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 119) BindingTable table = new BindingTable(bindingContext); Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
10. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 120) bindingTables.addTable(table); Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
11. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 127) BindingTableManager manager, MBindingTable bt) { Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
12. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 128) BindingTable table = new BindingTable(bindingContext); Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
13. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 128) BindingTable table = new BindingTable(bindingContext); Discouraged access: The constructor BindingTable(Context) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
14. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 128) BindingTable table = new BindingTable(bindingContext); Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
15. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 129) manager.addTable(table); Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
16. WARNING in /src/org/eclipse/e4/workbench/ui/internal/E4CommandProcessor.java (at line 149) table.addBinding(keyBinding); Discouraged access: The method addBinding(Binding) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 25) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 28) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 28) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
4. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 30) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
5. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 30) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
6. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 30) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
7. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 33) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
8. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 34) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
9. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 36) ((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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
10. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 36) ((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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
11. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 36) ((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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
12. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 39) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
13. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 40) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
14. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 47) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
15. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 48) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
16. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 48) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
17. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 52) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
18. WARNING in /src/org/eclipse/e4/workbench/ui/internal/JobExecutor.java (at line 52) 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/v20100407/plugins/org.eclipse.equinox.concurrent_1.0.100.v20100215.jar |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 12) import org.eclipse.e4.ui.bindings.internal.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 135) if (!Util.equals(id, parameter.id)) { Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 135) if (!Util.equals(id, parameter.id)) { Discouraged access: The method equals(Object, Object) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
4. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 138) if (!Util.equals(name, parameter.name)) { Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
5. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 138) if (!Util.equals(name, parameter.name)) { Discouraged access: The method equals(Object, Object) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
6. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 141) if (!Util.equals(values, parameter.values)) { Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
7. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 141) if (!Util.equals(values, parameter.values)) { Discouraged access: The method equals(Object, Object) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
8. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 145) return Util.equals(optional, parameter.optional); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
9. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 145) return Util.equals(optional, parameter.optional); Discouraged access: The method equals(Object, Object) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
10. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 171) hashCode = HASH_INITIAL * HASH_FACTOR + Util.hashCode(id); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
11. WARNING in /src/org/eclipse/e4/workbench/ui/internal/Parameter.java (at line 171) hashCode = HASH_INITIAL * HASH_FACTOR + Util.hashCode(id); Discouraged access: The method hashCode(Object) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.bindings/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ResourceHandler.java (at line 28) 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/v20100407/plugins/org.eclipse.equinox.common_3.6.0.v20100315.jar |
2. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ResourceHandler.java (at line 223) 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/v20100407/plugins/org.eclipse.equinox.common_3.6.0.v20100315.jar |
3. WARNING in /src/org/eclipse/e4/workbench/ui/internal/ResourceHandler.java (at line 223) 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/v20100407/plugins/org.eclipse.equinox.common_3.6.0.v20100315.jar |