Compiler Report

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

Number of source files: 33 Number of classfiles: 52

Problems: 848 (Errors: 0 Warnings: 848 )

Source File: org/eclipse/jst/pagedesigner/tests/Test_DTManager.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

Test_DTManager.java :

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

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

Test_DTManager.java :

38 : 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

Test_DTManager.java :

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

4. 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

Test_DTManager.java :

40 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

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

Test_DTManager.java :

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

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

Test_DTManager.java :

123 : IStructuredModel model = wrapper.getModel();

7. 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

Test_DTManager.java :

124 : assertTrue(model instanceof IDOMModel);

8. 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

Test_DTManager.java :

125 : IDOMDocument document = ((IDOMModel)model).getDocument();

9. 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

Test_DTManager.java :

125 : IDOMDocument document = ((IDOMModel)model).getDocument();

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

Test_DTManager.java :

125 : IDOMDocument document = ((IDOMModel)model).getDocument();

11. 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

Test_DTManager.java :

217 : final IModelManager modelManager =

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

Test_DTManager.java :

219 : IStructuredModel model = null;

13. 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

Test_DTManager.java :

220 : model = modelManager.getModelForRead(jspFile);

14. 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

Test_DTManager.java :

221 : assertTrue(model instanceof DOMModelForJSP);

15. 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

Test_DTManager.java :

224 : model.getStructuredDocument(),

16. 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

Test_DTManager.java :

231 : private final IStructuredModel model;

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

Test_DTManager.java :

232 : ContextWrapper(final IStructuredDocumentContext context, final IStructuredModel model) {

18. 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

Test_DTManager.java :

240 : IStructuredModel getModel() {

19. 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

Test_DTManager.java :

244 : model.releaseFromRead();

Source File: org/eclipse/jst/pagedesigner/tests/Test_TransformOperations.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

Test_TransformOperations.java :

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

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

Test_TransformOperations.java :

37 : 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

Test_TransformOperations.java :

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

4. 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

Test_TransformOperations.java :

39 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

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

Test_TransformOperations.java :

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

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

Test_TransformOperations.java :

656 : IStructuredModel model = wrapper.getModel();

7. 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

Test_TransformOperations.java :

657 : if (model instanceof IDOMModel) {

8. 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

Test_TransformOperations.java :

658 : IDOMDocument document = ((IDOMModel)model).getDocument();

9. 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

Test_TransformOperations.java :

658 : IDOMDocument document = ((IDOMModel)model).getDocument();

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

Test_TransformOperations.java :

658 : IDOMDocument document = ((IDOMModel)model).getDocument();

11. 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

Test_TransformOperations.java :

700 : final IModelManager modelManager =

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

Test_TransformOperations.java :

702 : IStructuredModel model = null;

13. 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

Test_TransformOperations.java :

703 : model = modelManager.getModelForRead(jspFile);

14. 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

Test_TransformOperations.java :

704 : assertTrue(model instanceof DOMModelForJSP);

15. 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

Test_TransformOperations.java :

707 : model.getStructuredDocument(),

16. 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

Test_TransformOperations.java :

714 : private final IStructuredModel model;

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

Test_TransformOperations.java :

715 : ContextWrapper(final IStructuredDocumentContext context, final IStructuredModel model) {

18. 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

Test_TransformOperations.java :

723 : IStructuredModel getModel() {

19. 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

Test_TransformOperations.java :

727 : model.releaseFromRead();

Source File: org/eclipse/jst/pagedesigner/tests/tabbed/properties/sections/BaseTestCase.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

BaseTestCase.java :

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

2. WARNING: DiscouragedReference

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

BaseTestCase.java :

31 : import org.eclipse.jst.pagedesigner.editors.HTMLEditor;

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

BaseTestCase.java :

46 : 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

BaseTestCase.java :

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

5. 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

BaseTestCase.java :

116 : final IModelManager modelManager =

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

BaseTestCase.java :

118 : IStructuredModel model = null;

7. 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

BaseTestCase.java :

119 : model = modelManager.getModelForRead(jspFile);

8. 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

BaseTestCase.java :

120 : assertTrue(model instanceof DOMModelForJSP);

9. 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

BaseTestCase.java :

123 : model.getStructuredDocument(),

10. WARNING: DiscouragedReference

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

BaseTestCase.java :

136 : return HTMLEditor.TABBED_PROPERTIES_CONTRIBUTOR_ID;

11. WARNING: DiscouragedReference

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

BaseTestCase.java :

136 : return HTMLEditor.TABBED_PROPERTIES_CONTRIBUTOR_ID;

12. WARNING: DiscouragedReference

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

BaseTestCase.java :

141 : protected WPETabbedPropertySheetPage getWPETabbedPropertySheetPage(HTMLEditor ed){

13. WARNING: DiscouragedReference

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

BaseTestCase.java :

142 : return (WPETabbedPropertySheetPage)ed.getAdapter(IPropertySheetPage.class);

14. WARNING: DiscouragedReference

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

BaseTestCase.java :

146 : protected HTMLEditor openHTMLEditor(IFile file) {

15. WARNING: DiscouragedReference

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

BaseTestCase.java :

153 : assertTrue("An error condition has occurred probably due to an out of an memory exception.", editor instanceof HTMLEditor);

16. WARNING: DiscouragedReference

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

BaseTestCase.java :

154 : return (HTMLEditor)editor;

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

BaseTestCase.java :

215 : private final IStructuredModel model;

18. 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

BaseTestCase.java :

218 : final IStructuredModel model) {

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

BaseTestCase.java :

228 : public IStructuredModel getModel() {

20. 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

BaseTestCase.java :

235 : model.releaseFromRead();

Source File: org/eclipse/jst/pagedesigner/tests/tabbed/properties/sections/BasicTabbedPropertyPageTests.java
1. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

20 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

2. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

21 : import org.eclipse.jst.pagedesigner.editors.HTMLEditor;

3. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

27 : import org.eclipse.jst.pagedesigner.ui.dialogfields.DialogFieldWrapper;

4. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

35 : HTMLEditor ed = null;

5. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

72 : HTMLEditor ed = null;

6. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

96 : DialogField[] fields = ((AttributeGroupSection)sec).getAttributeGroup().getDialogFields();

7. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

101 : DialogField fld = fields[0];

8. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

102 : assertTrue("IPropertyPageDescriptor not located for tagWithQuickEditMD", fld.getAttachedData("KEY_ATTR") instanceof IPropertyPageDescriptor);

9. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

103 : IPropertyPageDescriptor ppd = (IPropertyPageDescriptor)fld.getAttachedData("KEY_ATTR");

10. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

105 : assertTrue("aBoolean fld should be a DialogFieldWrapper", fld instanceof DialogFieldWrapper);

11. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

106 : assertTrue("aBoolean should be a MDEnabledComboDialogField", ((DialogFieldWrapper)fld).getWrappedDialogField().getClass().getName().equals("org.eclipse.jst.pagedesigner.properties.dialogfields.MDEnabledComboDialogField"));

12. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

106 : assertTrue("aBoolean should be a MDEnabledComboDialogField", ((DialogFieldWrapper)fld).getWrappedDialogField().getClass().getName().equals("org.eclipse.jst.pagedesigner.properties.dialogfields.MDEnabledComboDialogField"));

13. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

110 : assertEquals("aStyle", ((IPropertyPageDescriptor)fld.getAttachedData("KEY_ATTR")).getAttributeName());

14. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

111 : assertTrue("aStyle should be a StyleButtonDialogField", ((DialogFieldWrapper)fld).getWrappedDialogField().getClass().getName().equals("org.eclipse.jst.pagedesigner.ui.dialogfields.StyleButtonDialogField"));

15. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

111 : assertTrue("aStyle should be a StyleButtonDialogField", ((DialogFieldWrapper)fld).getWrappedDialogField().getClass().getName().equals("org.eclipse.jst.pagedesigner.ui.dialogfields.StyleButtonDialogField"));

16. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

115 : assertEquals("aStringPropWithMd", ((IPropertyPageDescriptor)fld.getAttachedData("KEY_ATTR")).getAttributeName());

17. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

116 : assertTrue("aStringPropWithMd should be a MDEnabledComboDialogField", ((DialogFieldWrapper)fld).getWrappedDialogField().getClass().getName().equals("org.eclipse.jst.pagedesigner.properties.dialogfields.MDEnabledComboDialogField"));

18. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

116 : assertTrue("aStringPropWithMd should be a MDEnabledComboDialogField", ((DialogFieldWrapper)fld).getWrappedDialogField().getClass().getName().equals("org.eclipse.jst.pagedesigner.properties.dialogfields.MDEnabledComboDialogField"));

19. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

120 : assertEquals("aStringPropNoMd", ((IPropertyPageDescriptor)fld.getAttachedData("KEY_ATTR")).getAttributeName());

20. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

121 : assertTrue("aStringPropNoMd should be a StringDialogField", ((DialogFieldWrapper)fld).getWrappedDialogField().getClass().getName().equals("org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField"));

21. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

121 : assertTrue("aStringPropNoMd should be a StringDialogField", ((DialogFieldWrapper)fld).getWrappedDialogField().getClass().getName().equals("org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField"));

22. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

192 : HTMLEditor ed1 = null;

23. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

193 : HTMLEditor ed2 = null;

24. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

256 : HTMLEditor ed1 = null;

25. WARNING: DiscouragedReference

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

BasicTabbedPropertyPageTests.java :

257 : HTMLEditor ed2 = null;

Source File: org/eclipse/jst/pagedesigner/tests/tabbed/properties/sections/FakePropertySectionUsingDialogField.java
1. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

14 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

2. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

15 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

3. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldChangeListener;

4. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

17 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ISupportTextValue;

5. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

18 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

6. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

19 : import org.eclipse.jst.pagedesigner.jsf.ui.attributegroup.DialogFieldFactory;

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

FakePropertySectionUsingDialogField.java :

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

8. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

42 : private DialogField field;

9. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

66 : field = new StringDialogField();

10. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

66 : field = new StringDialogField();

11. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

70 : field.doFillIntoGrid(factory, outer, 3);

12. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common.ui/@dot

FakePropertySectionUsingDialogField.java :

71 : ((StringDialogField)field).getTextControl(factory, outer).setLayoutData(gd);

13. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

71 : ((StringDialogField)field).getTextControl(factory, outer).setLayoutData(gd);

14. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

72 : field.setLabelText("TYPETESTDIALOGFIELD:");

15. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

83 : DialogFieldFactory.setDialogFieldValue(field, typeAttr.getValue());

16. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldValue(DialogField, Object) from the type DialogFieldFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner.jsf.ui/@dot

FakePropertySectionUsingDialogField.java :

83 : DialogFieldFactory.setDialogFieldValue(field, typeAttr.getValue());

17. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

84 : field.setDialogFieldApplyListener(new IDialogFieldApplyListener(){ public void dialogFieldApplied(DialogField field) { typeAttr.setValue(((ISupportTextValue)field).getText()); } });

18. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

84 : field.setDialogFieldApplyListener(new IDialogFieldApplyListener(){

19. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

86 : public void dialogFieldApplied(DialogField field) {

20. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

87 : typeAttr.setValue(((ISupportTextValue)field).getText());

21. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

87 : typeAttr.setValue(((ISupportTextValue)field).getText());

22. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

90 : field.setDialogFieldChangeListener(new IDialogFieldChangeListener(){ public void dialogFieldChanged(DialogField field) { // } });

23. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

90 : field.setDialogFieldChangeListener(new IDialogFieldChangeListener(){

24. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

92 : public void dialogFieldChanged(DialogField field) {

25. 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

FakePropertySectionUsingDialogField.java :

102 : protected void notifyChanged(INodeNotifier notifier, int eventType,

26. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

105 : ((ISupportTextValue)field).setTextWithoutUpdate((String)newValue);

27. WARNING: DiscouragedReference

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

FakePropertySectionUsingDialogField.java :

105 : ((ISupportTextValue)field).setTextWithoutUpdate((String)newValue);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/BaseDefaultTagCreatorTestCase.java
1. WARNING: DiscouragedReference

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

BaseDefaultTagCreatorTestCase.java :

4 : import org.eclipse.jst.pagedesigner.itemcreation.ITagCreator;

2. WARNING: DiscouragedReference

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

BaseDefaultTagCreatorTestCase.java :

5 : import org.eclipse.jst.pagedesigner.itemcreation.internal.TagCreationFactory;

3. WARNING: DiscouragedReference

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

BaseDefaultTagCreatorTestCase.java :

21 : protected ITagCreator getTagCreator(TagIdentifier tagId)

4. WARNING: DiscouragedReference

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

BaseDefaultTagCreatorTestCase.java :

23 : return TagCreationFactory.getInstance().createTagCreator(tagId);

5. WARNING: DiscouragedReference

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

BaseDefaultTagCreatorTestCase.java :

23 : return TagCreationFactory.getInstance().createTagCreator(tagId);

6. WARNING: DiscouragedReference

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

BaseDefaultTagCreatorTestCase.java :

23 : return TagCreationFactory.getInstance().createTagCreator(tagId);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/BaseUserCustomizedTagCreatorTestCase.java
1. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

4 : import org.eclipse.jst.pagedesigner.editors.palette.ITagDropSourceData;

2. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

5 : import org.eclipse.jst.pagedesigner.editors.palette.TagToolCreationAdapter;

3. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

6 : import org.eclipse.jst.pagedesigner.editors.palette.TagToolPaletteEntry;

4. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

7 : import org.eclipse.jst.pagedesigner.editors.palette.impl.PaletteItemManager;

5. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

8 : import org.eclipse.jst.pagedesigner.editors.palette.impl.TaglibPaletteDrawer;

6. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

9 : import org.eclipse.jst.pagedesigner.itemcreation.ITagCreator;

7. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

10 : import org.eclipse.jst.pagedesigner.itemcreation.internal.UserCustomizedTagCreator;

8. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

45 : protected void initializePaletteItemManager(PaletteItemManager pim) {

9. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

52 : final TaglibPaletteDrawer category = pim

10. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

52 : final TaglibPaletteDrawer category = pim .findOrCreateCategory(UserCustomizedElementEditFactory.TAGCREATOR_URI_1, CATEGORY_LABEL);

11. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

60 : private void addItemsToCategory(TaglibPaletteDrawer category) {

12. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

75 : protected ITagCreator getTagCreator(TagIdentifier tagId)

13. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

77 : return new UserCustomizedTagCreator();

14. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

77 : return new UserCustomizedTagCreator();

15. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

92 : final TaglibPaletteDrawer category)

16. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

94 : final ITagDropSourceData tagDropSourceData = new TagToolCreationAdapter(

17. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

94 : final ITagDropSourceData tagDropSourceData = new TagToolCreationAdapter( tagId.getUri(), tagId.getTagName(), category.getDefaultPrefix(), tagId.getTagName());

18. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

94 : final ITagDropSourceData tagDropSourceData = new TagToolCreationAdapter(

19. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

96 : category.getDefaultPrefix(), tagId.getTagName());

20. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

97 : final TagToolPaletteEntry paletteItem = new TagToolPaletteEntry(

21. WARNING: DiscouragedReference

Discouraged access: The constructor TagToolPaletteEntry(ITagDropSourceData, String, String, ImageDescriptor, ImageDescriptor) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

BaseUserCustomizedTagCreatorTestCase.java :

97 : final TagToolPaletteEntry paletteItem = new TagToolPaletteEntry( tagDropSourceData, TAG_LABEL, TAG_DESCRIPTION_SHORT, null, null);

22. WARNING: DiscouragedReference

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

BaseUserCustomizedTagCreatorTestCase.java :

97 : final TagToolPaletteEntry paletteItem = new TagToolPaletteEntry(

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestDefaultTagCreatorForJSFCore.java
1. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

13 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

36 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_ACTIONLISTENER, "jsp", "jsp", 358, false, null);

3. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

36 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_ACTIONLISTENER, "jsp", "jsp", 358, false, null);

4. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

41 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_ATTRIBUTE, "jsp", "jsp", 358, false, null);

5. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

41 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_ATTRIBUTE, "jsp", "jsp", 358, false, null);

6. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

46 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME, "jsp", "jsp", 358,false, null);

7. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

46 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME, "jsp", "jsp", 358,false, null);

8. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

50 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER, "jsp", "jsp", 358,false, null);

9. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

50 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER, "jsp", "jsp", 358,false, null);

10. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

58 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTER, "jsp", "jsp", 358,false, null);

11. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

58 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTER, "jsp", "jsp", 358,false, null);

12. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

66 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_FACET, "jsp", "jsp", 358,false, null);

13. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

66 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_FACET, "jsp", "jsp", 358,false, null);

14. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

74 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_LOADBUNDLE, "jsp", "jsp", 358,false, null);

15. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

74 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_LOADBUNDLE, "jsp", "jsp", 358,false, null);

16. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

82 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PARAM, "jsp", "jsp", 358,true, null);

17. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

82 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PARAM, "jsp", "jsp", 358,true, null);

18. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

90 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTITEM, "jsp", "jsp", 358,false, null);

19. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

90 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTITEM, "jsp", "jsp", 358,false, null);

20. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

98 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTITEMS, "jsp", "jsp", 358,false, null);

21. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

98 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTITEMS, "jsp", "jsp", 358,false, null);

22. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

106 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SUBVIEW, "jsp", "jsp", 358,false, null);

23. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

106 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SUBVIEW, "jsp", "jsp", 358,false, null);

24. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

114 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE, "jsp", "jsp", 358,true, null);

25. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

114 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE, "jsp", "jsp", 358,true, null);

26. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

122 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH, "jsp", "jsp", 358,true, null);

27. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

122 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH, "jsp", "jsp", 358,true, null);

28. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

130 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE, "jsp", "jsp", 358,true, null);

29. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

130 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE, "jsp", "jsp", 358,true, null);

30. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

138 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATOR, "jsp", "jsp", 358,false, null);

31. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

138 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATOR, "jsp", "jsp", 358,false, null);

32. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

146 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALUECHANGELISTENER, "jsp", "jsp", 358,false, null);

33. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

146 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALUECHANGELISTENER, "jsp", "jsp", 358,false, null);

34. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

154 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VERBATIM, "jsp", "jsp", 358,false, null);

35. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

154 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VERBATIM, "jsp", "jsp", 358,false, null);

36. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

162 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VIEW, "jsp", "jsp", 358,false, null);

37. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFCore.java :

162 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VIEW, "jsp", "jsp", 358,false, null);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestDefaultTagCreatorForJSFHTML.java
1. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

13 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

37 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358,false, null);

3. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

37 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358,false, null);

4. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

38 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495,false, null);

5. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

38 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495,false, null);

6. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

41 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350,false, null);

7. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

41 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350,false, null);

8. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

47 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDLINK, "jsp", "jsp", 358,false, null);

9. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

47 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDLINK, "jsp", "jsp", 358,false, null);

10. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

52 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PANEL_GRID, "jsp", "jsp", 358,false, null);

11. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

52 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PANEL_GRID, "jsp", "jsp", 358,false, null);

12. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

57 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_DATA_TABLE, "jsp", "jsp", 358,false, null);

13. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

57 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_DATA_TABLE, "jsp", "jsp", 358,false, null);

14. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

62 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_FORM, "jsp", "jsp", 358,false, null);

15. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

62 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_FORM, "jsp", "jsp", 358,false, null);

16. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

67 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_GRAPHICIMAGE, "jsp", "jsp", 358,false, null);

17. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

67 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_GRAPHICIMAGE, "jsp", "jsp", 358,false, null);

18. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

72 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTHIDDEN, "jsp", "jsp", 358,false, null);

19. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

72 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTHIDDEN, "jsp", "jsp", 358,false, null);

20. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

77 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_MESSAGE, "jsp", "jsp", 358,false, null);

21. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

77 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_MESSAGE, "jsp", "jsp", 358,false, null);

22. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

82 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_MESSAGES, "jsp", "jsp", 358,false, null);

23. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

82 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_MESSAGES, "jsp", "jsp", 358,false, null);

24. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

87 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTFORMAT, "jsp", "jsp", 358,true, null);

25. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

87 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTFORMAT, "jsp", "jsp", 358,true, null);

26. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

92 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTLABEL, "jsp", "jsp", 358,false, null);

27. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

92 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTLABEL, "jsp", "jsp", 358,false, null);

28. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

97 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTTEXT, "jsp", "jsp", 358,false, null);

29. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

97 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTTEXT, "jsp", "jsp", 358,false, null);

30. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

102 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PANEL_GROUP, "jsp", "jsp", 358,false, null);

31. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

102 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PANEL_GROUP, "jsp", "jsp", 358,false, null);

32. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

107 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTSECRET, "jsp", "jsp", 358,false, null);

33. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

107 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTSECRET, "jsp", "jsp", 358,false, null);

34. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

112 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTBOOLEANCHECKBOX, "jsp", "jsp", 358,false, null);

35. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

112 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTBOOLEANCHECKBOX, "jsp", "jsp", 358,false, null);

36. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

117 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYCHECKBOX, "jsp", "jsp", 358,false, null);

37. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

117 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYCHECKBOX, "jsp", "jsp", 358,false, null);

38. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

122 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYLISTBOX, "jsp", "jsp", 358,false, null);

39. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

122 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYLISTBOX, "jsp", "jsp", 358,false, null);

40. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

127 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYMENU, "jsp", "jsp", 358,false, null);

41. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

127 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYMENU, "jsp", "jsp", 358,false, null);

42. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

132 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONELISTBOX, "jsp", "jsp", 358,false, null);

43. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

132 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONELISTBOX, "jsp", "jsp", 358,false, null);

44. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

137 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONEMENU, "jsp", "jsp", 358,false, null);

45. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

137 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONEMENU, "jsp", "jsp", 358,false, null);

46. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

142 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONERADIO, "jsp", "jsp", 358,false, null);

47. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

142 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONERADIO, "jsp", "jsp", 358,false, null);

48. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

147 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTTEXT, "jsp", "jsp", 358,false, null);

49. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

147 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTTEXT, "jsp", "jsp", 358,false, null);

50. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

152 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTTEXTAREA, "jsp", "jsp", 358,false, null);

51. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

152 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTTEXTAREA, "jsp", "jsp", 358,false, null);

52. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

157 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTLINK, "jsp", "jsp", 358,false, null);

53. WARNING: DiscouragedReference

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

TestDefaultTagCreatorForJSFHTML.java :

157 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTLINK, "jsp", "jsp", 358,false, null);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestDefaultTagCreatorHTML.java
1. WARNING: DiscouragedReference

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

TestDefaultTagCreatorHTML.java :

13 : import org.eclipse.jst.jsf.core.internal.tld.TagIdentifierFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocType 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

TestDefaultTagCreatorHTML.java :

15 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;

3. WARNING: DiscouragedReference

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

TestDefaultTagCreatorHTML.java :

43 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "html", "html", 358,false, null);

4. WARNING: DiscouragedReference

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

TestDefaultTagCreatorHTML.java :

43 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "html", "html", 358,false, null);

5. WARNING: DiscouragedReference

Discouraged access: The type CMDocType 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

TestDefaultTagCreatorHTML.java :

43 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "html", "html", 358,false, null);

6. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType 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

TestDefaultTagCreatorHTML.java :

43 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "html", "html", 358,false, null);

7. WARNING: DiscouragedReference

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

TestDefaultTagCreatorHTML.java :

46 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "xhtml", "xhtml", 350,false, null);

8. WARNING: DiscouragedReference

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

TestDefaultTagCreatorHTML.java :

46 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "xhtml", "xhtml", 350,false, null);

9. WARNING: DiscouragedReference

Discouraged access: The type CMDocType 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

TestDefaultTagCreatorHTML.java :

46 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "xhtml", "xhtml", 350,false, null);

10. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType 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

TestDefaultTagCreatorHTML.java :

46 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "xhtml", "xhtml", 350,false, null);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestDefaultTagCreatorJSP.java
1. WARNING: DiscouragedReference

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

TestDefaultTagCreatorJSP.java :

13 : import org.eclipse.jst.jsf.core.internal.tld.TagIdentifierFactory;

2. WARNING: DiscouragedReference

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

TestDefaultTagCreatorJSP.java :

36 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper("jsp11", "jsp:directive.include"), "jsp", "jsp", 349,false, null);

3. WARNING: DiscouragedReference

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

TestDefaultTagCreatorJSP.java :

36 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper("jsp11", "jsp:directive.include"), "jsp", "jsp", 349,false, null);

4. WARNING: DiscouragedReference

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

TestDefaultTagCreatorJSP.java :

37 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper("jsp11", "jsp:directive.include"), "jspx", "jspx", 492,false, null);

5. WARNING: DiscouragedReference

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

TestDefaultTagCreatorJSP.java :

37 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper("jsp11", "jsp:directive.include"), "jspx", "jspx", 492,false, null);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestItemCreationToolForJSFCore.java
1. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

13 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

37 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_ACTIONLISTENER, "jsp", "jsp", 358,false);

3. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

37 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_ACTIONLISTENER, "jsp", "jsp", 358,false);

4. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

42 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_ATTRIBUTE, "jsp", "jsp", 358,false);

5. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

42 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_ATTRIBUTE, "jsp", "jsp", 358,false);

6. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

47 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME, "jsp", "jsp", 358,false);

7. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

47 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME, "jsp", "jsp", 358,false);

8. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

51 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER, "jsp", "jsp", 358,false);

9. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

51 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER, "jsp", "jsp", 358,false);

10. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

59 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTER, "jsp", "jsp", 358,false);

11. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

59 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_CONVERTER, "jsp", "jsp", 358,false);

12. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

67 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_FACET, "jsp", "jsp", 358,false);

13. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

67 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_FACET, "jsp", "jsp", 358,false);

14. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

75 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_LOADBUNDLE, "jsp", "jsp", 358,false);

15. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

75 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_LOADBUNDLE, "jsp", "jsp", 358,false);

16. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

83 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PARAM, "jsp", "jsp", 358,true);

17. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

83 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PARAM, "jsp", "jsp", 358,true);

18. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

91 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTITEM, "jsp", "jsp", 358,false);

19. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

91 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTITEM, "jsp", "jsp", 358,false);

20. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

99 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTITEMS, "jsp", "jsp", 358,false);

21. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

99 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTITEMS, "jsp", "jsp", 358,false);

22. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

107 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SUBVIEW, "jsp", "jsp", 358,false);

23. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

107 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SUBVIEW, "jsp", "jsp", 358,false);

24. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

115 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE, "jsp", "jsp", 358,true);

25. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

115 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE, "jsp", "jsp", 358,true);

26. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

123 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH, "jsp", "jsp", 358,true);

27. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

123 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH, "jsp", "jsp", 358,true);

28. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

131 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE, "jsp", "jsp", 358,true);

29. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

131 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE, "jsp", "jsp", 358,true);

30. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

139 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATOR, "jsp", "jsp", 358,false);

31. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

139 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALIDATOR, "jsp", "jsp", 358,false);

32. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

147 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALUECHANGELISTENER, "jsp", "jsp", 358,false);

33. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

147 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VALUECHANGELISTENER, "jsp", "jsp", 358,false);

34. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

155 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VERBATIM, "jsp", "jsp", 358,false);

35. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

155 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VERBATIM, "jsp", "jsp", 358,false);

36. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

163 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VIEW, "jsp", "jsp", 358,false);

37. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFCore.java :

163 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_VIEW, "jsp", "jsp", 358,false);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestItemCreationToolForJSFHTML.java
1. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

13 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

38 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358,false);

3. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

38 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358,false);

4. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

39 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495,false);

5. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

39 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495,false);

6. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

42 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350,false);

7. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

42 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350,false);

8. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

48 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDLINK, "jsp", "jsp", 358,false);

9. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

48 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDLINK, "jsp", "jsp", 358,false);

10. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

53 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PANEL_GRID, "jsp", "jsp", 358,false);

11. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

53 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PANEL_GRID, "jsp", "jsp", 358,false);

12. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

58 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_DATA_TABLE, "jsp", "jsp", 358,false);

13. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

58 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_DATA_TABLE, "jsp", "jsp", 358,false);

14. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

63 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_FORM, "jsp", "jsp", 358,false);

15. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

63 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_FORM, "jsp", "jsp", 358,false);

16. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

68 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_GRAPHICIMAGE, "jsp", "jsp", 358,false);

17. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

68 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_GRAPHICIMAGE, "jsp", "jsp", 358,false);

18. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

73 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTHIDDEN, "jsp", "jsp", 358,false);

19. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

73 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTHIDDEN, "jsp", "jsp", 358,false);

20. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

78 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_MESSAGE, "jsp", "jsp", 358,false);

21. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

78 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_MESSAGE, "jsp", "jsp", 358,false);

22. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

83 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_MESSAGES, "jsp", "jsp", 358,false);

23. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

83 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_MESSAGES, "jsp", "jsp", 358,false);

24. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

88 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTFORMAT, "jsp", "jsp", 358,true);

25. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

88 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTFORMAT, "jsp", "jsp", 358,true);

26. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

93 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTLABEL, "jsp", "jsp", 358,false);

27. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

93 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTLABEL, "jsp", "jsp", 358,false);

28. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

98 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTTEXT, "jsp", "jsp", 358,false);

29. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

98 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_OUTPUTTEXT, "jsp", "jsp", 358,false);

30. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

103 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PANEL_GROUP, "jsp", "jsp", 358,false);

31. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

103 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_PANEL_GROUP, "jsp", "jsp", 358,false);

32. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

108 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTSECRET, "jsp", "jsp", 358,false);

33. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

108 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTSECRET, "jsp", "jsp", 358,false);

34. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

113 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTBOOLEANCHECKBOX, "jsp", "jsp", 358,false);

35. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

113 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTBOOLEANCHECKBOX, "jsp", "jsp", 358,false);

36. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

118 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYCHECKBOX, "jsp", "jsp", 358,false);

37. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

118 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYCHECKBOX, "jsp", "jsp", 358,false);

38. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

123 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYLISTBOX, "jsp", "jsp", 358,false);

39. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

123 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYLISTBOX, "jsp", "jsp", 358,false);

40. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

128 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYMENU, "jsp", "jsp", 358,false);

41. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

128 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTMANYMENU, "jsp", "jsp", 358,false);

42. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

133 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONELISTBOX, "jsp", "jsp", 358,false);

43. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

133 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONELISTBOX, "jsp", "jsp", 358,false);

44. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

138 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONEMENU, "jsp", "jsp", 358,false);

45. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

138 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONEMENU, "jsp", "jsp", 358,false);

46. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

143 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONERADIO, "jsp", "jsp", 358,false);

47. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

143 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_SELECTONERADIO, "jsp", "jsp", 358,false);

48. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

148 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTTEXT, "jsp", "jsp", 358,false);

49. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

148 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTTEXT, "jsp", "jsp", 358,false);

50. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

153 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTTEXTAREA, "jsp", "jsp", 358,false);

51. WARNING: DiscouragedReference

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

TestItemCreationToolForJSFHTML.java :

153 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_INPUTTEXTAREA, "jsp", "jsp", 358,false);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestItemCreationToolHTML.java
1. WARNING: DiscouragedReference

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

TestItemCreationToolHTML.java :

13 : import org.eclipse.jst.jsf.core.internal.tld.TagIdentifierFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocType 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

TestItemCreationToolHTML.java :

16 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;

3. WARNING: DiscouragedReference

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

TestItemCreationToolHTML.java :

45 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "html", "html", 358,false);

4. WARNING: DiscouragedReference

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

TestItemCreationToolHTML.java :

45 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "html", "html", 358,false);

5. WARNING: DiscouragedReference

Discouraged access: The type CMDocType 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

TestItemCreationToolHTML.java :

45 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "html", "html", 358,false);

6. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType 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

TestItemCreationToolHTML.java :

45 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "html", "html", 358,false);

7. WARNING: DiscouragedReference

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

TestItemCreationToolHTML.java :

46 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "xhtml", "xhtml", 350,false);

8. WARNING: DiscouragedReference

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

TestItemCreationToolHTML.java :

46 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "xhtml", "xhtml", 350,false);

9. WARNING: DiscouragedReference

Discouraged access: The type CMDocType 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

TestItemCreationToolHTML.java :

46 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "xhtml", "xhtml", 350,false);

10. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType 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

TestItemCreationToolHTML.java :

46 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper(CMDocType.HTML_DOC_TYPE, "INPUT.BUTTON"), "xhtml", "xhtml", 350,false);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestItemCreationToolJSP.java
1. WARNING: DiscouragedReference

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

TestItemCreationToolJSP.java :

13 : import org.eclipse.jst.jsf.core.internal.tld.TagIdentifierFactory;

2. WARNING: DiscouragedReference

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

TestItemCreationToolJSP.java :

37 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper("jsp11", "jsp:directive.include"), "jsp", "jsp", 349,false);

3. WARNING: DiscouragedReference

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

TestItemCreationToolJSP.java :

37 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper("jsp11", "jsp:directive.include"), "jsp", "jsp", 349,false);

4. WARNING: DiscouragedReference

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

TestItemCreationToolJSP.java :

38 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper("jsp11", "jsp:directive.include"), "jspx", "jspx", 492,false);

5. WARNING: DiscouragedReference

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

TestItemCreationToolJSP.java :

38 : doCreateTest(TagIdentifierFactory.createJSPTagWrapper("jsp11", "jsp:directive.include"), "jspx", "jspx", 492,false);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestOverrideableCreationData.java
1. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

5 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

7 : import org.eclipse.jst.pagedesigner.itemcreation.CreationData;

3. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

8 : import org.eclipse.jst.pagedesigner.itemcreation.ITagCreator;

4. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

9 : import org.eclipse.jst.pagedesigner.itemcreation.ITagDropOverrider;

5. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

10 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.CustomizationDataImpl;

6. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

11 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData;

7. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

12 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.IWritableCustomizationData;

8. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl 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

TestOverrideableCreationData.java :

14 : import org.eclipse.wst.xml.core.internal.document.ElementImpl;

9. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

35 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

10. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

35 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

11. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

37 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

12. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

37 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

13. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

41 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

14. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

41 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

15. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

51 : Verification v = new Verification(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON.getTagName(),

16. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

51 : Verification v = new Verification(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON.getTagName(),

17. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

53 : IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON.getTagName(), OVERRIDDEN_DEFAULT_PREFIX);

18. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

53 : IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON.getTagName(), OVERRIDDEN_DEFAULT_PREFIX);

19. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

54 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

20. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

54 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

21. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

64 : IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON.getUri(), OVERRIDDEN_DEFAULT_PREFIX,

22. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

64 : IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON.getUri(), OVERRIDDEN_DEFAULT_PREFIX,

23. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

67 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

24. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

67 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

25. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

81 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

26. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

81 : doCreateTestOverridden(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

27. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

96 : boolean forceResultTagEmpty, ICustomizationData customizationData,

28. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

108 : ITagCreator tagCreator = getTagCreator(getTagIdentifier());

29. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

110 : CreationData creationData = getCreationData(uri, tagName,

30. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

112 : Element element = tagCreator.createTag(creationData);

31. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl 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

TestOverrideableCreationData.java :

126 : if (forceResultTagEmpty && element instanceof ElementImpl) {

32. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl 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

TestOverrideableCreationData.java :

127 : forceTagEmpty((ElementImpl) element);

33. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

136 : protected ICustomizationData getCustomizationData() {

34. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

139 : IWritableCustomizationData data = new CustomizationDataImpl(

35. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

139 : IWritableCustomizationData data = new CustomizationDataImpl(

36. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

145 : if (ITagDropOverrider.class == adapter) {

37. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

148 : return super.getAdapter(adapter);

38. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

152 : data.addAttribute("attr1", "value1");

39. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

157 : private ITagDropOverrider getCustomizationAdapter() {

40. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

158 : return new ITagDropOverrider() {

41. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

207 : public void verify(CreationData creationData, Element element)

42. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

209 : assertEquals(_expectedTagName, creationData.getTagName());

43. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

210 : assertEquals(_expectedTagUri, creationData.getUri());

44. WARNING: DiscouragedReference

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

TestOverrideableCreationData.java :

211 : assertEquals(_expectedDefaultPrefix, creationData .getDefaultPrefix());

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestTagCreationFactory.java
1. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

23 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

24 : import org.eclipse.jst.jsf.core.internal.tld.TagIdentifierFactory;

3. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

26 : import org.eclipse.jst.pagedesigner.itemcreation.CreationData;

4. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

27 : import org.eclipse.jst.pagedesigner.itemcreation.ITagCreator;

5. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

28 : import org.eclipse.jst.pagedesigner.itemcreation.internal.TagCreationFactory;

6. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

34 : import org.eclipse.jst.pagedesigner.utils.CommandUtil;

7. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

57 : _manager.reset();

8. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

73 : CreationData creationData =

9. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

76 : Element element = CommandUtil.executeInsertion(creationData.getTagCreationProvider()

10. WARNING: DiscouragedReference

Discouraged access: The method executeInsertion(IDropSourceData, IDOMModel, IDOMPosition, IAdaptable) from the type CommandUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TestTagCreationFactory.java :

76 : Element element = CommandUtil.executeInsertion(creationData.getTagCreationProvider() , creationData.getModel() , creationData.getDomPosition() , creationData.getDropCustomizationData());

11. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

76 : Element element = CommandUtil.executeInsertion(creationData.getTagCreationProvider()

12. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

77 : , creationData.getModel()

13. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

78 : , creationData.getDomPosition()

14. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

79 : , creationData.getDropCustomizationData());

15. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

82 : final TagIdentifier tagId = TagIdentifierFactory.createDocumentTagWrapper(element);

16. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

82 : final TagIdentifier tagId = TagIdentifierFactory.createDocumentTagWrapper(element);

17. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

100 : element = CommandUtil.executeInsertion(creationData.getTagCreationProvider()

18. WARNING: DiscouragedReference

Discouraged access: The method executeInsertion(IDropSourceData, IDOMModel, IDOMPosition, IAdaptable) from the type CommandUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TestTagCreationFactory.java :

100 : element = CommandUtil.executeInsertion(creationData.getTagCreationProvider() , creationData.getModel() , creationData.getDomPosition() , creationData.getDropCustomizationData());

19. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

100 : element = CommandUtil.executeInsertion(creationData.getTagCreationProvider()

20. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

101 : , creationData.getModel()

21. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

102 : , creationData.getDomPosition()

22. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

103 : , creationData.getDropCustomizationData());

23. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

123 : final CreationData creationData =

24. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

126 : final Element element = CommandUtil.executeInsertion(

25. WARNING: DiscouragedReference

Discouraged access: The method executeInsertion(IDropSourceData, IDOMModel, IDOMPosition, IAdaptable) from the type CommandUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TestTagCreationFactory.java :

126 : final Element element = CommandUtil.executeInsertion( creationData.getTagCreationProvider() , creationData.getModel() , creationData.getDomPosition() , creationData.getDropCustomizationData());

26. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

127 : creationData.getTagCreationProvider()

27. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

128 : , creationData.getModel()

28. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

129 : , creationData.getDomPosition()

29. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

130 : , creationData.getDropCustomizationData());

30. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

165 : IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON.getUri();

31. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

165 : IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON.getUri();

32. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

167 : IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON.getTagName();

33. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

167 : IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON.getTagName();

34. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

168 : final CreationData creationData =

35. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

171 : final ITagCreator tagCreator = TagCreationFactory.getInstance()

36. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

171 : final ITagCreator tagCreator = TagCreationFactory.getInstance()

37. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

171 : final ITagCreator tagCreator = TagCreationFactory.getInstance()

38. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

171 : final ITagCreator tagCreator = TagCreationFactory.getInstance() .createTagCreator(creationData.getTagId());

39. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

172 : .createTagCreator(creationData.getTagId());

40. WARNING: DiscouragedReference

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

TestTagCreationFactory.java :

174 : final Element element = tagCreator.createTag(creationData);

41. 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

TestTagCreationFactory.java :

179 : getDocumentContext(0, jspFile).getModel().save(resultStream);

42. 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

TestTagCreationFactory.java :

248 : getDocumentContext(0, file).getModel().save(resultStream);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java
1. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

3 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

5 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.CustomizationDataImpl;

3. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

6 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData;

4. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

7 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.IWritableCustomizationData;

5. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

27 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358, false, getCustomizationData());

6. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

27 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358, false, getCustomizationData());

7. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

28 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495, false, getCustomizationData());

8. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

28 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495, false, getCustomizationData());

9. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

31 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350, false, getCustomizationData());

10. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

31 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350, false, getCustomizationData());

11. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

37 : protected ICustomizationData getCustomizationData()

12. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

40 : IWritableCustomizationData data = new CustomizationDataImpl(getTagIdentifier());

13. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

40 : IWritableCustomizationData data = new CustomizationDataImpl(getTagIdentifier());

14. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

40 : IWritableCustomizationData data = new CustomizationDataImpl(getTagIdentifier());

15. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_AttributeCustomization.java :

41 : data.addAttribute("attr1", "value1");

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java
1. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

3 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

5 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.CustomizationDataImpl;

3. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

6 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData;

4. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

7 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.IWritableCustomizationData;

5. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

28 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358, false, getCustomizationData());

6. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

28 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358, false, getCustomizationData());

7. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

29 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495, false, getCustomizationData());

8. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

29 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495, false, getCustomizationData());

9. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

32 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350, false, getCustomizationData());

10. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

32 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350, false, getCustomizationData());

11. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

37 : protected ICustomizationData getCustomizationData()

12. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

40 : IWritableCustomizationData tagDropped = new CustomizationDataImpl(getTagIdentifier());

13. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

40 : IWritableCustomizationData tagDropped = new CustomizationDataImpl(getTagIdentifier());

14. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

40 : IWritableCustomizationData tagDropped = new CustomizationDataImpl(getTagIdentifier());

15. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

41 : tagDropped.addAttribute("attr1", "value1");

16. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

72 : IWritableCustomizationData tag11 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

17. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

72 : IWritableCustomizationData tag11 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

18. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

72 : IWritableCustomizationData tag11 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

19. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

73 : IWritableCustomizationData tag12 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

20. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

73 : IWritableCustomizationData tag12 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

21. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

73 : IWritableCustomizationData tag12 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

22. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

74 : tag11.addChildData(tag12);

23. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

75 : tagDropped.addChildData(tag11);

24. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

77 : IWritableCustomizationData tag7 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG7);

25. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

77 : IWritableCustomizationData tag7 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG7);

26. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

77 : IWritableCustomizationData tag7 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG7);

27. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

78 : IWritableCustomizationData tag6 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG6);

28. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

78 : IWritableCustomizationData tag6 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG6);

29. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

78 : IWritableCustomizationData tag6 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG6);

30. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

79 : IWritableCustomizationData tag2 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

31. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

79 : IWritableCustomizationData tag2 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

32. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

79 : IWritableCustomizationData tag2 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

33. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

80 : tag2.addAttribute("tag2Attr1", "tag2Attr1Value");

34. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

81 : tag2.addChildData(tag7);

35. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

82 : tag2.addChildData(tag6);

36. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

83 : tagDropped.addChildData(tag2);

37. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

85 : IWritableCustomizationData tag3 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

38. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

85 : IWritableCustomizationData tag3 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

39. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

85 : IWritableCustomizationData tag3 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

40. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

86 : IWritableCustomizationData tag8 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

41. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

86 : IWritableCustomizationData tag8 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

42. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

86 : IWritableCustomizationData tag8 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

43. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

87 : IWritableCustomizationData tag9 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG9);

44. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

87 : IWritableCustomizationData tag9 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG9);

45. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

87 : IWritableCustomizationData tag9 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG9);

46. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

88 : tag8.addChildData(tag9);

47. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

89 : tag3.addChildData(tag8);

48. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

90 : tagDropped.addChildData(tag3);

49. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

94 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

50. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

94 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

51. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

94 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

52. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

94 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

53. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

94 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

54. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ChildCustomization.java :

95 : tagDropped.addParentData(view);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java
1. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

3 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

5 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.CustomizationDataImpl;

3. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

6 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData;

4. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

7 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.IWritableCustomizationData;

5. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

29 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358, false, getCustomizationData());

6. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

29 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358, false, getCustomizationData());

7. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

30 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495, false, getCustomizationData());

8. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

30 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495, false, getCustomizationData());

9. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

33 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350, false, getCustomizationData());

10. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

33 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350, false, getCustomizationData());

11. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

38 : protected ICustomizationData getCustomizationData()

12. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

40 : IWritableCustomizationData tagDropped = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

13. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

40 : IWritableCustomizationData tagDropped = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

14. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

40 : IWritableCustomizationData tagDropped = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

15. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

41 : tagDropped.addAttribute("attr1", "value1");

16. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

52 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

17. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

52 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

18. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

52 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

19. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

52 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

20. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

52 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

21. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

53 : tagDropped.addParentData(view);

22. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

55 : IWritableCustomizationData tag11 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

23. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

55 : IWritableCustomizationData tag11 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

24. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

55 : IWritableCustomizationData tag11 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

25. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

56 : tagDropped.addParentData(tag11);

26. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

58 : IWritableCustomizationData tag12 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

27. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

58 : IWritableCustomizationData tag12 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

28. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

58 : IWritableCustomizationData tag12 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

29. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

59 : tagDropped.addParentData(tag12);

30. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

61 : IWritableCustomizationData tag21 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

31. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

61 : IWritableCustomizationData tag21 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

32. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

61 : IWritableCustomizationData tag21 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

33. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

62 : tag21.addAttribute("tag21Attr1", "tag21Attr1Value");

34. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

63 : tagDropped.addParentData(tag21);

35. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

65 : IWritableCustomizationData tag22 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

36. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

65 : IWritableCustomizationData tag22 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

37. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

65 : IWritableCustomizationData tag22 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

38. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

66 : tag22.addAttribute("tag22Attr1", "tag22Attr1Value");

39. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

67 : tagDropped.addParentData(tag22);

40. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

69 : IWritableCustomizationData tag23 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

41. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

69 : IWritableCustomizationData tag23 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

42. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

69 : IWritableCustomizationData tag23 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

43. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

70 : tagDropped.addParentData(tag23);

44. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

72 : IWritableCustomizationData tag24 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

45. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

72 : IWritableCustomizationData tag24 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

46. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

72 : IWritableCustomizationData tag24 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

47. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

73 : tagDropped.addParentData(tag24);

48. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

75 : IWritableCustomizationData tag25 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

49. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

75 : IWritableCustomizationData tag25 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

50. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

75 : IWritableCustomizationData tag25 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

51. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

76 : tagDropped.addParentData(tag25);

52. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

78 : IWritableCustomizationData tag26 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

53. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

78 : IWritableCustomizationData tag26 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

54. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

78 : IWritableCustomizationData tag26 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

55. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

79 : tagDropped.addParentData(tag26);

56. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

81 : IWritableCustomizationData tag27 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

57. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

81 : IWritableCustomizationData tag27 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

58. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

81 : IWritableCustomizationData tag27 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

59. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

82 : tagDropped.addParentData(tag27);

60. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

84 : IWritableCustomizationData tag31 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

61. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

84 : IWritableCustomizationData tag31 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

62. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

84 : IWritableCustomizationData tag31 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

63. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

85 : tagDropped.addParentData(tag31);

64. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

87 : IWritableCustomizationData tag32 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

65. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

87 : IWritableCustomizationData tag32 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

66. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

87 : IWritableCustomizationData tag32 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

67. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

88 : tagDropped.addParentData(tag32);

68. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

120 : IWritableCustomizationData tag81 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

69. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

120 : IWritableCustomizationData tag81 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

70. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

120 : IWritableCustomizationData tag81 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

71. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

121 : tagDropped.addChildData(tag81);

72. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

123 : IWritableCustomizationData tag82 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

73. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

123 : IWritableCustomizationData tag82 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

74. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

123 : IWritableCustomizationData tag82 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

75. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

124 : tagDropped.addChildData(tag82);

76. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

126 : IWritableCustomizationData tag83 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

77. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

126 : IWritableCustomizationData tag83 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

78. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

126 : IWritableCustomizationData tag83 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

79. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

127 : tagDropped.addChildData(tag83);

80. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

129 : IWritableCustomizationData tag91 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG9);

81. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

129 : IWritableCustomizationData tag91 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG9);

82. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

129 : IWritableCustomizationData tag91 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG9);

83. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

130 : tag91.addAttribute("tag91Attr1", "tag91Attr1Value");

84. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

131 : tagDropped.addChildData(tag91);

85. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

133 : IWritableCustomizationData tag92 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG9);

86. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

133 : IWritableCustomizationData tag92 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG9);

87. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

133 : IWritableCustomizationData tag92 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG9);

88. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

134 : tagDropped.addChildData(tag92);

89. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

136 : IWritableCustomizationData tag71 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG7);

90. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

136 : IWritableCustomizationData tag71 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG7);

91. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

136 : IWritableCustomizationData tag71 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG7);

92. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

137 : IWritableCustomizationData tag84 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

93. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

137 : IWritableCustomizationData tag84 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

94. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

137 : IWritableCustomizationData tag84 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG8);

95. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

138 : tag84.addAttribute("attr1", "value1");

96. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

139 : IWritableCustomizationData tag73 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG7);

97. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

139 : IWritableCustomizationData tag73 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG7);

98. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

139 : IWritableCustomizationData tag73 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG7);

99. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

141 : IWritableCustomizationData tag61 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG6);

100. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_GeneralCustomization.java :

141 : IWritableCustomizationData tag61 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG6);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java
1. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

3 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;

2. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

5 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.CustomizationDataImpl;

3. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

6 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData;

4. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

7 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.IWritableCustomizationData;

5. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

28 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358, false, getCustomizationData());

6. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

28 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jsp", "jsp", 358, false, getCustomizationData());

7. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

29 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495, false, getCustomizationData());

8. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

29 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "jspx", "jspx", 495, false, getCustomizationData());

9. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

32 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350, false, getCustomizationData());

10. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

32 : doCreateTest(IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON, "xhtml", "xhtml", 350, false, getCustomizationData());

11. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

36 : protected ICustomizationData getCustomizationData()

12. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

39 : IWritableCustomizationData data = new CustomizationDataImpl(getTagIdentifier());

13. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

39 : IWritableCustomizationData data = new CustomizationDataImpl(getTagIdentifier());

14. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

39 : IWritableCustomizationData data = new CustomizationDataImpl(getTagIdentifier());

15. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

40 : data.addAttribute("attr1", "value1");

16. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

51 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

17. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

51 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

18. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

51 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

19. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

51 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

20. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

51 : IWritableCustomizationData view = new CustomizationDataImpl(IJSFConstants.TAG_IDENTIFIER_VIEW);

21. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

52 : data.addParentData(view);

22. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

55 : IWritableCustomizationData grandParent = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

23. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

55 : IWritableCustomizationData grandParent = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

24. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

55 : IWritableCustomizationData grandParent = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG1);

25. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

56 : grandParent.addAttribute("grandParentAttr1", "grandParentValue1");

26. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

57 : data.addParentData(grandParent);

27. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

60 : IWritableCustomizationData parent = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

28. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

60 : IWritableCustomizationData parent = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

29. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

60 : IWritableCustomizationData parent = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG2);

30. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

61 : parent.addAttribute("parentAttr1", "parentValue1");

31. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

62 : data.addParentData(parent);

32. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

65 : IWritableCustomizationData parent2 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

33. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

65 : IWritableCustomizationData parent2 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

34. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

65 : IWritableCustomizationData parent2 = new CustomizationDataImpl(UserCustomizedElementEditFactory.TAG3);

35. WARNING: DiscouragedReference

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

TestUserCustomizedTagCreatorForJSFHTML_ParentCustomization.java :

66 : data.addParentData(parent2);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/base/BaseItemCreationToolTestCase.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl 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

BaseItemCreationToolTestCase.java :

16 : import org.eclipse.wst.xml.core.internal.document.ElementImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl 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

BaseItemCreationToolTestCase.java :

69 : if (element instanceof ElementImpl)

3. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl 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

BaseItemCreationToolTestCase.java :

71 : forceTagEmpty((ElementImpl) element);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/base/BaseTagCreatorTestCase.java
1. WARNING: DiscouragedReference

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

BaseTagCreatorTestCase.java :

15 : import org.eclipse.jst.pagedesigner.itemcreation.ITagCreator;

2. WARNING: DiscouragedReference

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

BaseTagCreatorTestCase.java :

16 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData;

3. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl 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

BaseTagCreatorTestCase.java :

18 : import org.eclipse.wst.xml.core.internal.document.ElementImpl;

4. WARNING: DiscouragedReference

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

BaseTagCreatorTestCase.java :

64 : protected final void doCreateTest(final TagIdentifier tagId, final String inExt, final String outExt, int offset, boolean forceResultTagEmpty, ICustomizationData customizationData) throws Exception

5. WARNING: DiscouragedReference

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

BaseTagCreatorTestCase.java :

75 : ITagCreator tagCreator = getTagCreator(getTagIdentifier());

6. WARNING: DiscouragedReference

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

BaseTagCreatorTestCase.java :

77 : Element element = tagCreator.createTag(getCreationData(uri, tagName, _defaultPrefix, file, offset, customizationData));

7. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl 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

BaseTagCreatorTestCase.java :

90 : element instanceof ElementImpl)

8. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl 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

BaseTagCreatorTestCase.java :

92 : forceTagEmpty((ElementImpl) element);

9. WARNING: DiscouragedReference

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

BaseTagCreatorTestCase.java :

102 : protected abstract ITagCreator getTagCreator(TagIdentifier tagId);

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/base/BaseTestClass.java
1. WARNING: DiscouragedReference

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

BaseTestClass.java :

30 : import org.eclipse.jst.jsf.common.internal.policy.OrderedListProvider;

2. WARNING: DiscouragedReference

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

BaseTestClass.java :

31 : import org.eclipse.jst.jsf.common.internal.policy.OrderedListProvider.OrderableObject;

3. WARNING: DiscouragedReference

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

BaseTestClass.java :

40 : import org.eclipse.jst.jsf.core.internal.JSFCorePlugin;

4. WARNING: DiscouragedReference

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

BaseTestClass.java :

43 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.registry.TLDRegistryPreferences;

5. WARNING: DiscouragedReference

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

BaseTestClass.java :

44 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.registry.TLDRegistryPreferences.StrategyIdentifier;

6. 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

BaseTestClass.java :

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

7. WARNING: DiscouragedReference

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

BaseTestClass.java :

48 : import org.eclipse.jst.pagedesigner.dom.DOMPosition;

8. WARNING: DiscouragedReference

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

BaseTestClass.java :

49 : import org.eclipse.jst.pagedesigner.editors.palette.TagToolPaletteEntry;

9. WARNING: DiscouragedReference

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

BaseTestClass.java :

50 : import org.eclipse.jst.pagedesigner.editors.palette.impl.PaletteItemManager;

10. WARNING: DiscouragedReference

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

BaseTestClass.java :

51 : import org.eclipse.jst.pagedesigner.editors.palette.impl.TaglibPaletteDrawer;

11. WARNING: DiscouragedReference

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

BaseTestClass.java :

52 : import org.eclipse.jst.pagedesigner.itemcreation.CreationData;

12. WARNING: DiscouragedReference

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

BaseTestClass.java :

53 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData;

13. WARNING: DiscouragedReference

Discouraged access: 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

BaseTestClass.java :

55 : import org.eclipse.wst.html.core.internal.document.DOMStyleModelImpl;

14. WARNING: DiscouragedReference

Discouraged access: The type HTMLFormatProcessorImpl 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

BaseTestClass.java :

56 : import org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl;

15. 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

BaseTestClass.java :

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

16. 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

BaseTestClass.java :

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

17. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl 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

BaseTestClass.java :

60 : import org.eclipse.wst.xml.core.internal.document.ElementImpl;

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

BaseTestClass.java :

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

19. WARNING: DiscouragedReference

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

BaseTestClass.java :

72 : protected PaletteItemManager _manager;

20. WARNING: DiscouragedReference

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

BaseTestClass.java :

106 : final TLDRegistryPreferences prefs = new TLDRegistryPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

21. WARNING: DiscouragedReference

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

BaseTestClass.java :

106 : final TLDRegistryPreferences prefs = new TLDRegistryPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

22. WARNING: DiscouragedReference

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

BaseTestClass.java :

106 : final TLDRegistryPreferences prefs = new TLDRegistryPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

23. WARNING: DiscouragedReference

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

BaseTestClass.java :

106 : final TLDRegistryPreferences prefs = new TLDRegistryPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

24. WARNING: DiscouragedReference

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

BaseTestClass.java :

106 : final TLDRegistryPreferences prefs = new TLDRegistryPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

25. WARNING: DiscouragedReference

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

BaseTestClass.java :

106 : final TLDRegistryPreferences prefs = new TLDRegistryPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

26. WARNING: DiscouragedReference

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

BaseTestClass.java :

107 : prefs.load();

27. WARNING: DiscouragedReference

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

BaseTestClass.java :

108 : final OrderedListProvider provider = prefs.getOrderedListProvider();

28. WARNING: DiscouragedReference

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

BaseTestClass.java :

108 : final OrderedListProvider provider = prefs.getOrderedListProvider();

29. WARNING: DiscouragedReference

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

BaseTestClass.java :

109 : for (final OrderableObject resolver : provider.getOrderedObjects()) {

30. WARNING: DiscouragedReference

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

BaseTestClass.java :

109 : for (final OrderableObject resolver : provider.getOrderedObjects()) {

31. WARNING: DiscouragedReference

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

BaseTestClass.java :

110 : if (resolver.getObject() instanceof StrategyIdentifier) {

32. WARNING: DiscouragedReference

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

BaseTestClass.java :

110 : if (resolver.getObject() instanceof StrategyIdentifier) {

33. WARNING: DiscouragedReference

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

BaseTestClass.java :

111 : StrategyIdentifier strategy = (StrategyIdentifier)resolver.getObject();

34. WARNING: DiscouragedReference

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

BaseTestClass.java :

111 : StrategyIdentifier strategy = (StrategyIdentifier)resolver.getObject();

35. WARNING: DiscouragedReference

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

BaseTestClass.java :

111 : StrategyIdentifier strategy = (StrategyIdentifier)resolver.getObject();

36. WARNING: DiscouragedReference

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

BaseTestClass.java :

113 : if (strategy.getId().equals("org.eclipse.jst.jsf.designtime.TagIntrospectingStrategy")) {

37. WARNING: DiscouragedReference

Discouraged access: The method setEnabled(boolean) from the type OrderedListProvider.OrderableObject is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.common/@dot

BaseTestClass.java :

114 : resolver.setEnabled(false);

38. WARNING: DiscouragedReference

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

BaseTestClass.java :

119 : prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

39. WARNING: DiscouragedReference

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

BaseTestClass.java :

119 : prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

40. WARNING: DiscouragedReference

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

BaseTestClass.java :

119 : prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

41. WARNING: DiscouragedReference

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

BaseTestClass.java :

119 : prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

42. WARNING: DiscouragedReference

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

BaseTestClass.java :

122 : protected PaletteItemManager getPaletteItemManager(final IFile file) {

43. WARNING: DiscouragedReference

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

BaseTestClass.java :

123 : PaletteItemManager pim = PaletteItemManager.getInstance(PaletteItemManager.createPaletteContext(file));

44. WARNING: DiscouragedReference

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

BaseTestClass.java :

123 : PaletteItemManager pim = PaletteItemManager.getInstance(PaletteItemManager.createPaletteContext(file));

45. WARNING: DiscouragedReference

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

BaseTestClass.java :

123 : PaletteItemManager pim = PaletteItemManager.getInstance(PaletteItemManager.createPaletteContext(file));

46. WARNING: DiscouragedReference

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

BaseTestClass.java :

123 : PaletteItemManager pim = PaletteItemManager.getInstance(PaletteItemManager.createPaletteContext(file));

47. WARNING: DiscouragedReference

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

BaseTestClass.java :

123 : PaletteItemManager pim = PaletteItemManager.getInstance(PaletteItemManager.createPaletteContext(file));

48. WARNING: DiscouragedReference

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

BaseTestClass.java :

128 : protected void initializePaletteItemManager(PaletteItemManager pim) {

49. WARNING: DiscouragedReference

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

BaseTestClass.java :

133 : PaletteItemManager.clearPaletteItemManager();

50. WARNING: DiscouragedReference

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

BaseTestClass.java :

133 : PaletteItemManager.clearPaletteItemManager();

51. WARNING: DiscouragedReference

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

BaseTestClass.java :

154 : protected CreationData getCreationData(final String uri,

52. WARNING: DiscouragedReference

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

BaseTestClass.java :

156 : final int offset, final ICustomizationData customizationData) throws Exception

53. WARNING: DiscouragedReference

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

BaseTestClass.java :

162 : final TagToolPaletteEntry entry = createNonNullPaletteEntry(uri,

54. WARNING: DiscouragedReference

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

BaseTestClass.java :

172 : final DOMPosition domPosition = new DOMPosition(node, 0);

55. WARNING: DiscouragedReference

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

BaseTestClass.java :

172 : final DOMPosition domPosition = new DOMPosition(node, 0);

56. WARNING: DiscouragedReference

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

BaseTestClass.java :

172 : final DOMPosition domPosition = new DOMPosition(node, 0);

57. 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

BaseTestClass.java :

173 : final IDOMModel model =(IDOMModel) context.getModel();

58. 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

BaseTestClass.java :

173 : final IDOMModel model =(IDOMModel) context.getModel();

59. WARNING: DiscouragedReference

Discouraged access: The constructor CreationData(ITagDropSourceData, IDOMModel, IDOMPosition, ITaglibDomainMetaDataModelContext, IAdaptable) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

BaseTestClass.java :

174 : return new CreationData(entry.getTemplate(), model, domPosition, modelContext, customizationData);

60. WARNING: DiscouragedReference

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

BaseTestClass.java :

174 : return new CreationData(entry.getTemplate(), model,

61. WARNING: DiscouragedReference

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

BaseTestClass.java :

174 : return new CreationData(entry.getTemplate(), model,

62. WARNING: DiscouragedReference

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

BaseTestClass.java :

178 : private TagToolPaletteEntry createPaletteEntry(final String uri,

63. WARNING: DiscouragedReference

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

BaseTestClass.java :

181 : final TaglibPaletteDrawer drawer = getPaletteItemManager(file)

64. WARNING: DiscouragedReference

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

BaseTestClass.java :

181 : final TaglibPaletteDrawer drawer = getPaletteItemManager(file) .getTaglibPalletteDrawer(uri);

65. WARNING: DiscouragedReference

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

BaseTestClass.java :

185 : TagToolPaletteEntry entry = drawer.getTagPaletteEntryByTagName(tagName);

66. WARNING: DiscouragedReference

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

BaseTestClass.java :

185 : TagToolPaletteEntry entry = drawer.getTagPaletteEntryByTagName(tagName);

67. WARNING: DiscouragedReference

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

BaseTestClass.java :

191 : entry = drawer.getTagPaletteEntryById(tagName);

68. WARNING: DiscouragedReference

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

BaseTestClass.java :

197 : private TagToolPaletteEntry createNonNullPaletteEntry(final String uri,

69. WARNING: DiscouragedReference

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

BaseTestClass.java :

200 : final TagToolPaletteEntry entry = createPaletteEntry(uri, tagName, file);

70. 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

BaseTestClass.java :

210 : final IModelManager modelManager = StructuredModelManager

71. 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

BaseTestClass.java :

212 : IStructuredModel model = null;

72. 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

BaseTestClass.java :

213 : model = modelManager.getModelForRead(jspFile);

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

BaseTestClass.java :

215 : assertTrue(model instanceof DOMModelForJSP

74. WARNING: DiscouragedReference

Discouraged access: 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

BaseTestClass.java :

216 : || model instanceof DOMStyleModelImpl);

75. 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

BaseTestClass.java :

218 : .getContext(model.getStructuredDocument(), offset);

76. 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

BaseTestClass.java :

225 : private final IStructuredModel model;

77. 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

BaseTestClass.java :

228 : final IStructuredModel model)

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

BaseTestClass.java :

240 : public IStructuredModel getModel()

79. 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

BaseTestClass.java :

247 : model.releaseFromRead();

80. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLFormatProcessorImpl() 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

BaseTestClass.java :

287 : new HTMLFormatProcessorImpl()

81. WARNING: DiscouragedReference

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

BaseTestClass.java :

287 : new HTMLFormatProcessorImpl() .formatDocument(getDocumentContext(0, file).getModel() .getStructuredDocument());

82. WARNING: DiscouragedReference

Discouraged access: The type HTMLFormatProcessorImpl 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

BaseTestClass.java :

287 : new HTMLFormatProcessorImpl()

83. 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

BaseTestClass.java :

288 : .formatDocument(getDocumentContext(0, file).getModel() .getStructuredDocument());

84. 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

BaseTestClass.java :

290 : getDocumentContext(0, file).getModel().save(resultStream);

85. 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

BaseTestClass.java :

320 : final IModelManager modelManager = StructuredModelManager

86. 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

BaseTestClass.java :

322 : IStructuredModel model = null;

87. 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

BaseTestClass.java :

323 : model = modelManager.getModelForRead(tempFile);

88. WARNING: DiscouragedReference

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

BaseTestClass.java :

324 : new HTMLFormatProcessorImpl().formatDocument(model .getStructuredDocument());

89. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLFormatProcessorImpl() 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

BaseTestClass.java :

324 : new HTMLFormatProcessorImpl().formatDocument(model

90. WARNING: DiscouragedReference

Discouraged access: The type HTMLFormatProcessorImpl 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

BaseTestClass.java :

324 : new HTMLFormatProcessorImpl().formatDocument(model

91. 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

BaseTestClass.java :

324 : new HTMLFormatProcessorImpl().formatDocument(model .getStructuredDocument());

92. 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

BaseTestClass.java :

327 : model.save(expectedStream);

93. WARNING: DiscouragedReference

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

BaseTestClass.java :

342 : final TagToolPaletteEntry toolEntry = createNonNullPaletteEntry(tagId

94. WARNING: DiscouragedReference

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

BaseTestClass.java :

344 : final MockItemCreationTool tool = new MockItemCreationTool(toolEntry.getTemplate());

95. 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

BaseTestClass.java :

349 : final IStructuredModel model = wrapper.getModel();

96. WARNING: DiscouragedReference

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

BaseTestClass.java :

351 : final DOMPosition domPosition = new DOMPosition(resolver.getNode(), 0);

97. WARNING: DiscouragedReference

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

BaseTestClass.java :

351 : final DOMPosition domPosition = new DOMPosition(resolver.getNode(), 0);

98. WARNING: DiscouragedReference

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

BaseTestClass.java :

351 : final DOMPosition domPosition = new DOMPosition(resolver.getNode(), 0);

99. 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

BaseTestClass.java :

354 : "Test Command", (IDOMModel) model, domPosition, toolEntry.getTemplate());

100. WARNING: DiscouragedReference

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

BaseTestClass.java :

354 : "Test Command", (IDOMModel) model, domPosition, toolEntry.getTemplate());

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/base/MockCreateItemCommand.java
1. WARNING: DiscouragedReference

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

MockCreateItemCommand.java :

17 : import org.eclipse.jst.pagedesigner.commands.CreateItemCommand;

2. WARNING: DiscouragedReference

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

MockCreateItemCommand.java :

18 : import org.eclipse.jst.pagedesigner.dom.IDOMPosition;

3. WARNING: DiscouragedReference

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

MockCreateItemCommand.java :

19 : import org.eclipse.jst.pagedesigner.editors.palette.ITagDropSourceData;

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

MockCreateItemCommand.java :

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

5. WARNING: DiscouragedReference

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

MockCreateItemCommand.java :

24 : public class MockCreateItemCommand extends CreateItemCommand

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

MockCreateItemCommand.java :

26 : public MockCreateItemCommand(String label, IDOMModel model,

7. WARNING: DiscouragedReference

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

MockCreateItemCommand.java :

27 : IDOMPosition position, ITagDropSourceData tagDropSourceData) {

8. WARNING: DiscouragedReference

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

MockCreateItemCommand.java :

27 : IDOMPosition position, ITagDropSourceData tagDropSourceData) {

9. WARNING: DiscouragedReference

Discouraged access: The constructor CreateItemCommand(String, IDOMModel, IDOMPosition, IDropSourceData) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

MockCreateItemCommand.java :

28 : super(label, model, position, tagDropSourceData);

10. WARNING: DiscouragedReference

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

MockCreateItemCommand.java :

39 : return super.getCustomizationData();

11. WARNING: DiscouragedReference

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

MockCreateItemCommand.java :

45 : return super.getResult();

Source File: org/eclipse/jst/pagedesigner/tests/tagcreator/base/MockItemCreationTool.java
1. WARNING: DiscouragedReference

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

MockItemCreationTool.java :

18 : import org.eclipse.jst.pagedesigner.commands.CreateItemCommand;

2. WARNING: DiscouragedReference

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

MockItemCreationTool.java :

19 : import org.eclipse.jst.pagedesigner.editors.palette.ITagDropSourceData;

3. WARNING: DiscouragedReference

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

MockItemCreationTool.java :

20 : import org.eclipse.jst.pagedesigner.itemcreation.ItemCreationTool;

4. WARNING: DiscouragedReference

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

MockItemCreationTool.java :

22 : public class MockItemCreationTool extends ItemCreationTool

5. WARNING: DiscouragedReference

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

MockItemCreationTool.java :

26 : public MockItemCreationTool(ITagDropSourceData tagDropSourceData) {

6. WARNING: DiscouragedReference

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

MockItemCreationTool.java :

27 : super(tagDropSourceData);

7. WARNING: DiscouragedReference

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

MockItemCreationTool.java :

32 : super.customizeDropAndMaybeExecute(button);

8. WARNING: DiscouragedReference

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

MockItemCreationTool.java :

45 : public CreateItemCommand getExecutedCommand()

9. WARNING: DiscouragedReference

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

MockItemCreationTool.java :

47 : return (CreateItemCommand) _cached;

Source File: org/eclipse/jst/pagedesigner/tests/tagcreatorPlugin/TestCreationFactory.java
1. WARNING: DiscouragedReference

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

TestCreationFactory.java :

16 : import org.eclipse.jst.jsf.core.internal.tld.TagIdentifierFactory;

2. WARNING: DiscouragedReference

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

TestCreationFactory.java :

17 : import org.eclipse.jst.pagedesigner.elementedit.AbstractElementEdit;

3. WARNING: DiscouragedReference

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

TestCreationFactory.java :

18 : import org.eclipse.jst.pagedesigner.elementedit.AbstractElementEditFactory;

4. WARNING: DiscouragedReference

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

TestCreationFactory.java :

19 : import org.eclipse.jst.pagedesigner.elementedit.IElementEdit;

5. WARNING: DiscouragedReference

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

TestCreationFactory.java :

20 : import org.eclipse.jst.pagedesigner.itemcreation.AbstractTagCreator;

6. WARNING: DiscouragedReference

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

TestCreationFactory.java :

21 : import org.eclipse.jst.pagedesigner.itemcreation.CreationData;

7. WARNING: DiscouragedReference

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

TestCreationFactory.java :

22 : import org.eclipse.jst.pagedesigner.itemcreation.DefaultTagCreationAdvisor;

8. WARNING: DiscouragedReference

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

TestCreationFactory.java :

23 : import org.eclipse.jst.pagedesigner.itemcreation.ITagCreationAdvisor;

9. WARNING: DiscouragedReference

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

TestCreationFactory.java :

24 : import org.eclipse.jst.pagedesigner.itemcreation.ITagCreator;

10. WARNING: DiscouragedReference

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

TestCreationFactory.java :

25 : import org.eclipse.jst.pagedesigner.itemcreation.command.ElementCustomizationCommand;

11. WARNING: DiscouragedReference

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

TestCreationFactory.java :

26 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.AbstractDropCustomizer;

12. WARNING: DiscouragedReference

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

TestCreationFactory.java :

27 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.IDropCustomizer;

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

TestCreationFactory.java :

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

14. WARNING: DiscouragedReference

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

TestCreationFactory.java :

37 : public class TestCreationFactory extends AbstractElementEditFactory

15. WARNING: DiscouragedReference

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

TestCreationFactory.java :

43 : TagIdentifierFactory.createJSPTagWrapper

16. WARNING: DiscouragedReference

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

TestCreationFactory.java :

43 : TagIdentifierFactory.createJSPTagWrapper (TAGCREATOR_URI_1, "tagWithRequiredAttr");

17. WARNING: DiscouragedReference

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

TestCreationFactory.java :

47 : TagIdentifierFactory.createJSPTagWrapper

18. WARNING: DiscouragedReference

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

TestCreationFactory.java :

47 : TagIdentifierFactory.createJSPTagWrapper (TAGCREATOR_URI_1, "tagWithRequiredAttr2");

19. WARNING: DiscouragedReference

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

TestCreationFactory.java :

55 : super(TAGCREATOR_URI_1);

20. WARNING: DiscouragedReference

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

TestCreationFactory.java :

59 : public IElementEdit createElementEdit(TagIdentifier tag)

21. WARNING: DiscouragedReference

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

TestCreationFactory.java :

61 : return new AbstractElementEdit()

22. WARNING: DiscouragedReference

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

TestCreationFactory.java :

64 : public ITagCreator getTagCreator(TagIdentifier tagId)

23. WARNING: DiscouragedReference

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

TestCreationFactory.java :

70 : public IDropCustomizer getDropCustomizer(TagIdentifier tagId) {

24. WARNING: DiscouragedReference

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

TestCreationFactory.java :

78 : public ITagCreator doCreateTagCreator() {

25. WARNING: DiscouragedReference

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

TestCreationFactory.java :

82 : private static class MyTagCreator extends AbstractTagCreator

26. WARNING: DiscouragedReference

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

TestCreationFactory.java :

85 : protected ITagCreationAdvisor doSelectCreationAdvisor(

27. WARNING: DiscouragedReference

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

TestCreationFactory.java :

86 : CreationData creationData) {

28. WARNING: DiscouragedReference

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

TestCreationFactory.java :

91 : private static class MyTagCreationAdvisor extends DefaultTagCreationAdvisor

29. WARNING: DiscouragedReference

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

TestCreationFactory.java :

93 : public MyTagCreationAdvisor(CreationData creationData)

30. WARNING: DiscouragedReference

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

TestCreationFactory.java :

95 : super(creationData);

31. WARNING: DiscouragedReference

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

TestCreationFactory.java :

99 : protected ElementCustomizationCommand getElementCustomizationCommand(

32. 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

TestCreationFactory.java :

100 : IDOMModel model, Element tagElement)

33. WARNING: DiscouragedReference

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

TestCreationFactory.java :

102 : return new ElementCustomizationCommand(model, tagElement, _creationData)

34. WARNING: DiscouragedReference

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

TestCreationFactory.java :

102 : return new ElementCustomizationCommand(model, tagElement, _creationData)

35. WARNING: DiscouragedReference

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

TestCreationFactory.java :

107 : super.applyAttributeCustomization();

36. WARNING: DiscouragedReference

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

TestCreationFactory.java :

110 : TagIdentifierFactory.createJSPTagWrapper

37. WARNING: DiscouragedReference

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

TestCreationFactory.java :

110 : TagIdentifierFactory.createJSPTagWrapper (_creationData.getUri(), _creationData.getTagName());

38. WARNING: DiscouragedReference

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

TestCreationFactory.java :

111 : (_creationData.getUri(), _creationData.getTagName());

39. WARNING: DiscouragedReference

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

TestCreationFactory.java :

111 : (_creationData.getUri(), _creationData.getTagName());

40. WARNING: DiscouragedReference

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

TestCreationFactory.java :

111 : (_creationData.getUri(), _creationData.getTagName());

41. WARNING: DiscouragedReference

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

TestCreationFactory.java :

111 : (_creationData.getUri(), _creationData.getTagName());

42. WARNING: DiscouragedReference

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

TestCreationFactory.java :

115 : _element.setAttribute(REQUIRED_ATTR_2

43. WARNING: DiscouragedReference

Discouraged access: The method ensureRequiredAttrs(Element, CreationData) from the type ElementCustomizationCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.pagedesigner/@dot

TestCreationFactory.java :

121 : ensureRequiredAttrs(_element, _creationData);

44. WARNING: DiscouragedReference

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

TestCreationFactory.java :

121 : ensureRequiredAttrs(_element, _creationData);

45. WARNING: DiscouragedReference

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

TestCreationFactory.java :

121 : ensureRequiredAttrs(_element, _creationData);

46. WARNING: DiscouragedReference

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

TestCreationFactory.java :

172 : private static class MyDropCustomizer extends AbstractDropCustomizer

Source File: org/eclipse/jst/pagedesigner/tests/tagcreatorPlugin/UserCustomizedElementEditFactory.java
1. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

14 : import org.eclipse.jst.jsf.core.internal.tld.TagIdentifierFactory;

2. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

15 : import org.eclipse.jst.pagedesigner.elementedit.AbstractElementEdit;

3. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

16 : import org.eclipse.jst.pagedesigner.elementedit.AbstractElementEditFactory;

4. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

17 : import org.eclipse.jst.pagedesigner.elementedit.IElementEdit;

5. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

18 : import org.eclipse.jst.pagedesigner.itemcreation.ITagCreator;

6. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

19 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.IDropCustomizer;

7. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

20 : import org.eclipse.jst.pagedesigner.itemcreation.internal.UserCustomizedTagCreator;

8. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

28 : public class UserCustomizedElementEditFactory extends AbstractElementEditFactory

9. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

32 : public static final TagIdentifier TAG1 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag1");

10. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

32 : public static final TagIdentifier TAG1 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag1");

11. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

33 : public static final TagIdentifier TAG2 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag2");

12. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

33 : public static final TagIdentifier TAG2 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag2");

13. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

34 : public static final TagIdentifier TAG3 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag3");

14. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

34 : public static final TagIdentifier TAG3 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag3");

15. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

35 : public static final TagIdentifier TAG4 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag4");

16. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

35 : public static final TagIdentifier TAG4 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag4");

17. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

36 : public static final TagIdentifier TAG5 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag5");

18. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

36 : public static final TagIdentifier TAG5 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag5");

19. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

37 : public static final TagIdentifier TAG6 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag6");

20. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

37 : public static final TagIdentifier TAG6 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag6");

21. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

38 : public static final TagIdentifier TAG7 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag7");

22. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

38 : public static final TagIdentifier TAG7 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag7");

23. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

39 : public static final TagIdentifier TAG8 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag8");

24. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

39 : public static final TagIdentifier TAG8 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag8");

25. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

40 : public static final TagIdentifier TAG9 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag9");

26. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

40 : public static final TagIdentifier TAG9 = TagIdentifierFactory.createJSPTagWrapper(TAGCREATOR_URI_1, "tag9");

27. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

45 : super(TAGCREATOR_URI_1);

28. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

50 : public IElementEdit createElementEdit(TagIdentifier tag)

29. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

52 : return new AbstractElementEdit()

30. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

55 : public ITagCreator getTagCreator(TagIdentifier tagId)

31. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

61 : public IDropCustomizer getDropCustomizer(TagIdentifier tagId) {

32. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

68 : public ITagCreator doCreateTagCreator()

33. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

70 : return new UserCustomizedTagCreator();

34. WARNING: DiscouragedReference

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

UserCustomizedElementEditFactory.java :

70 : return new UserCustomizedTagCreator();