errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (at line 80) import org.eclipse.jdt.internal.ui.JavaPlugin; Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (at line 81) import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility; Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (at line 82) import org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry; Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (at line 123) private static ImageDescriptorRegistry fgJavaElementImageRegistry; Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (at line 920) return getJavaElementImageRegistry().get(descriptor); Discouraged access: The method get(ImageDescriptor) from the type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (at line 1151) return EditorUtility.getEditorInput(item); Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (at line 1151) return EditorUtility.getEditorInput(item); Discouraged access: The method getEditorInput(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (at line 1986) protected static ImageDescriptorRegistry getJavaElementImageRegistry() { Discouraged access: The type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (at line 1988) fgJavaElementImageRegistry = JavaPlugin.getImageDescriptorRegistry(); Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (at line 1988) fgJavaElementImageRegistry = JavaPlugin.getImageDescriptorRegistry(); Discouraged access: The method getImageDescriptorRegistry() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.debug.core/@dot |
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/TypeNameResolver.java (at line 33) IResource resource = getSelectedResource(variable); Discouraged access: The method getSelectedResource(IDynamicVariable) from the type ResourceResolver is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.debug.core/@dot |
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/TypeNameResolver.java (at line 41) 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 /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.debug.core/@dot |
1. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java (at line 35) import org.eclipse.jdt.internal.ui.util.OpenTypeHierarchyUtil; Discouraged access: The type OpenTypeHierarchyUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
2. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java (at line 109) OpenTypeHierarchyUtil.open((IJavaElement)sourceElement, getWorkbenchWindow()); Discouraged access: The type OpenTypeHierarchyUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
3. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java (at line 109) 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 /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java (at line 65) PackageExplorerPart view= PackageExplorerPart.openInActivePerspective(); Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
6. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java (at line 65) PackageExplorerPart view= PackageExplorerPart.openInActivePerspective(); Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
7. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java (at line 65) PackageExplorerPart view= PackageExplorerPart.openInActivePerspective(); Discouraged access: The method openInActivePerspective() from the type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
8. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java (at line 71) private boolean reveal(PackageExplorerPart view, Object element) { Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
9. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java (at line 75) view.selectReveal(new StructuredSelection(element)); Discouraged access: The method selectReveal(ISelection) from the type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
10. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java (at line 76) IElementComparer comparer= view.getTreeViewer().getComparer(); Discouraged access: The method getTreeViewer() from the type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
11. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/ShowInPackageViewAction.java (at line 84) private Object getSelectedElement(PackageExplorerPart view) { Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/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 /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
4. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SnippetEditorActionContributor.java (at line 61) super.contributeToMenu(menu); Discouraged access: The method contributeToMenu(IMenuManager) from the type BasicCompilationUnitEditorActionContributor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
5. WARNING in /ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SnippetEditorActionContributor.java (at line 77) super.setActiveEditor(part); Discouraged access: The method setActiveEditor(IEditorPart) from the type BasicCompilationUnitEditorActionContributor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |