errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 30) import org.eclipse.pde.internal.ui.editor.context.InputContext; Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 31) import org.eclipse.pde.internal.ui.editor.context.InputContextManager; Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 64) protected InputContextManager createInputContextManager() { Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 68) protected void createResourceContexts(InputContextManager contexts, Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 70) contexts.putContext(input, new DSInputContext(this, input, true)); Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 71) contexts.monitorFile(input.getFile()); Discouraged access: The method monitorFile(IFile) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 74) protected void createStorageContexts(InputContextManager contexts, Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
8. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 76) contexts.putContext(input, new DSInputContext(this, input, true)); Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
9. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 79) protected void createSystemFileContexts(InputContextManager contexts, Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
10. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 84) contexts.putContext(in, new DSInputContext(this, in, true)); Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
11. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 117) public void editorContextAdded(InputContext context) { Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
12. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 118) addSourcePage(context.getId()); Discouraged access: The method getId() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
13. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 125) protected InputContext getInputContext(Object object) { Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
14. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 126) return fInputContextManager.findContext(DSInputContext.CONTEXT_ID); Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
15. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java (at line 129) public void contextRemoved(InputContext context) { Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 33) import org.eclipse.pde.internal.ui.editor.text.JavaHyperlink; Discouraged access: The type JavaHyperlink is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 34) import org.eclipse.pde.internal.ui.editor.text.ResourceHyperlink; Discouraged access: The type ResourceHyperlink is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 68) link[0] = new JavaHyperlink(linkRegion, attrValue, res); Discouraged access: The constructor JavaHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 68) link[0] = new JavaHyperlink(linkRegion, attrValue, res); Discouraged access: The type JavaHyperlink is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 71) link[0] = new JavaHyperlink(linkRegion, attrValue, res); Discouraged access: The constructor JavaHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 71) link[0] = new JavaHyperlink(linkRegion, attrValue, res); Discouraged access: The type JavaHyperlink is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 76) link[0] = new JavaHyperlink(linkRegion, attrValue, res); Discouraged access: The constructor JavaHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
8. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 76) link[0] = new JavaHyperlink(linkRegion, attrValue, res); Discouraged access: The type JavaHyperlink is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
9. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 81) link[0] = new JavaHyperlink(linkRegion, attrValue, res); Discouraged access: The constructor JavaHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
10. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 81) link[0] = new JavaHyperlink(linkRegion, attrValue, res); Discouraged access: The type JavaHyperlink is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
11. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 86) link[0] = new JavaHyperlink(linkRegion, attrValue, res); Discouraged access: The constructor JavaHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
12. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 86) link[0] = new JavaHyperlink(linkRegion, attrValue, res); Discouraged access: The type JavaHyperlink is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
13. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 92) link[0] = new ResourceHyperlink(linkRegion, attrValue, res); Discouraged access: The constructor ResourceHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
14. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSHyperlinkDetector.java (at line 92) link[0] = new ResourceHyperlink(linkRegion, attrValue, res); Discouraged access: The type ResourceHyperlink is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java (at line 27) import org.eclipse.pde.internal.ui.editor.context.XMLInputContext; Discouraged access: The type XMLInputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java (at line 36) public class DSInputContext extends XMLInputContext { Discouraged access: The type XMLInputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java (at line 46) super(editor, input, primary); Discouraged access: The constructor XMLInputContext(PDEFormEditor, IEditorInput, boolean) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java (at line 47) create(); Discouraged access: The method create() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java (at line 58) IDocument document = getDocumentProvider().getDocument(input); Discouraged access: The method getDocumentProvider() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java (at line 70) model.setCharset(getDefaultCharset()); Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java (at line 75) model.setCharset(getDefaultCharset()); Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
8. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java (at line 77) model.setCharset(getDefaultCharset()); Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContextManager.java (at line 17) import org.eclipse.pde.internal.ui.editor.context.InputContext; Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContextManager.java (at line 18) import org.eclipse.pde.internal.ui.editor.context.InputContextManager; Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContextManager.java (at line 20) public class DSInputContextManager extends InputContextManager { Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContextManager.java (at line 23) super(editor); Discouraged access: The constructor InputContextManager(PDEFormEditor) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContextManager.java (at line 30) InputContext context = findContext(DSInputContext.CONTEXT_ID); Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContextManager.java (at line 30) InputContext context = findContext(DSInputContext.CONTEXT_ID); Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSInputContextManager.java (at line 31) return (context != null) ? context.getModel() : null; Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java (at line 21) import org.eclipse.pde.internal.ui.PDEPlugin; Discouraged access: The type PDEPlugin is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java (at line 22) import org.eclipse.pde.internal.ui.PDEPluginImages; Discouraged access: The type PDEPluginImages is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java (at line 61) return PDEPlugin.getDefault().getLabelProvider().get( Discouraged access: The type PDEPlugin is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java (at line 61) return PDEPlugin.getDefault().getLabelProvider().get( Discouraged access: The method getDefault() from the type PDEPlugin is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java (at line 61) return PDEPlugin.getDefault().getLabelProvider().get( Discouraged access: The method getLabelProvider() from the type PDEPlugin is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java (at line 61) return PDEPlugin.getDefault().getLabelProvider().get( PDEPluginImages.DESC_PAGE_OBJ); Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java (at line 62) PDEPluginImages.DESC_PAGE_OBJ); Discouraged access: The type PDEPluginImages is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
8. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java (at line 62) PDEPluginImages.DESC_PAGE_OBJ); Discouraged access: The field DESC_PAGE_OBJ from the type PDEPluginImages is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourcePage.java (at line 28) import org.eclipse.pde.internal.ui.editor.text.ChangeAwareSourceViewerConfiguration; Discouraged access: The type ChangeAwareSourceViewerConfiguration is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourcePage.java (at line 29) import org.eclipse.pde.internal.ui.editor.text.IColorManager; Discouraged access: The type IColorManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourcePage.java (at line 99) IDocumentElementNode rootNode = ((DSModel) getInputContext().getModel()) Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourcePage.java (at line 159) protected ChangeAwareSourceViewerConfiguration createSourceViewerConfiguration( Discouraged access: The type ChangeAwareSourceViewerConfiguration is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourcePage.java (at line 160) IColorManager colorManager) { Discouraged access: The type IColorManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 23) import org.eclipse.pde.internal.ui.editor.text.IColorManager; Discouraged access: The type IColorManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 24) import org.eclipse.pde.internal.ui.editor.text.XMLConfiguration; Discouraged access: The type XMLConfiguration is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 25) import org.eclipse.pde.internal.ui.editor.text.XMLPartitionScanner; Discouraged access: The type XMLPartitionScanner is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 27) public class DSSourceViewerConfiguration extends XMLConfiguration { Discouraged access: The type XMLConfiguration is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 33) public DSSourceViewerConfiguration(IColorManager colorManager, Discouraged access: The type IColorManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 35) super(colorManager, page); Discouraged access: The constructor XMLConfiguration(IColorManager, PDESourcePage) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 40) fContentAssistProcessor = new DSContentAssistProcessor(fSourcePage); Discouraged access: The field fSourcePage from the type ChangeAwareSourceViewerConfiguration is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
8. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 43) .setDocumentPartitioning(getConfiguredDocumentPartitioning(sourceViewer)); Discouraged access: The method getConfiguredDocumentPartitioning(ISourceViewer) from the type XMLConfiguration is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
9. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 47) fContentAssistProcessor, XMLPartitionScanner.XML_TAG); Discouraged access: The type XMLPartitionScanner is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
10. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 47) fContentAssistProcessor, XMLPartitionScanner.XML_TAG); Discouraged access: The field XML_TAG from the type XMLPartitionScanner is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
11. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 49) .setInformationControlCreator(getInformationControlCreator(true)); Discouraged access: The method getInformationControlCreator(boolean) from the type ChangeAwareSourceViewerConfiguration is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
12. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 60) super.dispose(); Discouraged access: The method dispose() from the type XMLConfiguration is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
13. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 65) if (fTextHover == null && fSourcePage != null) Discouraged access: The field fSourcePage from the type ChangeAwareSourceViewerConfiguration is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
14. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSSourceViewerConfiguration.java (at line 66) fTextHover = new DSTextHover(fSourcePage); Discouraged access: The field fSourcePage from the type ChangeAwareSourceViewerConfiguration is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSTextHover.java (at line 23) import org.eclipse.pde.internal.ui.editor.text.PDETextHover; Discouraged access: The type PDETextHover is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/DSTextHover.java (at line 25) public class DSTextHover extends PDETextHover { Discouraged access: The type PDETextHover is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistProcessor.java (at line 73) IBaseModel model = fSourcePage.getInputContext().getModel(); Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistProcessor.java (at line 390) DSModel model = (DSModel) fSourcePage.getInputContext().getModel(); Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistProcessor.java (at line 402) IDSModel model = (DSModel) fSourcePage.getInputContext().getModel(); Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistProcessor.java (at line 587) fSourcePage.getInputContext().flushEditorInput(); Discouraged access: The method flushEditorInput() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java (at line 17) import org.eclipse.jface.internal.text.html.BrowserInformationControl; Discouraged access: The type BrowserInformationControl is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jface.text/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java (at line 127) if (!BrowserInformationControl.isAvailable(null)) Discouraged access: The type BrowserInformationControl is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jface.text/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java (at line 127) if (!BrowserInformationControl.isAvailable(null)) Discouraged access: The method isAvailable(Composite) from the type BrowserInformationControl is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jface.text/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java (at line 137) return new BrowserInformationControl(parent, JFaceResources.DIALOG_FONT, false); Discouraged access: The constructor BrowserInformationControl(Shell, String, boolean) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jface.text/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java (at line 137) return new BrowserInformationControl(parent, Discouraged access: The type BrowserInformationControl is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jface.text/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypePackageCompletionProcessor.java (at line 44) import org.eclipse.pde.internal.core.util.PDEJavaHelper; Discouraged access: The type PDEJavaHelper is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypePackageCompletionProcessor.java (at line 179) IJavaSearchScope scope = PDEJavaHelper.getSearchScope(project); Discouraged access: The type PDEJavaHelper is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypePackageCompletionProcessor.java (at line 179) IJavaSearchScope scope = PDEJavaHelper.getSearchScope(project); Discouraged access: The method getSearchScope(IProject) from the type PDEJavaHelper is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertiesDialog.java (at line 182) return wizard.getQualifiedName(); Discouraged access: The method getQualifiedName() from the type JavaAttributeWizard is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertyDialog.java (at line 303) return wizard.getQualifiedName(); Discouraged access: The method getQualifiedName() from the type JavaAttributeWizard is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java (at line 182) return wizard.getQualifiedName(); Discouraged access: The method getQualifiedName() from the type JavaAttributeWizard is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditReferenceDialog.java (at line 315) return wizard.getQualifiedName(); Discouraged access: The method getQualifiedName() from the type JavaAttributeWizard is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSComponentSection.java (at line 39) import org.eclipse.pde.internal.ui.util.PDEJavaHelperUI; Discouraged access: The type PDEJavaHelperUI is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSComponentSection.java (at line 298) return wizard.getQualifiedName(); Discouraged access: The method getQualifiedName() from the type JavaAttributeWizard is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSComponentSection.java (at line 314) String type = PDEJavaHelperUI.selectType( Discouraged access: The type PDEJavaHelperUI is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSComponentSection.java (at line 314) String type = PDEJavaHelperUI.selectType( fModel.getUnderlyingResource(), IJavaElementSearchConstants.CONSIDER_CLASSES, filter, null); Discouraged access: The method selectType(IResource, int, String, String) from the type PDEJavaHelperUI is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 49) import org.eclipse.pde.internal.ui.editor.context.InputContextManager; Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 50) import org.eclipse.pde.internal.ui.elements.DefaultTableProvider; Discouraged access: The type DefaultTableProvider is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 51) import org.eclipse.pde.internal.ui.parts.EditableTablePart; Discouraged access: The type EditableTablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 52) import org.eclipse.pde.internal.ui.parts.TablePart; Discouraged access: The type TablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 77) class ContentProvider extends DefaultTableProvider { Discouraged access: The type DefaultTableProvider is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 144) EditableTablePart tablePart = getTablePart(); Discouraged access: The type EditableTablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 145) tablePart.setEditable(isEditable()); Discouraged access: The method setEditable(boolean) from the type EditableTablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
8. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 149) fPropertiesTable = tablePart.getTableViewer(); Discouraged access: The method getTableViewer() from the type TablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
9. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 320) TablePart tablePart = getTablePart(); Discouraged access: The type TablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
10. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 321) tablePart.setButtonEnabled(0, isEditable()); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
11. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 322) tablePart.setButtonEnabled(1, isEditable()); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
12. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 323) tablePart.setButtonEnabled(2, isEditable() && table.getSelection().length > 0); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
13. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 325) tablePart.setButtonEnabled(3, isEditable()); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
14. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 326) tablePart.setButtonEnabled(4, isEditable() && table.getSelection().length > 0 && !table.isSelected(0)); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
15. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 328) tablePart.setButtonEnabled(5, isEditable() && table.getSelection().length > 0 && !table.isSelected(table.getItems().length - 1)); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
16. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 462) InputContextManager manager = getPage().getPDEEditor() Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
17. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 464) return (DSInputContext) manager.findContext(DSInputContext.CONTEXT_ID); Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
18. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSPropertiesSection.java (at line 469) return context == null ? null : (IDSModel) context.getModel(); Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 53) import org.eclipse.pde.internal.ui.editor.context.InputContextManager; Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 54) import org.eclipse.pde.internal.ui.parts.EditableTablePart; Discouraged access: The type EditableTablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 55) import org.eclipse.pde.internal.ui.parts.TablePart; Discouraged access: The type TablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 119) EditableTablePart tablePart = getTablePart(); Discouraged access: The type EditableTablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 120) tablePart.setEditable(isEditable()); Discouraged access: The method setEditable(boolean) from the type EditableTablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 124) fProvidesTable = tablePart.getTableViewer(); Discouraged access: The method getTableViewer() from the type TablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 212) TablePart tablePart = getTablePart(); Discouraged access: The type TablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
8. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 213) tablePart.setButtonEnabled(0, isEditable()); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
9. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 214) tablePart.setButtonEnabled(1, isEditable() && table.getSelection().length > 0); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
10. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 216) tablePart.setButtonEnabled(2, isEditable() && table.getSelection().length == 1); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
11. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 317) InputContextManager manager = getPage().getPDEEditor() Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
12. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 319) return (DSInputContext) manager.findContext(DSInputContext.CONTEXT_ID); Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
13. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSProvideSection.java (at line 324) return context == null ? null : (IDSModel) context.getModel(); Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 53) import org.eclipse.pde.internal.ui.editor.context.InputContextManager; Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 54) import org.eclipse.pde.internal.ui.parts.EditableTablePart; Discouraged access: The type EditableTablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 55) import org.eclipse.pde.internal.ui.parts.TablePart; Discouraged access: The type TablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 157) EditableTablePart tablePart = getTablePart(); Discouraged access: The type EditableTablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 158) tablePart.setEditable(isEditable()); Discouraged access: The method setEditable(boolean) from the type EditableTablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 162) fReferencesTable = tablePart.getTableViewer(); Discouraged access: The method getTableViewer() from the type TablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 297) TablePart tablePart = getTablePart(); Discouraged access: The type TablePart is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
8. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 298) tablePart.setButtonEnabled(0, isEditable()); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
9. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 300) tablePart.setButtonEnabled(1, isEditable() && length > 0); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
10. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 301) tablePart.setButtonEnabled(2, isEditable() && length > 0); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
11. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 303) tablePart.setButtonEnabled(3, isEditable() && table.getSelection().length > 0 && !table.isSelected(0)); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
12. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 305) tablePart.setButtonEnabled(4, isEditable() && table.getSelection().length > 0 && !table.isSelected(table.getItems().length - 1)); Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
13. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 401) InputContextManager manager = getPage().getPDEEditor() Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
14. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 403) return (DSInputContext) manager.findContext(DSInputContext.CONTEXT_ID); Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
15. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/sections/DSReferenceSection.java (at line 408) return context == null ? null : (IDSModel) context.getModel(); Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 32) import org.eclipse.pde.internal.core.build.WorkspaceBuildModel; Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 33) import org.eclipse.pde.internal.core.ibundle.IBundleModel; Discouraged access: The type IBundleModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 34) import org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase; Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 35) import org.eclipse.pde.internal.core.natures.PDE; Discouraged access: The type PDE is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 36) import org.eclipse.pde.internal.core.project.PDEProject; Discouraged access: The type PDEProject is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 37) import org.eclipse.pde.internal.core.util.CoreUtility; Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 46) import org.eclipse.pde.internal.ui.util.ModelModification; Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
8. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 47) import org.eclipse.pde.internal.ui.util.PDEModelUtility; Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
9. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 86) if (PDE.hasPluginNature(fFile.getProject())) { Discouraged access: The type PDE is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
10. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 86) if (PDE.hasPluginNature(fFile.getProject())) { Discouraged access: The method hasPluginNature(IProject) from the type PDE is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
11. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 98) PDEModelUtility.modifyModel(new ModelModification(project) { Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
12. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 98) PDEModelUtility.modifyModel(new ModelModification(project) { protected void modifyModel(IBaseModel model, IProgressMonitor monitor) throws CoreException { if (model instanceof IBundlePluginModelBase) updateManifest((IBundlePluginModelBase) model, monitor); } }, monitor); Discouraged access: The method modifyModel(ModelModification, IProgressMonitor) from the type PDEModelUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
13. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 98) PDEModelUtility.modifyModel(new ModelModification(project) { Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
14. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 103) if (model instanceof IBundlePluginModelBase) Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
15. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 104) updateManifest((IBundlePluginModelBase) model, monitor); Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
16. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 114) PDEModelUtility.modifyModel(new ModelModification(PDEProject Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
17. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 114) PDEModelUtility.modifyModel(new ModelModification(PDEProject .getBuildProperties(project)) { protected void modifyModel(IBaseModel model, IProgressMonitor monitor) throws CoreException { if (!(model instanceof IBuildModel)) return; IFile file = PDEProject.getBuildProperties(project); if (file.exists()) { WorkspaceBuildModel wbm = new WorkspaceBuildModel(file); wbm.load(); if (!wbm.isLoaded()) return; IBuildModelFactory factory = wbm.getFactory(); String path = fFile.getFullPath().removeFirstSegments(1).toPortableString(); IBuildEntry entry = wbm.getBuild().getEntry( IBuildEntry.BIN_INCLUDES); if (entry == null) { entry = factory.createEntry(IBuildEntry.BIN_INCLUDES); wbm.getBuild().add(entry); } entry.addToken(path); wbm.save(); } } }, null); Discouraged access: The method modifyModel(ModelModification, IProgressMonitor) from the type PDEModelUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
18. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 114) PDEModelUtility.modifyModel(new ModelModification(PDEProject Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
19. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 114) PDEModelUtility.modifyModel(new ModelModification(PDEProject Discouraged access: The type PDEProject is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
20. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 114) PDEModelUtility.modifyModel(new ModelModification(PDEProject .getBuildProperties(project)) { Discouraged access: The method getBuildProperties(IProject) from the type PDEProject is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
21. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 120) IFile file = PDEProject.getBuildProperties(project); Discouraged access: The type PDEProject is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
22. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 120) IFile file = PDEProject.getBuildProperties(project); Discouraged access: The method getBuildProperties(IProject) from the type PDEProject is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
23. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 122) WorkspaceBuildModel wbm = new WorkspaceBuildModel(file); Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
24. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 122) WorkspaceBuildModel wbm = new WorkspaceBuildModel(file); Discouraged access: The constructor WorkspaceBuildModel(IFile) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
25. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 122) WorkspaceBuildModel wbm = new WorkspaceBuildModel(file); Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
26. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 123) wbm.load(); Discouraged access: The method load() from the type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
27. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 124) if (!wbm.isLoaded()) Discouraged access: The method isLoaded() from the type AbstractModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
28. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 126) IBuildModelFactory factory = wbm.getFactory(); Discouraged access: The method getFactory() from the type BuildModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
29. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 128) IBuildEntry entry = wbm.getBuild().getEntry( Discouraged access: The method getBuild() from the type BuildModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
30. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 132) wbm.getBuild().add(entry); Discouraged access: The method getBuild() from the type BuildModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
31. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 135) wbm.save(); Discouraged access: The method save() from the type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
32. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 144) private void updateManifest(IBundlePluginModelBase model, Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
33. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 146) IBundleModel bundleModel = model.getBundleModel(); Discouraged access: The type IBundleModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
34. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 146) IBundleModel bundleModel = model.getBundleModel(); Discouraged access: The method getBundleModel() from the type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
35. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 150) String header = bundleModel.getBundle().getHeader(DS_MANIFEST_KEY); Discouraged access: The method getBundle() from the type IBundleModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
36. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 150) String header = bundleModel.getBundle().getHeader(DS_MANIFEST_KEY); Discouraged access: The method getHeader(String) from the type IBundle is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
37. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 157) bundleModel.getBundle().setHeader(DS_MANIFEST_KEY, filePath); Discouraged access: The method getBundle() from the type IBundleModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
38. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 157) bundleModel.getBundle().setHeader(DS_MANIFEST_KEY, filePath); Discouraged access: The method setHeader(String, String) from the type IBundle is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
39. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 173) IDSModel model = new DSModel(CoreUtility.getTextDocument(fFile Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
40. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (at line 173) IDSModel model = new DSModel(CoreUtility.getTextDocument(fFile .getContents()), false); Discouraged access: The method getTextDocument(InputStream) from the type CoreUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 27) import org.eclipse.jdt.internal.ui.packageview.ClassPathContainer; Discouraged access: The type ClassPathContainer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 35) import org.eclipse.pde.internal.core.bundle.WorkspaceBundlePluginModel; Discouraged access: The type WorkspaceBundlePluginModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 36) import org.eclipse.pde.internal.core.natures.PDE; Discouraged access: The type PDE is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 37) import org.eclipse.pde.internal.core.project.PDEProject; Discouraged access: The type PDEProject is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 120) } else if (element instanceof ClassPathContainer) { Discouraged access: The type ClassPathContainer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.ui/@dot |
6. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 121) project = ((ClassPathContainer) element).getJavaProject() Discouraged access: The method getJavaProject() from the type PackageFragmentRootContainer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.ui/@dot |
7. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 121) project = ((ClassPathContainer) element).getJavaProject() Discouraged access: The type ClassPathContainer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.ui/@dot |
8. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 129) if (project.hasNature(PDE.PLUGIN_NATURE)) { Discouraged access: The type PDE is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
9. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 129) if (project.hasNature(PDE.PLUGIN_NATURE)) { Discouraged access: The field PLUGIN_NATURE from the type PDE is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
10. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 130) WorkspaceBundlePluginModel model = new WorkspaceBundlePluginModel( Discouraged access: The type WorkspaceBundlePluginModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
11. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 130) WorkspaceBundlePluginModel model = new WorkspaceBundlePluginModel( PDEProject.getManifest(project), null); Discouraged access: The constructor WorkspaceBundlePluginModel(IFile, IFile) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
12. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 130) WorkspaceBundlePluginModel model = new WorkspaceBundlePluginModel( Discouraged access: The type WorkspaceBundlePluginModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
13. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 131) PDEProject.getManifest(project), Discouraged access: The type PDEProject is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
14. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 131) PDEProject.getManifest(project), Discouraged access: The method getManifest(IProject) from the type PDEProject is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
15. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 133) model.load(); Discouraged access: The method load() from the type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
16. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 134) String header = model.getBundleModel().getBundle().getHeader( Discouraged access: The method getBundleModel() from the type WorkspaceBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
17. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 134) String header = model.getBundleModel().getBundle().getHeader( Discouraged access: The method getBundle() from the type IBundleModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
18. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 134) String header = model.getBundleModel().getBundle().getHeader( Constants.BUNDLE_SYMBOLICNAME); Discouraged access: The method getHeader(String) from the type IBundle is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
19. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java (at line 221) return wizard.getQualifiedName(); Discouraged access: The method getQualifiedName() from the type JavaAttributeWizard is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSNewClassCreationWizard.java (at line 16) import org.eclipse.pde.internal.ui.editor.schema.NewClassCreationWizard; Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSNewClassCreationWizard.java (at line 18) public class DSNewClassCreationWizard extends NewClassCreationWizard { Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSNewClassCreationWizard.java (at line 22) super(project, isInterface, value); Discouraged access: The constructor NewClassCreationWizard(IProject, boolean, String) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.ui/@dot |