Compiler Report

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 )

Source File: org/eclipse/wst/common/snippets/core/tests/SnippetCoreTests.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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)) {

6. WARNING: DiscouragedReference

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)) {

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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$

11. WARNING: DiscouragedReference

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$

12. WARNING: DiscouragedReference

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$

13. WARNING: DiscouragedReference

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$

14. WARNING: DiscouragedReference

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$

Source File: org/eclipse/wst/common/snippets/tests/helpers/ComplexProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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 {

4. WARNING: DiscouragedReference

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() {

Source File: org/eclipse/wst/common/snippets/tests/helpers/DummyProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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 {

4. WARNING: DiscouragedReference

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() {

Source File: org/eclipse/wst/common/snippets/tests/providers/SnippetProviderExtensionTests.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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(){});

3. WARNING: DiscouragedReference

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(){});

4. WARNING: DiscouragedReference

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(){});

5. WARNING: DiscouragedReference

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(){});

6. WARNING: DiscouragedReference

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(){});

7. WARNING: DiscouragedReference

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(){});

8. WARNING: DiscouragedReference

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(){});

9. WARNING: DiscouragedReference

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(){});

10. WARNING: DiscouragedReference

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()));

11. WARNING: DiscouragedReference

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()));

Source File: org/eclipse/wst/common/snippets/tests/providers/TextProviderTests.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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();

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wst/common/snippets/tests/scenarios/ObjectOrientedSnippetScenario.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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();

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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());

29. WARNING: DiscouragedReference

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;

30. WARNING: DiscouragedReference

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;

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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);

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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();

44. WARNING: DiscouragedReference

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();

45. WARNING: DiscouragedReference

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();

46. WARNING: DiscouragedReference

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);

47. WARNING: DiscouragedReference

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);

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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);

50. WARNING: DiscouragedReference

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);

51. WARNING: DiscouragedReference

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());

52. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wst/common/snippets/ui/tests/SnippetUITests.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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$

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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());