Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 74 Number of classfiles: 134

Problems: 1569 (Errors: 0 Warnings: 1569 )

Source File: org/eclipse/jst/jsp/ui/tests/JSPTranslationEditorInput.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationEditorInput.java :

21 : import org.eclipse.jst.jsp.core.internal.java.IJSPTranslation;

2. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationEditorInput.java :

22 : import org.eclipse.jst.jsp.core.internal.java.JSPTranslationAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type DocumentInputStream is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationEditorInput.java :

25 : import org.eclipse.wst.sse.core.internal.util.DocumentInputStream;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationEditorInput.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationEditorInput.java :

37 : public JSPTranslationStorage(IDOMModel jspModel) {

6. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentInputStream(IDocument) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationEditorInput.java :

57 : return new DocumentInputStream(getTranslationAdapter().getJSPTranslation().getJavaDocument());

7. WARNING: DiscouragedReference

Discouraged access: The type DocumentInputStream is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationEditorInput.java :

57 : return new DocumentInputStream(getTranslationAdapter().getJSPTranslation().getJavaDocument());

8. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationEditorInput.java :

57 : return new DocumentInputStream(getTranslationAdapter().getJSPTranslation().getJavaDocument());

9. WARNING: DiscouragedReference

Discouraged access: The method getJavaDocument() from the type JSPTranslationExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationEditorInput.java :

57 : return new DocumentInputStream(getTranslationAdapter().getJSPTranslation().getJavaDocument());

10. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationEditorInput.java :

66 : return new Path(getTranslationAdapter().getJSPTranslation().getJavaPath());

11. WARNING: DiscouragedReference

Discouraged access: The method getJavaPath() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationEditorInput.java :

66 : return new Path(getTranslationAdapter().getJSPTranslation().getJavaPath());

12. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationEditorInput.java :

76 : return new Path(fModel.getBaseLocation()).lastSegment() + ".java";

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationEditorInput.java :

89 : IDOMModel fModel;

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationEditorInput.java :

96 : public JSPTranslationEditorInput(IDOMModel model) {

15. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationEditorInput.java :

160 : return fModel.getBaseLocation();

16. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationEditorInput.java :

163 : JSPTranslationAdapter getTranslationAdapter() {

17. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationEditorInput.java :

164 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) fModel.getDocument().getAdapterFor(IJSPTranslation.class);

18. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationEditorInput.java :

164 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) fModel.getDocument().getAdapterFor(IJSPTranslation.class);

19. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationEditorInput.java :

164 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) fModel.getDocument().getAdapterFor(IJSPTranslation.class);

20. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationEditorInput.java :

164 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) fModel.getDocument().getAdapterFor(IJSPTranslation.class);

21. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationEditorInput.java :

164 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) fModel.getDocument().getAdapterFor(IJSPTranslation.class);

Source File: org/eclipse/jst/jsp/ui/tests/JSPUIPreferencesTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

18 : import org.eclipse.jst.jsp.ui.internal.JSPUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

19 : import org.eclipse.jst.jsp.ui.internal.preferences.JSPUIPreferenceNames;

3. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

51 : bundleGetPreference(bundleName, JSPUIPreferenceNames.AUTO_PROPOSE);

4. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE from the type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

51 : bundleGetPreference(bundleName, JSPUIPreferenceNames.AUTO_PROPOSE);

5. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

52 : bundleGetPreference(bundleName, JSPUIPreferenceNames.AUTO_PROPOSE_CODE);

6. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE_CODE from the type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

52 : bundleGetPreference(bundleName, JSPUIPreferenceNames.AUTO_PROPOSE_CODE);

7. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

70 : IPreferenceStore store = JSPUIPlugin.getDefault().getPreferenceStore();

8. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JSPUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

70 : IPreferenceStore store = JSPUIPlugin.getDefault().getPreferenceStore();

9. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

72 : pluginGetDefaultPreference(store, JSPUIPreferenceNames.AUTO_PROPOSE, Boolean.toString(true));

10. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE from the type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

72 : pluginGetDefaultPreference(store, JSPUIPreferenceNames.AUTO_PROPOSE, Boolean.toString(true));

11. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

73 : pluginGetDefaultPreference(store, JSPUIPreferenceNames.AUTO_PROPOSE_CODE, "<=");

12. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE_CODE from the type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

73 : pluginGetDefaultPreference(store, JSPUIPreferenceNames.AUTO_PROPOSE_CODE, "<=");

13. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

86 : IPreferenceStore store = JSPUIPlugin.getDefault().getPreferenceStore();

14. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JSPUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

86 : IPreferenceStore store = JSPUIPlugin.getDefault().getPreferenceStore();

15. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

88 : pluginSetPreferenceBoolean(store, JSPUIPreferenceNames.AUTO_PROPOSE);

16. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE from the type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

88 : pluginSetPreferenceBoolean(store, JSPUIPreferenceNames.AUTO_PROPOSE);

17. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

89 : pluginSetPreferenceString(store, JSPUIPreferenceNames.AUTO_PROPOSE_CODE);

18. WARNING: DiscouragedReference

Discouraged access: The field AUTO_PROPOSE_CODE from the type JSPUIPreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

89 : pluginSetPreferenceString(store, JSPUIPreferenceNames.AUTO_PROPOSE_CODE);

19. WARNING: DiscouragedReference

Discouraged access: The type ProblemSeveritiesPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar

JSPUIPreferencesTest.java :

117 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PREF_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PREFERENCE_PAGE);

20. WARNING: DiscouragedReference

Discouraged access: The field PREF_ID from the type ProblemSeveritiesPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar

JSPUIPreferencesTest.java :

117 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PREF_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PREFERENCE_PAGE);

21. WARNING: DiscouragedReference

Discouraged access: The type JSPValidationPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

117 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PREF_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PREFERENCE_PAGE);

22. WARNING: DiscouragedReference

Discouraged access: The field JAVA_SEVERITY_PREFERENCE_PAGE from the type JSPValidationPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

117 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PREF_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PREFERENCE_PAGE);

23. WARNING: DiscouragedReference

Discouraged access: The type ProblemSeveritiesPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar

JSPUIPreferencesTest.java :

118 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PROP_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PROPERTY_PAGE);

24. WARNING: DiscouragedReference

Discouraged access: The field PROP_ID from the type ProblemSeveritiesPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar

JSPUIPreferencesTest.java :

118 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PROP_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PROPERTY_PAGE);

25. WARNING: DiscouragedReference

Discouraged access: The type JSPValidationPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

118 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PROP_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PROPERTY_PAGE);

26. WARNING: DiscouragedReference

Discouraged access: The field JAVA_SEVERITY_PROPERTY_PAGE from the type JSPValidationPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

118 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PROP_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PROPERTY_PAGE);

27. WARNING: DiscouragedReference

Discouraged access: The type PropertyAndPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar

JSPUIPreferencesTest.java :

119 : assertEquals(org.eclipse.jdt.internal.ui.preferences.PropertyAndPreferencePage.DATA_NO_LINK, org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.DATA_NO_LINK);

28. WARNING: DiscouragedReference

Discouraged access: The field DATA_NO_LINK from the type PropertyAndPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar

JSPUIPreferencesTest.java :

119 : assertEquals(org.eclipse.jdt.internal.ui.preferences.PropertyAndPreferencePage.DATA_NO_LINK, org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.DATA_NO_LINK);

29. WARNING: DiscouragedReference

Discouraged access: The type JSPValidationPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

119 : assertEquals(org.eclipse.jdt.internal.ui.preferences.PropertyAndPreferencePage.DATA_NO_LINK, org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.DATA_NO_LINK);

30. WARNING: DiscouragedReference

Discouraged access: The field DATA_NO_LINK from the type JSPValidationPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPUIPreferencesTest.java :

119 : assertEquals(org.eclipse.jdt.internal.ui.preferences.PropertyAndPreferencePage.DATA_NO_LINK, org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.DATA_NO_LINK);

Source File: org/eclipse/jst/jsp/ui/tests/ShowTranslationHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSPProblem is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

31 : import org.eclipse.jst.jsp.core.internal.java.IJSPProblem;

2. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

32 : import org.eclipse.jst.jsp.core.internal.java.IJSPTranslation;

3. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

33 : import org.eclipse.jst.jsp.core.internal.java.JSPTranslationAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

34 : import org.eclipse.jst.jsp.core.internal.java.JSPTranslationExtension;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ShowTranslationHandler.java :

45 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ShowTranslationHandler.java :

46 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ShowTranslationHandler.java :

47 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ShowTranslationHandler.java :

80 : if (list.get(0) instanceof IDOMNode) {

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ShowTranslationHandler.java :

81 : final IDOMModel model = ((IDOMNode) list.get(0)).getModel();

10. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ShowTranslationHandler.java :

81 : final IDOMModel model = ((IDOMNode) list.get(0)).getModel();

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ShowTranslationHandler.java :

81 : final IDOMModel model = ((IDOMNode) list.get(0)).getModel();

12. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ShowTranslationHandler.java :

82 : INodeAdapter adapter = model.getDocument().getAdapterFor(IJSPTranslation.class);

13. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ShowTranslationHandler.java :

82 : INodeAdapter adapter = model.getDocument().getAdapterFor(IJSPTranslation.class);

14. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ShowTranslationHandler.java :

82 : INodeAdapter adapter = model.getDocument().getAdapterFor(IJSPTranslation.class);

15. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

82 : INodeAdapter adapter = model.getDocument().getAdapterFor(IJSPTranslation.class);

16. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

86 : JSPTranslationAdapter translationAdapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

17. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

86 : JSPTranslationAdapter translationAdapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

18. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ShowTranslationHandler.java :

86 : JSPTranslationAdapter translationAdapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

19. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ShowTranslationHandler.java :

86 : JSPTranslationAdapter translationAdapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

20. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

86 : JSPTranslationAdapter translationAdapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

21. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

87 : final JSPTranslationExtension translation = translationAdapter.getJSPTranslation();

22. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

87 : final JSPTranslationExtension translation = translationAdapter.getJSPTranslation();

23. WARNING: DiscouragedReference

Discouraged access: The method reconcileCompilationUnit() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

96 : translation.reconcileCompilationUnit();

24. WARNING: DiscouragedReference

Discouraged access: The method getProblems() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

97 : List problemsList = translation.getProblems();

25. WARNING: DiscouragedReference

Discouraged access: The type IJSPProblem is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ShowTranslationHandler.java :

101 : if (problems[i] instanceof IJSPProblem)

Source File: org/eclipse/jst/jsp/ui/tests/TestEditorConfigurationJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

16 : import org.eclipse.jst.jsp.core.internal.provisional.contenttype.ContentTypeIdForJSP;

2. WARNING: DiscouragedReference

Discouraged access: The type JSPJavaJavadocHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

TestEditorConfigurationJSP.java :

19 : import org.eclipse.jst.jsp.ui.internal.taginfo.JSPJavaJavadocHoverProcessor;

3. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

21 : import org.eclipse.wst.sse.ui.internal.ExtendedConfigurationBuilder;

4. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

29 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

5. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

29 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

6. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

29 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

7. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

29 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

8. WARNING: DiscouragedReference

Discouraged access: The field SOURCEVIEWERCONFIGURATION from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

29 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

9. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

29 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

10. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

29 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

11. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

30 : assertNotNull("no source viewer configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o);

12. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

30 : assertNotNull("no source viewer configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o);

13. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

32 : assertEquals("unexpected source viewer configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o.getClass(), StructuredTextViewerConfigurationJSP.class);

14. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

32 : assertEquals("unexpected source viewer configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o.getClass(), StructuredTextViewerConfigurationJSP.class);

15. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

36 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

16. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

36 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

17. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

36 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

18. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

36 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

19. WARNING: DiscouragedReference

Discouraged access: The field CONTENTOUTLINECONFIGURATION from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

36 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

20. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

36 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

21. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

36 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

22. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

37 : assertNotNull("no content outline viewer configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o);

23. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

37 : assertNotNull("no content outline viewer configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o);

24. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

39 : assertEquals("unexpected content outline viewer configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o.getClass(), JSPContentOutlineConfiguration.class);

25. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

39 : assertEquals("unexpected content outline viewer configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o.getClass(), JSPContentOutlineConfiguration.class);

26. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

43 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

27. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

43 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

28. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

43 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

29. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

43 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

30. WARNING: DiscouragedReference

Discouraged access: The field PROPERTYSHEETCONFIGURATION from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

43 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

31. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

43 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

32. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

43 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForJSP.ContentTypeID_JSP);

33. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

44 : assertNotNull("no property sheet configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o);

34. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

44 : assertNotNull("no property sheet configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o);

35. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

46 : assertEquals("unexpected property sheet configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o.getClass(), XMLPropertySheetConfiguration.class);

36. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestEditorConfigurationJSP.java :

46 : assertEquals("unexpected property sheet configuration for " + ContentTypeIdForJSP.ContentTypeID_JSP, o.getClass(), XMLPropertySheetConfiguration.class);

37. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

50 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, IJSPPartitions.JSP_CONTENT_JAVA);

38. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

50 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, IJSPPartitions.JSP_CONTENT_JAVA);

39. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

50 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, IJSPPartitions.JSP_CONTENT_JAVA);

40. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

50 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, IJSPPartitions.JSP_CONTENT_JAVA);

41. WARNING: DiscouragedReference

Discouraged access: The field DOCUMENTATIONTEXTHOVER from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationJSP.java :

50 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, IJSPPartitions.JSP_CONTENT_JAVA);

42. WARNING: DiscouragedReference

Discouraged access: The type JSPJavaJavadocHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

TestEditorConfigurationJSP.java :

53 : assertEquals("unexpected documentation text hover processor for " + IJSPPartitions.JSP_CONTENT_JAVA, o.getClass(), JSPJavaJavadocHoverProcessor.class);

Source File: org/eclipse/jst/jsp/ui/tests/TestModelClone.java
1. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

21 : import org.eclipse.jst.jsp.core.internal.document.PageDirectiveAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type JSPModelQueryAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

22 : import org.eclipse.jst.jsp.core.internal.modelquery.JSPModelQueryAdapterImpl;

3. WARNING: DiscouragedReference

Discouraged access: The type JSPModelQueryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

23 : import org.eclipse.jst.jsp.core.internal.modelquery.JSPModelQueryImpl;

4. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

24 : import org.eclipse.jst.jsp.core.internal.provisional.contenttype.ContentTypeIdForJSP;

5. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelClone.java :

25 : import org.eclipse.wst.html.core.internal.modelhandler.EmbeddedHTML;

6. WARNING: DiscouragedReference

Discouraged access: The type HTMLModelQueryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelClone.java :

26 : import org.eclipse.wst.html.core.internal.modelquery.HTMLModelQueryImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelClone.java :

28 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;

8. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

30 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.EmbeddedTypeHandler;

9. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

10. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

12. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

34 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

13. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

35 : import org.eclipse.wst.xml.core.internal.modelhandler.EmbeddedXML;

14. WARNING: DiscouragedReference

Discouraged access: The type XMLModelQueryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

36 : import org.eclipse.wst.xml.core.internal.modelquery.XMLModelQueryImpl;

15. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

37 : import org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML;

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

38 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

17. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

39 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

18. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

63 : IModelManager modelManager = StructuredModelManager.getModelManager();

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

64 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

20. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

64 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

21. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

64 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

22. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_XML from the type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

64 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

67 : IStructuredModel clonedModel = model.newInstance();

24. WARNING: DiscouragedReference

Discouraged access: The method newInstance() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

67 : IStructuredModel clonedModel = model.newInstance();

25. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

81 : IModelManager modelManager = StructuredModelManager.getModelManager();

26. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

82 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForHTML.ContentTypeID_HTML);

27. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

82 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForHTML.ContentTypeID_HTML);

28. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelClone.java :

82 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForHTML.ContentTypeID_HTML);

29. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelClone.java :

82 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForHTML.ContentTypeID_HTML);

30. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

85 : IStructuredModel clonedModel = model.newInstance();

31. WARNING: DiscouragedReference

Discouraged access: The method newInstance() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

85 : IStructuredModel clonedModel = model.newInstance();

32. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

99 : IModelManager modelManager = StructuredModelManager.getModelManager();

33. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

100 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

34. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

100 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

35. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

100 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

36. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

100 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

37. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

103 : IStructuredModel clonedModel = model.newInstance();

38. WARNING: DiscouragedReference

Discouraged access: The method newInstance() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

103 : IStructuredModel clonedModel = model.newInstance();

39. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

107 : Document doc = ((IDOMModel) clonedModel).getDocument();

40. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

107 : Document doc = ((IDOMModel) clonedModel).getDocument();

41. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

108 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getExistingAdapter(PageDirectiveAdapter.class);

42. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

108 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getExistingAdapter(PageDirectiveAdapter.class);

43. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

108 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getExistingAdapter(PageDirectiveAdapter.class);

44. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

108 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getExistingAdapter(PageDirectiveAdapter.class);

45. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

108 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getExistingAdapter(PageDirectiveAdapter.class);

46. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

111 : EmbeddedTypeHandler embeddedHandler = pageDirectiveAdapter.getEmbeddedType();

47. WARNING: DiscouragedReference

Discouraged access: The method getEmbeddedType() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

111 : EmbeddedTypeHandler embeddedHandler = pageDirectiveAdapter.getEmbeddedType();

48. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

123 : IModelManager modelManager = StructuredModelManager.getModelManager();

49. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

124 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

50. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

124 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

51. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

124 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

52. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

124 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

53. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelClone.java :

127 : checkEmbeddedType(model, EmbeddedHTML.class);

54. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

130 : model.getStructuredDocument().setText(this, testContent);

55. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

130 : model.getStructuredDocument().setText(this, testContent);

56. WARNING: DiscouragedReference

Discouraged access: The method isReinitializationNeeded() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

134 : assertTrue("model should not need reinit", !model.isReinitializationNeeded());

57. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

143 : checkEmbeddedType(model, EmbeddedXML.class);

58. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

145 : IStructuredModel clonedModel = model.newInstance();

59. WARNING: DiscouragedReference

Discouraged access: The method newInstance() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

145 : IStructuredModel clonedModel = model.newInstance();

60. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

147 : checkEmbeddedType(clonedModel, EmbeddedXML.class);

61. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

151 : private void checkEmbeddedType(IStructuredModel model, Class expectedType) {

62. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

152 : Document doc = ((IDOMModel) model).getDocument();

63. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelClone.java :

152 : Document doc = ((IDOMModel) model).getDocument();

64. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

153 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getExistingAdapter(PageDirectiveAdapter.class);

65. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

153 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getExistingAdapter(PageDirectiveAdapter.class);

66. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

153 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getExistingAdapter(PageDirectiveAdapter.class);

67. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

153 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getExistingAdapter(PageDirectiveAdapter.class);

68. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

153 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getExistingAdapter(PageDirectiveAdapter.class);

69. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

156 : EmbeddedTypeHandler embeddedHandler = pageDirectiveAdapter.getEmbeddedType();

70. WARNING: DiscouragedReference

Discouraged access: The method getEmbeddedType() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

156 : EmbeddedTypeHandler embeddedHandler = pageDirectiveAdapter.getEmbeddedType();

71. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

165 : IModelManager modelManager = StructuredModelManager.getModelManager();

72. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

166 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

73. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

166 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

74. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

166 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

75. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

166 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

76. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

169 : ArrayList factories = (ArrayList) model.getFactoryRegistry().getFactories();

77. WARNING: DiscouragedReference

Discouraged access: The method getFactories() from the type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

169 : ArrayList factories = (ArrayList) model.getFactoryRegistry().getFactories();

78. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

172 : IStructuredModel clonedModel = model.newInstance();

79. WARNING: DiscouragedReference

Discouraged access: The method newInstance() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

172 : IStructuredModel clonedModel = model.newInstance();

80. WARNING: DiscouragedReference

Discouraged access: The method getModelHandler() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

173 : if (model.getModelHandler() == null) {

81. WARNING: DiscouragedReference

Discouraged access: The method getFactories() from the type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

180 : ArrayList newFactories = (ArrayList) clonedModel.getFactoryRegistry().getFactories();

82. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

180 : ArrayList newFactories = (ArrayList) clonedModel.getFactoryRegistry().getFactories();

83. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

190 : clonedModel.getStructuredDocument().replaceText(this, 0, 0, "<sample> text");

84. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

190 : clonedModel.getStructuredDocument().replaceText(this, 0, 0, "<sample> text");

85. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

191 : ArrayList twoFactories = (ArrayList) clonedModel.getFactoryRegistry().getFactories();

86. WARNING: DiscouragedReference

Discouraged access: The method getFactories() from the type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

191 : ArrayList twoFactories = (ArrayList) clonedModel.getFactoryRegistry().getFactories();

87. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

202 : clonedModel.getStructuredDocument().setText(this, "<%@ page contentType=\"text/html\"");

88. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

202 : clonedModel.getStructuredDocument().setText(this, "<%@ page contentType=\"text/html\"");

89. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

203 : ArrayList threeFactories = (ArrayList) clonedModel.getFactoryRegistry().getFactories();

90. WARNING: DiscouragedReference

Discouraged access: The method getFactories() from the type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

203 : ArrayList threeFactories = (ArrayList) clonedModel.getFactoryRegistry().getFactories();

91. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

217 : IModelManager modelManager = StructuredModelManager.getModelManager();

92. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

218 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

93. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

218 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

94. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

218 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

95. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

218 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

96. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

225 : model.getStructuredDocument().setText(this, "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n" + "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\"\n" + "\"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n" + "<%@page language=\"java\" contentType=\"text/xml; charset=ISO-8859-1\"\n" + " pageEncoding=\"ISO-8859-1\"%>\n" + "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n" + "<head>\n" + "<meta http-equiv=\"Content-Type\" content=\"text/xml; charset=ISO-8859-1\" />\n" + "<style>\n" + "A { color: red; }\n" + "</style>\n" + "</head>\n" + "</html>\n" + "");

97. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelClone.java :

225 : model.getStructuredDocument().setText(this, "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n" +

98. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelClone.java :

240 : checkEmbeddedType(model, EmbeddedHTML.class);

99. WARNING: DiscouragedReference

Discouraged access: The type JSPModelQueryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelClone.java :

241 : checkModelQuery(model, JSPModelQueryImpl.class);

100. WARNING: DiscouragedReference

Discouraged access: The type HTMLModelQueryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelClone.java :

242 : checkEmbeddedModelQuery(model, JSPModelQueryAdapterImpl.class, JSPModelQueryImpl.class, HTMLModelQueryImpl.class);

Source File: org/eclipse/jst/jsp/ui/tests/TestModelEmbeddedContentType.java
1. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

18 : import org.eclipse.jst.jsp.core.internal.document.PageDirectiveAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

19 : import org.eclipse.jst.jsp.core.internal.provisional.contenttype.ContentTypeIdForJSP;

3. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelEmbeddedContentType.java :

20 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;

4. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

22 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.EmbeddedTypeHandler;

5. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

23 : import org.eclipse.wst.sse.core.internal.modelhandler.ModelHandlerUtility;

6. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

9. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

54 : protected void checkEmbeddedType(IStructuredModel clonedModel, Object expectedType) {

12. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

55 : Document doc = ((IDOMModel) clonedModel).getDocument();

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

55 : Document doc = ((IDOMModel) clonedModel).getDocument();

14. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

56 : PageDirectiveAdapter embeddedTypeAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getAdapterFor(PageDirectiveAdapter.class);

15. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

56 : PageDirectiveAdapter embeddedTypeAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getAdapterFor(PageDirectiveAdapter.class);

16. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

56 : PageDirectiveAdapter embeddedTypeAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getAdapterFor(PageDirectiveAdapter.class);

17. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

56 : PageDirectiveAdapter embeddedTypeAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getAdapterFor(PageDirectiveAdapter.class);

18. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

56 : PageDirectiveAdapter embeddedTypeAdapter = (PageDirectiveAdapter) ((INodeNotifier) doc).getAdapterFor(PageDirectiveAdapter.class);

19. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

59 : EmbeddedTypeHandler embeddedHandler = embeddedTypeAdapter.getEmbeddedType();

20. WARNING: DiscouragedReference

Discouraged access: The method getEmbeddedType() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

59 : EmbeddedTypeHandler embeddedHandler = embeddedTypeAdapter.getEmbeddedType();

21. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

67 : IModelManager modelManager = StructuredModelManager.getModelManager();

22. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

68 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

23. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

68 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

24. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

68 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

25. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_XML from the type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

68 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForXML.ContentTypeID_XML);

26. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

72 : Document doc = ((IDOMModel) model).getDocument();

27. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

72 : Document doc = ((IDOMModel) model).getDocument();

28. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

73 : EmbeddedTypeHandler embeddedHandler = (EmbeddedTypeHandler) ((INodeNotifier) doc).getAdapterFor(EmbeddedTypeHandler.class);

29. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

73 : EmbeddedTypeHandler embeddedHandler = (EmbeddedTypeHandler) ((INodeNotifier) doc).getAdapterFor(EmbeddedTypeHandler.class);

30. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

73 : EmbeddedTypeHandler embeddedHandler = (EmbeddedTypeHandler) ((INodeNotifier) doc).getAdapterFor(EmbeddedTypeHandler.class);

31. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

73 : EmbeddedTypeHandler embeddedHandler = (EmbeddedTypeHandler) ((INodeNotifier) doc).getAdapterFor(EmbeddedTypeHandler.class);

32. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

73 : EmbeddedTypeHandler embeddedHandler = (EmbeddedTypeHandler) ((INodeNotifier) doc).getAdapterFor(EmbeddedTypeHandler.class);

33. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

80 : IModelManager modelManager = StructuredModelManager.getModelManager();

34. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

81 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForHTML.ContentTypeID_HTML);

35. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

81 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForHTML.ContentTypeID_HTML);

36. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelEmbeddedContentType.java :

81 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForHTML.ContentTypeID_HTML);

37. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelEmbeddedContentType.java :

81 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForHTML.ContentTypeID_HTML);

38. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

85 : Document doc = ((IDOMModel) model).getDocument();

39. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

85 : Document doc = ((IDOMModel) model).getDocument();

40. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

86 : EmbeddedTypeHandler embeddedHandler = (EmbeddedTypeHandler) ((INodeNotifier) doc).getAdapterFor(EmbeddedTypeHandler.class);

41. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

86 : EmbeddedTypeHandler embeddedHandler = (EmbeddedTypeHandler) ((INodeNotifier) doc).getAdapterFor(EmbeddedTypeHandler.class);

42. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

86 : EmbeddedTypeHandler embeddedHandler = (EmbeddedTypeHandler) ((INodeNotifier) doc).getAdapterFor(EmbeddedTypeHandler.class);

43. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

86 : EmbeddedTypeHandler embeddedHandler = (EmbeddedTypeHandler) ((INodeNotifier) doc).getAdapterFor(EmbeddedTypeHandler.class);

44. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

86 : EmbeddedTypeHandler embeddedHandler = (EmbeddedTypeHandler) ((INodeNotifier) doc).getAdapterFor(EmbeddedTypeHandler.class);

45. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

91 : protected IStructuredModel doStructuredModelEmbeddedJSP() throws IOException {

46. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

93 : IModelManager modelManager = StructuredModelManager.getModelManager();

47. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

94 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

48. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

94 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

49. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

94 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

50. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

94 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

51. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

98 : Document doc = ((IDOMModel) model).getDocument();

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelEmbeddedContentType.java :

98 : Document doc = ((IDOMModel) model).getDocument();

53. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

99 : PageDirectiveAdapter embeddedHandler = (PageDirectiveAdapter) ((INodeNotifier) doc).getAdapterFor(PageDirectiveAdapter.class);

54. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

99 : PageDirectiveAdapter embeddedHandler = (PageDirectiveAdapter) ((INodeNotifier) doc).getAdapterFor(PageDirectiveAdapter.class);

55. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

99 : PageDirectiveAdapter embeddedHandler = (PageDirectiveAdapter) ((INodeNotifier) doc).getAdapterFor(PageDirectiveAdapter.class);

56. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

99 : PageDirectiveAdapter embeddedHandler = (PageDirectiveAdapter) ((INodeNotifier) doc).getAdapterFor(PageDirectiveAdapter.class);

57. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelEmbeddedContentType.java :

99 : PageDirectiveAdapter embeddedHandler = (PageDirectiveAdapter) ((INodeNotifier) doc).getAdapterFor(PageDirectiveAdapter.class);

58. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

103 : checkEmbeddedType(model, ModelHandlerUtility.getDefaultEmbeddedType());

59. WARNING: DiscouragedReference

Discouraged access: The method getDefaultEmbeddedType() from the type ModelHandlerUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

103 : checkEmbeddedType(model, ModelHandlerUtility.getDefaultEmbeddedType());

60. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

106 : model.getStructuredDocument().replaceText(this, 0, 0, testContent);

61. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

106 : model.getStructuredDocument().replaceText(this, 0, 0, testContent);

62. WARNING: DiscouragedReference

Discouraged access: The method isReinitializationNeeded() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

107 : assertTrue("reinit should NOT be needed in this case", !model.isReinitializationNeeded());

63. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

111 : checkEmbeddedType(model, ModelHandlerUtility.getDefaultEmbeddedType());

64. WARNING: DiscouragedReference

Discouraged access: The method getDefaultEmbeddedType() from the type ModelHandlerUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

111 : checkEmbeddedType(model, ModelHandlerUtility.getDefaultEmbeddedType());

65. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

124 : IStructuredModel model = doStructuredModelEmbeddedJSP();

66. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

126 : model.getStructuredDocument().replaceText(this, 27, 4, "xml");

67. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

126 : model.getStructuredDocument().replaceText(this, 27, 4, "xml");

68. WARNING: DiscouragedReference

Discouraged access: The method isReinitializationNeeded() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

131 : if (model.isReinitializationNeeded()) {

69. WARNING: DiscouragedReference

Discouraged access: The method reinit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

132 : model.reinit();

70. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

136 : checkEmbeddedType(model, ModelHandlerUtility.getEmbeddedContentTypeFor("text/xml"));

71. WARNING: DiscouragedReference

Discouraged access: The method getEmbeddedContentTypeFor(String) from the type ModelHandlerUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelEmbeddedContentType.java :

136 : checkEmbeddedType(model, ModelHandlerUtility.getEmbeddedContentTypeFor("text/xml"));

Source File: org/eclipse/jst/jsp/ui/tests/breakpointproviders/BreakpointProvidersTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassPatternRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BreakpointProvidersTest.java :

18 : import org.eclipse.jst.jsp.ui.internal.breakpointproviders.ClassPatternRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type ClassPatternRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BreakpointProvidersTest.java :

29 : final String pattern = ClassPatternRegistry.getInstance().getClassPattern("org.eclipse.jst.jsp.ui.tests.type");

3. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ClassPatternRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BreakpointProvidersTest.java :

29 : final String pattern = ClassPatternRegistry.getInstance().getClassPattern("org.eclipse.jst.jsp.ui.tests.type");

4. WARNING: DiscouragedReference

Discouraged access: The method getClassPattern(String) from the type ClassPatternRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BreakpointProvidersTest.java :

29 : final String pattern = ClassPatternRegistry.getInstance().getClassPattern("org.eclipse.jst.jsp.ui.tests.type");

5. WARNING: DiscouragedReference

Discouraged access: The type ClassPatternRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BreakpointProvidersTest.java :

47 : final String pattern = ClassPatternRegistry.getInstance().getClassPattern("org.eclipse.jst.jsp.ui.tests.notype");

6. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ClassPatternRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BreakpointProvidersTest.java :

47 : final String pattern = ClassPatternRegistry.getInstance().getClassPattern("org.eclipse.jst.jsp.ui.tests.notype");

7. WARNING: DiscouragedReference

Discouraged access: The method getClassPattern(String) from the type ClassPatternRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BreakpointProvidersTest.java :

47 : final String pattern = ClassPatternRegistry.getInstance().getClassPattern("org.eclipse.jst.jsp.ui.tests.notype");

8. WARNING: DiscouragedReference

Discouraged access: The type ClassPatternRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BreakpointProvidersTest.java :

55 : final String pattern = ClassPatternRegistry.getInstance().getClassPattern("org.eclipse.jst.jsp.ui.tests.multitype");

9. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ClassPatternRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BreakpointProvidersTest.java :

55 : final String pattern = ClassPatternRegistry.getInstance().getClassPattern("org.eclipse.jst.jsp.ui.tests.multitype");

10. WARNING: DiscouragedReference

Discouraged access: The method getClassPattern(String) from the type ClassPatternRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BreakpointProvidersTest.java :

55 : final String pattern = ClassPatternRegistry.getInstance().getClassPattern("org.eclipse.jst.jsp.ui.tests.multitype");

Source File: org/eclipse/jst/jsp/ui/tests/contentassist/BeanInfoProviderTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type BeanInfoProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

33 : import org.eclipse.jst.jsp.ui.internal.contentassist.BeanInfoProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

34 : import org.eclipse.jst.jsp.ui.internal.contentassist.IJavaPropertyDescriptor;

3. WARNING: DiscouragedReference

Discouraged access: The type BeanInfoProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

54 : private BeanInfoProvider fProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

166 : IJavaPropertyDescriptor[] descriptors = getProvider().getRuntimeProperties(fResource, "javax.swing.JButton");

5. WARNING: DiscouragedReference

Discouraged access: The method getRuntimeProperties(IResource, String) from the type BeanInfoProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

166 : IJavaPropertyDescriptor[] descriptors = getProvider().getRuntimeProperties(fResource, "javax.swing.JButton");

6. WARNING: DiscouragedReference

Discouraged access: The type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

190 : IJavaPropertyDescriptor[] descriptors = getProvider().getRuntimeProperties(fResource, "org.eclipse.jst.jsp.ui.tests.BaseAlbumCollectionBean");

7. WARNING: DiscouragedReference

Discouraged access: The method getRuntimeProperties(IResource, String) from the type BeanInfoProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

190 : IJavaPropertyDescriptor[] descriptors = getProvider().getRuntimeProperties(fResource, "org.eclipse.jst.jsp.ui.tests.BaseAlbumCollectionBean");

8. WARNING: DiscouragedReference

Discouraged access: The type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

195 : IJavaPropertyDescriptor jpd = null;

9. WARNING: DiscouragedReference

Discouraged access: The method getReadable() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

198 : if (jpd.getReadable() && jpd.getWriteable())

10. WARNING: DiscouragedReference

Discouraged access: The method getWriteable() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

198 : if (jpd.getReadable() && jpd.getWriteable())

11. WARNING: DiscouragedReference

Discouraged access: The method getReadable() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

200 : else if (jpd.getReadable() && !jpd.getWriteable())

12. WARNING: DiscouragedReference

Discouraged access: The method getWriteable() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

200 : else if (jpd.getReadable() && !jpd.getWriteable())

13. WARNING: DiscouragedReference

Discouraged access: The type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

209 : jpd = (IJavaPropertyDescriptor) getOnly.get(0);

14. WARNING: DiscouragedReference

Discouraged access: The method getReadable() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

210 : assertEquals("get readable for get only property: ", true, jpd.getReadable());

15. WARNING: DiscouragedReference

Discouraged access: The method getWriteable() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

211 : assertEquals("get writable for get only property:", false, jpd.getWriteable());

16. WARNING: DiscouragedReference

Discouraged access: The method getDisplayName() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

212 : assertEquals("name for get only property", "numCds", jpd.getDisplayName());

17. WARNING: DiscouragedReference

Discouraged access: The method getDeclaredType() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

213 : assertEquals("type for get only property", "int", jpd.getDeclaredType());

18. WARNING: DiscouragedReference

Discouraged access: The type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

215 : jpd = (IJavaPropertyDescriptor) setOnly.get(0);

19. WARNING: DiscouragedReference

Discouraged access: The method getReadable() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

216 : assertEquals("get readable for set only property: ", false, jpd.getReadable());

20. WARNING: DiscouragedReference

Discouraged access: The method getWriteable() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

217 : assertEquals("get writable for set only property:", true, jpd.getWriteable());

21. WARNING: DiscouragedReference

Discouraged access: The method getDisplayName() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

218 : assertEquals("name for set only property", "cds", jpd.getDisplayName());

22. WARNING: DiscouragedReference

Discouraged access: The method getDeclaredType() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

219 : assertEquals("type for set only property", "String[]", jpd.getDeclaredType());

23. WARNING: DiscouragedReference

Discouraged access: The type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

221 : jpd = (IJavaPropertyDescriptor) both.get(0);

24. WARNING: DiscouragedReference

Discouraged access: The method getReadable() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

222 : assertEquals("get readable for both property: ", true, jpd.getReadable());

25. WARNING: DiscouragedReference

Discouraged access: The method getWriteable() from the type IJavaPropertyDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

223 : assertEquals("get writable for both property:", true, jpd.getWriteable());

26. WARNING: DiscouragedReference

Discouraged access: The type BeanInfoProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

226 : private BeanInfoProvider getProvider() {

27. WARNING: DiscouragedReference

Discouraged access: The constructor BeanInfoProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

228 : fProvider = new BeanInfoProvider();

28. WARNING: DiscouragedReference

Discouraged access: The type BeanInfoProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

BeanInfoProviderTest.java :

228 : fProvider = new BeanInfoProvider();

Source File: org/eclipse/jst/jsp/ui/tests/contentassist/JSPELContentAssistTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSPELContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPELContentAssistTest.java :

25 : import org.eclipse.jst.jsp.ui.internal.contentassist.JSPELContentAssistProcessor;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistTest.java :

37 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistTest.java :

148 : StructuredTextViewer viewer = editor.getTextViewer();

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistTest.java :

185 : StructuredTextViewer viewer = editor.getTextViewer();

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistTest.java :

200 : StructuredTextViewer viewer = editor.getTextViewer();

6. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistTest.java :

212 : private ICompletionProposal[] getCompletionProposals(StructuredTextViewer viewer, int documentLocation) throws PartInitException {

7. WARNING: DiscouragedReference

Discouraged access: The type JSPELContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPELContentAssistTest.java :

213 : JSPELContentAssistProcessor processor = new JSPELContentAssistProcessor();

8. WARNING: DiscouragedReference

Discouraged access: The constructor JSPELContentAssistProcessor() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPELContentAssistTest.java :

213 : JSPELContentAssistProcessor processor = new JSPELContentAssistProcessor();

9. WARNING: DiscouragedReference

Discouraged access: The type JSPELContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPELContentAssistTest.java :

213 : JSPELContentAssistProcessor processor = new JSPELContentAssistProcessor();

10. WARNING: DiscouragedReference

Discouraged access: The method computeCompletionProposals(ITextViewer, int) from the type JSPELContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPELContentAssistTest.java :

214 : ICompletionProposal[] props = processor.computeCompletionProposals(viewer, documentLocation);

Source File: org/eclipse/jst/jsp/ui/tests/contentassist/JSPJavaTranslatorTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

21 : import org.eclipse.jst.jsp.core.internal.java.JSPTranslationUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

22 : import org.eclipse.jst.jsp.core.internal.java.JSPTranslator;

3. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaTranslatorTest.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

46 : IStructuredModel sm = getStructuredModelForRead(filename);

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaTranslatorTest.java :

48 : IDOMNode xmlNode = (IDOMNode) sm.getIndexedRegion(0);

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaTranslatorTest.java :

48 : IDOMNode xmlNode = (IDOMNode) sm.getIndexedRegion(0);

9. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

48 : IDOMNode xmlNode = (IDOMNode) sm.getIndexedRegion(0);

10. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

51 : JSPTranslator jspt = new JSPTranslator();

11. WARNING: DiscouragedReference

Discouraged access: The constructor JSPTranslator() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

51 : JSPTranslator jspt = new JSPTranslator();

12. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

51 : JSPTranslator jspt = new JSPTranslator();

13. WARNING: DiscouragedReference

Discouraged access: The method reset(IDOMNode, IProgressMonitor) from the type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

52 : jspt.reset(xmlNode, null);

14. WARNING: DiscouragedReference

Discouraged access: The method translate() from the type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

56 : jspt.translate();

15. WARNING: DiscouragedReference

Discouraged access: The method getTranslation() from the type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

57 : String translation = jspt.getTranslation().toString();

16. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

67 : sm.releaseFromRead();

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

73 : IStructuredModel sm = getStructuredModelForRead(filename);

18. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

75 : JSPTranslationUtil translationUtil = new JSPTranslationUtil(sm.getStructuredDocument());

19. WARNING: DiscouragedReference

Discouraged access: The constructor JSPTranslationUtil(IDocument) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

75 : JSPTranslationUtil translationUtil = new JSPTranslationUtil(sm.getStructuredDocument());

20. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

75 : JSPTranslationUtil translationUtil = new JSPTranslationUtil(sm.getStructuredDocument());

21. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

75 : JSPTranslationUtil translationUtil = new JSPTranslationUtil(sm.getStructuredDocument());

22. WARNING: DiscouragedReference

Discouraged access: The method getTranslation() from the type JSPTranslationUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

77 : String javaText = StringUtils.replace(translationUtil.getTranslation().getJavaText(), "\r\n", "\n");

23. WARNING: DiscouragedReference

Discouraged access: The method getJavaText() from the type JSPTranslationExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPJavaTranslatorTest.java :

77 : String javaText = StringUtils.replace(translationUtil.getTranslation().getJavaText(), "\r\n", "\n");

24. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

79 : sm.releaseFromRead();

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

112 : protected IStructuredModel getStructuredModelForRead(String filename) throws UnsupportedEncodingException, IOException {

26. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

114 : IModelManager modelManager = StructuredModelManager.getModelManager();

27. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

116 : IStructuredModel sModel = modelManager.getModelForRead(filename, inStream, null);

28. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaTranslatorTest.java :

116 : IStructuredModel sModel = modelManager.getModelForRead(filename, inStream, null);

Source File: org/eclipse/jst/jsp/ui/tests/contentassist/JSPTranslationTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type DOMModelForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

42 : import org.eclipse.jst.jsp.core.internal.domdocument.DOMModelForJSP;

2. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

43 : import org.eclipse.jst.jsp.core.internal.java.IJSPTranslation;

3. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

44 : import org.eclipse.jst.jsp.core.internal.java.JSPTranslation;

4. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

45 : import org.eclipse.jst.jsp.core.internal.java.JSPTranslationAdapter;

5. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

46 : import org.eclipse.jst.jsp.core.internal.modelhandler.ModelHandlerForJSP;

6. WARNING: DiscouragedReference

Discouraged access: The type JSP11Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

47 : import org.eclipse.jst.jsp.core.internal.provisional.JSP11Namespace;

7. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

54 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

55 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

56 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

107 : IDOMModel model = null;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

109 : model = (IDOMModel) getStructuredModelForRead(file);

12. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

112 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

13. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

112 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

14. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

112 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

15. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

112 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

16. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

112 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

17. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

113 : ICompilationUnit cu = adapter.getJSPTranslation().getCompilationUnit();

18. WARNING: DiscouragedReference

Discouraged access: The method getCompilationUnit() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

113 : ICompilationUnit cu = adapter.getJSPTranslation().getCompilationUnit();

19. WARNING: DiscouragedReference

Discouraged access: The type JSP11Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

121 : assertFalse("field named \"session\" exists", members[k].getElementName().equals(JSP11Namespace.ATTR_NAME_SESSION));

20. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME_SESSION from the type JSP11Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

121 : assertFalse("field named \"session\" exists", members[k].getElementName().equals(JSP11Namespace.ATTR_NAME_SESSION));

21. WARNING: DiscouragedReference

Discouraged access: The type JSP11Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

140 : if (fragment.getName().getFullyQualifiedName().equals(JSP11Namespace.ATTR_NAME_SESSION)) {

22. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME_SESSION from the type JSP11Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

140 : if (fragment.getName().getFullyQualifiedName().equals(JSP11Namespace.ATTR_NAME_SESSION)) {

23. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

154 : model.releaseFromRead();

24. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

171 : IDOMModel model = getIncludeTestModelForRead();

25. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

172 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

26. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

172 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

27. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

172 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

28. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

172 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

29. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

172 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

30. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

173 : JSPTranslation translation = adapter.getJSPTranslation();

31. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

173 : JSPTranslation translation = adapter.getJSPTranslation();

32. WARNING: DiscouragedReference

Discouraged access: The method getJava2JspMap() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

175 : HashMap java2jsp = translation.getJava2JspMap();

33. WARNING: DiscouragedReference

Discouraged access: The method getJsp2JavaMap() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

178 : HashMap jsp2java = translation.getJsp2JavaMap();

34. WARNING: DiscouragedReference

Discouraged access: The method getClassname() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

186 : int classnameLength = translation.getClassname().length();

35. WARNING: DiscouragedReference

Discouraged access: The method getJspText() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

188 : int jspTestPosition = translation.getJspText().indexOf("<%= ") + 4;

36. WARNING: DiscouragedReference

Discouraged access: The method getJavaOffset(int) from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

189 : int javaOffset = translation.getJavaOffset(jspTestPosition) - classnameLength;

37. WARNING: DiscouragedReference

Discouraged access: The method getJavaText() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

193 : int javaTestPostition = translation.getJavaText().indexOf("out.print( );") + 10;

38. WARNING: DiscouragedReference

Discouraged access: The method getJspOffset(int) from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

196 : int jspOffset = translation.getJspOffset(javaTestPostition);

39. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

201 : model.releaseFromRead();

40. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

208 : IDOMModel model = getIncludeTestModelForRead();

41. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

209 : ScannerUnitTests.verifyLengths(model, model.getStructuredDocument().get());

42. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

210 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

43. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

210 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

44. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

210 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

45. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

210 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

46. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

210 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

47. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

211 : JSPTranslation translation = adapter.getJSPTranslation();

48. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

211 : JSPTranslation translation = adapter.getJSPTranslation();

49. WARNING: DiscouragedReference

Discouraged access: The method getJavaText() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

218 : String text = translation.getJavaText();

50. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

225 : model.releaseFromRead();

51. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

230 : IDOMModel model = getIncludeTestModelForRead();

52. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

231 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

53. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

231 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

54. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

231 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

55. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

231 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

56. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

231 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) model.getDocument().getAdapterFor(IJSPTranslation.class);

57. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

232 : JSPTranslation translation = adapter.getJSPTranslation();

58. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

232 : JSPTranslation translation = adapter.getJSPTranslation();

59. WARNING: DiscouragedReference

Discouraged access: The method getJavaProject() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

235 : IJavaProject proj = adapter.getJavaProject();

60. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

238 : translation = adapter.getJSPTranslation();

61. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

243 : model.releaseFromRead();

62. WARNING: DiscouragedReference

Discouraged access: The type DOMModelForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

255 : DOMModelForJSP sModel = (DOMModelForJSP)getStructuredModelForRead(f);

63. WARNING: DiscouragedReference

Discouraged access: The type DOMModelForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

255 : DOMModelForJSP sModel = (DOMModelForJSP)getStructuredModelForRead(f);

64. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

258 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

65. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

258 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

66. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

258 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

67. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type DOMModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

258 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

68. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

258 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

69. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

259 : JSPTranslation translation = adapter.getJSPTranslation();

70. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

259 : JSPTranslation translation = adapter.getJSPTranslation();

71. WARNING: DiscouragedReference

Discouraged access: The method getJavaText() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

260 : String javaText = translation.getJavaText();

72. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type DOMStyleModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPTranslationTest.java :

268 : sModel.releaseFromRead();

73. WARNING: DiscouragedReference

Discouraged access: The type DOMModelForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

277 : DOMModelForJSP sModel = (DOMModelForJSP)getStructuredModelForRead(f);

74. WARNING: DiscouragedReference

Discouraged access: The type DOMModelForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

277 : DOMModelForJSP sModel = (DOMModelForJSP)getStructuredModelForRead(f);

75. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

280 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

76. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

280 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

77. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type DOMModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

280 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

78. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

280 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

79. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

280 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

80. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

281 : JSPTranslation translation = adapter.getJSPTranslation();

81. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

281 : JSPTranslation translation = adapter.getJSPTranslation();

82. WARNING: DiscouragedReference

Discouraged access: The method getJavaText() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

283 : String javaText = translation.getJavaText();

83. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type DOMStyleModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPTranslationTest.java :

293 : sModel.releaseFromRead();

84. WARNING: DiscouragedReference

Discouraged access: The type DOMModelForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

299 : DOMModelForJSP sModel = (DOMModelForJSP)getStructuredModelForRead(f);

85. WARNING: DiscouragedReference

Discouraged access: The type DOMModelForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

299 : DOMModelForJSP sModel = (DOMModelForJSP)getStructuredModelForRead(f);

86. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

302 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

87. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

302 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

88. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type DOMModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

302 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

89. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

302 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

90. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

302 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

91. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

303 : JSPTranslation translation = adapter.getJSPTranslation();

92. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

303 : JSPTranslation translation = adapter.getJSPTranslation();

93. WARNING: DiscouragedReference

Discouraged access: The method getJsp2JavaMap() from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

305 : HashMap jsp2java = translation.getJsp2JavaMap();

94. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type DOMStyleModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPTranslationTest.java :

318 : sModel.releaseFromRead();

95. WARNING: DiscouragedReference

Discouraged access: The type DOMModelForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

324 : DOMModelForJSP sModel = (DOMModelForJSP)getStructuredModelForRead(f);

96. WARNING: DiscouragedReference

Discouraged access: The type DOMModelForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

324 : DOMModelForJSP sModel = (DOMModelForJSP)getStructuredModelForRead(f);

97. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

327 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

98. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type DOMModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTranslationTest.java :

327 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

99. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTranslationTest.java :

327 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

100. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPTranslationTest.java :

327 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) sModel.getDocument().getAdapterFor(IJSPTranslation.class);

Source File: org/eclipse/jst/jsp/ui/tests/contentassist/TestJSPContentAssistComputers.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestJSPContentAssistComputers.java :

48 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TestJSPContentAssistComputers.java :

49 : import org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestJSPContentAssistComputers.java :

232 : StructuredTextViewer viewer = editor.getTextViewer();

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestJSPContentAssistComputers.java :

250 : private static ICompletionProposal[][] getProposals(StructuredTextViewer viewer, int offset, int pageCount) throws Exception {

5. WARNING: DiscouragedReference

Discouraged access: The method configure(SourceViewerConfiguration) from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestJSPContentAssistComputers.java :

254 : viewer.configure(configuration);

6. WARNING: DiscouragedReference

Discouraged access: The type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TestJSPContentAssistComputers.java :

337 : if(editorPart instanceof XMLMultiPageEditorPart) {

7. WARNING: DiscouragedReference

Discouraged access: The type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TestJSPContentAssistComputers.java :

338 : XMLMultiPageEditorPart xmlEditorPart = (XMLMultiPageEditorPart)editorPart;

8. WARNING: DiscouragedReference

Discouraged access: The type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TestJSPContentAssistComputers.java :

338 : XMLMultiPageEditorPart xmlEditorPart = (XMLMultiPageEditorPart)editorPart;

9. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Class) from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.ui/@dot

TestJSPContentAssistComputers.java :

339 : editor = (StructuredTextEditor)xmlEditorPart.getAdapter(StructuredTextEditor.class);

Source File: org/eclipse/jst/jsp/ui/tests/contentdescription/TestContentDescription.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

28 : import org.eclipse.jst.jsp.core.internal.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

29 : import org.eclipse.jst.jsp.core.internal.provisional.contenttype.ContentTypeIdForJSP;

3. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

30 : import org.eclipse.jst.jsp.core.internal.provisional.contenttype.IContentDescriptionForJSP;

4. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

43 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/xml");

5. WARNING: DiscouragedReference

Discouraged access: The field CONTENT_TYPE_ATTRIBUTE from the type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

43 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/xml");

6. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

50 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/xml");

7. WARNING: DiscouragedReference

Discouraged access: The field CONTENT_TYPE_ATTRIBUTE from the type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

50 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/xml");

8. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

57 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/xml");

9. WARNING: DiscouragedReference

Discouraged access: The field CONTENT_TYPE_ATTRIBUTE from the type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

57 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/xml");

10. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

64 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/html");

11. WARNING: DiscouragedReference

Discouraged access: The field CONTENT_TYPE_ATTRIBUTE from the type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

64 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/html");

12. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

70 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/xhtml");

13. WARNING: DiscouragedReference

Discouraged access: The field CONTENT_TYPE_ATTRIBUTE from the type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

70 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/xhtml");

14. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

76 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/xml");

15. WARNING: DiscouragedReference

Discouraged access: The field CONTENT_TYPE_ATTRIBUTE from the type IContentDescriptionForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

76 : expectedProperties.put(IContentDescriptionForJSP.CONTENT_TYPE_ATTRIBUTE, "text/xml");

16. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

111 : Logger.logException(e);

17. WARNING: DiscouragedReference

Discouraged access: The method logException(Throwable) from the type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

111 : Logger.logException(e);

18. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

114 : Logger.logException(e);

19. WARNING: DiscouragedReference

Discouraged access: The method logException(Throwable) from the type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

114 : Logger.logException(e);

20. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

138 : IContentType contentTypeJSP = Platform.getContentTypeManager().getContentType(ContentTypeIdForJSP.ContentTypeID_JSP);

21. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

138 : IContentType contentTypeJSP = Platform.getContentTypeManager().getContentType(ContentTypeIdForJSP.ContentTypeID_JSP);

22. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

142 : Logger.logException(e);

23. WARNING: DiscouragedReference

Discouraged access: The method logException(Throwable) from the type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

142 : Logger.logException(e);

24. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

150 : Logger.logException(e);

25. WARNING: DiscouragedReference

Discouraged access: The method logException(Throwable) from the type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestContentDescription.java :

150 : Logger.logException(e);

Source File: org/eclipse/jst/jsp/ui/tests/document/FileBufferDocumentTester.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

24 : import org.eclipse.jst.jsp.core.internal.text.StructuredTextPartitionerForJSP;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitioning;

3. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

26 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

27 : import org.eclipse.wst.sse.core.internal.util.Utilities;

5. WARNING: DiscouragedReference

Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

43 : if (Utilities.contains(expectedDocumentClass.getInterfaces(), IDocumentExtension3.class)) {

6. WARNING: DiscouragedReference

Discouraged access: The method contains(Object[], Object) from the type Utilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

43 : if (Utilities.contains(expectedDocumentClass.getInterfaces(), IDocumentExtension3.class)) {

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

44 : setupPartitioner = ((IDocumentExtension3) document).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);

8. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_STRUCTURED_PARTITIONING from the type IStructuredPartitioning is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

44 : setupPartitioner = ((IDocumentExtension3) document).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);

9. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

180 : doTestCreate("testfiles/jsp/MalformedNoEncodingXSL.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

10. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

180 : doTestCreate("testfiles/jsp/MalformedNoEncodingXSL.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

11. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

184 : doTestCreate("testfiles/jsp/testBrokenLine.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

12. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

184 : doTestCreate("testfiles/jsp/testBrokenLine.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

13. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

188 : doTestCreate("testfiles/jsp/testDefaultEncoding.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

14. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

188 : doTestCreate("testfiles/jsp/testDefaultEncoding.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

15. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

192 : doTestCreate("testfiles/jsp/testDefaultEncodingWithJunk.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

16. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

192 : doTestCreate("testfiles/jsp/testDefaultEncodingWithJunk.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

17. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

196 : doTestCreate("testfiles/jsp/testExtraJunk.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

18. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

196 : doTestCreate("testfiles/jsp/testExtraJunk.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

19. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

200 : doTestCreate("testfiles/jsp/testExtraValidStuff.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

20. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

200 : doTestCreate("testfiles/jsp/testExtraValidStuff.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

21. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

204 : doTestCreate("testfiles/jsp/testIllFormed.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

22. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

204 : doTestCreate("testfiles/jsp/testIllFormed.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

23. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

208 : doTestCreate("testfiles/jsp/testIllFormed2.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

24. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

208 : doTestCreate("testfiles/jsp/testIllFormed2.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

25. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

212 : doTestCreate("testfiles/jsp/testNoEncodingValue.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

26. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

212 : doTestCreate("testfiles/jsp/testNoEncodingValue.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

27. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

216 : doTestCreate("testfiles/jsp/testNoPageDirective.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

28. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

216 : doTestCreate("testfiles/jsp/testNoPageDirective.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

29. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

220 : doTestCreate("testfiles/jsp/testNoPageDirectiveAtFirst.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

30. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

220 : doTestCreate("testfiles/jsp/testNoPageDirectiveAtFirst.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

31. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

224 : doTestCreate("testfiles/jsp/testNoPageDirectiveInLargeFile.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

32. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

224 : doTestCreate("testfiles/jsp/testNoPageDirectiveInLargeFile.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

33. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

228 : doTestCreate("testfiles/jsp/testNormalCase.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

34. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

228 : doTestCreate("testfiles/jsp/testNormalCase.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

35. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

232 : doTestCreate("testfiles/jsp/testUTF16.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

36. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

232 : doTestCreate("testfiles/jsp/testUTF16.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

37. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

236 : doTestCreate("testfiles/jsp/utf16UnicodeStreamWithNoEncodingInHeader2.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

38. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

236 : doTestCreate("testfiles/jsp/utf16UnicodeStreamWithNoEncodingInHeader2.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

39. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

240 : doTestCreate("testfiles/jsp/utf16UnicodeStreamWithNoEncodingInHeaderBE.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

40. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

240 : doTestCreate("testfiles/jsp/utf16UnicodeStreamWithNoEncodingInHeaderBE.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

41. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

244 : doTestCreate("testfiles/jsp/utf16WithJapaneseChars.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

42. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

244 : doTestCreate("testfiles/jsp/utf16WithJapaneseChars.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

43. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

248 : doTestCreate("testfiles/jsp/UTF8With3ByteBOM.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

44. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

248 : doTestCreate("testfiles/jsp/UTF8With3ByteBOM.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

45. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

252 : doTestCreate("testfiles/jsp/WellFormedNormalNonDefault.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

46. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

252 : doTestCreate("testfiles/jsp/WellFormedNormalNonDefault.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

47. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

256 : doTestCreate("testfiles/regressionTestFiles/defect223365/SelColBeanRow12ResultsForm.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

48. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

256 : doTestCreate("testfiles/regressionTestFiles/defect223365/SelColBeanRow12ResultsForm.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

49. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

260 : doTestCreate("testfiles/regressionTestFiles/defect223365/SelColBeanRow12ResultsFormB.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

50. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

260 : doTestCreate("testfiles/regressionTestFiles/defect223365/SelColBeanRow12ResultsFormB.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

51. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

264 : doTestCreate("testfiles/regressionTestFiles/defect224293/testshiftjisXmlSyntax.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

52. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

264 : doTestCreate("testfiles/regressionTestFiles/defect224293/testshiftjisXmlSyntax.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

53. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

268 : doTestCreate("testfiles/regressionTestFiles/defect229667/audi.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

54. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

268 : doTestCreate("testfiles/regressionTestFiles/defect229667/audi.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

55. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

273 : doTestCreate("testfiles/jsp/noEncoding.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

56. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

273 : doTestCreate("testfiles/jsp/noEncoding.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

57. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

277 : doTestCreate("testfiles/jsp/NoEncodinginXMLDecl.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

58. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

277 : doTestCreate("testfiles/jsp/NoEncodinginXMLDecl.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

59. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

281 : doTestCreate("testfiles/jsp/nomalDirectiveCase.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

60. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

281 : doTestCreate("testfiles/jsp/nomalDirectiveCase.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

61. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

285 : doTestCreate("testfiles/jsp/nomalDirectiveCaseNoEncoding.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

62. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

285 : doTestCreate("testfiles/jsp/nomalDirectiveCaseNoEncoding.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

63. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

289 : doTestCreate("testfiles/jsp/nomalDirectiveCaseUsingCharset.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

64. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

289 : doTestCreate("testfiles/jsp/nomalDirectiveCaseUsingCharset.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

65. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

293 : doTestCreate("testfiles/jsp/nomalDirectiveCaseUsingXMLSyntax.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

66. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

293 : doTestCreate("testfiles/jsp/nomalDirectiveCaseUsingXMLSyntax.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

67. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

297 : doTestCreate("testfiles/jsp/NormalNonDefault.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

68. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

297 : doTestCreate("testfiles/jsp/NormalNonDefault.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

69. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

301 : doTestCreate("testfiles/jsp/NormalNonDefaultWithXMLDecl.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

70. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

301 : doTestCreate("testfiles/jsp/NormalNonDefaultWithXMLDecl.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

71. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

305 : doTestCreate("testfiles/jsp/NormalPageCaseNonDefault.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

72. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

305 : doTestCreate("testfiles/jsp/NormalPageCaseNonDefault.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

73. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

FileBufferDocumentTester.java :

309 : doTestCreate("testfiles/jsp/SelColBeanRow12ResultsForm.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

74. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

FileBufferDocumentTester.java :

309 : doTestCreate("testfiles/jsp/SelColBeanRow12ResultsForm.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

Source File: org/eclipse/jst/jsp/ui/tests/examples/CreatingJSPExpression.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

CreatingJSPExpression.java :

17 : import org.eclipse.jst.jsp.core.internal.provisional.contenttype.ContentTypeIdForJSP;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CreatingJSPExpression.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CreatingJSPExpression.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

21 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

6. WARNING: DiscouragedReference

Discouraged access: The type NodeFormatter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.format.NodeFormatter;

7. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CreatingJSPExpression.java :

46 : IModelManager modelManager = StructuredModelManager.getModelManager();

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CreatingJSPExpression.java :

47 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

9. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CreatingJSPExpression.java :

47 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

10. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

CreatingJSPExpression.java :

47 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

11. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

CreatingJSPExpression.java :

47 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

12. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CreatingJSPExpression.java :

51 : model.getStructuredDocument().setText(this, "<%@ page contentType=\"text/html\" language=\"java\" %>");

13. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CreatingJSPExpression.java :

51 : model.getStructuredDocument().setText(this, "<%@ page contentType=\"text/html\" language=\"java\" %>");

14. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

53 : Document doc = ((IDOMModel) model).getDocument();

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

53 : Document doc = ((IDOMModel) model).getDocument();

16. WARNING: DiscouragedReference

Discouraged access: The method setJSPTag(boolean) from the type IDOMElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

56 : ((IDOMElement) jspexpression).setJSPTag(true);

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

56 : ((IDOMElement) jspexpression).setJSPTag(true);

18. WARNING: DiscouragedReference

Discouraged access: The constructor NodeFormatter() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

67 : new NodeFormatter().format(jspexpression);

19. WARNING: DiscouragedReference

Discouraged access: The method format(Node) from the type NodeFormatter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

67 : new NodeFormatter().format(jspexpression);

20. WARNING: DiscouragedReference

Discouraged access: The type NodeFormatter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

67 : new NodeFormatter().format(jspexpression);

21. WARNING: DiscouragedReference

Discouraged access: The constructor NodeFormatter() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

68 : new NodeFormatter().format(cdatasection);

22. WARNING: DiscouragedReference

Discouraged access: The method format(Node) from the type NodeFormatter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

68 : new NodeFormatter().format(cdatasection);

23. WARNING: DiscouragedReference

Discouraged access: The type NodeFormatter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CreatingJSPExpression.java :

68 : new NodeFormatter().format(cdatasection);

24. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

CreatingJSPExpression.java :

70 : System.out.println(model.getStructuredDocument().get());

Source File: org/eclipse/jst/jsp/ui/tests/format/TestContentFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

35 : import org.eclipse.wst.html.core.internal.HTMLCorePlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

36 : import org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames;

3. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

38 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

39 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

70 : IStructuredModel beforeModel = null, afterModel = null;

6. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

85 : IDocument document = beforeModel.getStructuredDocument();

7. WARNING: DiscouragedReference

Discouraged access: The method save(OutputStream) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

91 : beforeModel.save(formattedBytes); // "beforeModel" should now be

8. WARNING: DiscouragedReference

Discouraged access: The method save(OutputStream) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

95 : afterModel.save(afterBytes);

9. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

103 : beforeModel.releaseFromEdit();

10. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

105 : afterModel.releaseFromEdit();

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

115 : private IStructuredModel getModelForEdit(final String filename) {

12. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

119 : IStructuredModel model = null;

13. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

121 : IModelManager modelManager = StructuredModelManager.getModelManager();

14. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestContentFormatter.java :

122 : model = modelManager.getModelForEdit(file);

15. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

134 : Preferences preferences = HTMLCorePlugin.getDefault().getPluginPreferences();

16. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type HTMLCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

134 : Preferences preferences = HTMLCorePlugin.getDefault().getPluginPreferences();

17. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

135 : preferences.setToDefault(HTMLCorePreferenceNames.SPLIT_MULTI_ATTRS);

18. WARNING: DiscouragedReference

Discouraged access: The field SPLIT_MULTI_ATTRS from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

135 : preferences.setToDefault(HTMLCorePreferenceNames.SPLIT_MULTI_ATTRS);

19. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

136 : preferences.setToDefault(HTMLCorePreferenceNames.LINE_WIDTH);

20. WARNING: DiscouragedReference

Discouraged access: The field LINE_WIDTH from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

136 : preferences.setToDefault(HTMLCorePreferenceNames.LINE_WIDTH);

21. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

137 : preferences.setToDefault(HTMLCorePreferenceNames.INDENTATION_CHAR);

22. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_CHAR from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

137 : preferences.setToDefault(HTMLCorePreferenceNames.INDENTATION_CHAR);

23. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

138 : preferences.setToDefault(HTMLCorePreferenceNames.INDENTATION_SIZE);

24. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_SIZE from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

138 : preferences.setToDefault(HTMLCorePreferenceNames.INDENTATION_SIZE);

25. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

139 : preferences.setToDefault(HTMLCorePreferenceNames.CLEAR_ALL_BLANK_LINES);

26. WARNING: DiscouragedReference

Discouraged access: The field CLEAR_ALL_BLANK_LINES from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestContentFormatter.java :

139 : preferences.setToDefault(HTMLCorePreferenceNames.CLEAR_ALL_BLANK_LINES);

Source File: org/eclipse/jst/jsp/ui/tests/model/TestModelsFromFiles.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelsFromFiles.java :

21 : import org.eclipse.jst.jsp.core.internal.text.StructuredTextPartitionerForJSP;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelsFromFiles.java :

23 : import org.eclipse.wst.html.core.internal.text.StructuredTextPartitionerForHTML;

3. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

6. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceAlreadyExists;

7. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceInUse;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitioning;

10. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

32 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument;

11. WARNING: DiscouragedReference

Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

33 : import org.eclipse.wst.sse.core.internal.util.Utilities;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelsFromFiles.java :

34 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelsFromFiles.java :

35 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

14. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelsFromFiles.java :

36 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

15. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelsFromFiles.java :

37 : import org.eclipse.wst.xml.core.internal.text.rules.StructuredTextPartitionerForXML;

16. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

41 : public void testNonExistentXML() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

17. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

41 : public void testNonExistentXML() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

18. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

42 : doTestCreate("testfiles/xml/testnonexistent.xml", BasicStructuredDocument.class, StructuredTextPartitionerForXML.class);

19. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelsFromFiles.java :

42 : doTestCreate("testfiles/xml/testnonexistent.xml", BasicStructuredDocument.class, StructuredTextPartitionerForXML.class);

20. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

45 : public void testNonExistentXMLDocument() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

21. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

45 : public void testNonExistentXMLDocument() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

22. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

46 : doTestNonExistentDocument("testfiles/xml/testnonexistent.xml", BasicStructuredDocument.class, StructuredTextPartitionerForXML.class);

23. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelsFromFiles.java :

46 : doTestNonExistentDocument("testfiles/xml/testnonexistent.xml", BasicStructuredDocument.class, StructuredTextPartitionerForXML.class);

24. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

49 : public void testNonExistentXMLModel() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

25. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

49 : public void testNonExistentXMLModel() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

26. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

50 : doTestCreateModelWithNonExistIFile("testfiles/xml/testnonexistent.xml", BasicStructuredDocument.class, StructuredTextPartitionerForXML.class);

27. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelsFromFiles.java :

50 : doTestCreateModelWithNonExistIFile("testfiles/xml/testnonexistent.xml", BasicStructuredDocument.class, StructuredTextPartitionerForXML.class);

28. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

53 : public void testNonExistentJSP() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

29. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

53 : public void testNonExistentJSP() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

30. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

54 : doTestCreate("testfiles/jsp/testnonexistent.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

31. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelsFromFiles.java :

54 : doTestCreate("testfiles/jsp/testnonexistent.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

32. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

57 : public void testNonExistentJSPDocument() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

33. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

57 : public void testNonExistentJSPDocument() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

34. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

58 : doTestNonExistentDocument("testfiles/jsp/testnonexistent.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

35. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelsFromFiles.java :

58 : doTestNonExistentDocument("testfiles/jsp/testnonexistent.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

36. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

61 : public void testNonExistentJSPModel() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

37. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

61 : public void testNonExistentJSPModel() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

38. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

62 : doTestCreateModelWithNonExistIFile("testfiles/jsp/testnonexistent.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

39. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelsFromFiles.java :

62 : doTestCreateModelWithNonExistIFile("testfiles/jsp/testnonexistent.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

40. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

65 : public void testSimpleCase() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

41. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

65 : public void testSimpleCase() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

42. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

66 : doTestNotEmpty("testfiles/xml/testNormalCase.xml", BasicStructuredDocument.class, StructuredTextPartitionerForXML.class);

43. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelsFromFiles.java :

66 : doTestNotEmpty("testfiles/xml/testNormalCase.xml", BasicStructuredDocument.class, StructuredTextPartitionerForXML.class);

44. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

69 : public void testSimpleDocumentCaseXML() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

45. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

69 : public void testSimpleDocumentCaseXML() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

46. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

70 : doTestNotEmptyDocument("testfiles/xml/testNormalCase.xml", BasicStructuredDocument.class, StructuredTextPartitionerForXML.class);

47. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestModelsFromFiles.java :

70 : doTestNotEmptyDocument("testfiles/xml/testNormalCase.xml", BasicStructuredDocument.class, StructuredTextPartitionerForXML.class);

48. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

73 : public void testSimpleDocumentCaseJSP() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

49. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

73 : public void testSimpleDocumentCaseJSP() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

50. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

74 : doTestNotEmptyDocument("testfiles/regressionTestFiles/defect223365/SelColBeanRow12ResultsForm.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

51. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelsFromFiles.java :

74 : doTestNotEmptyDocument("testfiles/regressionTestFiles/defect223365/SelColBeanRow12ResultsForm.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

52. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

77 : public void testComplexCase() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

53. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

77 : public void testComplexCase() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

54. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

78 : doTestNotEmpty("testfiles/regressionTestFiles/defect223365/SelColBeanRow12ResultsForm.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

55. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelsFromFiles.java :

78 : doTestNotEmpty("testfiles/regressionTestFiles/defect223365/SelColBeanRow12ResultsForm.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

56. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

81 : public void testReload() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

57. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

81 : public void testReload() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

58. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

82 : doTestReload("testfiles/regressionTestFiles/defect223365/SelColBeanRow12ResultsForm.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

59. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelsFromFiles.java :

82 : doTestReload("testfiles/regressionTestFiles/defect223365/SelColBeanRow12ResultsForm.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

60. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

85 : public void testJSPWithXMLOutput() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

61. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

85 : public void testJSPWithXMLOutput() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

62. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

86 : doTestReload("testfiles/jsp/jsp-xml-output.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

63. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelsFromFiles.java :

86 : doTestReload("testfiles/jsp/jsp-xml-output.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

64. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

89 : public void testXHTMLTransitional1() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

65. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

89 : public void testXHTMLTransitional1() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

66. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

90 : doTestCreate("testfiles/xhtml/testx.html", BasicStructuredDocument.class, StructuredTextPartitionerForHTML.class);

67. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelsFromFiles.java :

90 : doTestCreate("testfiles/xhtml/testx.html", BasicStructuredDocument.class, StructuredTextPartitionerForHTML.class);

68. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

93 : public void testXHTMLTransitional2() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

69. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

93 : public void testXHTMLTransitional2() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

70. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

94 : doTestCreate("testfiles/xhtml/testx.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

71. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelsFromFiles.java :

94 : doTestCreate("testfiles/xhtml/testx.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

72. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

97 : public void testXHTMLTransitional3() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

73. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

97 : public void testXHTMLTransitional3() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

74. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

98 : doTestCreate("testfiles/xhtml/testx.xhtml", BasicStructuredDocument.class, StructuredTextPartitionerForHTML.class);

75. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelsFromFiles.java :

98 : doTestCreate("testfiles/xhtml/testx.xhtml", BasicStructuredDocument.class, StructuredTextPartitionerForHTML.class);

76. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

101 : public void testHTMLTransitional1() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

77. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

101 : public void testHTMLTransitional1() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

78. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

102 : doTestCreate("testfiles/html/testh.html", BasicStructuredDocument.class, StructuredTextPartitionerForHTML.class);

79. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

TestModelsFromFiles.java :

102 : doTestCreate("testfiles/html/testh.html", BasicStructuredDocument.class, StructuredTextPartitionerForHTML.class);

80. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

105 : public void testHTMLTransitional2() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

81. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

105 : public void testHTMLTransitional2() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

82. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

106 : doTestCreate("testfiles/html/testh.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

83. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestModelsFromFiles.java :

106 : doTestCreate("testfiles/html/testh.jsp", BasicStructuredDocument.class, StructuredTextPartitionerForJSP.class);

84. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

126 : private void doTestNotEmpty(String filePath, Class expectedDocumentClass, Class expectedPartioner) throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

85. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

126 : private void doTestNotEmpty(String filePath, Class expectedDocumentClass, Class expectedPartioner) throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

86. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

142 : private void doTestNotEmptyDocument(String filePath, Class expectedDocumentClass, Class expectedPartioner) throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

87. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

142 : private void doTestNotEmptyDocument(String filePath, Class expectedDocumentClass, Class expectedPartioner) throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

88. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

144 : IModelManager modelManager = StructuredModelManager.getModelManager();

89. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

149 : IStructuredDocument document = modelManager.createStructuredDocumentFor(file);

90. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentFor(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

149 : IStructuredDocument document = modelManager.createStructuredDocumentFor(file);

91. WARNING: DiscouragedReference

Discouraged access: The method contains(Object[], Object) from the type Utilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

153 : if (Utilities.contains(expectedDocumentClass.getInterfaces(), IDocumentExtension3.class)) {

92. WARNING: DiscouragedReference

Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

153 : if (Utilities.contains(expectedDocumentClass.getInterfaces(), IDocumentExtension3.class)) {

93. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

154 : setupPartitioner = ((IDocumentExtension3) document).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);

94. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_STRUCTURED_PARTITIONING from the type IStructuredPartitioning is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

154 : setupPartitioner = ((IDocumentExtension3) document).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);

95. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

166 : private void doTestNonExistentDocument(String filePath, Class expectedDocumentClass, Class expectedPartioner) throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

96. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

166 : private void doTestNonExistentDocument(String filePath, Class expectedDocumentClass, Class expectedPartioner) throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

97. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

169 : IModelManager modelManager = StructuredModelManager.getModelManager();

98. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

174 : IStructuredDocument document = null;

99. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentFor(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

176 : document = modelManager.createStructuredDocumentFor(file);

100. WARNING: DiscouragedReference

Discouraged access: The method createNewStructuredDocumentFor(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestModelsFromFiles.java :

183 : document = modelManager.createNewStructuredDocumentFor(file);

Source File: org/eclipse/jst/jsp/ui/tests/modelquery/ModelQueryTester.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSPUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

ModelQueryTester.java :

26 : import org.eclipse.jst.jsp.ui.internal.JSPUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type HTML40Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ModelQueryTester.java :

29 : import org.eclipse.wst.html.core.internal.provisional.HTML40Namespace;

3. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ModelQueryTester.java :

30 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryTester.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

5. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ModelQueryTester.java :

33 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryProvider;

6. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ModelQueryTester.java :

34 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry;

7. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

35 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

8. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

36 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

9. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

37 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

10. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

38 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

11. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

39 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

12. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

40 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

13. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

41 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

14. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

42 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNodeList;

15. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

43 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.CMDocumentManager;

16. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

44 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

17. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

45 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

18. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

46 : import org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML;

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

47 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

60 : protected IDOMModel fModel = null;

21. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

62 : protected ModelQuery fModelQuery = null;

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

99 : fModel = (IDOMModel) createModel(ContentTypeIdForHTML.ContentTypeID_HTML);

23. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ModelQueryTester.java :

99 : fModel = (IDOMModel) createModel(ContentTypeIdForHTML.ContentTypeID_HTML);

24. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ModelQueryTester.java :

99 : fModel = (IDOMModel) createModel(ContentTypeIdForHTML.ContentTypeID_HTML);

25. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

107 : fModel = (IDOMModel) createModel(ContentTypeIdForXML.ContentTypeID_XML);

26. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

107 : fModel = (IDOMModel) createModel(ContentTypeIdForXML.ContentTypeID_XML);

27. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_XML from the type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

107 : fModel = (IDOMModel) createModel(ContentTypeIdForXML.ContentTypeID_XML);

28. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

116 : fModelQuery = ModelQueryUtil.getModelQuery(fModel.getDocument());

29. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

116 : fModelQuery = ModelQueryUtil.getModelQuery(fModel.getDocument());

30. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

116 : fModelQuery = ModelQueryUtil.getModelQuery(fModel.getDocument());

31. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryTester.java :

126 : fModel.getStructuredDocument().set("<html><body bgcolor=\"#ffffff\"><form method=\"post\"></form></body></html>"); // set

32. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryTester.java :

130 : Element bodyElement = (Element) fModel.getIndexedRegion(7); // node at

33. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

134 : CMElementDeclaration bodyDecl = fModelQuery.getCMElementDeclaration(bodyElement);

34. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

134 : CMElementDeclaration bodyDecl = fModelQuery.getCMElementDeclaration(bodyElement);

35. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

136 : int contentType = bodyDecl.getContentType();

36. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

137 : assertTrue("CMElementDeclaration CONTENT TYPE INCORRECT FOR BODY", (contentType == CMElementDeclaration.MIXED));

37. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

137 : assertTrue("CMElementDeclaration CONTENT TYPE INCORRECT FOR BODY", (contentType == CMElementDeclaration.MIXED));

38. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

140 : CMNamedNodeMap map = bodyDecl.getAttributes();

39. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

140 : CMNamedNodeMap map = bodyDecl.getAttributes();

40. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

143 : for (int i = 0; i < map.getLength(); i++) {

41. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

144 : CMAttributeDeclaration node = (CMAttributeDeclaration) map.item(i);

42. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

144 : CMAttributeDeclaration node = (CMAttributeDeclaration) map.item(i);

43. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

144 : CMAttributeDeclaration node = (CMAttributeDeclaration) map.item(i);

44. WARNING: DiscouragedReference

Discouraged access: The method getNodeName() from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

145 : String name = node.getNodeName();

45. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

148 : assertTrue("GOT INCORRECT ATTRIBUTE NODE TYPE", (node.getNodeType() == CMNode.ATTRIBUTE_DECLARATION));

46. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

148 : assertTrue("GOT INCORRECT ATTRIBUTE NODE TYPE", (node.getNodeType() == CMNode.ATTRIBUTE_DECLARATION));

47. WARNING: DiscouragedReference

Discouraged access: The field ATTRIBUTE_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

148 : assertTrue("GOT INCORRECT ATTRIBUTE NODE TYPE", (node.getNodeType() == CMNode.ATTRIBUTE_DECLARATION));

48. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

150 : CMDataType attrType = node.getAttrType();

49. WARNING: DiscouragedReference

Discouraged access: The method getAttrType() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

150 : CMDataType attrType = node.getAttrType();

50. WARNING: DiscouragedReference

Discouraged access: The method getImpliedValueKind() from the type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

153 : assertTrue("COULDN'T GET IMPLIED VALUE KIND", (attrType.getImpliedValueKind() == CMDataType.IMPLIED_VALUE_NONE));

51. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

153 : assertTrue("COULDN'T GET IMPLIED VALUE KIND", (attrType.getImpliedValueKind() == CMDataType.IMPLIED_VALUE_NONE));

52. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_NONE from the type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

153 : assertTrue("COULDN'T GET IMPLIED VALUE KIND", (attrType.getImpliedValueKind() == CMDataType.IMPLIED_VALUE_NONE));

53. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryTester.java :

163 : fModel.getStructuredDocument().set("<html></html>"); // set text

54. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

164 : Element htmlElement = fModel.getDocument().getDocumentElement();

55. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

165 : CMElementDeclaration htmlDecl = fModelQuery.getCMElementDeclaration(htmlElement);

56. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

165 : CMElementDeclaration htmlDecl = fModelQuery.getCMElementDeclaration(htmlElement);

57. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

168 : CMContent contents = htmlDecl.getContent();

58. WARNING: DiscouragedReference

Discouraged access: The method getContent() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

168 : CMContent contents = htmlDecl.getContent();

59. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

170 : assertTrue("content type is not a group", contents.getNodeType() == CMNode.GROUP);

60. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

170 : assertTrue("content type is not a group", contents.getNodeType() == CMNode.GROUP);

61. WARNING: DiscouragedReference

Discouraged access: The field GROUP from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

170 : assertTrue("content type is not a group", contents.getNodeType() == CMNode.GROUP);

62. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

172 : CMGroup group = (CMGroup) contents;

63. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

172 : CMGroup group = (CMGroup) contents;

64. WARNING: DiscouragedReference

Discouraged access: The method getOperator() from the type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

173 : int operator = group.getOperator();

65. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

174 : CMNodeList childList = group.getChildNodes();

66. WARNING: DiscouragedReference

Discouraged access: The method getChildNodes() from the type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

174 : CMNodeList childList = group.getChildNodes();

67. WARNING: DiscouragedReference

Discouraged access: The method getMaxOccur() from the type CMContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

175 : int max = contents.getMaxOccur();

68. WARNING: DiscouragedReference

Discouraged access: The method getMinOccur() from the type CMContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

176 : int min = contents.getMinOccur();

69. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

181 : assertTrue("relationship in group", operator == CMGroup.SEQUENCE);

70. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

181 : assertTrue("relationship in group", operator == CMGroup.SEQUENCE);

71. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

182 : assertTrue("content descriptor type, position 0", contents.getNodeType() == CMNode.GROUP);

72. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

182 : assertTrue("content descriptor type, position 0", contents.getNodeType() == CMNode.GROUP);

73. WARNING: DiscouragedReference

Discouraged access: The field GROUP from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

182 : assertTrue("content descriptor type, position 0", contents.getNodeType() == CMNode.GROUP);

74. WARNING: DiscouragedReference

Discouraged access: The method getNodeName() from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

183 : assertTrue("child order (HEAD first)", childList.item(0).getNodeName().equalsIgnoreCase(HTML40Namespace.ElementName.HEAD));

75. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNodeList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

183 : assertTrue("child order (HEAD first)", childList.item(0).getNodeName().equalsIgnoreCase(HTML40Namespace.ElementName.HEAD));

76. WARNING: DiscouragedReference

Discouraged access: The type HTML40Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ModelQueryTester.java :

183 : assertTrue("child order (HEAD first)", childList.item(0).getNodeName().equalsIgnoreCase(HTML40Namespace.ElementName.HEAD));

77. WARNING: DiscouragedReference

Discouraged access: The type HTML40Namespace.ElementName is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ModelQueryTester.java :

183 : assertTrue("child order (HEAD first)", childList.item(0).getNodeName().equalsIgnoreCase(HTML40Namespace.ElementName.HEAD));

78. WARNING: DiscouragedReference

Discouraged access: The field HEAD from the type HTML40Namespace.ElementName is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ModelQueryTester.java :

183 : assertTrue("child order (HEAD first)", childList.item(0).getNodeName().equalsIgnoreCase(HTML40Namespace.ElementName.HEAD));

79. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

185 : assertTrue("content descriptor type, position 1", childList.item(1).getNodeType() == CMNode.GROUP);

80. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNodeList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

185 : assertTrue("content descriptor type, position 1", childList.item(1).getNodeType() == CMNode.GROUP);

81. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

185 : assertTrue("content descriptor type, position 1", childList.item(1).getNodeType() == CMNode.GROUP);

82. WARNING: DiscouragedReference

Discouraged access: The field GROUP from the type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

185 : assertTrue("content descriptor type, position 1", childList.item(1).getNodeType() == CMNode.GROUP);

83. WARNING: DiscouragedReference

Discouraged access: The method getOperator() from the type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

189 : assertTrue("content descriptor type, position 1 - relationship of group", ((CMGroup) childList.item(1)).getOperator() == CMGroup.CHOICE);

84. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

189 : assertTrue("content descriptor type, position 1 - relationship of group", ((CMGroup) childList.item(1)).getOperator() == CMGroup.CHOICE);

85. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNodeList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

189 : assertTrue("content descriptor type, position 1 - relationship of group", ((CMGroup) childList.item(1)).getOperator() == CMGroup.CHOICE);

86. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

189 : assertTrue("content descriptor type, position 1 - relationship of group", ((CMGroup) childList.item(1)).getOperator() == CMGroup.CHOICE);

87. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

189 : assertTrue("content descriptor type, position 1 - relationship of group", ((CMGroup) childList.item(1)).getOperator() == CMGroup.CHOICE);

88. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryTester.java :

194 : fModel.getStructuredDocument().set("<html><body bgcolor=\"#ffffff\"><form method=\"post\"></form></body></html>"); // set

89. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryTester.java :

198 : Element formElement = (Element) fModel.getIndexedRegion(31); // <form>

90. WARNING: DiscouragedReference

Discouraged access: The type HTML40Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ModelQueryTester.java :

199 : Attr attrNode = formElement.getAttributeNode(HTML40Namespace.ATTR_NAME_METHOD);

91. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME_METHOD from the type HTML40Namespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

ModelQueryTester.java :

199 : Attr attrNode = formElement.getAttributeNode(HTML40Namespace.ATTR_NAME_METHOD);

92. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

200 : CMAttributeDeclaration methodAttrDecl = fModelQuery.getCMAttributeDeclaration(attrNode);

93. WARNING: DiscouragedReference

Discouraged access: The method getCMAttributeDeclaration(Attr) from the type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

200 : CMAttributeDeclaration methodAttrDecl = fModelQuery.getCMAttributeDeclaration(attrNode);

94. WARNING: DiscouragedReference

Discouraged access: The method getImpliedValue() from the type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

205 : assertTrue("default value for attribute \"method\" is wrong", (methodAttrDecl.getAttrType().getImpliedValue().equalsIgnoreCase("get")));

95. WARNING: DiscouragedReference

Discouraged access: The method getAttrType() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

205 : assertTrue("default value for attribute \"method\" is wrong", (methodAttrDecl.getAttrType().getImpliedValue().equalsIgnoreCase("get")));

96. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryTester.java :

226 : fModel.getStructuredDocument().set(content);

97. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

227 : CMDocumentManager documentManagaer = fModelQuery.getCMDocumentManager();

98. WARNING: DiscouragedReference

Discouraged access: The method getCMDocumentManager() from the type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

227 : CMDocumentManager documentManagaer = fModelQuery.getCMDocumentManager();

99. WARNING: DiscouragedReference

Discouraged access: The method setPropertyEnabled(String, boolean) from the type CMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

228 : documentManagaer.setPropertyEnabled(CMDocumentManager.PROPERTY_ASYNC_LOAD, false);

100. WARNING: DiscouragedReference

Discouraged access: The field PROPERTY_ASYNC_LOAD from the type CMDocumentManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryTester.java :

228 : documentManagaer.setPropertyEnabled(CMDocumentManager.PROPERTY_ASYNC_LOAD, false);

Source File: org/eclipse/jst/jsp/ui/tests/other/DebugDocument.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

DebugDocument.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DebugDocument.java :

18 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

DebugDocument.java :

78 : IStructuredDocumentRegion firstStructuredDocumentRegion = ((IDOMNode) topNode).getFirstStructuredDocumentRegion();

4. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DebugDocument.java :

78 : IStructuredDocumentRegion firstStructuredDocumentRegion = ((IDOMNode) topNode).getFirstStructuredDocumentRegion();

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DebugDocument.java :

78 : IStructuredDocumentRegion firstStructuredDocumentRegion = ((IDOMNode) topNode).getFirstStructuredDocumentRegion();

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

DebugDocument.java :

79 : IStructuredDocumentRegion lastStructuredDocumentRegion = ((IDOMNode) topNode).getLastStructuredDocumentRegion();

7. WARNING: DiscouragedReference

Discouraged access: The method getLastStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DebugDocument.java :

79 : IStructuredDocumentRegion lastStructuredDocumentRegion = ((IDOMNode) topNode).getLastStructuredDocumentRegion();

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

DebugDocument.java :

79 : IStructuredDocumentRegion lastStructuredDocumentRegion = ((IDOMNode) topNode).getLastStructuredDocumentRegion();

9. WARNING: DiscouragedReference

Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

DebugDocument.java :

83 : int start = firstStructuredDocumentRegion.getStart();

10. WARNING: DiscouragedReference

Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

DebugDocument.java :

84 : int end = lastStructuredDocumentRegion.getEnd();

Source File: org/eclipse/jst/jsp/ui/tests/other/ScannerUnitTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ScannerUnitTests.java :

21 : import org.eclipse.jst.jsp.core.internal.modelhandler.ModelHandlerForJSP;

2. WARNING: DiscouragedReference

Discouraged access: The type DOMJSPRegionContexts is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ScannerUnitTests.java :

22 : import org.eclipse.jst.jsp.core.internal.regions.DOMJSPRegionContexts;

3. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

24 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IModelHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

25 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;

5. WARNING: DiscouragedReference

Discouraged access: The type BlockTagParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

26 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockTagParser;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegionList;

10. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

11. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection;

12. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

13. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

14. WARNING: DiscouragedReference

Discouraged access: The type CoreNodeList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

35 : import org.eclipse.wst.sse.core.internal.text.CoreNodeList;

15. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

36 : import org.eclipse.wst.xml.core.internal.modelhandler.ModelHandlerForXML;

16. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

37 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

17. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

44 : public static boolean checkComplexRegionTypes(ITextRegionList regions, String[] contexts, String[][] embeddedContexts) {

18. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

47 : Iterator iterator = regions.iterator();

19. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

51 : ITextRegion region = (ITextRegion) iterator.next();

20. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

51 : ITextRegion region = (ITextRegion) iterator.next();

21. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

52 : assertEquals("context " + i + " incorrect", contexts[i], region.getType());

22. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

53 : if (region instanceof ITextRegionContainer) {

23. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

54 : ITextRegionContainer container = (ITextRegionContainer) region;

24. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

54 : ITextRegionContainer container = (ITextRegionContainer) region;

25. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

55 : boolean embeddedResult = checkSimpleRegionCount(container, embeddedContexts[embedCount].length) && checkSimpleRegionTypes(container.getRegions(), embeddedContexts[embedCount]);

26. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

63 : public static boolean checkModelLength(IStructuredDocument document, int length) {

27. WARNING: DiscouragedReference

Discouraged access: The method getLastStructuredDocumentRegion() from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

64 : return checkModelLength(document.getLastStructuredDocumentRegion(), length);

28. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

67 : public static boolean checkModelLength(IStructuredDocumentRegion region, int length) {

29. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

68 : return region.getEndOffset() == length;

30. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

71 : public static boolean checkSimpleRegionCount(ITextRegionContainer regionContainer, int size) {

31. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

74 : assertEquals("region count", size, regionContainer.getNumberOfRegions());

32. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

78 : public static boolean checkSimpleRegionCounts(IStructuredDocumentRegionList regionContainers, int[] sizes) {

33. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

79 : int containers = regionContainers.getLength();

34. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

82 : assertEquals("container " + i + " is different", sizes[i], regionContainers.item(i).getNumberOfRegions());

35. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

82 : assertEquals("container " + i + " is different", sizes[i], regionContainers.item(i).getNumberOfRegions());

36. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

88 : public static boolean checkSimpleRegionTypes(ITextRegionList regions, String[] contexts) {

37. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

90 : ITextRegion region = regions.get(i);

38. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

90 : ITextRegion region = regions.get(i);

39. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

91 : assertEquals("region type " + i, contexts[i], region.getType());

40. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

153 : public static void verifyLengths(int startOffset, IStructuredDocumentRegion firstDocumentRegion, String text) {

41. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

154 : IStructuredDocumentRegion holdRegion = firstDocumentRegion;

42. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

155 : assertTrue("document does not start at expected offset", holdRegion.getStartOffset() == startOffset);

43. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

157 : while (holdRegion != null && holdRegion.getEndOffset() > 0) {

44. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

158 : assertTrue("zero-length StructuredDocumentRegion found", holdRegion.getStartOffset() == lastEnd);

45. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

159 : assertTrue("TextRegionless StructuredDocumentRegion found", holdRegion.getNumberOfRegions() > 0);

46. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

160 : ITextRegionList list = holdRegion.getRegions();

47. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

160 : ITextRegionList list = holdRegion.getRegions();

48. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

162 : for (int i = 0; i < list.size(); i++) {

49. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

163 : ITextRegion region = list.get(i);

50. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

163 : ITextRegion region = list.get(i);

51. WARNING: DiscouragedReference

Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

164 : assertTrue("text region seams don't match", region.getStart() == index);

52. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

165 : index += region.getLength();

53. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

167 : lastEnd = holdRegion.getEndOffset();

54. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

168 : holdRegion = holdRegion.getNext();

55. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

172 : while (holdRegion != null && holdRegion.getNext() != null) {

56. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

173 : holdRegion = holdRegion.getNext();

57. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

178 : public static void verifyLengths(int startOffset, IStructuredDocumentRegionList list, String text) {

58. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

179 : verifyLengths(startOffset, list.item(0), text);

59. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

182 : public static void verifyLengths(IStructuredDocument document, String text) {

60. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

183 : verifyLengths(0, document.getFirstStructuredDocumentRegion(), text);

61. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

186 : public static void verifyLengths(IStructuredModel model, String text) {

62. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

187 : verifyLengths(model.getStructuredDocument(), text);

63. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

190 : protected IStructuredDocument fModel;

64. WARNING: DiscouragedReference

Discouraged access: The type BlockTagParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

192 : private BlockTagParser parser;

65. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

217 : protected IStructuredDocumentRegionList setUpJSP(String text) {

66. WARNING: DiscouragedReference

Discouraged access: The constructor ModelHandlerForJSP() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ScannerUnitTests.java :

219 : setupModel(new ModelHandlerForJSP());

67. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ScannerUnitTests.java :

219 : setupModel(new ModelHandlerForJSP());

68. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type BlockTagParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

220 : parser.addBlockMarker(new BlockMarker("script", null, DOMRegionContext.BLOCK_TEXT, false));

69. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

220 : parser.addBlockMarker(new BlockMarker("script", null, DOMRegionContext.BLOCK_TEXT, false));

70. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

220 : parser.addBlockMarker(new BlockMarker("script", null, DOMRegionContext.BLOCK_TEXT, false));

71. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

220 : parser.addBlockMarker(new BlockMarker("script", null, DOMRegionContext.BLOCK_TEXT, false));

72. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

220 : parser.addBlockMarker(new BlockMarker("script", null, DOMRegionContext.BLOCK_TEXT, false));

73. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type BlockTagParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

221 : parser.addBlockMarker(new BlockMarker("style", null, DOMRegionContext.BLOCK_TEXT, false));

74. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

221 : parser.addBlockMarker(new BlockMarker("style", null, DOMRegionContext.BLOCK_TEXT, false));

75. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

221 : parser.addBlockMarker(new BlockMarker("style", null, DOMRegionContext.BLOCK_TEXT, false));

76. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

221 : parser.addBlockMarker(new BlockMarker("style", null, DOMRegionContext.BLOCK_TEXT, false));

77. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

221 : parser.addBlockMarker(new BlockMarker("style", null, DOMRegionContext.BLOCK_TEXT, false));

78. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type BlockTagParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

222 : parser.addBlockMarker(new BlockMarker("disallowJSP", null, DOMRegionContext.BLOCK_TEXT, true, false));

79. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

222 : parser.addBlockMarker(new BlockMarker("disallowJSP", null, DOMRegionContext.BLOCK_TEXT, true, false));

80. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

222 : parser.addBlockMarker(new BlockMarker("disallowJSP", null, DOMRegionContext.BLOCK_TEXT, true, false));

81. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

222 : parser.addBlockMarker(new BlockMarker("disallowJSP", null, DOMRegionContext.BLOCK_TEXT, true, false));

82. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

222 : parser.addBlockMarker(new BlockMarker("disallowJSP", null, DOMRegionContext.BLOCK_TEXT, true, false));

83. WARNING: DiscouragedReference

Discouraged access: The method getRegionList() from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

237 : return fModel.getRegionList();

84. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

240 : protected void setupModel(IModelHandler contentType) {

85. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

242 : fModel = (IStructuredDocument) contentType.getDocumentLoader().createNewStructuredDocument();

86. WARNING: DiscouragedReference

Discouraged access: The method createNewStructuredDocument() from the type IDocumentLoader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

242 : fModel = (IStructuredDocument) contentType.getDocumentLoader().createNewStructuredDocument();

87. WARNING: DiscouragedReference

Discouraged access: The method getDocumentLoader() from the type IDocumentTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

242 : fModel = (IStructuredDocument) contentType.getDocumentLoader().createNewStructuredDocument();

88. WARNING: DiscouragedReference

Discouraged access: The type BlockTagParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

243 : this.parser = (BlockTagParser) fModel.getParser();

89. WARNING: DiscouragedReference

Discouraged access: The method getParser() from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

243 : this.parser = (BlockTagParser) fModel.getParser();

90. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

246 : protected IStructuredDocumentRegionList setUpXML(String text) {

91. WARNING: DiscouragedReference

Discouraged access: The constructor ModelHandlerForXML() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

248 : setupModel(new ModelHandlerForXML());

92. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

248 : setupModel(new ModelHandlerForXML());

93. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type BlockTagParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

249 : parser.addBlockMarker(new BlockMarker("script", null, DOMRegionContext.BLOCK_TEXT, false));

94. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

249 : parser.addBlockMarker(new BlockMarker("script", null, DOMRegionContext.BLOCK_TEXT, false));

95. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

249 : parser.addBlockMarker(new BlockMarker("script", null, DOMRegionContext.BLOCK_TEXT, false));

96. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

249 : parser.addBlockMarker(new BlockMarker("script", null, DOMRegionContext.BLOCK_TEXT, false));

97. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

249 : parser.addBlockMarker(new BlockMarker("script", null, DOMRegionContext.BLOCK_TEXT, false));

98. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScannerUnitTests.java :

250 : parser.addBlockMarker(new BlockMarker("style", null, DOMRegionContext.BLOCK_TEXT, false));

99. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

250 : parser.addBlockMarker(new BlockMarker("style", null, DOMRegionContext.BLOCK_TEXT, false));

100. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScannerUnitTests.java :

250 : parser.addBlockMarker(new BlockMarker("style", null, DOMRegionContext.BLOCK_TEXT, false));

Source File: org/eclipse/jst/jsp/ui/tests/other/ScanningTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSPSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ScanningTests.java :

25 : import org.eclipse.jst.jsp.core.internal.parser.JSPSourceParser;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

26 : import org.eclipse.wst.sse.core.internal.document.StructuredDocumentFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

27 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;

4. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

28 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

7. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

8. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

9. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionIterator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

33 : import org.eclipse.wst.sse.core.internal.text.StructuredDocumentRegionIterator;

10. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

34 : import org.eclipse.wst.sse.core.internal.util.Debug;

11. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

36 : import org.eclipse.wst.xml.core.internal.parser.XMLSourceParser;

12. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

37 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

44 : private static IStructuredDocument textStore = null;

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

60 : IStructuredDocumentRegion r = (IStructuredDocumentRegion) e.nextElement();

15. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

60 : IStructuredDocumentRegion r = (IStructuredDocumentRegion) e.nextElement();

16. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

61 : if (r.getStartOffset() != lastEnd)

17. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

63 : if (r.getNumberOfRegions() < 1)

18. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

65 : lastEnd = r.getEndOffset();

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

80 : IStructuredDocumentRegion r = (IStructuredDocumentRegion) e.next();

20. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

80 : IStructuredDocumentRegion r = (IStructuredDocumentRegion) e.next();

21. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

81 : if (r.getStartOffset() != lastEnd)

22. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

83 : lastEnd = r.getEndOffset();

23. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

122 : public static RegionParser newParser() {

24. WARNING: DiscouragedReference

Discouraged access: The type JSPSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ScanningTests.java :

123 : JSPSourceParser parser = new JSPSourceParser();

25. WARNING: DiscouragedReference

Discouraged access: The constructor JSPSourceParser() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ScanningTests.java :

123 : JSPSourceParser parser = new JSPSourceParser();

26. WARNING: DiscouragedReference

Discouraged access: The type JSPSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ScanningTests.java :

123 : JSPSourceParser parser = new JSPSourceParser();

27. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type XMLSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

124 : parser.addBlockMarker(new BlockMarker("foo", null, DOMRegionContext.BLOCK_TEXT, true));

28. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

124 : parser.addBlockMarker(new BlockMarker("foo", null, DOMRegionContext.BLOCK_TEXT, true));

29. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

124 : parser.addBlockMarker(new BlockMarker("foo", null, DOMRegionContext.BLOCK_TEXT, true));

30. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

124 : parser.addBlockMarker(new BlockMarker("foo", null, DOMRegionContext.BLOCK_TEXT, true));

31. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

124 : parser.addBlockMarker(new BlockMarker("foo", null, DOMRegionContext.BLOCK_TEXT, true));

32. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type XMLSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

125 : parser.addBlockMarker(new BlockMarker("globalFoo", null, DOMRegionContext.BLOCK_TEXT, true));

33. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

125 : parser.addBlockMarker(new BlockMarker("globalFoo", null, DOMRegionContext.BLOCK_TEXT, true));

34. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

125 : parser.addBlockMarker(new BlockMarker("globalFoo", null, DOMRegionContext.BLOCK_TEXT, true));

35. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

125 : parser.addBlockMarker(new BlockMarker("globalFoo", null, DOMRegionContext.BLOCK_TEXT, true));

36. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

125 : parser.addBlockMarker(new BlockMarker("globalFoo", null, DOMRegionContext.BLOCK_TEXT, true));

37. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

133 : public static RegionParser newXMLParser() {

38. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

134 : XMLSourceParser parser = new XMLSourceParser();

39. WARNING: DiscouragedReference

Discouraged access: The constructor XMLSourceParser() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

134 : XMLSourceParser parser = new XMLSourceParser();

40. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

134 : XMLSourceParser parser = new XMLSourceParser();

41. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type XMLSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

135 : parser.addBlockMarker(new BlockMarker("Script", DOMRegionContext.BLOCK_TEXT, false));

42. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, String, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

135 : parser.addBlockMarker(new BlockMarker("Script", DOMRegionContext.BLOCK_TEXT, false));

43. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

135 : parser.addBlockMarker(new BlockMarker("Script", DOMRegionContext.BLOCK_TEXT, false));

44. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

135 : parser.addBlockMarker(new BlockMarker("Script", DOMRegionContext.BLOCK_TEXT, false));

45. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

135 : parser.addBlockMarker(new BlockMarker("Script", DOMRegionContext.BLOCK_TEXT, false));

46. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type XMLSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

136 : parser.addBlockMarker(new BlockMarker("stylE", DOMRegionContext.BLOCK_TEXT, false));

47. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, String, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

136 : parser.addBlockMarker(new BlockMarker("stylE", DOMRegionContext.BLOCK_TEXT, false));

48. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

136 : parser.addBlockMarker(new BlockMarker("stylE", DOMRegionContext.BLOCK_TEXT, false));

49. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

136 : parser.addBlockMarker(new BlockMarker("stylE", DOMRegionContext.BLOCK_TEXT, false));

50. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ScanningTests.java :

136 : parser.addBlockMarker(new BlockMarker("stylE", DOMRegionContext.BLOCK_TEXT, false));

51. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

145 : if (Debug.perfTest) {

52. WARNING: DiscouragedReference

Discouraged access: The field perfTest from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

145 : if (Debug.perfTest) {

53. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

148 : RegionParser parser = null;

54. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

153 : if (Debug.perfTest) {

55. WARNING: DiscouragedReference

Discouraged access: The field perfTest from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

153 : if (Debug.perfTest) {

56. WARNING: DiscouragedReference

Discouraged access: The method reset(Reader) from the type RegionParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

158 : parser.reset(new StringReader(stringdata));

57. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

159 : IStructuredDocumentRegion aNode = setNodeDocument(parser.getDocumentRegions());

58. WARNING: DiscouragedReference

Discouraged access: The method getDocumentRegions() from the type RegionParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

159 : IStructuredDocumentRegion aNode = setNodeDocument(parser.getDocumentRegions());

59. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

160 : if (Debug.perfTest) {

60. WARNING: DiscouragedReference

Discouraged access: The field perfTest from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

160 : if (Debug.perfTest) {

61. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

163 : textStore = StructuredDocumentFactory.getNewStructuredDocumentInstance(parser);

62. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentInstance(RegionParser) from the type StructuredDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

163 : textStore = StructuredDocumentFactory.getNewStructuredDocumentInstance(parser);

63. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

164 : textStore.setText(null, stringdata);

64. WARNING: DiscouragedReference

Discouraged access: The method setParentDocument(IStructuredDocumentRegion, IStructuredDocument) from the type StructuredDocumentRegionIterator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

165 : StructuredDocumentRegionIterator.setParentDocument(aNode, textStore);

65. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionIterator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

165 : StructuredDocumentRegionIterator.setParentDocument(aNode, textStore);

66. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

169 : aNode = aNode.getNext();

67. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

171 : if (Debug.perfTest) {

68. WARNING: DiscouragedReference

Discouraged access: The field perfTest from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

171 : if (Debug.perfTest) {

69. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

179 : if (Debug.perfTest) {

70. WARNING: DiscouragedReference

Discouraged access: The field perfTest from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

179 : if (Debug.perfTest) {

71. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

182 : if (Debug.perfTest) {

72. WARNING: DiscouragedReference

Discouraged access: The field perfTest from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

182 : if (Debug.perfTest) {

73. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

186 : if (Debug.perfTest) {

74. WARNING: DiscouragedReference

Discouraged access: The field perfTest from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

186 : if (Debug.perfTest) {

75. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

193 : private static IStructuredDocumentRegion setNodeDocument(IStructuredDocumentRegion startNode) {

76. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

193 : private static IStructuredDocumentRegion setNodeDocument(IStructuredDocumentRegion startNode) {

77. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

195 : IStructuredDocumentRegion aNode = startNode;

78. WARNING: DiscouragedReference

Discouraged access: The method setParentDocument(IStructuredDocument) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

197 : aNode.setParentDocument(textStore);

79. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

198 : aNode = aNode.getNext();

80. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

209 : RegionParser parser = newParser();

81. WARNING: DiscouragedReference

Discouraged access: The method reset(Reader) from the type RegionParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

211 : parser.reset(input);

82. WARNING: DiscouragedReference

Discouraged access: The method getDocumentRegions() from the type RegionParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

213 : parser.getDocumentRegions();

83. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type RegionParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

214 : v = parser.getRegions();

84. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentInstance(RegionParser) from the type StructuredDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

219 : textStore = StructuredDocumentFactory.getNewStructuredDocumentInstance(parser);

85. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

219 : textStore = StructuredDocumentFactory.getNewStructuredDocumentInstance(parser);

86. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

220 : textStore.setText(null, buff.toString());

87. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

251 : IStructuredDocumentRegion node = (IStructuredDocumentRegion) l.get(i);

88. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

251 : IStructuredDocumentRegion node = (IStructuredDocumentRegion) l.get(i);

89. WARNING: DiscouragedReference

Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

256 : s += "[" + node.getStart() + ", " + node.getEnd() + "] (UNPRINTABLE " + e + ")";

90. WARNING: DiscouragedReference

Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

256 : s += "[" + node.getStart() + ", " + node.getEnd() + "] (UNPRINTABLE " + e + ")";

91. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

258 : ITextRegionList m = node.getRegions();

92. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

258 : ITextRegionList m = node.getRegions();

93. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

259 : for (int j = 0; j < m.size(); j++)

94. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

260 : if (m.get(j) instanceof ITextRegionContainer) {

95. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

260 : if (m.get(j) instanceof ITextRegionContainer) {

96. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

261 : s = s + "\t" + StringUtils.escape(m.get(j).toString()) + "\n";

97. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

262 : ITextRegionList n = ((ITextRegionContainer) m.get(j)).getRegions();

98. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

262 : ITextRegionList n = ((ITextRegionContainer) m.get(j)).getRegions();

99. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

262 : ITextRegionList n = ((ITextRegionContainer) m.get(j)).getRegions();

100. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ScanningTests.java :

262 : ITextRegionList n = ((ITextRegionContainer) m.get(j)).getRegions();

Source File: org/eclipse/jst/jsp/ui/tests/other/StructuredDocumentToDOMUnitTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.events.IStructuredDocumentListener;

3. WARNING: DiscouragedReference

Discouraged access: The type NewDocumentEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.events.NewDocumentEvent;

4. WARNING: DiscouragedReference

Discouraged access: The type NoChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.events.NoChangeEvent;

5. WARNING: DiscouragedReference

Discouraged access: The type RegionChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.events.RegionChangedEvent;

6. WARNING: DiscouragedReference

Discouraged access: The type RegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.events.RegionsReplacedEvent;

7. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentRegionsReplacedEvent;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegionList;

10. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

27 : import org.eclipse.wst.sse.core.internal.util.Debug;

11. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

29 : import org.eclipse.wst.xml.core.internal.document.DOMModelImpl;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

34 : public class StructuredDocumentToDOMUnitTests implements IStructuredDocumentListener {

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

73 : void makeChange1(IDOMModel tree) {

15. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

78 : org.w3c.dom.Document dom = tree.getDocument();

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

94 : void makeChange2(IStructuredDocument structuredDocument) {

17. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

97 : structuredDocument.replaceText(this, 19, 1, null);

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

100 : void makeChange3(IDOMModel tree) {

19. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

105 : org.w3c.dom.Document dom = tree.getDocument();

20. WARNING: DiscouragedReference

Discouraged access: The type NewDocumentEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

117 : public void newModel(NewDocumentEvent structuredDocumentEvent) {

21. WARNING: DiscouragedReference

Discouraged access: The type NoChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

124 : public void noChange(NoChangeEvent structuredDocumentEvent) {

22. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

132 : public void nodesReplaced(StructuredDocumentRegionsReplacedEvent structuredDocumentEvent) {

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

135 : IStructuredDocumentRegionList flatNodeList = structuredDocumentEvent.getNewStructuredDocumentRegions();

24. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

135 : IStructuredDocumentRegionList flatNodeList = structuredDocumentEvent.getNewStructuredDocumentRegions();

25. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

136 : int len = flatNodeList.getLength();

26. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

138 : String outString = flatNodeList.item(i).toString();

27. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

143 : flatNodeList = structuredDocumentEvent.getOldStructuredDocumentRegions();

28. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

144 : len = flatNodeList.getLength();

29. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

146 : String outString = flatNodeList.item(i).toString();

30. WARNING: DiscouragedReference

Discouraged access: The type RegionChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

155 : public void regionChanged(RegionChangedEvent structuredDocumentEvent) {

31. WARNING: DiscouragedReference

Discouraged access: The type RegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

162 : public void regionsReplaced(RegionsReplacedEvent structuredDocumentEvent) {

32. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

188 : IStructuredDocument f = null;

33. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

190 : IModelManager mm = StructuredModelManager.getModelManager();

34. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentFor(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

192 : f = mm.createStructuredDocumentFor("dummy.xml", (InputStream) null, null);

35. WARNING: DiscouragedReference

Discouraged access: The method addDocumentChangedListener(IStructuredDocumentListener) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

201 : f.addDocumentChangedListener(this);

36. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

204 : IDOMModel tree = new DOMModelImpl();

37. WARNING: DiscouragedReference

Discouraged access: The constructor DOMModelImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

204 : IDOMModel tree = new DOMModelImpl();

38. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

204 : IDOMModel tree = new DOMModelImpl();

39. WARNING: DiscouragedReference

Discouraged access: The method addDocumentChangingListener(IStructuredDocumentListener) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

205 : f.addDocumentChangingListener((IStructuredDocumentListener) tree);

40. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

205 : f.addDocumentChangingListener((IStructuredDocumentListener) tree);

41. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

208 : f.setText(null, initialString);

42. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

211 : Debug.dump(f);

43. WARNING: DiscouragedReference

Discouraged access: The method dump(IStructuredDocument) from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

211 : Debug.dump(f);

44. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

213 : DebugDocument.dump(tree.getDocument());

45. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

221 : System.out.println(StringUtils.escape(f.getText()));

46. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

225 : Debug.dump(f);

47. WARNING: DiscouragedReference

Discouraged access: The method dump(IStructuredDocument) from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

225 : Debug.dump(f);

48. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

227 : DebugDocument.dump(tree.getDocument());

49. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

247 : IStructuredDocument f = null;

50. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

249 : IModelManager mm = StructuredModelManager.getModelManager();

51. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentFor(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

251 : f = mm.createStructuredDocumentFor("dummy.xml", (InputStream) null, null);

52. WARNING: DiscouragedReference

Discouraged access: The method addDocumentChangedListener(IStructuredDocumentListener) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

258 : f.addDocumentChangedListener(this);

53. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

261 : IDOMModel tree = new DOMModelImpl();

54. WARNING: DiscouragedReference

Discouraged access: The constructor DOMModelImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

261 : IDOMModel tree = new DOMModelImpl();

55. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

261 : IDOMModel tree = new DOMModelImpl();

56. WARNING: DiscouragedReference

Discouraged access: The method addDocumentChangingListener(IStructuredDocumentListener) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

262 : f.addDocumentChangingListener((IStructuredDocumentListener) tree);

57. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

262 : f.addDocumentChangingListener((IStructuredDocumentListener) tree);

58. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

265 : f.setText(null, initialString);

59. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

268 : Debug.dump(f);

60. WARNING: DiscouragedReference

Discouraged access: The method dump(IStructuredDocument) from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

268 : Debug.dump(f);

61. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

270 : DebugDocument.dump(tree.getDocument());

62. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

278 : System.out.println(StringUtils.escape(f.getText()));

63. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

282 : Debug.dump(f);

64. WARNING: DiscouragedReference

Discouraged access: The method dump(IStructuredDocument) from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

282 : Debug.dump(f);

65. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

284 : DebugDocument.dump(tree.getDocument());

66. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

303 : IStructuredDocument f = null;

67. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

305 : IModelManager mm = StructuredModelManager.getModelManager();

68. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentFor(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

307 : f = mm.createStructuredDocumentFor("dummy.xml", (InputStream) null, null);

69. WARNING: DiscouragedReference

Discouraged access: The method addDocumentChangedListener(IStructuredDocumentListener) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

314 : f.addDocumentChangedListener(this);

70. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

317 : IDOMModel tree = new DOMModelImpl();

71. WARNING: DiscouragedReference

Discouraged access: The constructor DOMModelImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

317 : IDOMModel tree = new DOMModelImpl();

72. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

317 : IDOMModel tree = new DOMModelImpl();

73. WARNING: DiscouragedReference

Discouraged access: The method addDocumentChangingListener(IStructuredDocumentListener) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

318 : f.addDocumentChangingListener((IStructuredDocumentListener) tree);

74. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

318 : f.addDocumentChangingListener((IStructuredDocumentListener) tree);

75. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

321 : f.setText(null, initialString);

76. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

324 : Debug.dump(f);

77. WARNING: DiscouragedReference

Discouraged access: The method dump(IStructuredDocument) from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

324 : Debug.dump(f);

78. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

326 : DebugDocument.dump(tree.getDocument());

79. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

329 : f.replaceText(null, 0, 0, "a");

80. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

334 : System.out.println(StringUtils.escape(f.getText()));

81. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

338 : Debug.dump(f);

82. WARNING: DiscouragedReference

Discouraged access: The method dump(IStructuredDocument) from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

338 : Debug.dump(f);

83. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

340 : DebugDocument.dump(tree.getDocument());

84. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

344 : f.replaceText(null, 0, 1, "");

85. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

349 : System.out.println(StringUtils.escape(f.getText()));

86. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

353 : Debug.dump(f);

87. WARNING: DiscouragedReference

Discouraged access: The method dump(IStructuredDocument) from the type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentToDOMUnitTests.java :

353 : Debug.dump(f);

88. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentToDOMUnitTests.java :

355 : DebugDocument.dump(tree.getDocument());

Source File: org/eclipse/jst/jsp/ui/tests/other/StyledTextContentSpec.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentToTextAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StyledTextContentSpec.java :

46 : import org.eclipse.wst.sse.ui.internal.StructuredDocumentToTextAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The method setWidget(StyledText) from the type StructuredDocumentToTextAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StyledTextContentSpec.java :

82 : ((StructuredDocumentToTextAdapter) contentInstance).setWidget(widget);

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentToTextAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StyledTextContentSpec.java :

82 : ((StructuredDocumentToTextAdapter) contentInstance).setWidget(widget);

Source File: org/eclipse/jst/jsp/ui/tests/other/UnitTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSPSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

UnitTests.java :

20 : import org.eclipse.jst.jsp.core.internal.parser.JSPSourceParser;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

22 : import org.eclipse.wst.sse.core.internal.document.StructuredDocumentFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

23 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.events.IStructuredDocumentListener;

6. WARNING: DiscouragedReference

Discouraged access: The type NewDocumentEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.events.NewDocumentEvent;

7. WARNING: DiscouragedReference

Discouraged access: The type NoChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.events.NoChangeEvent;

8. WARNING: DiscouragedReference

Discouraged access: The type RegionChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.events.RegionChangedEvent;

9. WARNING: DiscouragedReference

Discouraged access: The type RegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.events.RegionsReplacedEvent;

10. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentEvent;

11. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentRegionsReplacedEvent;

12. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegionList;

15. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

16. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

17. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

37 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

18. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

38 : import org.eclipse.wst.sse.core.internal.util.Debug;

19. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnitTests.java :

39 : import org.eclipse.wst.xml.core.internal.document.DOMModelImpl;

20. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnitTests.java :

40 : import org.eclipse.wst.xml.core.internal.parser.XMLSourceParser;

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnitTests.java :

41 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

22. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnitTests.java :

42 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

46 : protected IStructuredDocument fModel;

24. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnitTests.java :

47 : protected IDOMModel tree;

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

57 : protected class StructuredDocumentListenerProxy implements IStructuredDocumentListener {

26. WARNING: DiscouragedReference

Discouraged access: The type NewDocumentEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

58 : public void newModel(NewDocumentEvent structuredDocumentEvent) {

27. WARNING: DiscouragedReference

Discouraged access: The type NoChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

62 : public void noChange(NoChangeEvent structuredDocumentEvent) {

28. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

66 : public void nodesReplaced(StructuredDocumentRegionsReplacedEvent structuredDocumentEvent) {

29. WARNING: DiscouragedReference

Discouraged access: The type RegionChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

70 : public void regionChanged(RegionChangedEvent structuredDocumentEvent) {

30. WARNING: DiscouragedReference

Discouraged access: The type RegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

74 : public void regionsReplaced(RegionsReplacedEvent structuredDocumentEvent) {

31. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

88 : protected void handleEvent(StructuredDocumentEvent structuredDocumentEvent) {

32. WARNING: DiscouragedReference

Discouraged access: The type NoChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

93 : if (structuredDocumentEvent instanceof NoChangeEvent) {

33. WARNING: DiscouragedReference

Discouraged access: The type NoChangeEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

100 : if (structuredDocumentEvent instanceof NoChangeEvent) {

34. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

107 : if (structuredDocumentEvent instanceof StructuredDocumentRegionsReplacedEvent) {

35. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

114 : if (structuredDocumentEvent instanceof StructuredDocumentRegionsReplacedEvent) {

36. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

121 : if (structuredDocumentEvent instanceof StructuredDocumentRegionsReplacedEvent) {

37. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

122 : if (3 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

38. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

122 : if (3 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

39. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

122 : if (3 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

40. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

123 : if (3 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

41. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

123 : if (3 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

42. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

123 : if (3 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

43. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

130 : if (structuredDocumentEvent instanceof StructuredDocumentRegionsReplacedEvent) {

44. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

131 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

45. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

131 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

46. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

131 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

47. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

132 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

48. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

132 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

49. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

132 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

50. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

133 : if ("<B>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().item(0).getText()))

51. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

133 : if ("<B>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().item(0).getText()))

52. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

133 : if ("<B>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().item(0).getText()))

53. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

133 : if ("<B>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().item(0).getText()))

54. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

134 : if ("</B>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().item(1).getText())) {

55. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

134 : if ("</B>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().item(1).getText())) {

56. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

134 : if ("</B>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().item(1).getText())) {

57. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

134 : if ("</B>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().item(1).getText())) {

58. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

142 : if (structuredDocumentEvent instanceof StructuredDocumentRegionsReplacedEvent) {

59. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

143 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

60. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

143 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

61. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

143 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

62. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

144 : if (1 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

63. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

144 : if (1 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

64. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

144 : if (1 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

65. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

152 : if (structuredDocumentEvent instanceof StructuredDocumentRegionsReplacedEvent) {

66. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

153 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

67. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

153 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

68. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

153 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

69. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

154 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

70. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

154 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

71. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

154 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

72. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

164 : if (structuredDocumentEvent instanceof StructuredDocumentRegionsReplacedEvent) {

73. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

165 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

74. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

165 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

75. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

165 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

76. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

166 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

77. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

166 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

78. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

166 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

79. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

167 : if ("<TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(0).getText()))

80. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

167 : if ("<TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(0).getText()))

81. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

167 : if ("<TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(0).getText()))

82. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

167 : if ("<TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(0).getText()))

83. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

168 : if ("</TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(1).getText()))

84. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

168 : if ("</TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(1).getText()))

85. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

168 : if ("</TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(1).getText()))

86. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

168 : if ("</TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(1).getText()))

87. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

176 : if (structuredDocumentEvent instanceof StructuredDocumentRegionsReplacedEvent) {

88. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

177 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

89. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

177 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

90. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

177 : if (2 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().getLength())

91. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

178 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

92. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

178 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

93. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

178 : if (0 == ((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getNewStructuredDocumentRegions().getLength())

94. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

179 : if ("<TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(0).getText()))

95. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

179 : if ("<TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(0).getText()))

96. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

179 : if ("<TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(0).getText()))

97. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

179 : if ("<TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(0).getText()))

98. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

180 : if ("</TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(1).getText()))

99. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

180 : if ("</TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(1).getText()))

100. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnitTests.java :

180 : if ("</TD>".equals(((StructuredDocumentRegionsReplacedEvent) structuredDocumentEvent).getOldStructuredDocumentRegions().item(1).getText()))

Source File: org/eclipse/jst/jsp/ui/tests/pagedirective/TestPageDirective.java
1. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

17 : import org.eclipse.jst.jsp.core.internal.document.PageDirectiveAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

18 : import org.eclipse.jst.jsp.core.internal.provisional.contenttype.ContentTypeIdForJSP;

3. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

20 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.EmbeddedTypeHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

9. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

26 : import org.eclipse.wst.xml.core.internal.modelhandler.EmbeddedXML;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

11. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

28 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

12. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

36 : class MyEmbeddedFactory implements INodeAdapterFactory {

13. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

38 : public INodeAdapter adapt(INodeNotifier object) {

14. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

38 : public INodeAdapter adapt(INodeNotifier object) {

15. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

42 : public INodeAdapterFactory copy() {

16. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

69 : IModelManager modelManager = StructuredModelManager.getModelManager();

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

70 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

18. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

70 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

19. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

70 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

20. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

70 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

21. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

74 : model.getStructuredDocument().setText(this, "<%@ page contentType=\"text/html\" language=\"java\" %>");

22. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

74 : model.getStructuredDocument().setText(this, "<%@ page contentType=\"text/html\" language=\"java\" %>");

23. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

75 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

24. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

75 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

25. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

75 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

26. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

75 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

27. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

75 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

28. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

75 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

29. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

77 : String contentType = pageDirectiveAdapter.getContentType();

30. WARNING: DiscouragedReference

Discouraged access: The method getLanguage() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

78 : String language = pageDirectiveAdapter.getLanguage();

31. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

87 : IModelManager modelManager = StructuredModelManager.getModelManager();

32. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

88 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

33. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

88 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

34. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

88 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

35. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

88 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

36. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

92 : model.getStructuredDocument().setText(this, "<%@ page contentType=\"text/html\" language=\"java\" %>");

37. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

92 : model.getStructuredDocument().setText(this, "<%@ page contentType=\"text/html\" language=\"java\" %>");

38. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

93 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

39. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

93 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

40. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

93 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

41. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

93 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

42. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

93 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

43. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

93 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

44. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

95 : String contentType = pageDirectiveAdapter.getContentType();

45. WARNING: DiscouragedReference

Discouraged access: The method getLanguage() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

96 : String language = pageDirectiveAdapter.getLanguage();

46. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

102 : model.getStructuredDocument().replaceText(this, 43, 4, "javascript");

47. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

102 : model.getStructuredDocument().replaceText(this, 43, 4, "javascript");

48. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

104 : contentType = pageDirectiveAdapter.getContentType();

49. WARNING: DiscouragedReference

Discouraged access: The method getLanguage() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

105 : language = pageDirectiveAdapter.getLanguage();

50. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

114 : IModelManager modelManager = StructuredModelManager.getModelManager();

51. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

115 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

52. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

115 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

53. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

115 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

54. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

115 : IStructuredModel model = modelManager.createUnManagedStructuredModelFor(ContentTypeIdForJSP.ContentTypeID_JSP);

55. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

119 : model.getStructuredDocument().setText(this, "<%@ page contentType=\"text/html\" language=\"java\" %>");

56. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

119 : model.getStructuredDocument().setText(this, "<%@ page contentType=\"text/html\" language=\"java\" %>");

57. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

120 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

58. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

120 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

59. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

120 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

60. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

120 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

61. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

120 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

62. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

120 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

63. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

122 : String contentType = pageDirectiveAdapter.getContentType();

64. WARNING: DiscouragedReference

Discouraged access: The method getLanguage() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

123 : String language = pageDirectiveAdapter.getLanguage();

65. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

129 : model.getStructuredDocument().replaceText(this, 43, 4, "javascript");

66. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

129 : model.getStructuredDocument().replaceText(this, 43, 4, "javascript");

67. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

131 : contentType = pageDirectiveAdapter.getContentType();

68. WARNING: DiscouragedReference

Discouraged access: The method getLanguage() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

132 : language = pageDirectiveAdapter.getLanguage();

69. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

138 : model.getStructuredDocument().replaceText(this, 43, 10, "java");

70. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

138 : model.getStructuredDocument().replaceText(this, 43, 10, "java");

71. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

140 : contentType = pageDirectiveAdapter.getContentType();

72. WARNING: DiscouragedReference

Discouraged access: The method getLanguage() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

141 : language = pageDirectiveAdapter.getLanguage();

73. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

148 : IStructuredModel model = createUnmanagedHTMLModel();

74. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

149 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

75. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

149 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

76. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

149 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

77. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

149 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

78. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

149 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

79. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

149 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) ((IDOMModel) model).getDocument().getAdapterFor(PageDirectiveAdapter.class);

80. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

150 : EmbeddedTypeHandler embeddedXMLHandler = new EmbeddedXML();

81. WARNING: DiscouragedReference

Discouraged access: The constructor EmbeddedXML() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

150 : EmbeddedTypeHandler embeddedXMLHandler = new EmbeddedXML();

82. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

150 : EmbeddedTypeHandler embeddedXMLHandler = new EmbeddedXML();

83. WARNING: DiscouragedReference

Discouraged access: The method setEmbeddedType(EmbeddedTypeHandler) from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

151 : pageDirectiveAdapter.setEmbeddedType(embeddedXMLHandler);

84. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

153 : EmbeddedTypeHandler handler = pageDirectiveAdapter.getEmbeddedType();

85. WARNING: DiscouragedReference

Discouraged access: The method getEmbeddedType() from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

153 : EmbeddedTypeHandler handler = pageDirectiveAdapter.getEmbeddedType();

86. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

158 : IDOMModel model = createUnmanagedHTMLModel();

87. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

159 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) model.getDocument().getAdapterFor(PageDirectiveAdapter.class);

88. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

159 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) model.getDocument().getAdapterFor(PageDirectiveAdapter.class);

89. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

159 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) model.getDocument().getAdapterFor(PageDirectiveAdapter.class);

90. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

159 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) model.getDocument().getAdapterFor(PageDirectiveAdapter.class);

91. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

159 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) model.getDocument().getAdapterFor(PageDirectiveAdapter.class);

92. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

160 : Node ownerNode = model.getDocument();

93. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

162 : ModelQueryAdapter embeddedAdapter = (ModelQueryAdapter) pageDirectiveAdapter.adapt((INodeNotifier) ownerNode, ModelQueryAdapter.class);

94. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

162 : ModelQueryAdapter embeddedAdapter = (ModelQueryAdapter) pageDirectiveAdapter.adapt((INodeNotifier) ownerNode, ModelQueryAdapter.class);

95. WARNING: DiscouragedReference

Discouraged access: The method adapt(INodeNotifier, Object) from the type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

162 : ModelQueryAdapter embeddedAdapter = (ModelQueryAdapter) pageDirectiveAdapter.adapt((INodeNotifier) ownerNode, ModelQueryAdapter.class);

96. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestPageDirective.java :

162 : ModelQueryAdapter embeddedAdapter = (ModelQueryAdapter) pageDirectiveAdapter.adapt((INodeNotifier) ownerNode, ModelQueryAdapter.class);

97. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

162 : ModelQueryAdapter embeddedAdapter = (ModelQueryAdapter) pageDirectiveAdapter.adapt((INodeNotifier) ownerNode, ModelQueryAdapter.class);

98. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

167 : IDOMModel model = createUnmanagedHTMLModel();

99. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestPageDirective.java :

168 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) model.getDocument().getAdapterFor(PageDirectiveAdapter.class);

100. WARNING: DiscouragedReference

Discouraged access: The type PageDirectiveAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

TestPageDirective.java :

168 : PageDirectiveAdapter pageDirectiveAdapter = (PageDirectiveAdapter) model.getDocument().getAdapterFor(PageDirectiveAdapter.class);

Source File: org/eclipse/jst/jsp/ui/tests/partitioning/TestStructuredPartitionerJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

148 : IModelManager modelManager = StructuredModelManager.getModelManager();

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

152 : IStructuredModel model = modelManager.getModelForEdit(filename, inStream, null);

6. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

152 : IStructuredModel model = modelManager.getModelForEdit(filename, inStream, null);

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

154 : IStructuredDocument structuredDocument = model.getStructuredDocument();

8. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

154 : IStructuredDocument structuredDocument = model.getStructuredDocument();

9. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

180 : model.releaseFromEdit();

10. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

199 : IModelManager modelManager = StructuredModelManager.getModelManager();

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

203 : IStructuredModel model = modelManager.getModelForEdit(filename, inStream, null);

12. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

203 : IStructuredModel model = modelManager.getModelForEdit(filename, inStream, null);

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

205 : IStructuredDocument structuredDocument = model.getStructuredDocument();

14. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

205 : IStructuredDocument structuredDocument = model.getStructuredDocument();

15. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

234 : model.releaseFromEdit();

16. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

254 : IModelManager modelManager = StructuredModelManager.getModelManager();

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

256 : IStructuredModel model = modelManager.getModelForEdit(filename, inStream, null);

18. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

256 : IStructuredModel model = modelManager.getModelForEdit(filename, inStream, null);

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

258 : IStructuredDocument structuredDocument = model.getStructuredDocument();

20. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

258 : IStructuredDocument structuredDocument = model.getStructuredDocument();

21. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestStructuredPartitionerJSP.java :

274 : model.releaseFromEdit();

Source File: org/eclipse/jst/jsp/ui/tests/registry/AdapterFactoryRegistryTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

AdapterFactoryRegistryTest.java :

19 : import org.eclipse.jst.jsp.core.internal.provisional.contenttype.ContentTypeIdForJSP;

2. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

AdapterFactoryRegistryTest.java :

20 : import org.eclipse.wst.css.core.internal.provisional.contenttype.ContentTypeIdForCSS;

3. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

AdapterFactoryRegistryTest.java :

21 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;

4. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

22 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry;

5. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

23 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistryImpl;

6. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AdapterFactoryRegistryTest.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML;

7. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

39 : AdapterFactoryRegistry instance = AdapterFactoryRegistryImpl.getInstance();

8. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

39 : AdapterFactoryRegistry instance = AdapterFactoryRegistryImpl.getInstance();

9. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

39 : AdapterFactoryRegistry instance = AdapterFactoryRegistryImpl.getInstance();

10. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

44 : AdapterFactoryRegistry instance = AdapterFactoryRegistryImpl.getInstance();

11. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

44 : AdapterFactoryRegistry instance = AdapterFactoryRegistryImpl.getInstance();

12. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

44 : AdapterFactoryRegistry instance = AdapterFactoryRegistryImpl.getInstance();

13. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFactories() from the type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

45 : Iterator it = instance.getAdapterFactories();

14. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AdapterFactoryRegistryTest.java :

71 : getFactoriesForContentType(known, ContentTypeIdForXML.ContentTypeID_XML, CLASSNAME_HTML_FACTORY);

15. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_XML from the type ContentTypeIdForXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AdapterFactoryRegistryTest.java :

71 : getFactoriesForContentType(known, ContentTypeIdForXML.ContentTypeID_XML, CLASSNAME_HTML_FACTORY);

16. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

AdapterFactoryRegistryTest.java :

79 : getFactoriesForContentType(known, ContentTypeIdForJSP.ContentTypeID_JSP, CLASSNAME_XML_FACTORY);

17. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

AdapterFactoryRegistryTest.java :

79 : getFactoriesForContentType(known, ContentTypeIdForJSP.ContentTypeID_JSP, CLASSNAME_XML_FACTORY);

18. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

AdapterFactoryRegistryTest.java :

87 : getFactoriesForContentType(known, ContentTypeIdForHTML.ContentTypeID_HTML, CLASSNAME_DTD_FACTORY);

19. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

AdapterFactoryRegistryTest.java :

87 : getFactoriesForContentType(known, ContentTypeIdForHTML.ContentTypeID_HTML, CLASSNAME_DTD_FACTORY);

20. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

AdapterFactoryRegistryTest.java :

103 : getFactoriesForContentType(known, ContentTypeIdForCSS.ContentTypeID_CSS, CLASSNAME_JSP_FACTORY);

21. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

AdapterFactoryRegistryTest.java :

103 : getFactoriesForContentType(known, ContentTypeIdForCSS.ContentTypeID_CSS, CLASSNAME_JSP_FACTORY);

22. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

116 : AdapterFactoryRegistryImpl instance = (AdapterFactoryRegistryImpl) AdapterFactoryRegistryImpl.getInstance();

23. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

116 : AdapterFactoryRegistryImpl instance = (AdapterFactoryRegistryImpl) AdapterFactoryRegistryImpl.getInstance();

24. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

116 : AdapterFactoryRegistryImpl instance = (AdapterFactoryRegistryImpl) AdapterFactoryRegistryImpl.getInstance();

25. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

116 : AdapterFactoryRegistryImpl instance = (AdapterFactoryRegistryImpl) AdapterFactoryRegistryImpl.getInstance();

26. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFactories(String) from the type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AdapterFactoryRegistryTest.java :

117 : Iterator it = instance.getAdapterFactories(contentTypeId);

Source File: org/eclipse/jst/jsp/ui/tests/search/JSPSearchTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

31 : import org.eclipse.jst.jsp.core.internal.java.IJSPTranslation;

2. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

32 : import org.eclipse.jst.jsp.core.internal.java.JSPTranslation;

3. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

33 : import org.eclipse.jst.jsp.core.internal.java.JSPTranslationAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchScope is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

34 : import org.eclipse.jst.jsp.core.internal.java.search.JSPSearchScope;

5. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

35 : import org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSupport;

6. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

36 : import org.eclipse.jst.jsp.core.internal.modelhandler.ModelHandlerForJSP;

7. WARNING: DiscouragedReference

Discouraged access: The type BasicJSPSearchRequestor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPSearchTests.java :

37 : import org.eclipse.jst.jsp.ui.internal.java.search.BasicJSPSearchRequestor;

8. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchTests.java :

42 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchTests.java :

43 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchTests.java :

44 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchTests.java :

45 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchTests.java :

46 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

13. WARNING: DiscouragedReference

Discouraged access: The type BasicJSPSearchRequestor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPSearchTests.java :

59 : class TestJspSearchRequestor extends BasicJSPSearchRequestor {

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchTests.java :

68 : protected void addSearchMatch(IStructuredDocument jspDocument, IFile jspFile, int jspStart, int jspEnd, String jspText) {

15. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

152 : JSPSearchSupport support = JSPSearchSupport.getInstance();

16. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

152 : JSPSearchSupport support = JSPSearchSupport.getInstance();

17. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

152 : JSPSearchSupport support = JSPSearchSupport.getInstance();

18. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

153 : SearchDocument doc = JSPSearchSupport.getInstance().getSearchDocument("/judo/searchTestJSP.java");

19. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

153 : SearchDocument doc = JSPSearchSupport.getInstance().getSearchDocument("/judo/searchTestJSP.java");

20. WARNING: DiscouragedReference

Discouraged access: The method getSearchDocument(String) from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

153 : SearchDocument doc = JSPSearchSupport.getInstance().getSearchDocument("/judo/searchTestJSP.java");

21. WARNING: DiscouragedReference

Discouraged access: The method getSearchDocument(String) from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

156 : doc = support.getSearchDocument("/judo/searchTestJSP2.java");

22. WARNING: DiscouragedReference

Discouraged access: The method getSearchDocument(String) from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

159 : doc = support.getSearchDocument("/judo/searchTestJSP3.java");

23. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

167 : JSPSearchSupport.getInstance().search("searchForThis", new JSPSearchScope(), FIELD, ALL_OCCURRENCES, SearchPattern.R_EXACT_MATCH, true, requestor, new NullProgressMonitor());

24. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

167 : JSPSearchSupport.getInstance().search("searchForThis", new JSPSearchScope(), FIELD, ALL_OCCURRENCES, SearchPattern.R_EXACT_MATCH, true, requestor, new NullProgressMonitor());

25. WARNING: DiscouragedReference

Discouraged access: The method search(String, IJavaSearchScope, int, int, int, boolean, SearchRequestor, IProgressMonitor) from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

167 : JSPSearchSupport.getInstance().search("searchForThis", new JSPSearchScope(), FIELD, ALL_OCCURRENCES, SearchPattern.R_EXACT_MATCH, true, requestor, new NullProgressMonitor());

26. WARNING: DiscouragedReference

Discouraged access: The constructor JSPSearchScope() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

167 : JSPSearchSupport.getInstance().search("searchForThis", new JSPSearchScope(), FIELD, ALL_OCCURRENCES, SearchPattern.R_EXACT_MATCH, true, requestor, new NullProgressMonitor());

27. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchScope is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

167 : JSPSearchSupport.getInstance().search("searchForThis", new JSPSearchScope(), FIELD, ALL_OCCURRENCES, SearchPattern.R_EXACT_MATCH, true, requestor, new NullProgressMonitor());

28. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

176 : JSPSearchSupport.getInstance().search("searchForMethod", new JSPSearchScope(), METHOD, ALL_OCCURRENCES, SearchPattern.R_EXACT_MATCH, true, requestor, new NullProgressMonitor());

29. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

176 : JSPSearchSupport.getInstance().search("searchForMethod", new JSPSearchScope(), METHOD, ALL_OCCURRENCES, SearchPattern.R_EXACT_MATCH, true, requestor, new NullProgressMonitor());

30. WARNING: DiscouragedReference

Discouraged access: The method search(String, IJavaSearchScope, int, int, int, boolean, SearchRequestor, IProgressMonitor) from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

176 : JSPSearchSupport.getInstance().search("searchForMethod", new JSPSearchScope(), METHOD, ALL_OCCURRENCES, SearchPattern.R_EXACT_MATCH, true, requestor, new NullProgressMonitor());

31. WARNING: DiscouragedReference

Discouraged access: The constructor JSPSearchScope() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

176 : JSPSearchSupport.getInstance().search("searchForMethod", new JSPSearchScope(), METHOD, ALL_OCCURRENCES, SearchPattern.R_EXACT_MATCH, true, requestor, new NullProgressMonitor());

32. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchScope is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

176 : JSPSearchSupport.getInstance().search("searchForMethod", new JSPSearchScope(), METHOD, ALL_OCCURRENCES, SearchPattern.R_EXACT_MATCH, true, requestor, new NullProgressMonitor());

33. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

186 : JSPSearchSupport.getInstance().search("search*", new JSPSearchScope(), FIELD, ALL_OCCURRENCES, SearchPattern.R_PATTERN_MATCH, true, requestor, new NullProgressMonitor());

34. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

186 : JSPSearchSupport.getInstance().search("search*", new JSPSearchScope(), FIELD, ALL_OCCURRENCES, SearchPattern.R_PATTERN_MATCH, true, requestor, new NullProgressMonitor());

35. WARNING: DiscouragedReference

Discouraged access: The method search(String, IJavaSearchScope, int, int, int, boolean, SearchRequestor, IProgressMonitor) from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

186 : JSPSearchSupport.getInstance().search("search*", new JSPSearchScope(), FIELD, ALL_OCCURRENCES, SearchPattern.R_PATTERN_MATCH, true, requestor, new NullProgressMonitor());

36. WARNING: DiscouragedReference

Discouraged access: The constructor JSPSearchScope() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

186 : JSPSearchSupport.getInstance().search("search*", new JSPSearchScope(), FIELD, ALL_OCCURRENCES, SearchPattern.R_PATTERN_MATCH, true, requestor, new NullProgressMonitor());

37. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchScope is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

186 : JSPSearchSupport.getInstance().search("search*", new JSPSearchScope(), FIELD, ALL_OCCURRENCES, SearchPattern.R_PATTERN_MATCH, true, requestor, new NullProgressMonitor());

38. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

199 : JSPSearchSupport.getInstance().search("Jellybean*", new JSPSearchScope(), TYPE, ALL_OCCURRENCES, SearchPattern.R_PATTERN_MATCH, true, requestor, new NullProgressMonitor());

39. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

199 : JSPSearchSupport.getInstance().search("Jellybean*", new JSPSearchScope(), TYPE, ALL_OCCURRENCES, SearchPattern.R_PATTERN_MATCH, true, requestor, new NullProgressMonitor());

40. WARNING: DiscouragedReference

Discouraged access: The method search(String, IJavaSearchScope, int, int, int, boolean, SearchRequestor, IProgressMonitor) from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

199 : JSPSearchSupport.getInstance().search("Jellybean*", new JSPSearchScope(), TYPE, ALL_OCCURRENCES, SearchPattern.R_PATTERN_MATCH, true, requestor, new NullProgressMonitor());

41. WARNING: DiscouragedReference

Discouraged access: The constructor JSPSearchScope() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

199 : JSPSearchSupport.getInstance().search("Jellybean*", new JSPSearchScope(), TYPE, ALL_OCCURRENCES, SearchPattern.R_PATTERN_MATCH, true, requestor, new NullProgressMonitor());

42. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchScope is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

199 : JSPSearchSupport.getInstance().search("Jellybean*", new JSPSearchScope(), TYPE, ALL_OCCURRENCES, SearchPattern.R_PATTERN_MATCH, true, requestor, new NullProgressMonitor());

43. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchTests.java :

205 : IDOMModel xmlModel = null;

44. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchTests.java :

209 : xmlModel = (IDOMModel) getStructuredModelForRead(file);

45. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

210 : ModelHandlerForJSP.ensureTranslationAdapterFactory(xmlModel);

46. WARNING: DiscouragedReference

Discouraged access: The method ensureTranslationAdapterFactory(IStructuredModel) from the type ModelHandlerForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

210 : ModelHandlerForJSP.ensureTranslationAdapterFactory(xmlModel);

47. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchTests.java :

212 : IDOMDocument doc = xmlModel.getDocument();

48. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSearchTests.java :

212 : IDOMDocument doc = xmlModel.getDocument();

49. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

213 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) doc.getAdapterFor(IJSPTranslation.class);

50. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

213 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) doc.getAdapterFor(IJSPTranslation.class);

51. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchTests.java :

213 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) doc.getAdapterFor(IJSPTranslation.class);

52. WARNING: DiscouragedReference

Discouraged access: The type IJSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

213 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) doc.getAdapterFor(IJSPTranslation.class);

53. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

214 : JSPTranslation translation = adapter.getJSPTranslation();

54. WARNING: DiscouragedReference

Discouraged access: The method getJSPTranslation() from the type JSPTranslationAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

214 : JSPTranslation translation = adapter.getJSPTranslation();

55. WARNING: DiscouragedReference

Discouraged access: The method getElementsFromJspRange(int, int) from the type JSPTranslation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

215 : IJavaElement element = translation.getElementsFromJspRange(377, 384)[0];

56. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

219 : JSPSearchSupport.getInstance().search(element, new JSPSearchScope(), requestor, new NullProgressMonitor());

57. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

219 : JSPSearchSupport.getInstance().search(element, new JSPSearchScope(), requestor, new NullProgressMonitor());

58. WARNING: DiscouragedReference

Discouraged access: The method search(IJavaElement, IJavaSearchScope, SearchRequestor, IProgressMonitor) from the type JSPSearchSupport is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

219 : JSPSearchSupport.getInstance().search(element, new JSPSearchScope(), requestor, new NullProgressMonitor());

59. WARNING: DiscouragedReference

Discouraged access: The constructor JSPSearchScope() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

219 : JSPSearchSupport.getInstance().search(element, new JSPSearchScope(), requestor, new NullProgressMonitor());

60. WARNING: DiscouragedReference

Discouraged access: The type JSPSearchScope is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPSearchTests.java :

219 : JSPSearchSupport.getInstance().search(element, new JSPSearchScope(), requestor, new NullProgressMonitor());

61. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchTests.java :

224 : xmlModel.releaseFromRead();

62. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchTests.java :

228 : private IStructuredModel getStructuredModelForRead(IFile file) {

63. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchTests.java :

231 : IModelManager modelManager = StructuredModelManager.getModelManager();

64. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSearchTests.java :

232 : return modelManager.getModelForRead(file);

Source File: org/eclipse/jst/jsp/ui/tests/threaded/ThreadedModelReadEditTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ThreadedModelReadEditTest.java :

36 : import org.eclipse.jst.jsp.core.internal.java.JSPTranslator;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

40 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

41 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ThreadedModelReadEditTest.java :

42 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ThreadedModelReadEditTest.java :

64 : JSPTranslator trans = new JSPTranslator();

6. WARNING: DiscouragedReference

Discouraged access: The constructor JSPTranslator() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ThreadedModelReadEditTest.java :

64 : JSPTranslator trans = new JSPTranslator();

7. WARNING: DiscouragedReference

Discouraged access: The type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ThreadedModelReadEditTest.java :

64 : JSPTranslator trans = new JSPTranslator();

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

65 : IStructuredModel sModel = null;

9. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

67 : sModel = StructuredModelManager.getModelManager().getModelForRead(f);

10. WARNING: DiscouragedReference

Discouraged access: The method reset(IDOMNode, IProgressMonitor) from the type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ThreadedModelReadEditTest.java :

69 : trans.reset((IDOMNode)sModel.getIndexedRegion(0), new NullProgressMonitor());

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

ThreadedModelReadEditTest.java :

69 : trans.reset((IDOMNode)sModel.getIndexedRegion(0), new NullProgressMonitor());

12. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

69 : trans.reset((IDOMNode)sModel.getIndexedRegion(0), new NullProgressMonitor());

13. WARNING: DiscouragedReference

Discouraged access: The method translate() from the type JSPTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ThreadedModelReadEditTest.java :

70 : trans.translate();

14. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

84 : sModel.releaseFromRead();

15. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

170 : IStructuredModel sModel = null;

16. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

172 : sModel = StructuredModelManager.getModelManager().getModelForEdit(file);

17. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

175 : IndexedRegion r = sModel.getIndexedRegion(insertionPoint);

18. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

175 : IndexedRegion r = sModel.getIndexedRegion(insertionPoint);

19. WARNING: DiscouragedReference

Discouraged access: The method save() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

191 : sModel.save();

20. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ThreadedModelReadEditTest.java :

202 : sModel.releaseFromEdit();

Source File: org/eclipse/jst/jsp/ui/tests/validation/JSPHTMLValidatorTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSPContentValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

22 : import org.eclipse.jst.jsp.core.internal.validation.JSPContentValidator;

2. WARNING: DiscouragedReference

Discouraged access: The type JSPContentSourceValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPHTMLValidatorTest.java :

23 : import org.eclipse.jst.jsp.ui.internal.validation.JSPContentSourceValidator;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPHTMLValidatorTest.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPHTMLValidatorTest.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

JSPHTMLValidatorTest.java :

29 : import org.eclipse.wst.validation.internal.operations.WorkbenchContext;

6. WARNING: DiscouragedReference

Discouraged access: The type JSPContentValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

67 : JSPContentValidator validator = new JSPContentValidator();

7. WARNING: DiscouragedReference

Discouraged access: The constructor JSPContentValidator() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

67 : JSPContentValidator validator = new JSPContentValidator();

8. WARNING: DiscouragedReference

Discouraged access: The type JSPContentValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

67 : JSPContentValidator validator = new JSPContentValidator();

9. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type JSPValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

72 : validator.validate(helper, reporter);

10. WARNING: DiscouragedReference

Discouraged access: The type JSPContentValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

83 : JSPContentValidator validator = new JSPContentValidator();

11. WARNING: DiscouragedReference

Discouraged access: The constructor JSPContentValidator() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

83 : JSPContentValidator validator = new JSPContentValidator();

12. WARNING: DiscouragedReference

Discouraged access: The type JSPContentValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

83 : JSPContentValidator validator = new JSPContentValidator();

13. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type JSPValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

88 : validator.validate(helper, reporter);

14. WARNING: DiscouragedReference

Discouraged access: The type JSPContentValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

99 : JSPContentValidator validator = new JSPContentValidator();

15. WARNING: DiscouragedReference

Discouraged access: The constructor JSPContentValidator() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

99 : JSPContentValidator validator = new JSPContentValidator();

16. WARNING: DiscouragedReference

Discouraged access: The type JSPContentValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

99 : JSPContentValidator validator = new JSPContentValidator();

17. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type JSPValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

104 : validator.validate(helper, reporter);

18. WARNING: DiscouragedReference

Discouraged access: The type JSPContentSourceValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPHTMLValidatorTest.java :

117 : JSPContentSourceValidator fValidator = new JSPContentSourceValidator();

19. WARNING: DiscouragedReference

Discouraged access: The constructor JSPContentSourceValidator() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPHTMLValidatorTest.java :

117 : JSPContentSourceValidator fValidator = new JSPContentSourceValidator();

20. WARNING: DiscouragedReference

Discouraged access: The type JSPContentSourceValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.ui/@dot

JSPHTMLValidatorTest.java :

117 : JSPContentSourceValidator fValidator = new JSPContentSourceValidator();

21. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPHTMLValidatorTest.java :

123 : IStructuredModel model = null;

22. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPHTMLValidatorTest.java :

132 : model = StructuredModelManager.getModelManager().getModelForEdit(testFile);

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPHTMLValidatorTest.java :

133 : IStructuredDocument document = model.getStructuredDocument();

24. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPHTMLValidatorTest.java :

133 : IStructuredDocument document = model.getStructuredDocument();

25. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

JSPHTMLValidatorTest.java :

136 : WorkbenchContext context = new WorkbenchContext();

26. WARNING: DiscouragedReference

Discouraged access: The constructor WorkbenchContext() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

JSPHTMLValidatorTest.java :

136 : WorkbenchContext context = new WorkbenchContext();

27. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

JSPHTMLValidatorTest.java :

136 : WorkbenchContext context = new WorkbenchContext();

28. WARNING: DiscouragedReference

Discouraged access: The method setValidationFileURIs(List) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

JSPHTMLValidatorTest.java :

139 : context.setValidationFileURIs(fileList);

29. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type JSPValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

143 : fValidator.validate(context, reporter);

30. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type JSPValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

156 : fValidator.validate(context, reporter);

31. WARNING: DiscouragedReference

Discouraged access: The method validate(IValidationContext, IReporter) from the type JSPValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

JSPHTMLValidatorTest.java :

164 : fValidator.validate(context, reporter);

32. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPHTMLValidatorTest.java :

168 : model.releaseFromEdit();

Source File: org/eclipse/jst/jsp/ui/tests/validation/ReporterForTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type IMessageAccess is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

ReporterForTest.java :

16 : import org.eclipse.wst.validation.internal.core.IMessageAccess;

2. WARNING: DiscouragedReference

Discouraged access: The type IMessageAccess is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

ReporterForTest.java :

36 : public IMessageAccess getMessageAccess() {

Source File: org/eclipse/jst/jsp/ui/tests/viewer/TestViewerConfigurationJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationJSP.java :

34 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

2. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationJSP.java :

35 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationJSP.java :

45 : private StructuredTextViewer fViewer = null;

4. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationJSP.java :

76 : fViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationJSP.java :

76 : fViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

6. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationJSP.java :

217 : LineStyleProvider providers[] = fConfig.getLineStyleProviders(fViewer, contentTypes[i]);

Source File: org/eclipse/jst/jsp/ui/tests/viewer/ViewerTestJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ViewerTestJSP.java :

23 : import org.eclipse.jst.jsp.core.internal.provisional.contenttype.ContentTypeIdForJSP;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

42 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

3. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

43 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestJSP.java :

46 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestJSP.java :

53 : StructuredTextViewer fSourceViewer = null;

6. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

66 : IndexedRegion startNode = (IndexedRegion) selection.getFirstElement();

7. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

66 : IndexedRegion startNode = (IndexedRegion) selection.getFirstElement();

8. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

67 : IndexedRegion endNode = (IndexedRegion) selection.toArray()[selection.size() - 1];

9. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

67 : IndexedRegion endNode = (IndexedRegion) selection.toArray()[selection.size() - 1];

10. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

70 : startNode = (IndexedRegion) ((Attr) startNode).getOwnerElement();

11. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

72 : endNode = (IndexedRegion) ((Attr) endNode).getOwnerElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

74 : int start = startNode.getStartOffset();

13. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

75 : int end = endNode.getEndOffset();

14. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestJSP.java :

238 : StructuredTextViewer sourceViewer = null;

15. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestJSP.java :

264 : StructuredTextViewer sourceViewer = null;

16. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestJSP.java :

363 : fSourceViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

17. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestJSP.java :

363 : fSourceViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

18. WARNING: DiscouragedReference

Discouraged access: The method unconfigure() from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestJSP.java :

377 : fSourceViewer.unconfigure();

19. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

409 : IModelManager modelManager = StructuredModelManager.getModelManager();

20. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

411 : IDocument doc = modelManager.createStructuredDocumentFor(ContentTypeIdForJSP.ContentTypeID_JSP);

21. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ViewerTestJSP.java :

411 : IDocument doc = modelManager.createStructuredDocumentFor(ContentTypeIdForJSP.ContentTypeID_JSP);

22. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_JSP from the type ContentTypeIdForJSP is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot

ViewerTestJSP.java :

411 : IDocument doc = modelManager.createStructuredDocumentFor(ContentTypeIdForJSP.ContentTypeID_JSP);

23. WARNING: DiscouragedReference

Discouraged access: The method configure(SourceViewerConfiguration) from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestJSP.java :

416 : fSourceViewer.configure(fConfig);

24. WARNING: DiscouragedReference

Discouraged access: The method configure(SourceViewerConfiguration) from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ViewerTestJSP.java :

446 : fSourceViewer.configure(new StructuredTextViewerConfigurationJSP());

25. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

467 : IndexedRegion startNode = (IndexedRegion) nodes[0];

26. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

467 : IndexedRegion startNode = (IndexedRegion) nodes[0];

27. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

468 : IndexedRegion endNode = (IndexedRegion) nodes[nodes.length - 1];

28. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

468 : IndexedRegion endNode = (IndexedRegion) nodes[nodes.length - 1];

29. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

471 : startNode = (IndexedRegion) ((Attr) startNode).getOwnerElement();

30. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

473 : endNode = (IndexedRegion) ((Attr) endNode).getOwnerElement();

31. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

475 : int start = startNode.getStartOffset();

32. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ViewerTestJSP.java :

476 : int end = endNode.getEndOffset();

Source File: org/eclipse/text/tests/ExclusivePositionUpdaterTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

23 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IModelHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

24 : import org.eclipse.wst.sse.core.internal.modelhandler.ModelHandlerRegistry;

3. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

25 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

53 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.jst.jsp.jspsource");

5. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

53 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.jst.jsp.jspsource");

6. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

53 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.jst.jsp.jspsource");

7. WARNING: DiscouragedReference

Discouraged access: The method getHandlerForContentTypeId(String) from the type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

53 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.jst.jsp.jspsource");

8. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

54 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

9. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

54 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

10. WARNING: DiscouragedReference

Discouraged access: The method getDocumentLoader() from the type IDocumentTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

54 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

11. WARNING: DiscouragedReference

Discouraged access: The method createNewStructuredDocument() from the type IDocumentLoader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

54 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

12. WARNING: DiscouragedReference

Discouraged access: The method set(String) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ExclusivePositionUpdaterTest.java :

55 : document.set(contents);

Source File: org/eclipse/text/tests/PositionUpdatingCornerCasesTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

20 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IModelHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

21 : import org.eclipse.wst.sse.core.internal.modelhandler.ModelHandlerRegistry;

3. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

22 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

56 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.jst.jsp.jspsource");

5. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

56 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.jst.jsp.jspsource");

6. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

56 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.jst.jsp.jspsource");

7. WARNING: DiscouragedReference

Discouraged access: The method getHandlerForContentTypeId(String) from the type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

56 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.jst.jsp.jspsource");

8. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

57 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

9. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

57 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

10. WARNING: DiscouragedReference

Discouraged access: The method getDocumentLoader() from the type IDocumentTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

57 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

11. WARNING: DiscouragedReference

Discouraged access: The method createNewStructuredDocument() from the type IDocumentLoader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

57 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

12. WARNING: DiscouragedReference

Discouraged access: The method set(String) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

PositionUpdatingCornerCasesTest.java :

58 : document.set(contents);

Source File: org/eclipse/jface/text/tests/AbstractUndoManagerTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

24 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IModelHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

25 : import org.eclipse.wst.sse.core.internal.modelhandler.ModelHandlerRegistry;

3. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

26 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

454 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.core.runtime.xml");

5. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

454 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.core.runtime.xml");

6. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

454 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.core.runtime.xml");

7. WARNING: DiscouragedReference

Discouraged access: The method getHandlerForContentTypeId(String) from the type ModelHandlerRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

454 : IModelHandler handler = ModelHandlerRegistry.getInstance().getHandlerForContentTypeId("org.eclipse.core.runtime.xml");

8. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

455 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

9. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

455 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

10. WARNING: DiscouragedReference

Discouraged access: The method getDocumentLoader() from the type IDocumentTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

455 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

11. WARNING: DiscouragedReference

Discouraged access: The method createNewStructuredDocument() from the type IDocumentLoader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

455 : BasicStructuredDocument document = (BasicStructuredDocument) handler.getDocumentLoader().createNewStructuredDocument();

12. WARNING: DiscouragedReference

Discouraged access: The method set(String) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractUndoManagerTest.java :

456 : document.set(contents);

Source File: org/eclipse/jface/text/tests/HTML2TextReaderTester.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar

HTML2TextReaderTester.java :

21 : import org.eclipse.jface.internal.text.html.HTML2TextReader;

2. WARNING: DiscouragedReference

Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar

HTML2TextReaderTester.java :

40 : HTML2TextReader htmlReader= new HTML2TextReader(reader, null);

3. WARNING: DiscouragedReference

Discouraged access: The constructor HTML2TextReader(Reader, TextPresentation) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar

HTML2TextReaderTester.java :

40 : HTML2TextReader htmlReader= new HTML2TextReader(reader, null);

4. WARNING: DiscouragedReference

Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar

HTML2TextReaderTester.java :

40 : HTML2TextReader htmlReader= new HTML2TextReader(reader, null);

5. WARNING: DiscouragedReference

Discouraged access: The method getString() from the type SingleCharReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar

HTML2TextReaderTester.java :

41 : String result= htmlReader.getString();

Source File: org/eclipse/jface/text/tests/TestTextViewer.java
1. WARNING: UnusedImport

The import org.eclipse.jface.text.ITextViewer is never used

TestTextViewer.java :

36 : import org.eclipse.jface.text.ITextViewer;