Compiler log for org.eclipse.jdt.debug.ui_3.2.102.v20071002_r332 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 356

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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 76)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 77)
import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 78)
import org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry;
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 119)
private static ImageDescriptorRegistry fgJavaElementImageRegistry;
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 872)
return getJavaElementImageRegistry().get(descriptor);
Discouraged access: The method get(ImageDescriptor) from the type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1103)
return EditorUtility.getEditorInput(item);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1103)
return EditorUtility.getEditorInput(item);
Discouraged access: The method getEditorInput(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1920)
protected static ImageDescriptorRegistry getJavaElementImageRegistry() {
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1922)
fgJavaElementImageRegistry = JavaPlugin.getImageDescriptorRegistry();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1922)
fgJavaElementImageRegistry = JavaPlugin.getImageDescriptorRegistry();
Discouraged access: The method getImageDescriptorRegistry() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/actions/JavaVariableValueEditor.java : 5 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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/JavaVariableValueEditor.java
 (at line 34)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/JavaVariableValueEditor.java
 (at line 34)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/JavaVariableValueEditor.java
 (at line 59)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/JavaVariableValueEditor.java
 (at line 59)
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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.jdt.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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 21)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 22)
import org.eclipse.jdt.internal.ui.JavaPluginImages;
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 23)
import org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry;
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 37)
private ImageDescriptorRegistry fRegistry= JavaPlugin.getImageDescriptorRegistry();
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 37)
private ImageDescriptorRegistry fRegistry= JavaPlugin.getImageDescriptorRegistry();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 37)
private ImageDescriptorRegistry fRegistry= JavaPlugin.getImageDescriptorRegistry();
Discouraged access: The method getImageDescriptorRegistry() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 58)
return fRegistry.get(JavaPluginImages.DESC_OBJS_SOURCE_ATTACH_ATTRIB); // todo: change image
Discouraged access: The method get(ImageDescriptor) from the type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 58)
return fRegistry.get(JavaPluginImages.DESC_OBJS_SOURCE_ATTACH_ATTRIB); // todo: change image
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 58)
return fRegistry.get(JavaPluginImages.DESC_OBJS_SOURCE_ATTACH_ATTRIB); // todo: change image
Discouraged access: The field DESC_OBJS_SOURCE_ATTACH_ATTRIB from the type JavaPluginImages is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 60)
return fRegistry.get(JavaPluginImages.DESC_OBJS_JAVADOC_LOCATION_ATTRIB); // todo: change image
Discouraged access: The method get(ImageDescriptor) from the type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 60)
return fRegistry.get(JavaPluginImages.DESC_OBJS_JAVADOC_LOCATION_ATTRIB); // todo: change image
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryLabelProvider.java
 (at line 60)
return fRegistry.get(JavaPluginImages.DESC_OBJS_JAVADOC_LOCATION_ATTRIB); // todo: change image
Discouraged access: The field DESC_OBJS_JAVADOC_LOCATION_ATTRIB from the type JavaPluginImages is not accessible due to restriction on classpath entry /builds/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 14)
import org.eclipse.debug.internal.ui.viewers.update.DebugEventHandler;
Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 15)
import org.eclipse.debug.internal.ui.viewers.update.DebugTargetEventHandler;
Discouraged access: The type DebugTargetEventHandler is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 16)
import org.eclipse.debug.internal.ui.viewers.update.DebugTargetProxy;
Discouraged access: The type DebugTargetProxy is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 17)
import org.eclipse.debug.internal.ui.viewers.update.StackFrameEventHandler;
Discouraged access: The type StackFrameEventHandler is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 24)
public class JavaDebugTargetProxy extends DebugTargetProxy {
Discouraged access: The type DebugTargetProxy is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 31)
super(target);
Discouraged access: The constructor DebugTargetProxy(IDebugTarget) is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 37)
protected DebugEventHandler[] createEventHandlers() {
Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 39)
return new DebugEventHandler[] { new DebugTargetEventHandler(this), fThreadEventHandler,
Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 39)
return new DebugEventHandler[] { new DebugTargetEventHandler(this), fThreadEventHandler,
Discouraged access: The constructor DebugTargetEventHandler(AbstractModelProxy) is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 39)
return new DebugEventHandler[] { new DebugTargetEventHandler(this), fThreadEventHandler,
Discouraged access: The type DebugTargetEventHandler is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 40)
new StackFrameEventHandler(this, fThreadEventHandler)};
Discouraged access: The constructor StackFrameEventHandler(AbstractModelProxy, ThreadEventHandler) is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 40)
new StackFrameEventHandler(this, fThreadEventHandler)};
Discouraged access: The type StackFrameEventHandler is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 47)
super.installed(viewer);
Discouraged access: The method installed(Viewer) from the type DebugTargetProxy is not accessible due to restriction on classpath entry /builds/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java : 14 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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 28)
* @see ExpressionLabelProvider
Discouraged access: The type ExpressionLabelProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 35)
private static final IElementLabelProvider fgLPVariable = new JavaVariableLabelProvider();
Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 36)
private static final IElementContentProvider fgCPVariable = new JavaVariableContentProvider();
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 37)
private static final IElementLabelProvider fgLPExpression = new ExpressionLabelProvider();
Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 37)
private static final IElementLabelProvider fgLPExpression = new ExpressionLabelProvider();
Discouraged access: The constructor ExpressionLabelProvider() is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 37)
private static final IElementLabelProvider fgLPExpression = new ExpressionLabelProvider();
Discouraged access: The type ExpressionLabelProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 38)
private static final IElementContentProvider fgCPExpression = new JavaExpressionContentProvider();
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 45)
if (IElementLabelProvider.class.equals(adapterType)) {
Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 53)
if (IElementContentProvider.class.equals(adapterType)) {
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 76)
return new Class[]{IElementLabelProvider.class,IElementContentProvider.class,IWatchExpressionFactoryAdapter.class};
Discouraged access: The type IElementLabelProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 76)
return new Class[]{IElementLabelProvider.class,IElementContentProvider.class,IWatchExpressionFactoryAdapter.class};
Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java : 15 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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 40)
Object[] variables = getAllChildren(parent, context);
Discouraged access: The method getAllChildren(Object, IPresentationContext) from the type ExpressionContentProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
8. 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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
9. 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/M200802211800/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 IPresentationContext is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
11. 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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
12. 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/M200802211800/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 IPresentationContext is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
14. 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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
15. 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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 32)
return 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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 36)
return EMPTY;
Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java : 16 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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 33)
* @see VariableContentProvider
Discouraged access: The type VariableContentProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 38)
public class JavaVariableContentProvider extends VariableContentProvider {
Discouraged access: The type VariableContentProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 43)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 43)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 44)
Object[] variables = getAllChildren(parent, context);
Discouraged access: The method getAllChildren(Object, IPresentationContext) from the type VariableContentProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 50)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 52)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 58)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 58)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 59)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 69)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 69)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 73)
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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java : 19 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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 36)
public class JavaVariableLabelProvider extends VariableLabelProvider implements IPropertyChangeListener {
Discouraged access: The type VariableLabelProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 52)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 54)
return escapeSpecialChars(fLabelProvider.getFormattedValueText((IJavaValue) value));
Discouraged access: The method escapeSpecialChars(String) from the type VariableLabelProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 56)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 62)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 76)
protected String getVariableTypeName(IVariable variable, IPresentationContext context) throws CoreException {
Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 92)
private Boolean isShowQualfiiedNames(IPresentationContext context) {
Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 93)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 95)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 96)
fQualifiedNameSettings.put(context.getId(), qualified);
Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 104)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 116)
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/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 122)
protected void retrieveLabel(ILabelUpdate update) throws CoreException {
Discouraged access: The type ILabelUpdate is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 123)
Boolean showQ = isShowQualfiiedNames(update.getPresentationContext());
Discouraged access: The method getPresentationContext() from the type IViewerUpdate is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
18. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 126)
super.retrieveLabel(update);
Discouraged access: The method retrieveLabel(ILabelUpdate) from the type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot
19. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 141)
protected boolean requiresUIJob(ILabelUpdate[] updates) {
Discouraged access: The type ILabelUpdate is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.debug.ui/@dot