Compiler log for org.eclipse.jdt.debug.ui_3.3.0.v20080603 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 432

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/ui/org/eclipse/jdt/internal/debug/ui/DebugWorkingCopyManager.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/DebugWorkingCopyManager.java
 (at line 14)
import org.eclipse.jdt.internal.ui.javaeditor.WorkingCopyManager;
Discouraged access: The type WorkingCopyManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/DebugWorkingCopyManager.java
 (at line 23)
* @see org.eclipse.jdt.internal.ui.javaeditor.WorkingCopyManager
Discouraged access: The type WorkingCopyManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/DebugWorkingCopyManager.java
 (at line 39)
return ((WorkingCopyManager)JavaUI.getWorkingCopyManager()).getWorkingCopy(input, primaryOnly);
Discouraged access: The method getWorkingCopy(IEditorInput, boolean) from the type WorkingCopyManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/DebugWorkingCopyManager.java
 (at line 39)
return ((WorkingCopyManager)JavaUI.getWorkingCopyManager()).getWorkingCopy(input, primaryOnly);
Discouraged access: The type WorkingCopyManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java : 45 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 15)
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 /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 16)
import org.eclipse.debug.internal.ui.viewers.model.provisional.IChildrenUpdate;
Discouraged access: The type IChildrenUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.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 /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 18)
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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 19)
import org.eclipse.debug.internal.ui.viewers.model.provisional.IViewerUpdateListener;
Discouraged access: The type IViewerUpdateListener is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 20)
import org.eclipse.debug.internal.ui.viewers.model.provisional.PresentationContext;
Discouraged access: The type PresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 21)
import org.eclipse.debug.internal.ui.viewers.model.provisional.TreeModelViewer;
Discouraged access: The type TreeModelViewer is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 22)
import org.eclipse.debug.internal.ui.views.variables.details.DefaultDetailPane;
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 23)
import org.eclipse.debug.internal.ui.views.variables.details.DetailPaneProxy;
Discouraged access: The type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 24)
import org.eclipse.debug.internal.ui.views.variables.details.IDetailPaneContainer;
Discouraged access: The type IDetailPaneContainer is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 88)
private TreeModelViewer fViewer;
Discouraged access: The type TreeModelViewer is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 91)
private DetailPaneProxy fDetailPane;
Discouraged access: The type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 97)
private class TreeRoot 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
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 101)
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
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 101)
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
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 107)
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
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 107)
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
18. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 123)
private class DetailPaneContainer implements IDetailPaneContainer{
Discouraged access: The type IDetailPaneContainer is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
19. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 129)
return fDetailPane.getCurrentPaneID();
Discouraged access: The method getCurrentPaneID() from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
20. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 143)
fDetailPane.display(getCurrentSelection());
Discouraged access: The method display(IStructuredSelection) from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
21. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 164)
if (newPaneID.equals(DefaultDetailPane.ID)){
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
22. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 164)
if (newPaneID.equals(DefaultDetailPane.ID)){
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
23. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 165)
fDetailPane.getCurrentControl().setBackground(getShell().getDisplay().getSystemColor(SWT.COLOR_INFO_BACKGROUND));
Discouraged access: The method getCurrentControl() from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
24. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 275)
IPresentationContext context = new PresentationContext(IDebugUIConstants.ID_VARIABLE_VIEW);
Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
25. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 275)
IPresentationContext context = new PresentationContext(IDebugUIConstants.ID_VARIABLE_VIEW);
Discouraged access: The constructor PresentationContext(String) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
26. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 275)
IPresentationContext context = new PresentationContext(IDebugUIConstants.ID_VARIABLE_VIEW);
Discouraged access: The type PresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
27. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 278)
IPresentationContext copy = ((TreeModelViewer)view.getViewer()).getPresentationContext();
Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
28. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 278)
IPresentationContext copy = ((TreeModelViewer)view.getViewer()).getPresentationContext();
Discouraged access: The method getPresentationContext() from the type TreeModelViewer is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
29. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 278)
IPresentationContext copy = ((TreeModelViewer)view.getViewer()).getPresentationContext();
Discouraged access: The type TreeModelViewer is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
30. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 279)
String[] properties = copy.getProperties();
Discouraged access: The method getProperties() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
31. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 282)
context.setProperty(key, copy.getProperty(key));
Discouraged access: The method setProperty(String, Object) from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
32. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 282)
context.setProperty(key, copy.getProperty(key));
Discouraged access: The method getProperty(String) from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
33. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 286)
fViewer = new TreeModelViewer(fSashForm, SWT.NO_TRIM | SWT.MULTI | SWT.VIRTUAL, context);
Discouraged access: The constructor TreeModelViewer(Composite, int, IPresentationContext) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
34. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 286)
fViewer = new TreeModelViewer(fSashForm, SWT.NO_TRIM | SWT.MULTI | SWT.VIRTUAL, context);
Discouraged access: The type TreeModelViewer is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
35. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 308)
fDetailPane = new DetailPaneProxy(new DetailPaneContainer());
Discouraged access: The constructor DetailPaneProxy(IDetailPaneContainer) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
36. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 308)
fDetailPane = new DetailPaneProxy(new DetailPaneContainer());
Discouraged access: The type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
37. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 309)
fDetailPane.display(null); // Bring up the default pane so the user doesn't see an empty composite
Discouraged access: The method display(IStructuredSelection) from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
38. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 314)
fDetailPane.display((IStructuredSelection)fViewer.getSelection());
Discouraged access: The method display(IStructuredSelection) from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
39. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 322)
fViewer.addViewerUpdateListener(new IViewerUpdateListener() { public void viewerUpdatesComplete() { } public void viewerUpdatesBegin() { } public void updateStarted(IViewerUpdate update) { } public void updateComplete(IViewerUpdate update) { if (update instanceof IChildrenUpdate) { TreeSelection selection = new TreeSelection(new TreePath(new Object[]{fVariable})); fViewer.setSelection(selection); fDetailPane.display(selection); fViewer.removeViewerUpdateListener(this); } } });
Discouraged access: The method addViewerUpdateListener(IViewerUpdateListener) from the type TreeModelViewer is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
40. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 322)
fViewer.addViewerUpdateListener(new IViewerUpdateListener() {
Discouraged access: The type IViewerUpdateListener is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
41. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 327)
public void updateStarted(IViewerUpdate update) {
Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
42. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 329)
public void updateComplete(IViewerUpdate update) {
Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
43. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 330)
if (update instanceof IChildrenUpdate) {
Discouraged access: The type IChildrenUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
44. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 333)
fDetailPane.display(selection);
Discouraged access: The method display(IStructuredSelection) from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
45. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 334)
fViewer.removeViewerUpdateListener(this);
Discouraged access: The method removeViewerUpdateListener(IViewerUpdateListener) from the type TreeModelViewer is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 35)
import org.eclipse.debug.internal.ui.DefaultLabelProvider;
Discouraged access: The type DefaultLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 79)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 80)
import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 81)
import org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry;
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 122)
private static ImageDescriptorRegistry fgJavaElementImageRegistry;
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 464)
buffer.append(DefaultLabelProvider.escapeSpecialChars(valueString));
Discouraged access: The type DefaultLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 464)
buffer.append(DefaultLabelProvider.escapeSpecialChars(valueString));
Discouraged access: The method escapeSpecialChars(String) from the type DefaultLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 887)
return getJavaElementImageRegistry().get(descriptor);
Discouraged access: The method get(ImageDescriptor) from the type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1117)
return EditorUtility.getEditorInput(item);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1117)
return EditorUtility.getEditorInput(item);
Discouraged access: The method getEditorInput(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1952)
protected static ImageDescriptorRegistry getJavaElementImageRegistry() {
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1954)
fgJavaElementImageRegistry = JavaPlugin.getImageDescriptorRegistry();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1954)
fgJavaElementImageRegistry = JavaPlugin.getImageDescriptorRegistry();
Discouraged access: The method getImageDescriptorRegistry() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/TypeNameResolver.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/TypeNameResolver.java
 (at line 16)
import org.eclipse.debug.internal.ui.stringsubstitution.ResourceResolver;
Discouraged access: The type ResourceResolver is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/TypeNameResolver.java
 (at line 27)
public class TypeNameResolver extends ResourceResolver {
Discouraged access: The type ResourceResolver is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/TypeNameResolver.java
 (at line 32)
IResource resource = getSelectedResource(variable);
Discouraged access: The method getSelectedResource(IDynamicVariable) from the type ResourceResolver is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/TypeNameResolver.java
 (at line 40)
abort(DebugUIMessages.TypeNameResolver_0, null);
Discouraged access: The method abort(String, Throwable) from the type ResourceResolver is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/actions/InstanceFiltersAction.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/InstanceFiltersAction.java
 (at line 21)
import org.eclipse.debug.internal.ui.AbstractDebugCheckboxSelectionDialog;
Discouraged access: The type AbstractDebugCheckboxSelectionDialog is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/InstanceFiltersAction.java
 (at line 54)
class InstanceFilterDialog extends AbstractDebugCheckboxSelectionDialog {
Discouraged access: The type AbstractDebugCheckboxSelectionDialog is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/InstanceFiltersAction.java
 (at line 61)
super(parentShell);
Discouraged access: The constructor AbstractDebugCheckboxSelectionDialog(Shell) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/InstanceFiltersAction.java
 (at line 66)
setShowSelectAllButtons(true);
Discouraged access: The method setShowSelectAllButtons(boolean) from the type AbstractDebugCheckboxSelectionDialog is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/InstanceFiltersAction.java
 (at line 140)
Object[] checkBreakpoint= getCheckBoxTableViewer().getCheckedElements();
Discouraged access: The method getCheckBoxTableViewer() from the type AbstractDebugCheckboxSelectionDialog is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/InstanceFiltersAction.java
 (at line 171)
super.okPressed();
Discouraged access: The method okPressed() from the type AbstractDebugCheckboxSelectionDialog is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/actions/JavaPrimitiveValueEditor.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/JavaPrimitiveValueEditor.java
 (at line 15)
import org.eclipse.debug.internal.ui.DebugUIPlugin;
Discouraged access: The type DebugUIPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/JavaPrimitiveValueEditor.java
 (at line 78)
DebugUIPlugin.errorDialog(shell, ActionMessages.JavaPrimitiveValueEditor_2, ActionMessages.JavaPrimitiveValueEditor_3, e); //
Discouraged access: The type DebugUIPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/JavaPrimitiveValueEditor.java
 (at line 78)
DebugUIPlugin.errorDialog(shell, ActionMessages.JavaPrimitiveValueEditor_2, ActionMessages.JavaPrimitiveValueEditor_3, e); //
Discouraged access: The method errorDialog(Shell, String, String, Throwable) from the type DebugUIPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/actions/JavaVariableValueEditor.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/JavaVariableValueEditor.java
 (at line 15)
import org.eclipse.debug.internal.ui.DebugUIPlugin;
Discouraged access: The type DebugUIPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/JavaVariableValueEditor.java
 (at line 36)
DebugUIPlugin.errorDialog(shell, ActionMessages.JavaVariableValueEditor_0, ActionMessages.JavaVariableValueEditor_1, e); //
Discouraged access: The type DebugUIPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/JavaVariableValueEditor.java
 (at line 36)
DebugUIPlugin.errorDialog(shell, ActionMessages.JavaVariableValueEditor_0, ActionMessages.JavaVariableValueEditor_1, e); //
Discouraged access: The method errorDialog(Shell, String, String, Throwable) from the type DebugUIPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java
 (at line 37)
import org.eclipse.jdt.internal.ui.util.OpenTypeHierarchyUtil;
Discouraged access: The type OpenTypeHierarchyUtil is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java
 (at line 111)
OpenTypeHierarchyUtil.open((IJavaElement)sourceElement, getWorkbenchWindow());
Discouraged access: The type OpenTypeHierarchyUtil is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java
 (at line 111)
OpenTypeHierarchyUtil.open((IJavaElement)sourceElement, getWorkbenchWindow());
Discouraged access: The method open(IJavaElement, IWorkbenchWindow) from the type OpenTypeHierarchyUtil is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/actions/ProjectSelectionDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/ProjectSelectionDialog.java
 (at line 15)
import org.eclipse.debug.internal.ui.AbstractDebugCheckboxSelectionDialog;
Discouraged access: The type AbstractDebugCheckboxSelectionDialog is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/ProjectSelectionDialog.java
 (at line 30)
public class ProjectSelectionDialog extends AbstractDebugCheckboxSelectionDialog {
Discouraged access: The type AbstractDebugCheckboxSelectionDialog is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/ProjectSelectionDialog.java
 (at line 41)
super(parentShell);
Discouraged access: The constructor AbstractDebugCheckboxSelectionDialog(Shell) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/ProjectSelectionDialog.java
 (at line 50)
super.addCustomFooterControls(parent);
Discouraged access: The method addCustomFooterControls(Composite) from the type AbstractDebugCheckboxSelectionDialog is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/actions/ShowStratumAction.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/ShowStratumAction.java
 (at line 17)
import org.eclipse.debug.internal.ui.sourcelookup.SourceLookupManager;
Discouraged access: The type SourceLookupManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/ShowStratumAction.java
 (at line 136)
SourceLookupManager.getDefault().displaySource(frame, fPart.getSite().getPage(), true);
Discouraged access: The type SourceLookupManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/ShowStratumAction.java
 (at line 136)
SourceLookupManager.getDefault().displaySource(frame, fPart.getSite().getPage(), true);
Discouraged access: The method getDefault() from the type SourceLookupManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/ShowStratumAction.java
 (at line 136)
SourceLookupManager.getDefault().displaySource(frame, fPart.getSite().getPage(), true);
Discouraged access: The method displaySource(Object, IWorkbenchPage, boolean) from the type SourceLookupManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 18)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 19)
import org.eclipse.jdt.internal.ui.text.java.JavaParameterListValidator;
Discouraged access: The type JavaParameterListValidator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 20)
import org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateEngine;
Discouraged access: The type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 41)
private TemplateEngine fTemplateEngine;
Discouraged access: The type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 50)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType("java"); //$NON-NLS-1$
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 50)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType("java"); //$NON-NLS-1$
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 50)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType("java"); //$NON-NLS-1$
Discouraged access: The method getTemplateContextRegistry() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 52)
fTemplateEngine= new TemplateEngine(contextType);
Discouraged access: The constructor TemplateEngine(TemplateContextType) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 52)
fTemplateEngine= new TemplateEngine(contextType);
Discouraged access: The type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 88)
fValidator= new JavaParameterListValidator();
Discouraged access: The constructor JavaParameterListValidator() is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 88)
fValidator= new JavaParameterListValidator();
Discouraged access: The type JavaParameterListValidator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 143)
fTemplateEngine.reset();
Discouraged access: The method reset() from the type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 144)
fTemplateEngine.complete(viewer, documentOffset, null);
Discouraged access: The method complete(ITextViewer, int, ICompilationUnit) from the type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 145)
IJavaCompletionProposal[] templateResults= fTemplateEngine.getResults();
Discouraged access: The method getResults() from the type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/monitors/ContendedMonitorContentProvider.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/ContendedMonitorContentProvider.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
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/ContendedMonitorContentProvider.java
 (at line 15)
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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/ContendedMonitorContentProvider.java
 (at line 27)
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
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/ContendedMonitorContentProvider.java
 (at line 27)
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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/ContendedMonitorContentProvider.java
 (at line 37)
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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/ContendedMonitorContentProvider.java
 (at line 37)
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

/ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaElementContentProvider.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaElementContentProvider.java
 (at line 13)
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 /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaElementContentProvider.java
 (at line 27)
public abstract class JavaElementContentProvider 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

/ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 18)
import org.eclipse.debug.internal.ui.viewers.model.provisional.IChildrenCountUpdate;
Discouraged access: The type IChildrenCountUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 19)
import org.eclipse.debug.internal.ui.viewers.model.provisional.IChildrenUpdate;
Discouraged access: The type IChildrenUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 20)
import org.eclipse.debug.internal.ui.viewers.model.provisional.IHasChildrenUpdate;
Discouraged access: The type IHasChildrenUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 21)
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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 22)
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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 38)
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
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 38)
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
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 61)
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 /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 61)
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 /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 66)
return getElements(getChildren(thread), 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
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 111)
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
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 111)
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
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 119)
protected ISchedulingRule getRule(IChildrenCountUpdate[] updates) {
Discouraged access: The type IChildrenCountUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 126)
protected ISchedulingRule getRule(IChildrenUpdate[] updates) {
Discouraged access: The type IChildrenUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 133)
protected ISchedulingRule getRule(IHasChildrenUpdate[] updates) {
Discouraged access: The type IHasChildrenUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 145)
private ISchedulingRule getThreadRule(IViewerUpdate[] updates) {
Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 147)
Object element = updates[0].getElement();
Discouraged access: The method getElement() from the type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 14)
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 /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 25)
private static IElementContentProvider fgCPThread;
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 /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 26)
private static IElementContentProvider fgCPFrame = new JavaStackFrameContentProvider();
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 /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 27)
private static IElementContentProvider fgCPOwnedMonitor;
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 28)
private static IElementContentProvider fgCPWaitingThread;
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 /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 29)
private static IElementContentProvider fgCPContendedMonitor;
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 30)
private static IElementContentProvider fgCPOwningThread;
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 /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 37)
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
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 64)
return new Class[] {IElementContentProvider.class};
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 67)
private IElementContentProvider getThreadPresentation() {
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 74)
private IElementContentProvider getOwnedMonitorContentProvider() {
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 81)
private IElementContentProvider getWaitingThreadContentProvider() {
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 88)
private IElementContentProvider getContendedMonitorContentProvider() {
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/MonitorsAdapterFactory.java
 (at line 95)
private IElementContentProvider getOwningThreadContentProvider() {
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/monitors/OwnedMonitorContentProvider.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwnedMonitorContentProvider.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
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwnedMonitorContentProvider.java
 (at line 15)
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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwnedMonitorContentProvider.java
 (at line 27)
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
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwnedMonitorContentProvider.java
 (at line 27)
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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwnedMonitorContentProvider.java
 (at line 34)
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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwnedMonitorContentProvider.java
 (at line 34)
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
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwnedMonitorContentProvider.java
 (at line 35)
return getElements(((JavaOwnedMonitor) parent).getWaitingThreads(), 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

/ui/org/eclipse/jdt/internal/debug/ui/monitors/OwningThreadContentProvider.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwningThreadContentProvider.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
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwningThreadContentProvider.java
 (at line 15)
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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwningThreadContentProvider.java
 (at line 27)
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
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwningThreadContentProvider.java
 (at line 27)
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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwningThreadContentProvider.java
 (at line 37)
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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwningThreadContentProvider.java
 (at line 37)
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

/ui/org/eclipse/jdt/internal/debug/ui/monitors/WaitingThreadContentProvider.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/WaitingThreadContentProvider.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
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/WaitingThreadContentProvider.java
 (at line 15)
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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/WaitingThreadContentProvider.java
 (at line 27)
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
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/WaitingThreadContentProvider.java
 (at line 27)
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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/WaitingThreadContentProvider.java
 (at line 34)
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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/WaitingThreadContentProvider.java
 (at line 34)
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
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/WaitingThreadContentProvider.java
 (at line 35)
return getElements(((JavaWaitingThread) parent).getOwnedMonitors(), 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

/ui/org/eclipse/jdt/internal/debug/ui/search/LaunchConfigurationQueryParticipant.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/search/LaunchConfigurationQueryParticipant.java
 (at line 28)
import org.eclipse.debug.internal.ui.DebugUIPlugin;
Discouraged access: The type DebugUIPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/search/LaunchConfigurationQueryParticipant.java
 (at line 215)
if(!config.exists() || !config.getType().isPublic() || !DebugUIPlugin.doLaunchConfigurationFiltering(config)) {
Discouraged access: The type DebugUIPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/search/LaunchConfigurationQueryParticipant.java
 (at line 215)
if(!config.exists() || !config.getType().isPublic() || !DebugUIPlugin.doLaunchConfigurationFiltering(config)) {
Discouraged access: The method doLaunchConfigurationFiltering(ILaunchConfiguration) from the type DebugUIPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 18)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 19)
import org.eclipse.jdt.internal.ui.text.java.JavaParameterListValidator;
Discouraged access: The type JavaParameterListValidator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 20)
import org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateEngine;
Discouraged access: The type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 21)
import org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateProposal;
Discouraged access: The type TemplateProposal is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 42)
private TemplateEngine fTemplateEngine;
Discouraged access: The type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 50)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType("java"); //$NON-NLS-1$
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 50)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType("java"); //$NON-NLS-1$
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 50)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType("java"); //$NON-NLS-1$
Discouraged access: The method getTemplateContextRegistry() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 52)
fTemplateEngine= new TemplateEngine(contextType);
Discouraged access: The constructor TemplateEngine(TemplateContextType) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 52)
fTemplateEngine= new TemplateEngine(contextType);
Discouraged access: The type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 77)
fValidator= new JavaParameterListValidator();
Discouraged access: The constructor JavaParameterListValidator() is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 77)
fValidator= new JavaParameterListValidator();
Discouraged access: The type JavaParameterListValidator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 114)
fTemplateEngine.reset();
Discouraged access: The method reset() from the type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 115)
fTemplateEngine.complete(viewer, position, null);
Discouraged access: The method complete(ITextViewer, int, ICompilationUnit) from the type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 117)
TemplateProposal[] templateResults= fTemplateEngine.getResults();
Discouraged access: The type TemplateProposal is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetCompletionProcessor.java
 (at line 117)
