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/core/internal/contexts/debug/ui/ContextTreeProvider.java (at line 131) switch (type) { The enum constant LISTENER_ADDED needs a corresponding case label in this enum switch on IEclipseContextDebugger.EventType |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 18) import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicFactoryImpl; Discouraged access: The type BasicFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
2. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 19) import org.eclipse.e4.ui.workbench.swt.internal.copy.WorkbenchSWTMessages; Discouraged access: The type WorkbenchSWTMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes |
3. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 50) MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE.createPartDescriptor(); Discouraged access: The type BasicFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
4. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 50) MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE.createPartDescriptor(); Discouraged access: The method createPartDescriptor() from the type BasicFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
5. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 50) MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE.createPartDescriptor(); Discouraged access: The field eINSTANCE from the type BasicFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
6. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 57) tags.add("categoryTag:" + WorkbenchSWTMessages.ICategory_general); //$NON-NLS-1$ Discouraged access: The type WorkbenchSWTMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes |
7. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 57) tags.add("categoryTag:" + WorkbenchSWTMessages.ICategory_general); //$NON-NLS-1$ Discouraged access: The field ICategory_general from the type WorkbenchSWTMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes |
1. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/RefreshViewAction.java (at line 16) import org.eclipse.e4.core.di.extensions.EventUtils; Discouraged access: The type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes |
2. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/RefreshViewAction.java (at line 31) EventUtils.send(eventAdmin, ContextsView.REFRESH_EVENT, null); Discouraged access: The type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes |
3. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/RefreshViewAction.java (at line 31) EventUtils.send(eventAdmin, ContextsView.REFRESH_EVENT, null); Discouraged access: The method send(EventAdmin, String, Object) from the type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes |
1. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 21) import org.eclipse.e4.core.di.extensions.EventUtils; Discouraged access: The type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes |
2. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 94) EventUtils.send(eventAdmin, ContextsView.SELECT_EVENT, path); Discouraged access: The type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes |
3. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 94) EventUtils.send(eventAdmin, ContextsView.SELECT_EVENT, path); Discouraged access: The method send(EventAdmin, String, Object) from the type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes |
1. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 19) import org.eclipse.e4.core.di.extensions.EventTopic; Discouraged access: The type EventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes |
2. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 26) import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl; Discouraged access: The type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
3. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 233) toolBar = MenuFactoryImpl.eINSTANCE.createToolBar(); Discouraged access: The type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
4. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 233) toolBar = MenuFactoryImpl.eINSTANCE.createToolBar(); Discouraged access: The method createToolBar() from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
5. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 233) toolBar = MenuFactoryImpl.eINSTANCE.createToolBar(); Discouraged access: The field eINSTANCE from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
6. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 237) MDirectToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); Discouraged access: The type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
7. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 237) MDirectToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); Discouraged access: The method createDirectToolItem() from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
8. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 237) MDirectToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); Discouraged access: The field eINSTANCE from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
9. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 244) MDirectToolItem toolItem2 = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); Discouraged access: The type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
10. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 244) MDirectToolItem toolItem2 = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); Discouraged access: The method createDirectToolItem() from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
11. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 244) MDirectToolItem toolItem2 = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); Discouraged access: The field eINSTANCE from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes |
12. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 253) public void setSelection(@EventTopic(SELECT_EVENT) TreePath path) { Discouraged access: The type EventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes |
13. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 263) public void setSelection(@EventTopic(REFRESH_EVENT) Object data) { Discouraged access: The type EventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes |