Compiler log for org.eclipse.jdt.debug.ui_3.6.1.v20110803_r371 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 215

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

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 16)
import org.eclipse.debug.internal.ui.model.elements.ElementContentProvider;
Discouraged access: The type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 23)
import org.eclipse.debug.internal.ui.views.variables.details.DefaultDetailPane;
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 24)
import org.eclipse.debug.internal.ui.views.variables.details.DetailPaneProxy;
Discouraged access: The type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 25)
import org.eclipse.debug.internal.ui.views.variables.details.IDetailPaneContainer;
Discouraged access: The type IDetailPaneContainer is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 93)
private DetailPaneProxy fDetailPane;
Discouraged access: The type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 99)
private class TreeRoot extends ElementContentProvider {
Discouraged access: The type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 125)
private class DetailPaneContainer implements IDetailPaneContainer{
Discouraged access: The type IDetailPaneContainer is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 131)
return fDetailPane.getCurrentPaneID();
Discouraged access: The method getCurrentPaneID() from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 145)
fDetailPane.display(getCurrentSelection());
Discouraged access: The method display(IStructuredSelection) from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 166)
if (newPaneID.equals(DefaultDetailPane.ID)){
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 166)
if (newPaneID.equals(DefaultDetailPane.ID)){
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 167)
fDetailPane.getCurrentControl().setBackground(getShell().getDisplay().getSystemColor(SWT.COLOR_INFO_BACKGROUND));
Discouraged access: The method getCurrentControl() from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 311)
fDetailPane = new DetailPaneProxy(new DetailPaneContainer());
Discouraged access: The constructor DetailPaneProxy(IDetailPaneContainer) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 311)
fDetailPane = new DetailPaneProxy(new DetailPaneContainer());
Discouraged access: The type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 312)
fDetailPane.display(null); // Bring up the default pane so the user doesn't see an empty composite
Discouraged access: The method display(IStructuredSelection) from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 317)
fDetailPane.display((IStructuredSelection)fViewer.getSelection());
Discouraged access: The method display(IStructuredSelection) from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/ExpressionInformationControlCreator.java
 (at line 336)
fDetailPane.display(selection);
Discouraged access: The method display(IStructuredSelection) from the type DetailPaneProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.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 79)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 80)
import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 81)
import org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry;
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 122)
private static ImageDescriptorRegistry fgJavaElementImageRegistry;
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 895)
return getJavaElementImageRegistry().get(descriptor);
Discouraged access: The method get(ImageDescriptor) from the type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1126)
return EditorUtility.getEditorInput(item);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1126)
return EditorUtility.getEditorInput(item);
Discouraged access: The method getEditorInput(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1961)
protected static ImageDescriptorRegistry getJavaElementImageRegistry() {
Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1963)
fgJavaElementImageRegistry = JavaPlugin.getImageDescriptorRegistry();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
 (at line 1963)
fgJavaElementImageRegistry = JavaPlugin.getImageDescriptorRegistry();
Discouraged access: The method getImageDescriptorRegistry() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M201109091335/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.core.variables.ResourceResolver;
Discouraged access: The type ResourceResolver is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.core/@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/M201109091335/src/plugins/org.eclipse.debug.core/@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/M201109091335/src/plugins/org.eclipse.debug.core/@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/M201109091335/src/plugins/org.eclipse.debug.core/@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 42)
import org.eclipse.jdt.internal.ui.util.OpenTypeHierarchyUtil;
Discouraged access: The type OpenTypeHierarchyUtil is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java
 (at line 115)
OpenTypeHierarchyUtil.open((IJavaElement)sourceElement, getWorkbenchWindow());
Discouraged access: The type OpenTypeHierarchyUtil is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java
 (at line 115)
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/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 20)
import org.eclipse.jdt.internal.corext.template.java.JavaContextType;
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.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/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 22)
import org.eclipse.jdt.internal.ui.text.java.JavaParameterListValidator;
Discouraged access: The type JavaParameterListValidator is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 23)
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/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 44)
private TemplateEngine fJavaEngine;
Discouraged access: The type TemplateEngine is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 45)
private TemplateEngine fStatementEngine;
Discouraged access: The type TemplateEngine is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 54)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(JavaContextType.ID_ALL);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 54)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(JavaContextType.ID_ALL);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 54)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(JavaContextType.ID_ALL);
Discouraged access: The method getTemplateContextRegistry() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 54)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(JavaContextType.ID_ALL);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 54)
TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(JavaContextType.ID_ALL);
Discouraged access: The field ID_ALL from the type JavaContextType is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 56)
fJavaEngine= new TemplateEngine(contextType);
Discouraged access: The constructor TemplateEngine(TemplateContextType) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 56)
fJavaEngine= new TemplateEngine(contextType);
Discouraged access: The type TemplateEngine is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 58)
contextType = JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(JavaContextType.ID_STATEMENTS);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 58)
contextType = JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(JavaContextType.ID_STATEMENTS);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 58)
contextType = JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(JavaContextType.ID_STATEMENTS);
Discouraged access: The method getTemplateContextRegistry() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 58)
contextType = JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(JavaContextType.ID_STATEMENTS);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
18. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 58)
contextType = JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(JavaContextType.ID_STATEMENTS);
Discouraged access: The field ID_STATEMENTS from the type JavaContextType is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
19. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 60)
fStatementEngine= new TemplateEngine(contextType);
Discouraged access: The constructor TemplateEngine(TemplateContextType) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
20. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 60)
fStatementEngine= new TemplateEngine(contextType);
Discouraged access: The type TemplateEngine is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
21. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 97)
fValidator= new JavaParameterListValidator();
Discouraged access: The constructor JavaParameterListValidator() is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
22. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 97)
fValidator= new JavaParameterListValidator();
Discouraged access: The type JavaParameterListValidator is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
23. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 153)
fJavaEngine.reset();
Discouraged access: The method reset() from the type TemplateEngine is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
24. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 154)
fJavaEngine.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/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
25. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 155)
total.addAll(Arrays.asList(fJavaEngine.getResults()));
Discouraged access: The method getResults() from the type TemplateEngine is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
26. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 159)
fStatementEngine.reset();
Discouraged access: The method reset() from the type TemplateEngine is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
27. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 160)
fStatementEngine.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/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot
28. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/contentassist/JavaDebugContentAssistProcessor.java
 (at line 161)
total.addAll(Arrays.asList(fStatementEngine.getResults()));
Discouraged access: The method getResults() from the type TemplateEngine is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/launcher/ExecutionEnvironmentSelector.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/launcher/ExecutionEnvironmentSelector.java
 (at line 14)
import org.eclipse.debug.internal.ui.stringsubstitution.IArgumentSelector;
Discouraged access: The type IArgumentSelector is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/launcher/ExecutionEnvironmentSelector.java
 (at line 25)
public class ExecutionEnvironmentSelector implements IArgumentSelector {
Discouraged access: The type IArgumentSelector is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/launcher/ProjectClasspathArgumentSelector.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/launcher/ProjectClasspathArgumentSelector.java
 (at line 19)
import org.eclipse.debug.internal.ui.stringsubstitution.IArgumentSelector;
Discouraged access: The type IArgumentSelector is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/launcher/ProjectClasspathArgumentSelector.java
 (at line 30)
public class ProjectClasspathArgumentSelector implements IArgumentSelector {
Discouraged access: The type IArgumentSelector is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/monitors/ContendedMonitorContentProvider.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/ContendedMonitorContentProvider.java
 (at line 40)
return EMPTY;
Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/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/M201109091335/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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 64)
return EMPTY;
Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 75)
return EMPTY;
Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaThreadContentProvider.java
 (at line 112)
return EMPTY;
Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/monitors/OwnedMonitorContentProvider.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/monitors/OwningThreadContentProvider.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/monitors/OwningThreadContentProvider.java
 (at line 40)
return EMPTY;
Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/monitors/WaitingThreadContentProvider.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. 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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/src/plugins/org.eclipse.jdt.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetContentProvider.java : 5 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
5. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 24)
import org.eclipse.debug.internal.ui.viewers.update.DebugEventHandler;
Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 25)
import org.eclipse.debug.internal.ui.viewers.update.DebugTargetEventHandler;
Discouraged access: The type DebugTargetEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 26)
import org.eclipse.debug.internal.ui.viewers.update.DebugTargetProxy;
Discouraged access: The type DebugTargetProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 27)
import org.eclipse.debug.internal.ui.viewers.update.StackFrameEventHandler;
Discouraged access: The type StackFrameEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 37)
public class JavaDebugTargetProxy extends DebugTargetProxy {
Discouraged access: The type DebugTargetProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 52)
super(target);
Discouraged access: The constructor DebugTargetProxy(IDebugTarget) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 63)
protected DebugEventHandler[] createEventHandlers() {
Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 65)
return new DebugEventHandler[] { new DebugTargetEventHandler(this), fThreadEventHandler,
Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 65)
return new DebugEventHandler[] { new DebugTargetEventHandler(this), fThreadEventHandler,
Discouraged access: The constructor DebugTargetEventHandler(AbstractModelProxy) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 65)
return new DebugEventHandler[] { new DebugTargetEventHandler(this), fThreadEventHandler,
Discouraged access: The type DebugTargetEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 66)
new StackFrameEventHandler(this, fThreadEventHandler)};
Discouraged access: The constructor StackFrameEventHandler(AbstractModelProxy, ThreadEventHandler) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 66)
new StackFrameEventHandler(this, fThreadEventHandler)};
Discouraged access: The type StackFrameEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 82)
if (!isDisposed()) {
Discouraged access: The method isDisposed() from the type AbstractModelProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 98)
ModelDelta delta = getNextSuspendedThreadDelta(null, false);
Discouraged access: The method getNextSuspendedThreadDelta(IThread, boolean) from the type DebugTargetProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 103)
int launchIndex = indexOf(manager.getLaunches(), target.getLaunch());
Discouraged access: The method indexOf(Object[], Object) from the type EventHandlerModelProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 104)
int targetIndex = indexOf(target.getLaunch().getChildren(), target);
Discouraged access: The method indexOf(Object[], Object) from the type EventHandlerModelProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugTargetProxy.java
 (at line 114)
fireModelChanged(delta);
Discouraged access: The method fireModelChanged(IModelDelta) from the type AbstractModelProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

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

DISCOURAGED ACCESS WARNINGS
1. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 53)
public class JavaThreadEventHandler extends ThreadEventHandler implements IPropertyChangeListener, TreeListener {
Discouraged access: The type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 63)
public JavaThreadEventHandler(AbstractModelProxy proxy) {
Discouraged access: The type AbstractModelProxy is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 64)
super(proxy);
Discouraged access: The constructor ThreadEventHandler(AbstractModelProxy) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 91)
super.dispose();
Discouraged access: The method dispose() from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 99)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 103)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 116)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 122)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 131)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
12. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 166)
return super.indexOf(frame);
Discouraged access: The method indexOf(IStackFrame) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
13. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 205)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
14. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 210)
return super.indexOf(thread);
Discouraged access: The method indexOf(IThread) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
15. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 217)
if (super.handlesEvent(event)) {
Discouraged access: The method handlesEvent(DebugEvent) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
16. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 252)
removeQueuedThread((IJavaThread)data);
Discouraged access: The method removeQueuedThread(IThread) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
17. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 267)
queueSuspendedThread((IJavaThread)data);
Discouraged access: The method queueSuspendedThread(IThread) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
18. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 279)
super.handleOther(event);
Discouraged access: The method handleOther(DebugEvent) from the type DebugEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
19. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 317)
super.handleCreate(event);
Discouraged access: The method handleCreate(DebugEvent) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
20. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadEventHandler.java
 (at line 328)
super.handleTerminate(event);
Discouraged access: The method handleTerminate(DebugEvent) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

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

DISCOURAGED ACCESS WARNINGS
1. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentProvider.java
 (at line 48)
return EMPTY;
Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentProvider.java
 (at line 67)
return EMPTY;
Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupLabelProvider.java : 2 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java : 4 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 31)
* @see ExpressionLabelProvider
Discouraged access: The type ExpressionLabelProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 41)
private static final IElementLabelProvider fgLPExpression = new ExpressionLabelProvider();
Discouraged access: The constructor ExpressionLabelProvider() is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaDebugElementAdapterFactory.java
 (at line 41)
private static final IElementLabelProvider fgLPExpression = new ExpressionLabelProvider();
Discouraged access: The type ExpressionLabelProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java : 7 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
5. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
6. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaExpressionContentProvider.java
 (at line 81)
Object[] children = super.getAllChildren(parent, context);
Discouraged access: The method getAllChildren(Object, IPresentationContext) from the type ExpressionContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java : 4 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 32)
Object[] children = super.getAllChildren(parent, context, monitor);
Discouraged access: The method getAllChildren(Object, IPresentationContext, IViewerUpdate) from the type StackFrameContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameContentProvider.java
 (at line 37)
return EMPTY;
Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 15)
import org.eclipse.debug.internal.ui.model.elements.DebugElementLabelProvider;
Discouraged access: The type DebugElementLabelProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 26)
public class JavaStackFrameLabelProvider extends DebugElementLabelProvider {
Discouraged access: The type DebugElementLabelProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameLabelProvider.java
 (at line 40)
super.retrieveLabel(update);
Discouraged access: The method retrieveLabel(ILabelUpdate) from the type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameMementoProvider.java
 (at line 14)
import org.eclipse.debug.internal.ui.model.elements.DebugElementMementoProvider;
Discouraged access: The type DebugElementMementoProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaStackFrameMementoProvider.java
 (at line 25)
public class JavaStackFrameMementoProvider extends DebugElementMementoProvider implements IElementMementoProvider {
Discouraged access: The type DebugElementMementoProvider is not accessible due to restriction on classpath entry /builds/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentation.java
 (at line 45)
String[] basic = super.getAvailableColumns();
Discouraged access: The method getAvailableColumns() from the type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableColumnPresentation.java
 (at line 64)
return super.getHeader(id);
Discouraged access: The method getHeader(String) from the type VariableColumnPresentation is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java : 9 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 51)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 53)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 57)
return EMPTY;
Discouraged access: The field EMPTY from the type ElementContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 68)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 90)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableContentProvider.java
 (at line 137)
Object[] children = super.getAllChildren(parent, context);
Discouraged access: The method getAllChildren(Object, IPresentationContext) from the type VariableContentProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableEditor.java : 3 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. 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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 25)
import org.eclipse.debug.internal.ui.model.elements.VariableLabelProvider;
Discouraged access: The type VariableLabelProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 49)
public class JavaVariableLabelProvider extends VariableLabelProvider implements IPropertyChangeListener {
Discouraged access: The type VariableLabelProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 80)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 160)
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/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 170)
super.retrieveLabel(update);
Discouraged access: The method retrieveLabel(ILabelUpdate) from the type ElementLabelProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 205)
IDebugModelPresentation presentation = getModelPresentation(context, JDIDebugModel.getPluginIdentifier());
Discouraged access: The method getModelPresentation(IPresentationContext, String) from the type DebugElementLabelProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelProvider.java
 (at line 210)
return super.getLabel(elementPath, context, columnId);
Discouraged access: The method getLabel(TreePath, IPresentationContext, String) from the type VariableLabelProvider is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.debug.ui/@dot