TemplateProposal[] templateResults= fTemplateEngine.getResults();
Discouraged access: The method getResults() from the type TemplateEngine is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SelectImportsDialog.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SelectImportsDialog.java
 (at line 29)
import org.eclipse.jdt.internal.ui.util.SWTUtil;
Discouraged access: The type SWTUtil is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SelectImportsDialog.java
 (at line 205)
SWTUtil.setButtonDimensionHint(button);
Discouraged access: The type SWTUtil is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SelectImportsDialog.java
 (at line 205)
SWTUtil.setButtonDimensionHint(button);
Discouraged access: The method setButtonDimensionHint(Button) from the type SWTUtil is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 15)
import org.eclipse.jdt.internal.ui.IJavaHelpContextIds;
Discouraged access: The type IJavaHelpContextIds is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 16)
import org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart;
Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 45)
PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds.SHOW_IN_PACKAGEVIEW_ACTION);
Discouraged access: The type IJavaHelpContextIds is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 45)
PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds.SHOW_IN_PACKAGEVIEW_ACTION);
Discouraged access: The field SHOW_IN_PACKAGEVIEW_ACTION from the type IJavaHelpContextIds is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 64)
PackageExplorerPart view= PackageExplorerPart.openInActivePerspective();
Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 64)
PackageExplorerPart view= PackageExplorerPart.openInActivePerspective();
Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 64)
PackageExplorerPart view= PackageExplorerPart.openInActivePerspective();
Discouraged access: The method openInActivePerspective() from the type PackageExplorerPart is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 70)
private boolean reveal(PackageExplorerPart view, Object element) {
Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 74)
view.selectReveal(new StructuredSelection(element));
Discouraged access: The method selectReveal(ISelection) from the type PackageExplorerPart is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 75)
IElementComparer comparer= view.getTreeViewer().getComparer();
Discouraged access: The method getTreeViewer() from the type PackageExplorerPart is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java
 (at line 83)
