errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEditor.java (at line 13) import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementEditor; Discouraged access: The type IElementEditor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEditor.java (at line 14) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEditor.java (at line 25) public class ControlEditor implements IElementEditor { Discouraged access: The type IElementEditor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEditor.java (at line 30) public CellEditor getCellEditor(IPresentationContext context, String columnId, Object element, Composite parent) { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEditor.java (at line 37) public ICellModifier getCellModifier(IPresentationContext context, Object element) { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 19) import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelDelta; Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 20) import org.eclipse.debug.internal.ui.viewers.model.provisional.ModelDelta; Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 21) import org.eclipse.debug.internal.ui.viewers.update.DebugEventHandler; Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 29) public class ControlEventHandler extends DebugEventHandler { Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 45) super(proxy); Discouraged access: The constructor DebugEventHandler(AbstractModelProxy) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 66) super.dispose(); Discouraged access: The method dispose() from the type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 76) ModelDelta delta = new ModelDelta(fLaunch, IModelDelta.CONTENT); Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 76) ModelDelta delta = new ModelDelta(fLaunch, IModelDelta.CONTENT); Discouraged access: The constructor ModelDelta(Object, int) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
9. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 76) ModelDelta delta = new ModelDelta(fLaunch, IModelDelta.CONTENT); Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
10. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 76) ModelDelta delta = new ModelDelta(fLaunch, IModelDelta.CONTENT); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
11. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 76) ModelDelta delta = new ModelDelta(fLaunch, IModelDelta.CONTENT); Discouraged access: The field CONTENT from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
12. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 77) fireDelta(delta); Discouraged access: The method fireDelta(IModelDelta) from the type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
13. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 84) super.handleResume(event); Discouraged access: The method handleResume(DebugEvent) from the type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
14. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 95) ModelDelta delta = new ModelDelta(fLaunch, IModelDelta.NO_CHANGE); Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
15. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 95) ModelDelta delta = new ModelDelta(fLaunch, IModelDelta.NO_CHANGE); Discouraged access: The constructor ModelDelta(Object, int) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
16. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 95) ModelDelta delta = new ModelDelta(fLaunch, IModelDelta.NO_CHANGE); Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
17. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 95) ModelDelta delta = new ModelDelta(fLaunch, IModelDelta.NO_CHANGE); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
18. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 95) ModelDelta delta = new ModelDelta(fLaunch, IModelDelta.NO_CHANGE); Discouraged access: The field NO_CHANGE from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
19. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 96) delta = delta.addNode(new ClockControl(fLaunch), IModelDelta.STATE | IModelDelta.CONTENT); Discouraged access: The method addNode(Object, int) from the type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
20. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 96) delta = delta.addNode(new ClockControl(fLaunch), IModelDelta.STATE | IModelDelta.CONTENT); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
21. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 96) delta = delta.addNode(new ClockControl(fLaunch), IModelDelta.STATE | IModelDelta.CONTENT); Discouraged access: The field STATE from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
22. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 96) delta = delta.addNode(new ClockControl(fLaunch), IModelDelta.STATE | IModelDelta.CONTENT); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
23. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 96) delta = delta.addNode(new ClockControl(fLaunch), IModelDelta.STATE | IModelDelta.CONTENT); Discouraged access: The field CONTENT from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
24. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 97) fireDelta(delta); Discouraged access: The method fireDelta(IModelDelta) from the type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
25. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlEventHandler.java (at line 106) super.handleSuspend(event); Discouraged access: The method handleSuspend(DebugEvent) from the type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlLabelProvider.java (at line 15) import org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider; Discouraged access: The type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlLabelProvider.java (at line 16) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlLabelProvider.java (at line 24) public class ControlLabelProvider extends ElementLabelProvider { Discouraged access: The type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlLabelProvider.java (at line 29) protected String getLabel(TreePath elementPath, IPresentationContext presentationContext, String columnId) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlsMementoProvider.java (at line 16) import org.eclipse.debug.internal.ui.model.elements.DebugElementMementoProvider; Discouraged access: The type DebugElementMementoProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlsMementoProvider.java (at line 17) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlsMementoProvider.java (at line 24) public class ControlsMementoProvider extends DebugElementMementoProvider { Discouraged access: The type DebugElementMementoProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/ControlsMementoProvider.java (at line 29) protected String getElementName(Object element, IPresentationContext context) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 20) import org.eclipse.debug.internal.ui.viewers.model.provisional.IColumnPresentationFactory; Discouraged access: The type IColumnPresentationFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 21) import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementContentProvider; Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 22) import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementEditor; Discouraged access: The type IElementEditor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 23) import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementLabelProvider; Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 24) import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementMementoProvider; Discouraged access: The type IElementMementoProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 25) import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxyFactory; Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 34) private static IElementContentProvider fgSequencerContentProvider = new SequencerContentProvider(); Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 35) private static IElementContentProvider fgTackContentProvider = new TrackContentProvider(); Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
9. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 37) private static IElementLabelProvider fgTrackLabelProvider = new TrackLabelProvider(); Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
10. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 38) private static IElementLabelProvider fgControlLabelProvider = new ControlLabelProvider(); Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
11. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 39) private static IElementLabelProvider fgMidiEventLabelProvdier = new MidiEventLabelProvider(); Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
12. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 41) private static IColumnPresentationFactory fgSequencerColumnFactory = new SequencerColumnFactory(); Discouraged access: The type IColumnPresentationFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
13. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 42) private static IColumnPresentationFactory fgTrackColumnFactory = new TrackColumnFactory(); Discouraged access: The type IColumnPresentationFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
14. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 44) private static IModelProxyFactory fgSequencerModelProxyFactory = new SequencerModelProxyFactory(); Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
15. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 46) private static IElementMementoProvider fgMementoProvider = new ControlsMementoProvider(); Discouraged access: The type IElementMementoProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
16. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 51) if (IElementContentProvider.class.equals(adapterType)) { Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
17. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 59) if (IElementLabelProvider.class.equals(adapterType)) { Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
18. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 71) if (IColumnPresentationFactory.class.equals(adapterType)) { Discouraged access: The type IColumnPresentationFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
19. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 79) if (IElementEditor.class.equals(adapterType)) { Discouraged access: The type IElementEditor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
20. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 84) if (IModelProxyFactory.class.equals(adapterType)) { Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
21. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 89) if (IElementMementoProvider.class.equals(adapterType)) { Discouraged access: The type IElementMementoProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
22. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 99) return new Class[]{IElementContentProvider.class, IElementLabelProvider.class, IStepOverHandler.class}; Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
23. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiAdapterFactory.java (at line 99) return new Class[]{IElementContentProvider.class, IElementLabelProvider.class, IStepOverHandler.class}; Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiEventLabelProvider.java (at line 18) import org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider; Discouraged access: The type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiEventLabelProvider.java (at line 19) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiEventLabelProvider.java (at line 27) public class MidiEventLabelProvider extends ElementLabelProvider { Discouraged access: The type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/MidiEventLabelProvider.java (at line 32) protected String getLabel(TreePath elementPath, IPresentationContext presentationContext, String columnId) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnFactory.java (at line 13) import org.eclipse.debug.internal.ui.viewers.model.provisional.IColumnPresentation; Discouraged access: The type IColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnFactory.java (at line 14) import org.eclipse.debug.internal.ui.viewers.model.provisional.IColumnPresentationFactory; Discouraged access: The type IColumnPresentationFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnFactory.java (at line 15) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnFactory.java (at line 23) public class SequencerColumnFactory implements IColumnPresentationFactory { Discouraged access: The type IColumnPresentationFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnFactory.java (at line 28) public IColumnPresentation createColumnPresentation(IPresentationContext context, Object element) { Discouraged access: The type IColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnFactory.java (at line 28) public IColumnPresentation createColumnPresentation(IPresentationContext context, Object element) { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnFactory.java (at line 29) if (IDebugUIConstants.ID_VARIABLE_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnFactory.java (at line 38) public String getColumnPresentationId(IPresentationContext context, Object element) { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
9. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnFactory.java (at line 39) if (IDebugUIConstants.ID_VARIABLE_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnPresentation.java (at line 13) import org.eclipse.debug.internal.ui.viewers.provisional.AbstractColumnPresentation; Discouraged access: The type AbstractColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerColumnPresentation.java (at line 20) public class SequencerColumnPresentation extends AbstractColumnPresentation { Discouraged access: The type AbstractColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 22) import org.eclipse.debug.internal.ui.model.elements.ElementContentProvider; Discouraged access: The type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 23) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 24) import org.eclipse.debug.internal.ui.viewers.model.provisional.IViewerUpdate; Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 32) public class SequencerContentProvider extends ElementContentProvider { Discouraged access: The type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 37) protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 37) protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 38) if (IDebugUIConstants.ID_DEBUG_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 40) } else if (IDebugUIConstants.ID_VARIABLE_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
9. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 52) protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
10. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 52) protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
11. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 53) if (IDebugUIConstants.ID_DEBUG_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
12. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 54) return getElements(getTracks((MidiLaunch) parent), index, length); Discouraged access: The method getElements(Object[], int, int) from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
13. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 55) } else if (IDebugUIConstants.ID_VARIABLE_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
14. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 56) return getElements(getControls((MidiLaunch) parent), index, length); Discouraged access: The method getElements(Object[], int, int) from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
15. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerContentProvider.java (at line 58) return EMPTY; Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerControlsModelProxy.java (at line 18) import org.eclipse.debug.internal.ui.viewers.update.DebugEventHandler; Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerControlsModelProxy.java (at line 19) import org.eclipse.debug.internal.ui.viewers.update.EventHandlerModelProxy; Discouraged access: The type EventHandlerModelProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerControlsModelProxy.java (at line 29) public class SequencerControlsModelProxy extends EventHandlerModelProxy { Discouraged access: The type EventHandlerModelProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerControlsModelProxy.java (at line 55) super.installed(viewer); Discouraged access: The method installed(Viewer) from the type AbstractModelProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerControlsModelProxy.java (at line 71) protected DebugEventHandler[] createEventHandlers() { Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerControlsModelProxy.java (at line 73) return new DebugEventHandler[]{fHandler}; Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 15) import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxy; Discouraged access: The type IModelProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 16) import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxyFactory; Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 17) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 18) import org.eclipse.debug.internal.ui.viewers.update.LaunchProxy; Discouraged access: The type LaunchProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 27) public class SequencerModelProxyFactory implements IModelProxyFactory { Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 32) public IModelProxy createModelProxy(Object element, IPresentationContext context) { Discouraged access: The type IModelProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 32) public IModelProxy createModelProxy(Object element, IPresentationContext context) { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 33) if (IDebugUIConstants.ID_VARIABLE_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
9. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 38) if (IDebugUIConstants.ID_DEBUG_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
10. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 40) return new LaunchProxy((ILaunch)element); Discouraged access: The constructor LaunchProxy(ILaunch) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
11. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/SequencerModelProxyFactory.java (at line 40) return new LaunchProxy((ILaunch)element); Discouraged access: The type LaunchProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnFactory.java (at line 13) import org.eclipse.debug.internal.ui.viewers.model.provisional.IColumnPresentation; Discouraged access: The type IColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnFactory.java (at line 14) import org.eclipse.debug.internal.ui.viewers.model.provisional.IColumnPresentationFactory; Discouraged access: The type IColumnPresentationFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnFactory.java (at line 15) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnFactory.java (at line 23) public class TrackColumnFactory implements IColumnPresentationFactory { Discouraged access: The type IColumnPresentationFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnFactory.java (at line 28) public IColumnPresentation createColumnPresentation(IPresentationContext context, Object element) { Discouraged access: The type IColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnFactory.java (at line 28) public IColumnPresentation createColumnPresentation(IPresentationContext context, Object element) { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnFactory.java (at line 29) if (IDebugUIConstants.ID_VARIABLE_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnFactory.java (at line 38) public String getColumnPresentationId(IPresentationContext context, Object element) { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
9. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnFactory.java (at line 39) if (IDebugUIConstants.ID_VARIABLE_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnPresentation.java (at line 13) import org.eclipse.debug.internal.ui.viewers.provisional.AbstractColumnPresentation; Discouraged access: The type AbstractColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackColumnPresentation.java (at line 20) public class TrackColumnPresentation extends AbstractColumnPresentation { Discouraged access: The type AbstractColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 17) import org.eclipse.debug.internal.ui.model.elements.ElementContentProvider; Discouraged access: The type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 18) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 19) import org.eclipse.debug.internal.ui.viewers.model.provisional.IViewerUpdate; Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 28) public class TrackContentProvider extends ElementContentProvider { Discouraged access: The type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 33) protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 33) protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 35) if (IDebugUIConstants.ID_VARIABLE_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 44) protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
9. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 44) protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
10. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 45) if (IDebugUIConstants.ID_VARIABLE_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
11. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackContentProvider.java (at line 53) return EMPTY; Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackLabelProvider.java (at line 17) import org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider; Discouraged access: The type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackLabelProvider.java (at line 18) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackLabelProvider.java (at line 26) public class TrackLabelProvider extends ElementLabelProvider { Discouraged access: The type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/midi/adapters/TrackLabelProvider.java (at line 31) protected String getLabel(TreePath elementPath, IPresentationContext presentationContext, String columnId) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/pda/DebugUIPlugin.java (at line 29) import org.eclipse.ui.internal.util.BundleUtility; Discouraged access: The type BundleUtility is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/pda/DebugUIPlugin.java (at line 170) URL url = BundleUtility.find("org.eclipse.debug.examples.ui", path); Discouraged access: The type BundleUtility is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/pda/DebugUIPlugin.java (at line 170) URL url = BundleUtility.find("org.eclipse.debug.examples.ui", path); Discouraged access: The method find(String, String) from the type BundleUtility is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/AdapterFactory.java (at line 16) import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementContentProvider; Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/AdapterFactory.java (at line 17) import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxyFactory; Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/AdapterFactory.java (at line 27) private static IElementContentProvider fgTargetAdapter = new PDADebugTargetContentProvider(); Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/AdapterFactory.java (at line 28) private static IModelProxyFactory fgFactory = new ModelProxyFactory(); Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/AdapterFactory.java (at line 31) if (IElementContentProvider.class.equals(adapterType)) { Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/AdapterFactory.java (at line 36) if (IModelProxyFactory.class.equals(adapterType)) { Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/AdapterFactory.java (at line 45) return new Class[]{IElementContentProvider.class, IModelProxyFactory.class}; Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/AdapterFactory.java (at line 45) return new Class[]{IElementContentProvider.class, IModelProxyFactory.class}; Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/ModelProxyFactory.java (at line 15) import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxy; Discouraged access: The type IModelProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/ModelProxyFactory.java (at line 16) import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxyFactory; Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/ModelProxyFactory.java (at line 17) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/ModelProxyFactory.java (at line 21) public class ModelProxyFactory implements IModelProxyFactory { Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/ModelProxyFactory.java (at line 23) public IModelProxy createModelProxy(Object element, IPresentationContext context) { Discouraged access: The type IModelProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/ModelProxyFactory.java (at line 23) public IModelProxy createModelProxy(Object element, IPresentationContext context) { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/ModelProxyFactory.java (at line 24) if (IDebugUIConstants.ID_DEBUG_VIEW.equals(context.getId())) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 17) import org.eclipse.debug.internal.ui.model.elements.ElementContentProvider; Discouraged access: The type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 18) import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 19) import org.eclipse.debug.internal.ui.viewers.model.provisional.IViewerUpdate; Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 23) public class PDADebugTargetContentProvider extends ElementContentProvider { Discouraged access: The type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 29) protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 29) protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 42) protected boolean hasChildren(Object element, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 42) protected boolean hasChildren(Object element, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
9. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 53) protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
10. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 53) protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context, IViewerUpdate monitor) throws CoreException { Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
11. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 54) if (context.getId().equals(IDebugUIConstants.ID_DEBUG_VIEW)) { Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
12. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 57) return getElements(thread.getStackFrames(), index, length); Discouraged access: The method getElements(Object[], int, int) from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
13. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetContentProvider.java (at line 60) return EMPTY; Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetProxy.java (at line 14) import org.eclipse.debug.internal.ui.viewers.update.DebugEventHandler; Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetProxy.java (at line 15) import org.eclipse.debug.internal.ui.viewers.update.DebugTargetEventHandler; Discouraged access: The type DebugTargetEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetProxy.java (at line 16) import org.eclipse.debug.internal.ui.viewers.update.DebugTargetProxy; Discouraged access: The type DebugTargetProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetProxy.java (at line 22) public class PDADebugTargetProxy extends DebugTargetProxy { Discouraged access: The type DebugTargetProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetProxy.java (at line 28) super(target); Discouraged access: The constructor DebugTargetProxy(IDebugTarget) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetProxy.java (at line 34) protected DebugEventHandler[] createEventHandlers() { Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetProxy.java (at line 35) return new DebugEventHandler[] { new DebugTargetEventHandler(this), new PDAThreadEventHandler(this) }; Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetProxy.java (at line 35) return new DebugEventHandler[] { new DebugTargetEventHandler(this), new PDAThreadEventHandler(this) }; Discouraged access: The constructor DebugTargetEventHandler(AbstractModelProxy) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
9. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDADebugTargetProxy.java (at line 35) return new DebugEventHandler[] { new DebugTargetEventHandler(this), new PDAThreadEventHandler(this) }; Discouraged access: The type DebugTargetEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 22) import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelDelta; Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 23) import org.eclipse.debug.internal.ui.viewers.model.provisional.ModelDelta; Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 24) import org.eclipse.debug.internal.ui.viewers.provisional.AbstractModelProxy; Discouraged access: The type AbstractModelProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 25) import org.eclipse.debug.internal.ui.viewers.update.DebugEventHandler; Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
5. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 31) public class PDAThreadEventHandler extends DebugEventHandler { Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
6. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 40) public PDAThreadEventHandler(AbstractModelProxy proxy) { Discouraged access: The type AbstractModelProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
7. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 41) super(proxy); Discouraged access: The constructor DebugEventHandler(AbstractModelProxy) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
8. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 46) int extras = IModelDelta.STATE; Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
9. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 46) int extras = IModelDelta.STATE; Discouraged access: The field STATE from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
10. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 48) extras = IModelDelta.EXPAND; Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
11. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 48) extras = IModelDelta.EXPAND; Discouraged access: The field EXPAND from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
12. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 50) fireDeltaUpdatingTopFrame(thread, IModelDelta.NO_CHANGE | extras); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
13. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 50) fireDeltaUpdatingTopFrame(thread, IModelDelta.NO_CHANGE | extras); Discouraged access: The field NO_CHANGE from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
14. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 65) fireDeltaAndClearTopFrame(thread, IModelDelta.STATE | IModelDelta.CONTENT); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
15. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 65) fireDeltaAndClearTopFrame(thread, IModelDelta.STATE | IModelDelta.CONTENT); Discouraged access: The field STATE from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
16. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 65) fireDeltaAndClearTopFrame(thread, IModelDelta.STATE | IModelDelta.CONTENT); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
17. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 65) fireDeltaAndClearTopFrame(thread, IModelDelta.STATE | IModelDelta.CONTENT); Discouraged access: The field CONTENT from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
18. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 69) fireDeltaAndClearTopFrame((IThread) event.getSource(), IModelDelta.ADDED); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
19. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 69) fireDeltaAndClearTopFrame((IThread) event.getSource(), IModelDelta.ADDED); Discouraged access: The field ADDED from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
20. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 73) fireDeltaAndClearTopFrame((IThread) event.getSource(), IModelDelta.REMOVED); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
21. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 73) fireDeltaAndClearTopFrame((IThread) event.getSource(), IModelDelta.REMOVED); Discouraged access: The field REMOVED from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
22. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 77) fireDeltaUpdatingTopFrame((IThread) event.getSource(), IModelDelta.STATE); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
23. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 77) fireDeltaUpdatingTopFrame((IThread) event.getSource(), IModelDelta.STATE); Discouraged access: The field STATE from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
24. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 82) fireDeltaUpdatingTopFrame(thread, IModelDelta.CONTENT | IModelDelta.EXPAND); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
25. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 82) fireDeltaUpdatingTopFrame(thread, IModelDelta.CONTENT | IModelDelta.EXPAND); Discouraged access: The field CONTENT from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
26. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 82) fireDeltaUpdatingTopFrame(thread, IModelDelta.CONTENT | IModelDelta.EXPAND); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
27. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 82) fireDeltaUpdatingTopFrame(thread, IModelDelta.CONTENT | IModelDelta.EXPAND); Discouraged access: The field EXPAND from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
28. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 87) fireDeltaAndClearTopFrame(thread, IModelDelta.CONTENT); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
29. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 87) fireDeltaAndClearTopFrame(thread, IModelDelta.CONTENT); Discouraged access: The field CONTENT from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
30. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 90) private ModelDelta buildRootDelta() { Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
31. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 91) return new ModelDelta(getLaunchManager(), IModelDelta.NO_CHANGE); Discouraged access: The constructor ModelDelta(Object, int) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
32. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 91) return new ModelDelta(getLaunchManager(), IModelDelta.NO_CHANGE); Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
33. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 91) return new ModelDelta(getLaunchManager(), IModelDelta.NO_CHANGE); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
34. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 91) return new ModelDelta(getLaunchManager(), IModelDelta.NO_CHANGE); Discouraged access: The field NO_CHANGE from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
35. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 98) protected ModelDelta addTarget(ModelDelta delta, IThread thread) { Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
36. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 98) protected ModelDelta addTarget(ModelDelta delta, IThread thread) { Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
37. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 101) delta = delta.addNode(launch, indexOf(getLaunchManager().getLaunches(), launch), IModelDelta.NO_CHANGE, children.length); Discouraged access: The method addNode(Object, int, int, int) from the type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
38. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 101) delta = delta.addNode(launch, indexOf(getLaunchManager().getLaunches(), launch), IModelDelta.NO_CHANGE, children.length); Discouraged access: The method indexOf(Object[], Object) from the type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
39. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 101) delta = delta.addNode(launch, indexOf(getLaunchManager().getLaunches(), launch), IModelDelta.NO_CHANGE, children.length); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
40. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 101) delta = delta.addNode(launch, indexOf(getLaunchManager().getLaunches(), launch), IModelDelta.NO_CHANGE, children.length); Discouraged access: The field NO_CHANGE from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
41. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 108) return delta.addNode(debugTarget, indexOf(children, debugTarget), IModelDelta.NO_CHANGE, numFrames); Discouraged access: The method addNode(Object, int, int, int) from the type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
42. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 108) return delta.addNode(debugTarget, indexOf(children, debugTarget), IModelDelta.NO_CHANGE, numFrames); Discouraged access: The method indexOf(Object[], Object) from the type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
43. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 108) return delta.addNode(debugTarget, indexOf(children, debugTarget), IModelDelta.NO_CHANGE, numFrames); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
44. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 108) return delta.addNode(debugTarget, indexOf(children, debugTarget), IModelDelta.NO_CHANGE, numFrames); Discouraged access: The field NO_CHANGE from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
45. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 112) ModelDelta delta = buildRootDelta(); Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
46. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 117) fireDelta(delta); Discouraged access: The method fireDelta(IModelDelta) from the type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
47. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 121) ModelDelta delta = buildRootDelta(); Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
48. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 122) ModelDelta node = addTarget(delta, thread); Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
49. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 131) node.setFlags(flags); Discouraged access: The method setFlags(int) from the type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
50. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 133) node.setFlags(flags | IModelDelta.CONTENT); Discouraged access: The method setFlags(int) from the type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
51. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 133) node.setFlags(flags | IModelDelta.CONTENT); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
52. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 133) node.setFlags(flags | IModelDelta.CONTENT); Discouraged access: The field CONTENT from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
53. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 136) node.addNode(frame, 0, IModelDelta.STATE | IModelDelta.SELECT, 0); Discouraged access: The method addNode(Object, int, int, int) from the type ModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
54. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 136) node.addNode(frame, 0, IModelDelta.STATE | IModelDelta.SELECT, 0); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
55. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 136) node.addNode(frame, 0, IModelDelta.STATE | IModelDelta.SELECT, 0); Discouraged access: The field STATE from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
56. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 136) node.addNode(frame, 0, IModelDelta.STATE | IModelDelta.SELECT, 0); Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
57. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 136) node.addNode(frame, 0, IModelDelta.STATE | IModelDelta.SELECT, 0); Discouraged access: The field SELECT from the type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |
58. WARNING in /src/org/eclipse/debug/examples/ui/pda/adapters/PDAThreadEventHandler.java (at line 140) fireDelta(delta); Discouraged access: The method fireDelta(IModelDelta) from the type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot |