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 )
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;
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;
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;
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;
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;
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();
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);
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();
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();
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();
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 =
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;
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);
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);
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(),
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;
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) {
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() {
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();
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;
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;
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;
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;
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;
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();
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) {
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();
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();
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();
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 =
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;
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);
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);
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(),
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;
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) {
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() {
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();
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;
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;
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;
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;
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 =
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;
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);
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);
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(),
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;
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;
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){
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);
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) {
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);
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;
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;
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) {
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() {
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();
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;
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;
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;
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;
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;
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();
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];
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);
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");
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);
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"));
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"));
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());
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"));
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"));
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());
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"));
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"));
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());
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"));
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"));
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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();
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();
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);
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);
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);
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:");
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());
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());
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()); } });
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(){
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) {
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());
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());
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) { // } });
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(){
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) {
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,
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);
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);
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;
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;
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)
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);
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);
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);
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;
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;
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;
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;
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;
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;
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;
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) {
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
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);
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) {
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)
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();
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();
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)
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(
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());
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(
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());
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(
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);
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(
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;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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;
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;
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);
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);
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);
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);
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);
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);
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);
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);
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;
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);
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);
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);
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);
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;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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;
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;
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);
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);
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);
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);
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);
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);
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);
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);
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;
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);
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);
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);
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);
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;
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;
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;
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;
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;
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;
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;
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;
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,
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,
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,
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,
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,
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,
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(),
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(),
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);
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);
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,
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,
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,
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,
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,
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,
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,
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,
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,
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());
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,
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);
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) {
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);
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() {
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(
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(
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) {
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);
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");
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() {
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() {
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)
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());
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());
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());
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;
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;
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;
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;
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;
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;
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();
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 =
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()
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());
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()
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()
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()
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());
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);
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);
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()
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());
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()
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()
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()
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());
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 =
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(
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());
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()
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()
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()
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());
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();
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();
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();
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();
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 =
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()
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()
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()
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());
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());
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);
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);
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);
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;
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;
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;
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;
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());
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());
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());
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());
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());
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());
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()
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());
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());
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());
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");
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;
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;
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;
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;
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());
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());
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());
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());
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());
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());
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()
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());
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());
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());
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");
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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");
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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;
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;
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;
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;
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());
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());
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());
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());
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());
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());
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()
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);
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);
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);
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");
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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");
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);
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);
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);
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);
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");
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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");
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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");
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);
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);
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);
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);
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);
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;
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;
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;
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;
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());
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());
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());
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());
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());
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());
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()
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());
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());
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());
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");
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);
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);
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);
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);
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);
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);
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);
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);
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);
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");
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);
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);
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);
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);
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");
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);
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);
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);
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);
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);
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;
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)
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);
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;
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;
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;
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
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());
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));
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)
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);
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);
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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());
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());
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());
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());
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());
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());
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();
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();
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();
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()) {
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()) {
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) {
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) {
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();
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();
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();
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")) {
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);
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());
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());
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());
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());
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) {
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));
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));
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));
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));
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));
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) {
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();
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();
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,
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
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,
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);
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);
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);
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();
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();
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);
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,
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,
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,
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)
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);
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);
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);
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);
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,
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);
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
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;
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);
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
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);
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);
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;
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)
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()
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();
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()
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());
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()
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());
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);
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
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;
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);
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());
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
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
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());
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);
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
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());
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();
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);
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);
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);
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());
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());
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;
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;
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;
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;
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
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,
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) {
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) {
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);
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();
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();
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;
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;
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;
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
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) {
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);
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);
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()
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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
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
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");
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
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");
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);
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)
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()
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)
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) {
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() {
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
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(
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) {
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
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)
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);
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(
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)
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)
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)
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();
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
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());
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());
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());
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());
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());
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
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);
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);
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);
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
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;
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;
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;
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;
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;
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;
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;
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
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");
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");
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");
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");
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");
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");
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");
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");
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");
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");
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");
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");
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");
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");
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");
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");
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");
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");
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);
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)
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()
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)
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) {
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()
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();
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();