private Object getSelectedElement(PackageExplorerPart view) {
Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SnippetEditorActionContributor.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SnippetEditorActionContributor.java
 (at line 15)
import org.eclipse.jdt.internal.ui.javaeditor.BasicCompilationUnitEditorActionContributor;
Discouraged access: The type BasicCompilationUnitEditorActionContributor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SnippetEditorActionContributor.java
 (at line 25)
public class SnippetEditorActionContributor extends BasicCompilationUnitEditorActionContributor {
Discouraged access: The type BasicCompilationUnitEditorActionContributor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SnippetEditorActionContributor.java
 (at line 35)
super();
Discouraged access: The constructor BasicCompilationUnitEditorActionContributor() is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SnippetEditorActionContributor.java
 (at line 59)
super.contributeToMenu(menu);
Discouraged access: The method contributeToMenu(IMenuManager) from the type BasicCompilationUnitEditorActionContributor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SnippetEditorActionContributor.java
 (at line 74)
super.setActiveEditor(part);
Discouraged access: The method setActiveEditor(IEditorPart) from the type BasicCompilationUnitEditorActionContributor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java
 (at line 14)
import org.eclipse.debug.internal.ui.model.elements.DebugTargetContentProvider;
Discouraged access: The type DebugTargetContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java
 (at line 16)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java
 (at line 24)
public class JavaDebugTargetContentProvider extends DebugTargetContentProvider {
Discouraged access: The type DebugTargetContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java
 (at line 30)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java
 (at line 39)
return super.getChildCount(element, context, monitor);
Discouraged access: The method getChildCount(Object, IPresentationContext, IViewerUpdate) from the type DebugTargetContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java
 (at line 45)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java
 (at line 45)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java
 (at line 46)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java
 (at line 48)
return getElements(((IJavaDebugTarget)parent).getRootThreadGroups(), 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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java
 (at line 51)
return super.getChildren(parent, index, length, context, monitor);
Discouraged access: The method getChildren(Object, int, int, IPresentationContext, IViewerUpdate) from the type DebugTargetContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 19)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 20)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 21)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 22)
import org.eclipse.debug.internal.ui.viewers.update.StackFrameEventHandler;
Discouraged access: The type StackFrameEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 30)
public class JavaDebugTargetProxy 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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 43)
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
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 53)
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
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 55)
return new DebugEventHandler[] { new DebugTargetEventHandler(this), fThreadEventHandler,
Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 55)
return new DebugEventHandler[] { new DebugTargetEventHandler(this), fThreadEventHandler,
Discouraged access: The constructor DebugTargetEventHandler(AbstractModelProxy) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 55)
return new DebugEventHandler[] { new DebugTargetEventHandler(this), fThreadEventHandler,
Discouraged access: The type DebugTargetEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 56)
new StackFrameEventHandler(this, fThreadEventHandler)};
Discouraged access: The constructor StackFrameEventHandler(AbstractModelProxy, ThreadEventHandler) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 56)
new StackFrameEventHandler(this, fThreadEventHandler)};
Discouraged access: The type StackFrameEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 72)
if (!isDisposed()) {
Discouraged access: The method isDisposed() from the type AbstractModelProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 73)
JavaDebugTargetProxy.super.installed(finalViewer);
Discouraged access: The method installed(Viewer) from the type DebugTargetProxy is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaModelProxyFactory.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaModelProxyFactory.java
 (at line 14)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaModelProxyFactory.java
 (at line 15)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaModelProxyFactory.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
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaModelProxyFactory.java
 (at line 24)
public class JavaModelProxyFactory 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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaModelProxyFactory.java
 (at line 29)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaModelProxyFactory.java
 (at line 29)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaModelProxyFactory.java
 (at line 30)
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

/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java : 30 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 24)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 25)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 26)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 27)
import org.eclipse.debug.internal.ui.viewers.update.ThreadEventHandler;
Discouraged access: The type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 52)
public class JavaThreadEventHandler extends ThreadEventHandler implements IPropertyChangeListener, TreeListener {
Discouraged access: The type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 62)
public JavaThreadEventHandler(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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 63)
super(proxy);
Discouraged access: The constructor ThreadEventHandler(AbstractModelProxy) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 90)
super.dispose();
Discouraged access: The method dispose() from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 93)
protected ModelDelta addPathToThread(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
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 93)
protected ModelDelta addPathToThread(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
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 98)
delta = delta.addNode(launch, indexOf(launches, launch), IModelDelta.NO_CHANGE, launchChildren.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
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 98)
delta = delta.addNode(launch, indexOf(launches, launch), IModelDelta.NO_CHANGE, launchChildren.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
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 98)
delta = delta.addNode(launch, indexOf(launches, launch), IModelDelta.NO_CHANGE, launchChildren.length);
Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 98)
delta = delta.addNode(launch, indexOf(launches, launch), IModelDelta.NO_CHANGE, launchChildren.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
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 102)
delta = delta.addNode(debugTarget, indexOf(launchChildren, debugTarget), IModelDelta.NO_CHANGE, debugTarget.getRootThreadGroups().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
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 102)
delta = delta.addNode(debugTarget, indexOf(launchChildren, debugTarget), IModelDelta.NO_CHANGE, debugTarget.getRootThreadGroups().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
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 102)
delta = delta.addNode(debugTarget, indexOf(launchChildren, debugTarget), IModelDelta.NO_CHANGE, debugTarget.getRootThreadGroups().length);
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 102)
delta = delta.addNode(debugTarget, indexOf(launchChildren, debugTarget), IModelDelta.NO_CHANGE, debugTarget.getRootThreadGroups().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
19. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 115)
index = indexOf(parent.getThreadGroups(), group);
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
20. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 121)
index = indexOf(debugTarget.getRootThreadGroups(), group);
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
21. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 123)
delta = delta.addNode(group, index, IModelDelta.NO_CHANGE, group.getThreadGroups().length + group.getThreads().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
22. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 123)
delta = delta.addNode(group, index, IModelDelta.NO_CHANGE, group.getThreadGroups().length + group.getThreads().length);
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 123)
delta = delta.addNode(group, index, IModelDelta.NO_CHANGE, group.getThreadGroups().length + group.getThreads().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
24. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 130)
return super.addPathToThread(delta, thread);
Discouraged access: The method addPathToThread(ModelDelta, IThread) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
25. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 165)
return super.indexOf(frame);
Discouraged access: The method indexOf(IStackFrame) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
26. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 204)
return indexOf(javaThread.getThreadGroup().getThreads(), javaThread);
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
27. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 209)
return super.indexOf(thread);
Discouraged access: The method indexOf(IThread) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
28. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 216)
if (super.handlesEvent(event)) {
Discouraged access: The method handlesEvent(DebugEvent) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
29. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 251)
removeQueuedThread((IJavaThread)data);
Discouraged access: The method removeQueuedThread(IThread) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
30. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 266)
queueSuspendedThread((IJavaThread)data);
Discouraged access: The method queueSuspendedThread(IThread) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentProvider.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentProvider.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
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentProvider.java
 (at line 16)
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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentProvider.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
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentProvider.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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentProvider.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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentProvider.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
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentProvider.java
 (at line 46)
return getElements(getChildren((IJavaThreadGroup) 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

/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupLabelProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupLabelProvider.java
 (at line 14)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupLabelProvider.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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupLabelProvider.java
 (at line 26)
public class JavaThreadGroupLabelProvider 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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupLabelProvider.java
 (at line 33)
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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupLabelProvider.java
 (at line 41)
protected ImageDescriptor getImageDescriptor(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

/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/TargetAdapterFactory.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/TargetAdapterFactory.java
 (at line 14)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/TargetAdapterFactory.java
 (at line 15)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/TargetAdapterFactory.java
 (at line 25)
private static IModelProxyFactory fgJavaModelProxyFactory = new JavaModelProxyFactory();
Discouraged access: The type IModelProxyFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/TargetAdapterFactory.java
 (at line 26)
private static IElementContentProvider fgCPTarget = new JavaDebugTargetContentProvider();
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/TargetAdapterFactory.java
 (at line 32)
if (adapterType.equals(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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/TargetAdapterFactory.java
 (at line 37)
if (adapterType.equals(IElementContentProvider.class)) {
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/TargetAdapterFactory.java
 (at line 50)
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
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/TargetAdapterFactory.java
 (at line 51)
IElementContentProvider.class};
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/ThreadGroupAdapterFactory.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/ThreadGroupAdapterFactory.java
 (at line 14)
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/ThreadGroupAdapterFactory.java
 (at line 15)
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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/ThreadGroupAdapterFactory.java
 (at line 24)
private static IElementContentProvider fgCPThreadGroup = new JavaThreadGroupContentProvider();
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/ThreadGroupAdapterFactory.java
 (at line 25)
private static IElementLabelProvider fgLPThreadGroup = new JavaThreadGroupLabelProvider();
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/ThreadGroupAdapterFactory.java
 (at line 32)
if (adapterType.equals(IElementContentProvider.class)) {
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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/ThreadGroupAdapterFactory.java
 (at line 37)
if (adapterType.equals(IElementLabelProvider.class)) {
Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/ThreadGroupAdapterFactory.java
 (at line 50)
IElementContentProvider.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 /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/ThreadGroupAdapterFactory.java
 (at line 51)
IElementLabelProvider.class};
Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/ColumnPresentationAdapterFactory.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/ColumnPresentationAdapterFactory.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
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/ColumnPresentationAdapterFactory.java
 (at line 15)
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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/ColumnPresentationAdapterFactory.java
 (at line 26)
private static final IColumnPresentationFactory fgColumnPresentation = new JavaVariableColumnPresentationFactory();
Discouraged access: The type IColumnPresentationFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/ColumnPresentationAdapterFactory.java
 (at line 27)
private static final IElementEditor fgEEJavaVariable = new JavaVariableEditor();
Discouraged access: The type IElementEditor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/ColumnPresentationAdapterFactory.java
 (at line 34)
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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/ColumnPresentationAdapterFactory.java
 (at line 39)
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
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/ColumnPresentationAdapterFactory.java
 (at line 51)
IColumnPresentationFactory.class,
Discouraged access: The type IColumnPresentationFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/ColumnPresentationAdapterFactory.java
 (at line 52)
IElementEditor.class};
Discouraged access: The type IElementEditor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaContentProviderFilter.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaContentProviderFilter.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
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaContentProviderFilter.java
 (at line 43)
public static Object[] filterVariables(Object[] variables, IPresentationContext context) throws DebugException {
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaContentProviderFilter.java
 (at line 78)
private static boolean includeStatic(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
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaContentProviderFilter.java
 (at line 80)
String statics = context.getId() + "." + IJDIPreferencesConstants.PREF_SHOW_STATIC_VARIABLES; //$NON-NLS-1$
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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaContentProviderFilter.java
 (at line 92)
private static boolean includeConstants(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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaContentProviderFilter.java
 (at line 94)
String constants = context.getId() + "." + IJDIPreferencesConstants.PREF_SHOW_CONSTANTS; //$NON-NLS-1$
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

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 14)
import org.eclipse.debug.internal.ui.model.elements.ExpressionLabelProvider;
Discouraged access: The type ExpressionLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 15)
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 16)
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
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 17)
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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 31)
* @see ExpressionLabelProvider
Discouraged access: The type ExpressionLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 39)
private static final IElementLabelProvider fgLPVariable = new JavaVariableLabelProvider();
Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 40)
private static final IElementContentProvider fgCPVariable = new JavaVariableContentProvider();
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 41)
private static final IElementLabelProvider fgLPExpression = new ExpressionLabelProvider();
Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 41)
private static final IElementLabelProvider fgLPExpression = new ExpressionLabelProvider();
Discouraged access: The constructor ExpressionLabelProvider() is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 41)
private static final IElementLabelProvider fgLPExpression = new ExpressionLabelProvider();
Discouraged access: The type ExpressionLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 42)
private static final IElementContentProvider fgCPExpression = new JavaExpressionContentProvider();
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 44)
private static final IElementMementoProvider fgMPStackFrame = new JavaStackFrameMementoProvider();
Discouraged access: The type IElementMementoProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 45)
private static final IElementLabelProvider fgLPFrame = new JavaStackFrameLabelProvider();
Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 51)
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
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 62)
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
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 81)
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
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 93)
return new Class[]{IElementLabelProvider.class,IElementContentProvider.class,IWatchExpressionFactoryAdapter.class};
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 93)
return new Class[]{IElementLabelProvider.class,IElementContentProvider.class,IWatchExpressionFactoryAdapter.class};
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 16)
import org.eclipse.debug.internal.ui.model.elements.ExpressionContentProvider;
Discouraged access: The type ExpressionContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 18)
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 34)
public class JavaExpressionContentProvider extends ExpressionContentProvider{
Discouraged access: The type ExpressionContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 39)
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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 39)
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
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 47)
return getElements(moreVariables, 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
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 50)
return getElements(variables, 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
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 56)
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
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 56)
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
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 57)
int count = super.getChildCount(element, context, monitor);
Discouraged access: The method getChildCount(Object, IPresentationContext, IViewerUpdate) from the type VariableContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 70)
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
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 70)
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
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 74)
return super.hasChildren(element, context, monitor);
Discouraged access: The method hasChildren(Object, IPresentationContext, IViewerUpdate) from the type ExpressionContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 80)
protected Object[] getAllChildren(Object parent, 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
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 81)
Object[] children = super.getAllChildren(parent, context);
Discouraged access: The method getAllChildren(Object, IPresentationContext) from the type ExpressionContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 14)
import org.eclipse.debug.internal.ui.model.elements.StackFrameContentProvider;
Discouraged access: The type StackFrameContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 16)
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 22)
public class JavaStackFrameContentProvider extends StackFrameContentProvider {
Discouraged access: The type StackFrameContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 30)
protected Object[] getAllChildren(Object parent, 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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 30)
protected Object[] getAllChildren(Object parent, 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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 32)
Object[] children = super.getAllChildren(parent, context, monitor);
Discouraged access: The method getAllChildren(Object, IPresentationContext, IViewerUpdate) from the type StackFrameContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 37)
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

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 15)
import org.eclipse.debug.internal.ui.model.elements.DebugElementLabelProvider;
Discouraged access: The type DebugElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 16)
import org.eclipse.debug.internal.ui.viewers.model.provisional.ILabelUpdate;
Discouraged access: The type ILabelUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 26)
public class JavaStackFrameLabelProvider extends DebugElementLabelProvider {
Discouraged access: The type DebugElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 31)
protected void retrieveLabel(ILabelUpdate update) throws CoreException {
Discouraged access: The type ILabelUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 32)
Object element = update.getElement();
Discouraged access: The method getElement() from the type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 40)
super.retrieveLabel(update);
Discouraged access: The method retrieveLabel(ILabelUpdate) from the type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 46)
protected ISchedulingRule getRule(ILabelUpdate update) {
Discouraged access: The type ILabelUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 47)
Object element = update.getElement();
Discouraged access: The method getElement() from the type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameMementoProvider.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameMementoProvider.java
 (at line 14)
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameMementoProvider.java
 (at line 15)
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
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameMementoProvider.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
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameMementoProvider.java
 (at line 25)
public class JavaStackFrameMementoProvider extends DebugElementMementoProvider implements IElementMementoProvider {
Discouraged access: The type DebugElementMementoProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameMementoProvider.java
 (at line 25)
public class JavaStackFrameMementoProvider extends DebugElementMementoProvider implements 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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameMementoProvider.java
 (at line 30)
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

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 14)
import org.eclipse.debug.internal.ui.elements.adapters.DefaultVariableCellModifier;
Discouraged access: The type DefaultVariableCellModifier is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 15)
import org.eclipse.debug.internal.ui.elements.adapters.VariableColumnPresentation;
Discouraged access: The type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 23)
public class JavaVariableCellModifier extends DefaultVariableCellModifier {
Discouraged access: The type DefaultVariableCellModifier is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 32)
if (VariableColumnPresentation.COLUMN_VARIABLE_VALUE.equals(property)) {
Discouraged access: The type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 32)
if (VariableColumnPresentation.COLUMN_VARIABLE_VALUE.equals(property)) {
Discouraged access: The field COLUMN_VARIABLE_VALUE from the type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 60)
if (VariableColumnPresentation.COLUMN_VARIABLE_VALUE.equals(property)) {
Discouraged access: The type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 60)
if (VariableColumnPresentation.COLUMN_VARIABLE_VALUE.equals(property)) {
Discouraged access: The field COLUMN_VARIABLE_VALUE from the type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 75)
return super.getValue(element, property);
Discouraged access: The method getValue(Object, String) from the type DefaultVariableCellModifier is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 81)
if (VariableColumnPresentation.COLUMN_VARIABLE_VALUE.equals(property)) {
Discouraged access: The type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 81)
if (VariableColumnPresentation.COLUMN_VARIABLE_VALUE.equals(property)) {
Discouraged access: The field COLUMN_VARIABLE_VALUE from the type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 88)
super.modify(element, property, Boolean.toString(true));
Discouraged access: The method modify(Object, String, Object) from the type DefaultVariableCellModifier is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 91)
super.modify(element, property, Boolean.toString(false));
Discouraged access: The method modify(Object, String, Object) from the type DefaultVariableCellModifier is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableCellModifier.java
 (at line 104)
super.modify(element, property, value);
Discouraged access: The method modify(Object, String, Object) from the type DefaultVariableCellModifier is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentation.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentation.java
 (at line 13)
import org.eclipse.debug.internal.ui.elements.adapters.VariableColumnPresentation;
Discouraged access: The type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentation.java
 (at line 20)
public class JavaVariableColumnPresentation extends VariableColumnPresentation {
Discouraged access: The type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentation.java
 (at line 40)
String[] basic = super.getAvailableColumns();
Discouraged access: The method getAvailableColumns() from the type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentation.java
 (at line 55)
return super.getHeader(id);
Discouraged access: The method getHeader(String) from the type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentationFactory.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentationFactory.java
 (at line 14)
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentationFactory.java
 (at line 15)
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentationFactory.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
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentationFactory.java
 (at line 24)
public class JavaVariableColumnPresentationFactory 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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentationFactory.java
 (at line 29)
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentationFactory.java
 (at line 29)
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentationFactory.java
 (at line 39)
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
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentationFactory.java
 (at line 46)
private boolean isApplicable(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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentationFactory.java
 (at line 48)
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

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 18)
import org.eclipse.debug.internal.ui.model.elements.VariableContentProvider;
Discouraged access: The type VariableContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 20)
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 34)
* @see VariableContentProvider
Discouraged access: The type VariableContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 39)
public class JavaVariableContentProvider extends VariableContentProvider {
Discouraged access: The type VariableContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.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
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.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
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 52)
return getElements(moreVariables, 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
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 54)
return getElements(variables, 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
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.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
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 67)
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
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 67)
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
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 69)
int count = super.getChildCount(element, context, monitor);
Discouraged access: The method getChildCount(Object, IPresentationContext, IViewerUpdate) from the type VariableContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 86)
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
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 86)
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
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 91)
return super.hasChildren(element, context, monitor);
Discouraged access: The method hasChildren(Object, IPresentationContext, IViewerUpdate) from the type VariableContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 137)
protected Object[] getAllChildren(Object parent, 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
18. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 138)
Object[] children = super.getAllChildren(parent, context);
Discouraged access: The method getAllChildren(Object, IPresentationContext) from the type VariableContentProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableEditor.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableEditor.java
 (at line 13)
import org.eclipse.debug.internal.ui.model.elements.VariableEditor;
Discouraged access: The type VariableEditor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableEditor.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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableEditor.java
 (at line 28)
public class JavaVariableEditor extends VariableEditor {
Discouraged access: The type VariableEditor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableEditor.java
 (at line 33)
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
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableEditor.java
 (at line 40)
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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableEditor.java
 (at line 47)
return super.getCellEditor(context, columnId, element, parent);
Discouraged access: The method getCellEditor(IPresentationContext, String, Object, Composite) from the type VariableEditor is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 22)
import org.eclipse.debug.internal.ui.model.elements.VariableLabelProvider;
Discouraged access: The type VariableLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 23)
import org.eclipse.debug.internal.ui.viewers.model.provisional.ILabelUpdate;
Discouraged access: The type ILabelUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 24)
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 39)
public class JavaVariableLabelProvider extends VariableLabelProvider implements IPropertyChangeListener {
Discouraged access: The type VariableLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 55)
protected String getValueText(IVariable variable, IValue value, 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
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 59)
return super.getValueText(variable, value, context);
Discouraged access: The method getValueText(IVariable, IValue, IPresentationContext) from the type VariableLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 65)
protected String getValueTypeName(IVariable variable, IValue value, 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
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 79)
protected String getVariableTypeName(IVariable variable, 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
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 95)
private Boolean isShowQualfiiedNames(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
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 96)
Boolean qualified = (Boolean) fQualifiedNameSettings.get(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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 98)
qualified = Boolean.valueOf(JDIDebugUIPlugin.getDefault().getPluginPreferences().getBoolean(context.getId() + '.' + IJDIPreferencesConstants.PREF_SHOW_QUALIFIED_NAMES));
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 /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 99)
fQualifiedNameSettings.put(context.getId(), qualified);
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
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 107)
protected String getColumnText(IVariable variable, IValue value, IPresentationContext context, 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
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 119)
return super.getColumnText(variable, value, context, columnId);
Discouraged access: The method getColumnText(IVariable, IValue, IPresentationContext, String) from the type VariableLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 125)
protected void retrieveLabel(ILabelUpdate update) throws CoreException {
Discouraged access: The type ILabelUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 126)
Boolean showQ = isShowQualfiiedNames(update.getPresentationContext());
Discouraged access: The method getPresentationContext() from the type IViewerUpdate is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 129)
super.retrieveLabel(update);
Discouraged access: The method retrieveLabel(ILabelUpdate) from the type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
18. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 144)
protected String getLabel(TreePath elementPath, IPresentationContext context, 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
19. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 147)
IDebugModelPresentation presentation = getModelPresentation(context, JDIDebugModel.getPluginIdentifier());
Discouraged access: The method getModelPresentation(IPresentationContext, String) from the type DebugElementLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot
20. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 152)
return super.getLabel(elementPath, context, columnId);
Discouraged access: The method getLabel(TreePath, IPresentationContext, String) from the type VariableLabelProvider is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.debug.ui/@dot