Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 13 Number of classfiles: 17
Problems: 125 (Errors: 0 Warnings: 125 )
Discouraged access: The type SnippetDefinitions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
20 : import org.eclipse.wst.common.snippets.internal.SnippetDefinitions;
Discouraged access: The type SnippetManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
21 : import org.eclipse.wst.common.snippets.internal.model.SnippetManager;
Discouraged access: The type SnippetVariable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
22 : import org.eclipse.wst.common.snippets.internal.palette.SnippetVariable;
Discouraged access: The type SnippetDefinitions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
26 : private SnippetDefinitions fCurrentDefinitions;
Discouraged access: The method getId() from the type SnippetVariable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
38 : if (((SnippetVariable) item.getVariables()[i]).getId().equals(id)) {
Discouraged access: The type SnippetVariable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
38 : if (((SnippetVariable) item.getVariables()[i]).getId().equals(id)) {
Discouraged access: The type SnippetManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
47 : fCurrentDefinitions = SnippetManager.getInstance().getDefinitions();
Discouraged access: The method getInstance() from the type SnippetManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
47 : fCurrentDefinitions = SnippetManager.getInstance().getDefinitions();
Discouraged access: The method getDefinitions() from the type SnippetManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
47 : fCurrentDefinitions = SnippetManager.getInstance().getDefinitions();
Discouraged access: The method getCategory(String) from the type SnippetDefinitions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
51 : ISnippetCategory testCategory = fCurrentDefinitions.getCategory("org.eclipse.wst.common.snippets.tests.category0"); //$NON-NLS-1$
Discouraged access: The method getCategory(String) from the type SnippetDefinitions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
63 : ISnippetCategory testCategory = fCurrentDefinitions.getCategory("org.eclipse.wst.common.snippets.tests.category0"); //$NON-NLS-1$
Discouraged access: The method getItem(String) from the type SnippetDefinitions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
65 : ISnippetItem item = fCurrentDefinitions.getItem("org.eclipse.wst.common.snippets.tests.item0"); //$NON-NLS-1$
Discouraged access: The method getCategory(String) from the type SnippetDefinitions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
78 : ISnippetCategory testCategory = fCurrentDefinitions.getCategory("org.eclipse.wst.common.snippets.tests.category0"); //$NON-NLS-1$
Discouraged access: The method getItem(String) from the type SnippetDefinitions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetCoreTests.java :
80 : ISnippetItem item = fCurrentDefinitions.getItem("org.eclipse.wst.common.snippets.tests.item1"); //$NON-NLS-1$
Discouraged access: The type AbstractSnippetProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ComplexProvider.java :
23 : import org.eclipse.wst.common.snippets.internal.AbstractSnippetProvider;
Discouraged access: The type ISnippetEditor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ComplexProvider.java :
24 : import org.eclipse.wst.common.snippets.internal.editors.ISnippetEditor;
Discouraged access: The type AbstractSnippetProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ComplexProvider.java :
28 : public class ComplexProvider extends AbstractSnippetProvider {
Discouraged access: The type ISnippetEditor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ComplexProvider.java :
77 : public ISnippetEditor getSnippetEditor() {
Discouraged access: The type AbstractSnippetProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
DummyProvider.java :
16 : import org.eclipse.wst.common.snippets.internal.AbstractSnippetProvider;
Discouraged access: The type ISnippetEditor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
DummyProvider.java :
17 : import org.eclipse.wst.common.snippets.internal.editors.ISnippetEditor;
Discouraged access: The type AbstractSnippetProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
DummyProvider.java :
20 : public class DummyProvider extends AbstractSnippetProvider {
Discouraged access: The type ISnippetEditor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
DummyProvider.java :
38 : public ISnippetEditor getSnippetEditor() {
Discouraged access: The type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
17 : import org.eclipse.wst.common.snippets.internal.util.SnippetProviderManager;
Discouraged access: The type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
25 : ISnippetProvider applicableProvider = SnippetProviderManager.getApplicableProvider(new AbstractTextEditor(){});
Discouraged access: The method getApplicableProvider(IEditorPart) from the type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
25 : ISnippetProvider applicableProvider = SnippetProviderManager.getApplicableProvider(new AbstractTextEditor(){});
Discouraged access: The type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
27 : applicableProvider = SnippetProviderManager.getApplicableProvider(new CommonApplicableInterface(){});
Discouraged access: The method getApplicableProvider(IEditorPart) from the type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
27 : applicableProvider = SnippetProviderManager.getApplicableProvider(new CommonApplicableInterface(){});
Discouraged access: The type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
34 : ISnippetProvider applicableProvider = SnippetProviderManager.getApplicableProvider(new AbstractTextEditor(){});
Discouraged access: The method getApplicableProvider(IEditorPart) from the type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
34 : ISnippetProvider applicableProvider = SnippetProviderManager.getApplicableProvider(new AbstractTextEditor(){});
Discouraged access: The type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
41 : ISnippetProvider applicableProvider = SnippetProviderManager.getApplicableProvider(new AbstractTextEditor(){});
Discouraged access: The method getApplicableProvider(IEditorPart) from the type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
41 : ISnippetProvider applicableProvider = SnippetProviderManager.getApplicableProvider(new AbstractTextEditor(){});
Discouraged access: The type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
44 : assertNotNull(SnippetProviderManager.findProvider(TextSnippetProvider2.class.getName()));
Discouraged access: The method findProvider(String) from the type SnippetProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetProviderExtensionTests.java :
44 : assertNotNull(SnippetProviderManager.findProvider(TextSnippetProvider2.class.getName()));
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
27 : import org.eclipse.wst.common.snippets.internal.SnippetsPlugin;
Discouraged access: The type SnippetPaletteDrawerFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
28 : import org.eclipse.wst.common.snippets.internal.palette.SnippetPaletteDrawerFactory;
Discouraged access: The type SnippetPaletteItem is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
29 : import org.eclipse.wst.common.snippets.internal.palette.SnippetPaletteItem;
Discouraged access: The type SnippetPaletteRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
30 : import org.eclipse.wst.common.snippets.internal.palette.SnippetPaletteRoot;
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
31 : import org.eclipse.wst.common.snippets.internal.ui.SnippetsView;
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
56 : SnippetsView view;
Discouraged access: The type SnippetPaletteRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
57 : SnippetPaletteRoot anchor = null;
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
58 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
58 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The method getDefault() from the type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
58 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
58 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
58 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The field VIEW_ID from the type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
58 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
60 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
60 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The method getDefault() from the type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
60 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
60 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
60 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The field VIEW_ID from the type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
60 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The method getRoot() from the type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
63 : anchor = view.getRoot();
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
65 : Shell activeShell = SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getShell(); //Display.getDefault().getActiveShell();
Discouraged access: The method getDefault() from the type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
65 : Shell activeShell = SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getShell(); //Display.getDefault().getActiveShell();
Discouraged access: The constructor SnippetPaletteDrawerFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
67 : PaletteDrawer drawer = (PaletteDrawer) new SnippetPaletteDrawerFactory().createNewEntry(activeShell, anchor);
Discouraged access: The type SnippetPaletteDrawerFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
67 : PaletteDrawer drawer = (PaletteDrawer) new SnippetPaletteDrawerFactory().createNewEntry(activeShell, anchor);
Discouraged access: The method setEditor(IEditorPart) from the type AbstractSnippetProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
72 : textSnippetProvider.setEditor(openEditor);
Discouraged access: The type SnippetPaletteItem is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
TextProviderTests.java :
75 : SnippetPaletteItem createSnippet = textSnippetProvider.createSnippet(drawer);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
31 : import org.eclipse.wst.common.snippets.internal.SnippetsPlugin;
Discouraged access: The type SnippetPaletteDrawerFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
32 : import org.eclipse.wst.common.snippets.internal.palette.SnippetPaletteDrawerFactory;
Discouraged access: The type SnippetPaletteItem is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
33 : import org.eclipse.wst.common.snippets.internal.palette.SnippetPaletteItem;
Discouraged access: The type SnippetPaletteRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
34 : import org.eclipse.wst.common.snippets.internal.palette.SnippetPaletteRoot;
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
35 : import org.eclipse.wst.common.snippets.internal.ui.SnippetsView;
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
61 : SnippetsView view;
Discouraged access: The type SnippetPaletteRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
62 : SnippetPaletteRoot anchor = null;
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
63 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
63 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The method getDefault() from the type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
63 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
63 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
63 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The field VIEW_ID from the type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
63 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
65 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
65 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The method getDefault() from the type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
65 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
65 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
65 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The field VIEW_ID from the type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
65 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The method getRoot() from the type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
68 : anchor = view.getRoot();
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
70 : Shell activeShell = SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getShell();//Display.getDefault().getActiveShell();
Discouraged access: The method getDefault() from the type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
70 : Shell activeShell = SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getShell();//Display.getDefault().getActiveShell();
Discouraged access: The constructor SnippetPaletteDrawerFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
72 : PaletteDrawer drawer = (PaletteDrawer) new SnippetPaletteDrawerFactory().createNewEntry(activeShell, anchor);
Discouraged access: The type SnippetPaletteDrawerFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
72 : PaletteDrawer drawer = (PaletteDrawer) new SnippetPaletteDrawerFactory().createNewEntry(activeShell, anchor);
Discouraged access: The method setEditor(IEditorPart) from the type AbstractSnippetProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
77 : provider.setEditor(openEditor);
Discouraged access: The type SnippetPaletteItem is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
78 : SnippetPaletteItem createSnippet = provider.createSnippet(drawer);
Discouraged access: The method createSnippet(PaletteEntry) from the type AbstractSnippetProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
78 : SnippetPaletteItem createSnippet = provider.createSnippet(drawer);
Discouraged access: The method getStorageLocation() from the type SnippetPaletteItem is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
80 : File f = new File (createSnippet.getStorageLocation().toOSString());
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
88 : SnippetsView view;
Discouraged access: The type SnippetPaletteRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
89 : SnippetPaletteRoot anchor = null;
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
90 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
90 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The method getDefault() from the type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
90 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
90 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
90 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The field VIEW_ID from the type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
90 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
92 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
92 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The method getDefault() from the type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
92 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
92 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
92 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The field VIEW_ID from the type SnippetsPlugin.NAMES is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
92 : view = (SnippetsView) SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(SnippetsPlugin.NAMES.VIEW_ID);
Discouraged access: The method getRoot() from the type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
95 : anchor = view.getRoot();
Discouraged access: The type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
97 : Shell activeShell = SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getShell();//Display.getDefault().getActiveShell();
Discouraged access: The method getDefault() from the type SnippetsPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
97 : Shell activeShell = SnippetsPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getShell();//Display.getDefault().getActiveShell();
Discouraged access: The constructor SnippetPaletteDrawerFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
99 : PaletteDrawer drawer = (PaletteDrawer) new SnippetPaletteDrawerFactory().createNewEntry(activeShell, anchor);
Discouraged access: The type SnippetPaletteDrawerFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
99 : PaletteDrawer drawer = (PaletteDrawer) new SnippetPaletteDrawerFactory().createNewEntry(activeShell, anchor);
Discouraged access: The method setEditor(IEditorPart) from the type AbstractSnippetProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
104 : provider.setEditor(openEditor);
Discouraged access: The type SnippetPaletteItem is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
105 : SnippetPaletteItem createSnippet = provider.createSnippet(drawer);
Discouraged access: The method createSnippet(PaletteEntry) from the type AbstractSnippetProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
105 : SnippetPaletteItem createSnippet = provider.createSnippet(drawer);
Discouraged access: The method getStorageLocation() from the type SnippetPaletteItem is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
107 : File f = new File (createSnippet.getStorageLocation().toOSString());
Discouraged access: The method getSourceType() from the type SnippetPaletteItem is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
ObjectOrientedSnippetScenario.java :
113 : assertEquals(ISnippetsEntry.SNIPPET_SOURCE_USER, createSnippet.getSourceType());
Discouraged access: The type SnippetDefinitions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
41 : import org.eclipse.wst.common.snippets.internal.SnippetDefinitions;
Discouraged access: The type SnippetManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
42 : import org.eclipse.wst.common.snippets.internal.model.SnippetManager;
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
43 : import org.eclipse.wst.common.snippets.internal.ui.SnippetsView;
Discouraged access: The type SnippetDefinitions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
48 : private SnippetDefinitions fCurrentDefinitions;
Discouraged access: The type SnippetManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
113 : fCurrentDefinitions = SnippetManager.getInstance().getDefinitions();
Discouraged access: The method getInstance() from the type SnippetManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
113 : fCurrentDefinitions = SnippetManager.getInstance().getDefinitions();
Discouraged access: The method getDefinitions() from the type SnippetManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
113 : fCurrentDefinitions = SnippetManager.getInstance().getDefinitions();
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
118 : SnippetsView view = null;
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
121 : view = (SnippetsView) o;
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
122 : assertEquals("view part is wrong type", SnippetsView.class.getName(), o.getClass().getName());
Discouraged access: The method getItem(String) from the type SnippetDefinitions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
124 : ISnippetItem item = fCurrentDefinitions.getItem("org.eclipse.wst.common.snippets.tests.item0"); //$NON-NLS-1$
Discouraged access: The method setSelectedEntry(ISnippetsEntry) from the type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
137 : view.setSelectedEntry(item);
Discouraged access: The method insert() from the type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
139 : view.insert();
Discouraged access: The type SnippetsView is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.snippets/@dot
SnippetUITests.java :
152 : assertEquals("view part is wrong type", SnippetsView.class.getName(), o.getClass().getName());