Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 39 Number of classfiles: 55
Problems: 829 (Errors: 0 Warnings: 829 )
Discouraged access: The type IObjectSymbolBasedValueType 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
TestAbstractDataModelVariableFactory.java :
28 : import org.eclipse.jst.jsf.context.symbol.internal.util.IObjectSymbolBasedValueType;
Discouraged access: The type IObjectSymbolBasedValueType 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
TestAbstractDataModelVariableFactory.java :
145 : valueType = IObjectSymbolBasedValueType.getInstance(symbol);
Discouraged access: The method getInstance(ISymbol) from the type IObjectSymbolBasedValueType 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
TestAbstractDataModelVariableFactory.java :
145 : valueType = IObjectSymbolBasedValueType.getInstance(symbol);
Discouraged access: The type DTUIViewRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDTFacesContext.java :
24 : import org.eclipse.jst.jsf.designtime.internal.view.DTUIViewRoot;
Discouraged access: The type IViewRootHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDTFacesContext.java :
25 : import org.eclipse.jst.jsf.designtime.internal.view.IViewRootHandle;
Discouraged access: The type IViewRootHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDTFacesContext.java :
91 : IViewRootHandle handle = facesContext.getViewRootHandle();
Discouraged access: The type DTUIViewRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDTFacesContext.java :
92 : final DTUIViewRoot viewRoot = handle.updateViewRoot();
Discouraged access: The method updateViewRoot() from the type IViewRootHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDTFacesContext.java :
92 : final DTUIViewRoot viewRoot = handle.updateViewRoot();
Discouraged access: The method getViewId() from the type DTUIViewRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDTFacesContext.java :
94 : assertEquals("/"+TESTJSP1_PATH, viewRoot.getViewId());
Discouraged access: The method getViewMap() from the type DTUIViewRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDTFacesContext.java :
96 : assertNotNull(viewRoot.getViewMap());
Discouraged access: The type DefaultDTViewHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDesignTimeApplicationManager.java :
34 : import org.eclipse.jst.jsf.designtime.internal.view.DefaultDTViewHandler;
Discouraged access: The type IDTViewHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDesignTimeApplicationManager.java :
35 : import org.eclipse.jst.jsf.designtime.internal.view.IDTViewHandler;
Discouraged access: The type IDTViewHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDesignTimeApplicationManager.java :
315 : IDTViewHandler viewHandler = manager.getViewHandler();
Discouraged access: The type DefaultDTViewHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDesignTimeApplicationManager.java :
317 : assertTrue(viewHandler instanceof DefaultDTViewHandler);
The import org.eclipse.jst.jsf.designtime.symbols.DefaultBuiltInSymbolProvider is never used
TestJSF20ImplicitVariables.java :
25 : import org.eclipse.jst.jsf.designtime.symbols.DefaultBuiltInSymbolProvider;
Discouraged access: The type JSPDefaultSymbolFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPDefaultSymbolFactory.java :
27 : import org.eclipse.jst.jsf.designtime.internal.jsp.JSPDefaultSymbolFactory;
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
TestJSPDefaultSymbolFactory.java :
33 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestJSPDefaultSymbolFactory.java :
34 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
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
TestJSPDefaultSymbolFactory.java :
40 : private IStructuredModel _structuredModel;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestJSPDefaultSymbolFactory.java :
41 : private IStructuredDocument _structuredDocument;
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
TestJSPDefaultSymbolFactory.java :
72 : _structuredModel = StructuredModelManager.getModelManager().getModelForRead(_testJSP);
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
TestJSPDefaultSymbolFactory.java :
73 : _structuredDocument = _structuredModel.getStructuredDocument();
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
TestJSPDefaultSymbolFactory.java :
81 : _structuredModel.releaseFromRead();
Discouraged access: The type JSPDefaultSymbolFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPDefaultSymbolFactory.java :
86 : final JSPDefaultSymbolFactory factory = new JSPDefaultSymbolFactory();
Discouraged access: The constructor JSPDefaultSymbolFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPDefaultSymbolFactory.java :
86 : final JSPDefaultSymbolFactory factory = new JSPDefaultSymbolFactory();
Discouraged access: The type JSPDefaultSymbolFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPDefaultSymbolFactory.java :
86 : final JSPDefaultSymbolFactory factory = new JSPDefaultSymbolFactory();
Discouraged access: The method supports(IAdaptable) from the type JSPDefaultSymbolFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPDefaultSymbolFactory.java :
89 : assertFalse(factory.supports(_testJSP));
Discouraged access: The method supports(IAdaptable) from the type JSPDefaultSymbolFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPDefaultSymbolFactory.java :
96 : assertTrue(factory.supports(context));
Discouraged access: The type JSPDefaultSymbolFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPDefaultSymbolFactory.java :
101 : final JSPDefaultSymbolFactory factory = new JSPDefaultSymbolFactory();
Discouraged access: The constructor JSPDefaultSymbolFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPDefaultSymbolFactory.java :
101 : final JSPDefaultSymbolFactory factory = new JSPDefaultSymbolFactory();
Discouraged access: The type JSPDefaultSymbolFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPDefaultSymbolFactory.java :
101 : final JSPDefaultSymbolFactory factory = new JSPDefaultSymbolFactory();
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
29 : import org.eclipse.jst.jsf.designtime.internal.jsp.JSPModelProcessor;
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
TestJSPModelProcessor.java :
35 : 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
TestJSPModelProcessor.java :
36 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
89 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
89 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
89 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method isDisposed() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
91 : assertFalse(processor.isDisposed());
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
97 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
97 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
97 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method getMapForScope(String) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
101 : processor.getMapForScope(ISymbolConstants.SYMBOL_SCOPE_REQUEST_STRING);
Discouraged access: The method getMapForScope(String) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
105 : processor.getMapForScope(ISymbolConstants.SYMBOL_SCOPE_SESSION_STRING);
Discouraged access: The method getMapForScope(String) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
109 : processor.getMapForScope(ISymbolConstants.SYMBOL_SCOPE_APPLICATION_STRING);
Discouraged access: The method getMapForScope(String) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
113 : processor.getMapForScope(ISymbolConstants.SYMBOL_SCOPE_NONE_STRING);
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
TestJSPModelProcessor.java :
119 : final IModelManager modelManager = StructuredModelManager.getModelManager();
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
TestJSPModelProcessor.java :
121 : 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
TestJSPModelProcessor.java :
125 : model = modelManager.getModelForRead(_testJSP1);
Discouraged access: The method getReferenceCountForRead() 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
TestJSPModelProcessor.java :
128 : System.out.println(model.getReferenceCountForRead());
Discouraged access: The method isSharedForRead() 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
TestJSPModelProcessor.java :
129 : assertFalse(model.isSharedForRead());
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
132 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
132 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
132 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method getReferenceCountForRead() 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
TestJSPModelProcessor.java :
134 : System.out.println(model.getReferenceCountForRead());
Discouraged access: The method isSharedForRead() 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
TestJSPModelProcessor.java :
136 : assertFalse(model.isSharedForRead());
Discouraged access: The method getMapForScope(String) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
139 : processor.getMapForScope(ISymbolConstants.SYMBOL_SCOPE_REQUEST_STRING);
Discouraged access: The method getReferenceCountForRead() 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
TestJSPModelProcessor.java :
141 : System.out.println(model.getReferenceCountForRead());
Discouraged access: The method isSharedForRead() 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
TestJSPModelProcessor.java :
143 : assertFalse(model.isSharedForRead());
Discouraged access: The method refresh(boolean, Runnable) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
145 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
145 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The field FORCE_REFRESH from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
145 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
145 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The field RUN_ON_CURRENT_THREAD from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
145 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The method getReferenceCountForRead() 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
TestJSPModelProcessor.java :
146 : System.out.println(model.getReferenceCountForRead());
Discouraged access: The method isSharedForRead() 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
TestJSPModelProcessor.java :
148 : assertFalse(model.isSharedForRead());
Discouraged access: The method getMapForScope(String) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
152 : processor.getMapForScope(ISymbolConstants.SYMBOL_SCOPE_REQUEST_STRING);
Discouraged access: The method getReferenceCountForRead() 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
TestJSPModelProcessor.java :
157 : System.out.println(model.getReferenceCountForRead());
Discouraged access: The method isSharedForRead() 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
TestJSPModelProcessor.java :
158 : assertFalse(model.isSharedForRead());
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
TestJSPModelProcessor.java :
164 : model.releaseFromRead();
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
176 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
176 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
176 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method isDisposed() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
178 : assertFalse(processor.isDisposed());
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
TestJSPModelProcessor.java :
189 : final IModelManager modelManager = StructuredModelManager.getModelManager();
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
TestJSPModelProcessor.java :
191 : 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
TestJSPModelProcessor.java :
195 : model = modelManager.getModelForRead(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
202 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
202 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
202 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method isSharedForRead() 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
TestJSPModelProcessor.java :
203 : assertFalse(model.isSharedForRead());
Discouraged access: The method isDisposed() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
207 : assertFalse(processor.isDisposed());
Discouraged access: The method refresh(boolean, Runnable) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
208 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
208 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The field FORCE_REFRESH from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
208 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
208 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The field RUN_ON_CURRENT_THREAD from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
208 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The method isSharedForRead() 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
TestJSPModelProcessor.java :
209 : assertFalse(model.isSharedForRead());
Discouraged access: The method isSharedForRead() 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
TestJSPModelProcessor.java :
217 : assertFalse(model.isSharedForRead());
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
TestJSPModelProcessor.java :
223 : model.releaseFromRead();
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
TestJSPModelProcessor.java :
230 : final IModelManager modelManager = StructuredModelManager.getModelManager();
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
TestJSPModelProcessor.java :
232 : 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
TestJSPModelProcessor.java :
236 : model = modelManager.getModelForRead(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
243 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
243 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
243 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method isDisposed() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
245 : assertFalse(processor.isDisposed());
Discouraged access: The method refresh(boolean, Runnable) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
249 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
249 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The field FORCE_REFRESH from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
249 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
249 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The field RUN_ON_CURRENT_THREAD from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
249 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The method isSharedForRead() 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
TestJSPModelProcessor.java :
250 : assertFalse(model.isSharedForRead());
Discouraged access: The method isSharedForRead() 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
TestJSPModelProcessor.java :
257 : assertFalse(model.isSharedForRead());
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
TestJSPModelProcessor.java :
263 : model.releaseFromRead();
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
278 : final JSPModelProcessor processor = JSPModelProcessor.get(file);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
278 : final JSPModelProcessor processor = JSPModelProcessor.get(file);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
278 : final JSPModelProcessor processor = JSPModelProcessor.get(file);
Discouraged access: The method isModelDirty() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
282 : assertTrue(processor.isModelDirty());
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
306 : JSPModelProcessor.get(file);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
306 : JSPModelProcessor.get(file);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
325 : final JSPModelProcessor processor = JSPModelProcessor.get(file);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
325 : final JSPModelProcessor processor = JSPModelProcessor.get(file);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
325 : final JSPModelProcessor processor = JSPModelProcessor.get(file);
Discouraged access: The method refresh(boolean, Runnable) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
333 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
333 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The field FORCE_REFRESH from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
333 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
333 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The field RUN_ON_CURRENT_THREAD from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
333 : processor.refresh(!JSPModelProcessor.FORCE_REFRESH, JSPModelProcessor.RUN_ON_CURRENT_THREAD);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
345 : final JSPModelProcessor processor, final boolean expectedValue)
Discouraged access: The method isModelDirty() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
351 : && (processor.isModelDirty() != expectedValue))
Discouraged access: The method isModelDirty() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
355 : assertEquals(expectedValue, processor.isModelDirty());
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
359 : final JSPModelProcessor processor, final boolean expectedValue)
Discouraged access: The method isDisposed() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
365 : && (processor.isDisposed() != expectedValue))
Discouraged access: The method isDisposed() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPModelProcessor.java :
371 : assertEquals(expectedValue, processor.isDisposed());
Discouraged access: The type IJSFAppConfigManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceBundleSymbolSourceProvider.java :
28 : import org.eclipse.jst.jsf.core.jsfappconfig.internal.IJSFAppConfigManager;
Discouraged access: The type JSFAppConfigManagerFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceBundleSymbolSourceProvider.java :
29 : import org.eclipse.jst.jsf.core.jsfappconfig.internal.JSFAppConfigManagerFactory;
Discouraged access: The type IJSFAppConfigManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceBundleSymbolSourceProvider.java :
97 : final IJSFAppConfigManager appconfigMgr = JSFAppConfigManagerFactory.getJSFAppConfigManagerInstance(_projectTestEnvironment.getTestProject());
Discouraged access: The type JSFAppConfigManagerFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceBundleSymbolSourceProvider.java :
97 : final IJSFAppConfigManager appconfigMgr = JSFAppConfigManagerFactory.getJSFAppConfigManagerInstance(_projectTestEnvironment.getTestProject());
Discouraged access: The method getJSFAppConfigManagerInstance(IProject) from the type JSFAppConfigManagerFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceBundleSymbolSourceProvider.java :
97 : final IJSFAppConfigManager appconfigMgr = JSFAppConfigManagerFactory.getJSFAppConfigManagerInstance(_projectTestEnvironment.getTestProject());
Discouraged access: The method getResourceBundles() from the type IJSFAppConfigManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceBundleSymbolSourceProvider.java :
98 : final List<ResourceBundleType> resourceBundles = appconfigMgr.getResourceBundles();
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
22 : import org.eclipse.jst.jsf.designtime.internal.jsp.JSPModelProcessor;
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
94 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
94 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
94 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method isDisposed() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
97 : assertFalse(processor.isDisposed());
Discouraged access: The method isDisposed() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
102 : assertFalse(processor.isDisposed());
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
103 : final JSPModelProcessor notDuplicate = JSPModelProcessor.get(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
103 : final JSPModelProcessor notDuplicate = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
103 : final JSPModelProcessor notDuplicate = JSPModelProcessor.get(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
123 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
123 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method get(IFile) from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
123 : final JSPModelProcessor processor = JSPModelProcessor.get(_testJSP1);
Discouraged access: The method isDisposed() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
125 : assertFalse(processor.isDisposed());
Discouraged access: The method isDisposed() from the type JSPModelProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestStartupHandler.java :
176 : assertTrue(processor.isDisposed());
Discouraged access: The type ContentTypeResolver 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
TestJSFResource.java :
6 : import org.eclipse.jst.jsf.common.internal.resource.ContentTypeResolver;
Discouraged access: The type JSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
7 : import org.eclipse.jst.jsf.designtime.internal.resources.JSFResource;
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
8 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifier;
Discouraged access: The type ContentTypeResolver 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
TestJSFResource.java :
24 : final ContentTypeResolver contentTypeResolver = new ContentTypeResolver(new MockContentTypeManager());
Discouraged access: The constructor ContentTypeResolver(IContentTypeManager) 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
TestJSFResource.java :
24 : final ContentTypeResolver contentTypeResolver = new ContentTypeResolver(new MockContentTypeManager());
Discouraged access: The type ContentTypeResolver 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
TestJSFResource.java :
24 : final ContentTypeResolver contentTypeResolver = new ContentTypeResolver(new MockContentTypeManager());
Discouraged access: The constructor ResourceIdentifier(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
25 : _xhtmlJsfResource = new TestableJSFResource(new ResourceIdentifier("someResource.xhtml"), contentTypeResolver);
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
25 : _xhtmlJsfResource = new TestableJSFResource(new ResourceIdentifier("someResource.xhtml"), contentTypeResolver);
Discouraged access: The constructor ResourceIdentifier(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
26 : _xhtmlNotAJSFResource = new TestableJSFResource(new ResourceIdentifier("someResource.foo"), contentTypeResolver);
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
26 : _xhtmlNotAJSFResource = new TestableJSFResource(new ResourceIdentifier("someResource.foo"), contentTypeResolver);
Discouraged access: The method isContentType(String) from the type JSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
32 : assertTrue(_xhtmlJsfResource.isContentType("org.eclipse.wst.html.core.htmlsource"));
Discouraged access: The method isContentType(String) from the type JSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
33 : assertFalse(_xhtmlNotAJSFResource.isContentType("org.eclipse.wst.html.core.htmlsource")); }
Discouraged access: The type JSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
37 : private final static class TestableJSFResource extends JSFResource
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
40 : private TestableJSFResource(final ResourceIdentifier id,
Discouraged access: The type ContentTypeResolver 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
TestJSFResource.java :
41 : final ContentTypeResolver contentTypeResolver)
Discouraged access: The constructor JSFResource(ResourceIdentifier, ContentTypeResolver) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSFResource.java :
43 : super(id, contentTypeResolver);
Discouraged access: The type ContentTypeResolver 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
TestJarBasedJSFResource.java :
20 : import org.eclipse.jst.jsf.common.internal.resource.ContentTypeResolver;
Discouraged access: The type JarUtilities 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
TestJarBasedJSFResource.java :
21 : import org.eclipse.jst.jsf.common.internal.util.JarUtilities;
Discouraged access: The type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
22 : import org.eclipse.jst.jsf.designtime.internal.resources.JarBasedJSFResource;
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
23 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifier;
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
24 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifierFactory;
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
25 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifierFactory.InvalidIdentifierException;
Discouraged access: The type ContentTypeResolver 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
TestJarBasedJSFResource.java :
37 : private ContentTypeResolver _contentTypeResolver;
Discouraged access: The constructor ContentTypeResolver(IContentTypeManager) 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
TestJarBasedJSFResource.java :
47 : _contentTypeResolver = new ContentTypeResolver( new MockContentTypeManager());
Discouraged access: The type ContentTypeResolver 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
TestJarBasedJSFResource.java :
47 : _contentTypeResolver = new ContentTypeResolver(
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
53 : InvalidIdentifierException
Discouraged access: The type JarUtilities 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
TestJarBasedJSFResource.java :
55 : final URL url = JarUtilities.INSTANCE.createJarUrl(_jarFile,
Discouraged access: The method createJarUrl(JarFile, JarEntry) from the type JarUtilities 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
TestJarBasedJSFResource.java :
55 : final URL url = JarUtilities.INSTANCE.createJarUrl(_jarFile, (JarEntry) _entry);
Discouraged access: The field INSTANCE from the type JarUtilities 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
TestJarBasedJSFResource.java :
55 : final URL url = JarUtilities.INSTANCE.createJarUrl(_jarFile,
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
57 : final ResourceIdentifier id = new ResourceIdentifierFactory()
Discouraged access: The constructor ResourceIdentifierFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
57 : final ResourceIdentifier id = new ResourceIdentifierFactory()
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
57 : final ResourceIdentifier id = new ResourceIdentifierFactory() .createLibraryResource("mylib/tag1.xhtml");
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
57 : final ResourceIdentifier id = new ResourceIdentifierFactory()
Discouraged access: The type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
60 : final JarBasedJSFResource resource = new JarBasedJSFResource(id, url,
Discouraged access: The constructor JarBasedJSFResource(ResourceIdentifier, URL, ContentTypeResolver) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
60 : final JarBasedJSFResource resource = new JarBasedJSFResource(id, url, _contentTypeResolver);
Discouraged access: The type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
60 : final JarBasedJSFResource resource = new JarBasedJSFResource(id, url,
Discouraged access: The method getId() from the type JSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
62 : assertSame(id, resource.getId());
Discouraged access: The method getJarURL() from the type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
63 : assertSame(url, resource.getJarURL());
Discouraged access: The method isAccessible() from the type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
64 : assertTrue(resource.isAccessible());
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
69 : InvalidIdentifierException
Discouraged access: The type JarUtilities 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
TestJarBasedJSFResource.java :
71 : final URL url = JarUtilities.INSTANCE.createJarUrl("/SomeBadPath", "");
Discouraged access: The method createJarUrl(String, String) from the type JarUtilities 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
TestJarBasedJSFResource.java :
71 : final URL url = JarUtilities.INSTANCE.createJarUrl("/SomeBadPath", "");
Discouraged access: The field INSTANCE from the type JarUtilities 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
TestJarBasedJSFResource.java :
71 : final URL url = JarUtilities.INSTANCE.createJarUrl("/SomeBadPath", "");
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
72 : final ResourceIdentifier id = new ResourceIdentifierFactory()
Discouraged access: The constructor ResourceIdentifierFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
72 : final ResourceIdentifier id = new ResourceIdentifierFactory()
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
72 : final ResourceIdentifier id = new ResourceIdentifierFactory() .createLibraryResource("mylib/tag1.xhtml");
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
72 : final ResourceIdentifier id = new ResourceIdentifierFactory()
Discouraged access: The type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
75 : final JarBasedJSFResource resource = new JarBasedJSFResource(id, url,
Discouraged access: The constructor JarBasedJSFResource(ResourceIdentifier, URL, ContentTypeResolver) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
75 : final JarBasedJSFResource resource = new JarBasedJSFResource(id, url, _contentTypeResolver);
Discouraged access: The type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
75 : final JarBasedJSFResource resource = new JarBasedJSFResource(id, url,
Discouraged access: The method getId() from the type JSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
77 : assertSame(id, resource.getId());
Discouraged access: The method getJarURL() from the type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
78 : assertSame(url, resource.getJarURL());
Discouraged access: The method isAccessible() from the type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
80 : assertFalse(resource.isAccessible());
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
85 : throws MalformedURLException, InvalidIdentifierException
Discouraged access: The type JarUtilities 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
TestJarBasedJSFResource.java :
87 : final URL url = JarUtilities.INSTANCE.createJarUrl(_jarFile,
Discouraged access: The method createJarUrl(JarFile, JarEntry) from the type JarUtilities 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
TestJarBasedJSFResource.java :
87 : final URL url = JarUtilities.INSTANCE.createJarUrl(_jarFile, (JarEntry) _entry);
Discouraged access: The field INSTANCE from the type JarUtilities 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
TestJarBasedJSFResource.java :
87 : final URL url = JarUtilities.INSTANCE.createJarUrl(_jarFile,
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
89 : final ResourceIdentifier id = new ResourceIdentifierFactory()
Discouraged access: The constructor ResourceIdentifierFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
89 : final ResourceIdentifier id = new ResourceIdentifierFactory()
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
89 : final ResourceIdentifier id = new ResourceIdentifierFactory() .createLibraryResource("mylib/notATag1.xhtml");
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
89 : final ResourceIdentifier id = new ResourceIdentifierFactory()
Discouraged access: The type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
92 : final JarBasedJSFResource resource = new JarBasedJSFResource(id, url,
Discouraged access: The constructor JarBasedJSFResource(ResourceIdentifier, URL, ContentTypeResolver) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
92 : final JarBasedJSFResource resource = new JarBasedJSFResource(id, url, _contentTypeResolver);
Discouraged access: The type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
92 : final JarBasedJSFResource resource = new JarBasedJSFResource(id, url,
Discouraged access: The method getId() from the type JSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
94 : assertSame(id, resource.getId());
Discouraged access: The method getJarURL() from the type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
95 : assertSame(url, resource.getJarURL());
Discouraged access: The method isAccessible() from the type JarBasedJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResource.java :
98 : assertFalse(resource.isAccessible());
Discouraged access: The type JarUtilities 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
TestJarBasedJSFResource.java :
104 : final URL url = JarUtilities.INSTANCE.createJarUrl(_jarFile,
Discouraged access: The method createJarUrl(JarFile, JarEntry) from the type JarUtilities 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
TestJarBasedJSFResource.java :
104 : final URL url = JarUtilities.INSTANCE.createJarUrl(_jarFile, (JarEntry) _entry);
Discouraged access: The field INSTANCE from the type JarUtilities 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
TestJarBasedJSFResource.java :
104 : final URL url = JarUtilities.INSTANCE.createJarUrl(_jarFile,
Discouraged access: The type ILocatorChangeListener 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
TestJarBasedJSFResourceLocator.java :
14 : import org.eclipse.jst.jsf.common.internal.locator.ILocatorChangeListener;
Discouraged access: The type ContentTypeResolver 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
TestJarBasedJSFResourceLocator.java :
15 : import org.eclipse.jst.jsf.common.internal.resource.ContentTypeResolver;
Discouraged access: The type DefaultJarLocator 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
TestJarBasedJSFResourceLocator.java :
16 : import org.eclipse.jst.jsf.common.internal.resource.DefaultJarLocator;
Discouraged access: The type IJarLocator 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
TestJarBasedJSFResourceLocator.java :
17 : import org.eclipse.jst.jsf.common.internal.resource.IJarLocator;
Discouraged access: The type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResourceLocator.java :
18 : import org.eclipse.jst.jsf.designtime.internal.resources.IJSFResourceFragment;
Discouraged access: The type JarBasedJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResourceLocator.java :
19 : import org.eclipse.jst.jsf.designtime.internal.resources.JarBasedJSFResourceLocator;
Discouraged access: The type IJarLocator 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
TestJarBasedJSFResourceLocator.java :
33 : private IJarLocator _jarProvider;
Discouraged access: The type JarBasedJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResourceLocator.java :
34 : private JarBasedJSFResourceLocator _locator;
Discouraged access: The constructor DefaultJarLocator(JavaCoreMediator) 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
TestJarBasedJSFResourceLocator.java :
51 : _jarProvider = new DefaultJarLocator(new MockJavaCoreMediator( _jdtContext));
Discouraged access: The type DefaultJarLocator 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
TestJarBasedJSFResourceLocator.java :
51 : _jarProvider = new DefaultJarLocator(new MockJavaCoreMediator(
Discouraged access: The constructor JarBasedJSFResourceLocator(List<IJSFResourceFragment>, CopyOnWriteArrayList<ILocatorChangeListener>, IJarLocator, ContentTypeResolver) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResourceLocator.java :
53 : _locator = new JarBasedJSFResourceLocator(Collections.EMPTY_LIST, new CopyOnWriteArrayList<ILocatorChangeListener>(), _jarProvider, new ContentTypeResolver( new MockContentTypeManager()));
Discouraged access: The type JarBasedJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResourceLocator.java :
53 : _locator = new JarBasedJSFResourceLocator(Collections.EMPTY_LIST,
Discouraged access: The type ILocatorChangeListener 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
TestJarBasedJSFResourceLocator.java :
54 : new CopyOnWriteArrayList<ILocatorChangeListener>(),
Discouraged access: The constructor ContentTypeResolver(IContentTypeManager) 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
TestJarBasedJSFResourceLocator.java :
55 : _jarProvider, new ContentTypeResolver( new MockContentTypeManager()));
Discouraged access: The type ContentTypeResolver 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
TestJarBasedJSFResourceLocator.java :
55 : _jarProvider, new ContentTypeResolver(
Discouraged access: The method start(IProject) from the type JarBasedJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResourceLocator.java :
63 : _locator.start(_project);
Discouraged access: The type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResourceLocator.java :
65 : final List<IJSFResourceFragment> foundResources = _locator.locate(_project);
Discouraged access: The method locate(IProject) from the type AbstractLocator<List<IJSFResourceFragment>,IProject,String> 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
TestJarBasedJSFResourceLocator.java :
65 : final List<IJSFResourceFragment> foundResources = _locator.locate(_project);
Discouraged access: The type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResourceLocator.java :
68 : for (final IJSFResourceFragment res : foundResources)
Discouraged access: The method getId() from the type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResourceLocator.java :
70 : foundResourceIds.add(res.getId().toString());
Discouraged access: The method toString() from the type ResourceFragmentIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJarBasedJSFResourceLocator.java :
70 : foundResourceIds.add(res.getId().toString());
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
9 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifier;
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
10 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifierFactory;
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
11 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifierFactory.InvalidIdentifierException;
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
20 : private ResourceIdentifierFactory _factory;
Discouraged access: The constructor ResourceIdentifierFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
25 : _factory = new ResourceIdentifierFactory();
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
25 : _factory = new ResourceIdentifierFactory();
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
29 : public void testCreateLibraryResource() throws InvalidIdentifierException
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
31 : ResourceIdentifier id = _factory.createLibraryResource("resourceOnly");
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
31 : ResourceIdentifier id = _factory.createLibraryResource("resourceOnly");
Discouraged access: The method getResourceName() from the type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
32 : assertEquals("resourceOnly", id.getResourceName());
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
34 : id = _factory.createLibraryResource("libName/resourceName");
Discouraged access: The method getResourceName() from the type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
35 : assertEquals("resourceName", id.getResourceName());
Discouraged access: The method getLibraryName() from the type ResourceFragmentIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
36 : assertEquals("libName", id.getLibraryName());
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
38 : id = _factory.createLibraryResource("libName/1_0/resourceName");
Discouraged access: The method getResourceName() from the type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
39 : assertEquals("resourceName", id.getResourceName());
Discouraged access: The method getLibraryName() from the type ResourceFragmentIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
40 : assertEquals("libName", id.getLibraryName());
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
42 : id = _factory.createLibraryResource("locale/libraryName/1_0/resourceName");
Discouraged access: The method getResourceName() from the type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
43 : assertEquals("resourceName", id.getResourceName());
Discouraged access: The method getLibraryName() from the type ResourceFragmentIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
44 : assertEquals("libraryName", id.getLibraryName());
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
46 : id = _factory.createLibraryResource("libraryName/1_0/resourceName/resourceVersion");
Discouraged access: The method getResourceName() from the type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
47 : assertEquals("resourceName", id.getResourceName());
Discouraged access: The method getLibraryName() from the type ResourceFragmentIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
48 : assertEquals("libraryName", id.getLibraryName());
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
50 : id = _factory.createLibraryResource("locale/libraryName/resourceName/resourceVersion");
Discouraged access: The method getResourceName() from the type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
51 : assertEquals("resourceName", id.getResourceName());
Discouraged access: The method getLibraryName() from the type ResourceFragmentIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
52 : assertEquals("libraryName", id.getLibraryName());
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
54 : id = _factory.createLibraryResource("locale/libraryName/1_0/resourceName/resourceVersion");
Discouraged access: The method getResourceName() from the type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
55 : assertEquals("resourceName", id.getResourceName());
Discouraged access: The method getLibraryName() from the type ResourceFragmentIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
56 : assertEquals("libraryName", id.getLibraryName());
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
59 : @Test(expected = InvalidIdentifierException.class)
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
60 : public void testCreateLibraryResource_InvalidId_BadLibVersion() throws InvalidIdentifierException
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
62 : _factory.createLibraryResource("libraryName/bad_version/resourceName");
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
68 : Pattern versionPattern = ResourceIdentifierFactory.VersionPattern;
Discouraged access: The field VersionPattern from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestResourceIdentifierFactory.java :
68 : Pattern versionPattern = ResourceIdentifierFactory.VersionPattern;
Discouraged access: The type ContentTypeResolver 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
TestWorkspaceBasedJSFResource.java :
8 : import org.eclipse.jst.jsf.common.internal.resource.ContentTypeResolver;
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
9 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifierFactory;
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
10 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifierFactory.InvalidIdentifierException;
Discouraged access: The type WorkspaceJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
11 : import org.eclipse.jst.jsf.designtime.internal.resources.WorkspaceJSFResource;
Discouraged access: The type WorkspaceJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
22 : private WorkspaceJSFResource _res;
Discouraged access: The constructor WorkspaceJSFResource(ResourceIdentifier, IResource, ContentTypeResolver) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
29 : _res = new WorkspaceJSFResource(new ResourceIdentifierFactory().createLibraryResource("mylib/tag1.xhtml"), _file, new ContentTypeResolver(new MockContentTypeManager()));
Discouraged access: The type WorkspaceJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
29 : _res = new WorkspaceJSFResource(new ResourceIdentifierFactory().createLibraryResource("mylib/tag1.xhtml"), _file, new ContentTypeResolver(new MockContentTypeManager()));
Discouraged access: The constructor ResourceIdentifierFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
29 : _res = new WorkspaceJSFResource(new ResourceIdentifierFactory().createLibraryResource("mylib/tag1.xhtml"), _file, new ContentTypeResolver(new MockContentTypeManager()));
Discouraged access: The method createLibraryResource(String) from the type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
29 : _res = new WorkspaceJSFResource(new ResourceIdentifierFactory().createLibraryResource("mylib/tag1.xhtml"), _file, new ContentTypeResolver(new MockContentTypeManager()));
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
29 : _res = new WorkspaceJSFResource(new ResourceIdentifierFactory().createLibraryResource("mylib/tag1.xhtml"), _file, new ContentTypeResolver(new MockContentTypeManager()));
Discouraged access: The constructor ContentTypeResolver(IContentTypeManager) 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
TestWorkspaceBasedJSFResource.java :
29 : _res = new WorkspaceJSFResource(new ResourceIdentifierFactory().createLibraryResource("mylib/tag1.xhtml"), _file, new ContentTypeResolver(new MockContentTypeManager()));
Discouraged access: The type ContentTypeResolver 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
TestWorkspaceBasedJSFResource.java :
29 : _res = new WorkspaceJSFResource(new ResourceIdentifierFactory().createLibraryResource("mylib/tag1.xhtml"), _file, new ContentTypeResolver(new MockContentTypeManager()));
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
33 : public void testIsAccessible() throws InvalidIdentifierException
Discouraged access: The method isAccessible() from the type WorkspaceJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
38 : assertTrue(_res.isAccessible());
Discouraged access: The method isAccessible() from the type WorkspaceJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
41 : assertFalse(_res.isAccessible());
Discouraged access: The method getResource() from the type WorkspaceJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedJSFResource.java :
47 : assertEquals(_file, _res.getResource());
Discouraged access: The type ILocatorChangeListener 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
TestWorkspaceBasedResourceLocator.java :
19 : import org.eclipse.jst.jsf.common.internal.locator.ILocatorChangeListener;
Discouraged access: The type ContentTypeResolver 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
TestWorkspaceBasedResourceLocator.java :
20 : import org.eclipse.jst.jsf.common.internal.resource.ContentTypeResolver;
Discouraged access: The type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
21 : import org.eclipse.jst.jsf.designtime.internal.resources.IJSFResourceFragment;
Discouraged access: The type IJSFResourceFragment.Type is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
22 : import org.eclipse.jst.jsf.designtime.internal.resources.IJSFResourceFragment.Type;
Discouraged access: The type IWorkspaceJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
23 : import org.eclipse.jst.jsf.designtime.internal.resources.IWorkspaceJSFResourceFragment;
Discouraged access: The type JSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
24 : import org.eclipse.jst.jsf.designtime.internal.resources.JSFResource;
Discouraged access: The type JSFResourceChangeListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
25 : import org.eclipse.jst.jsf.designtime.internal.resources.JSFResourceChangeListener;
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
26 : import org.eclipse.jst.jsf.designtime.internal.resources.JSFResourceChangeListener.JSFResourceChangedEvent;
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
27 : import org.eclipse.jst.jsf.designtime.internal.resources.JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE;
Discouraged access: The type JSFResourceContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
28 : import org.eclipse.jst.jsf.designtime.internal.resources.JSFResourceContainer;
Discouraged access: The type ResourceFragmentIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
29 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceFragmentIdentifier;
Discouraged access: The type ResourceIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
30 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifier;
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
31 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifierFactory;
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
32 : import org.eclipse.jst.jsf.designtime.internal.resources.ResourceIdentifierFactory.InvalidIdentifierException;
Discouraged access: The type WorkspaceJSFResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
33 : import org.eclipse.jst.jsf.designtime.internal.resources.WorkspaceJSFResource;
Discouraged access: The type WorkspaceJSFResourceContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
34 : import org.eclipse.jst.jsf.designtime.internal.resources.WorkspaceJSFResourceContainer;
Discouraged access: The type WorkspaceJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
35 : import org.eclipse.jst.jsf.designtime.internal.resources.WorkspaceJSFResourceLocator;
Discouraged access: The type WorkspaceJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
52 : private WorkspaceJSFResourceLocator _locator;
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
58 : private ResourceIdentifierFactory _resourceIdFactory;
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
59 : private ChangeTester<JSFResourceChangedEvent, CHANGE_TYPE> _changeTester;
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
59 : private ChangeTester<JSFResourceChangedEvent, CHANGE_TYPE> _changeTester;
Discouraged access: The constructor WorkspaceJSFResourceLocator(List<IJSFResourceFragment>, CopyOnWriteArrayList<ILocatorChangeListener>, AbstractVirtualComponentQuery, ContentTypeResolver, IWorkspace) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
77 : _locator = new WorkspaceJSFResourceLocator( Collections.EMPTY_LIST, new CopyOnWriteArrayList<ILocatorChangeListener>(), new MockVirtualComponentQuery(_project.getFolder("/WebContent")), new ContentTypeResolver(new MockContentTypeManager()), _context .getWorkspace());
Discouraged access: The type WorkspaceJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
77 : _locator = new WorkspaceJSFResourceLocator(
Discouraged access: The type ILocatorChangeListener 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
TestWorkspaceBasedResourceLocator.java :
79 : new CopyOnWriteArrayList<ILocatorChangeListener>(),
Discouraged access: The constructor ContentTypeResolver(IContentTypeManager) 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
TestWorkspaceBasedResourceLocator.java :
81 : new ContentTypeResolver(new MockContentTypeManager()), _context
Discouraged access: The type ContentTypeResolver 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
TestWorkspaceBasedResourceLocator.java :
81 : new ContentTypeResolver(new MockContentTypeManager()), _context
Discouraged access: The constructor ResourceIdentifierFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
84 : _resourceIdFactory = new ResourceIdentifierFactory();
Discouraged access: The type ResourceIdentifierFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
84 : _resourceIdFactory = new ResourceIdentifierFactory();
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
85 : _changeTester = new ChangeTester<JSFResourceChangedEvent, CHANGE_TYPE>(
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
85 : _changeTester = new ChangeTester<JSFResourceChangedEvent, CHANGE_TYPE>(
Discouraged access: The type JSFResourceChangeListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
88 : private JSFResourceChangeListener _listener;
Discouraged access: The type JSFResourceChangeListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
94 : _listener = new JSFResourceChangeListener()
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
97 : public void changed(final JSFResourceChangedEvent event)
Discouraged access: The method addListener(JSFResourceChangeListener) from the type AbstractJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
102 : _locator.addListener(_listener);
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
106 : protected boolean isChangeType(final JSFResourceChangedEvent event,
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
107 : final CHANGE_TYPE type)
Discouraged access: The method getChangeType() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
109 : return event.getChangeType() == type;
Discouraged access: The method removeListener(JSFResourceChangeListener) from the type AbstractJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
115 : _locator.removeListener(_listener);
Discouraged access: The method start(IProject) from the type WorkspaceJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
123 : _locator.start(_project);
Discouraged access: The type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
126 : final List<IJSFResourceFragment> foundResources = _locator
Discouraged access: The method locate(IProject) from the type AbstractLocator<List<IJSFResourceFragment>,IProject,String> 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
TestWorkspaceBasedResourceLocator.java :
126 : final List<IJSFResourceFragment> foundResources = _locator .locate(_project);
Discouraged access: The type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
130 : for (final IJSFResourceFragment res : foundResources)
Discouraged access: The method getId() from the type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
132 : foundResourceIds.add(res.getId().toString());
Discouraged access: The method toString() from the type ResourceFragmentIdentifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
132 : foundResourceIds.add(res.getId().toString());
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
141 : throws InvalidIdentifierException
Discouraged access: The method start(IProject) from the type WorkspaceJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
143 : _locator.start(_project);
Discouraged access: The type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
144 : final IJSFResourceFragment changeThis = findById(_locator,
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
148 : final JSFResourceChangedEvent event = _changeTester.getEvent(0);
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
149 : assertEquals(CHANGE_TYPE.CHANGED, event.getChangeType());
Discouraged access: The field CHANGED from the type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
149 : assertEquals(CHANGE_TYPE.CHANGED, event.getChangeType());
Discouraged access: The method getChangeType() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
149 : assertEquals(CHANGE_TYPE.CHANGED, event.getChangeType());
Discouraged access: The method getOldValue() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
150 : assertEquals(changeThis, event.getOldValue());
Discouraged access: The method getNewValue() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
151 : assertEquals(changeThis, event.getNewValue());
Discouraged access: The type ResourceIdentifierFactory.InvalidIdentifierException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
155 : public void testRemoveChange_File() throws InvalidIdentifierException
Discouraged access: The method start(IProject) from the type WorkspaceJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
157 : _locator.start(_project);
Discouraged access: The type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
158 : final IJSFResourceFragment changeThis = findById(_locator,
Discouraged access: The method locate(IProject) from the type AbstractLocator<List<IJSFResourceFragment>,IProject,String> 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
TestWorkspaceBasedResourceLocator.java :
160 : assertEquals(3, _locator.locate(_project).size());
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
163 : final JSFResourceChangedEvent event = _changeTester.getEvent(0);
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
164 : assertEquals(CHANGE_TYPE.REMOVED, event.getChangeType());
Discouraged access: The field REMOVED from the type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
164 : assertEquals(CHANGE_TYPE.REMOVED, event.getChangeType());
Discouraged access: The method getChangeType() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
164 : assertEquals(CHANGE_TYPE.REMOVED, event.getChangeType());
Discouraged access: The method getOldValue() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
165 : assertEquals(changeThis, event.getOldValue());
Discouraged access: The method getNewValue() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
166 : assertEquals(null, event.getNewValue());
Discouraged access: The method locate(IProject) from the type AbstractLocator<List<IJSFResourceFragment>,IProject,String> 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
TestWorkspaceBasedResourceLocator.java :
167 : assertEquals(2, _locator.locate(_project).size());
Discouraged access: The method start(IProject) from the type WorkspaceJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
173 : _locator.start(_project);
Discouraged access: The method locate(IProject) from the type AbstractLocator<List<IJSFResourceFragment>,IProject,String> 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
TestWorkspaceBasedResourceLocator.java :
174 : assertEquals(3, _locator.locate(_project).size());
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
177 : final JSFResourceChangedEvent event = _changeTester.getEvent(0);
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
178 : assertEquals(CHANGE_TYPE.ADDED, event.getChangeType());
Discouraged access: The field ADDED from the type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
178 : assertEquals(CHANGE_TYPE.ADDED, event.getChangeType());
Discouraged access: The method getChangeType() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
178 : assertEquals(CHANGE_TYPE.ADDED, event.getChangeType());
Discouraged access: The method getOldValue() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
179 : assertNull(event.getOldValue());
Discouraged access: The method getNewValue() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
180 : assertNotNull(event.getNewValue());
Discouraged access: The method locate(IProject) from the type AbstractLocator<List<IJSFResourceFragment>,IProject,String> 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
TestWorkspaceBasedResourceLocator.java :
181 : assertEquals(4, _locator.locate(_project).size());
Discouraged access: The method start(IProject) from the type WorkspaceJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
187 : _locator.start(_project);
Discouraged access: The method locate(IProject) from the type AbstractLocator<List<IJSFResourceFragment>,IProject,String> 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
TestWorkspaceBasedResourceLocator.java :
188 : assertEquals(3, _locator.locate(_project).size());
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
191 : final JSFResourceChangedEvent event = _changeTester.getEvent(0);
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
192 : assertEquals(CHANGE_TYPE.ADDED, event.getChangeType());
Discouraged access: The field ADDED from the type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
192 : assertEquals(CHANGE_TYPE.ADDED, event.getChangeType());
Discouraged access: The method getChangeType() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
192 : assertEquals(CHANGE_TYPE.ADDED, event.getChangeType());
Discouraged access: The method getOldValue() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
193 : assertNull(event.getOldValue());
Discouraged access: The method getNewValue() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
194 : assertNotNull(event.getNewValue());
Discouraged access: The type IJSFResourceFragment.Type is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
195 : assertEquals(Type.CONTAINER, event.getNewValue().getType());
Discouraged access: The field CONTAINER from the type IJSFResourceFragment.Type is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
195 : assertEquals(Type.CONTAINER, event.getNewValue().getType());
Discouraged access: The method getType() from the type IJSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
195 : assertEquals(Type.CONTAINER, event.getNewValue().getType());
Discouraged access: The method getNewValue() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
195 : assertEquals(Type.CONTAINER, event.getNewValue().getType());
Discouraged access: The type JSFResourceContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
196 : final JSFResourceContainer newValue = (JSFResourceContainer) event
Discouraged access: The type JSFResourceContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
196 : final JSFResourceContainer newValue = (JSFResourceContainer) event
Discouraged access: The method getNewValue() from the type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
196 : final JSFResourceContainer newValue = (JSFResourceContainer) event .getNewValue();
Discouraged access: The type WorkspaceJSFResourceContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
198 : assertTrue(newValue instanceof WorkspaceJSFResourceContainer);
Discouraged access: The method getResource() from the type WorkspaceJSFResourceContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
199 : final IResource resource = ((WorkspaceJSFResourceContainer) newValue) .getResource();
Discouraged access: The type WorkspaceJSFResourceContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
199 : final IResource resource = ((WorkspaceJSFResourceContainer) newValue)
Discouraged access: The type IJSFResourceFragment.Type is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
203 : assertEquals(Type.CONTAINER, newValue.getType());
Discouraged access: The field CONTAINER from the type IJSFResourceFragment.Type is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
203 : assertEquals(Type.CONTAINER, newValue.getType());
Discouraged access: The method getType() from the type JSFResourceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
203 : assertEquals(Type.CONTAINER, newValue.getType());
Discouraged access: The method locate(IProject) from the type AbstractLocator<List<IJSFResourceFragment>,IProject,String> 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
TestWorkspaceBasedResourceLocator.java :
204 : assertEquals(4, _locator.locate(_project).size());
Discouraged access: The method start(IProject) from the type WorkspaceJSFResourceLocator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
210 : _locator.start(_project);
Discouraged access: The method locate(IProject) from the type AbstractLocator<List<IJSFResourceFragment>,IProject,String> 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
TestWorkspaceBasedResourceLocator.java :
211 : assertEquals(3, _locator.locate(_project).size());
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
215 : final JSFResourceChangedEvent event = _changeTester
Discouraged access: The type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
216 : .getSingleEvent(CHANGE_TYPE.ADDED);
Discouraged access: The field ADDED from the type JSFResourceChangeListener.JSFResourceChangedEvent.CHANGE_TYPE is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestWorkspaceBasedResourceLocator.java :
216 : .getSingleEvent(CHANGE_TYPE.ADDED);
Discouraged access: The type ITextRegionContextResolver 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
TestJSPViewDefnAdapter.java :
18 : import org.eclipse.jst.jsf.context.resolver.structureddocument.internal.ITextRegionContextResolver;
Discouraged access: The type IDTViewHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
25 : import org.eclipse.jst.jsf.designtime.internal.view.IDTViewHandler;
Discouraged access: The type XMLViewDefnAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
26 : import org.eclipse.jst.jsf.designtime.internal.view.XMLViewDefnAdapter;
Discouraged access: The type XMLViewDefnAdapter.DTELExpression is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
27 : import org.eclipse.jst.jsf.designtime.internal.view.XMLViewDefnAdapter.DTELExpression;
Discouraged access: The type DOMJSPRegionContexts is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestJSPViewDefnAdapter.java :
31 : import org.eclipse.jst.jsp.core.internal.regions.DOMJSPRegionContexts;
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
TestJSPViewDefnAdapter.java :
34 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestJSPViewDefnAdapter.java :
35 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
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
TestJSPViewDefnAdapter.java :
47 : private IStructuredModel _structuredModel;
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
TestJSPViewDefnAdapter.java :
121 : StructuredModelManager.getModelManager().getModelForRead( _jspFile);
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
TestJSPViewDefnAdapter.java :
131 : _structuredModel.releaseFromRead();
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestJSPViewDefnAdapter.java :
136 : final IStructuredDocument sdoc =
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
TestJSPViewDefnAdapter.java :
137 : _structuredModel.getStructuredDocument();
Discouraged access: The type IDTViewHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
157 : IDTViewHandler handler = manager.getViewHandler();
Discouraged access: The method supportsViewDefinition(IFile) from the type IDTViewHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
160 : assertTrue(handler.supportsViewDefinition(_jspFile));
Discouraged access: The type XMLViewDefnAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
162 : XMLViewDefnAdapter adapter =
Discouraged access: The type XMLViewDefnAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
163 : (XMLViewDefnAdapter) handler.getViewMetadataAdapterFactory(
Discouraged access: The method getViewMetadataAdapterFactory(DTFacesContext) from the type IDTViewHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
163 : (XMLViewDefnAdapter) handler.getViewMetadataAdapterFactory( facesContext).createAdapter(facesContext, "");
Discouraged access: The method createAdapter(DTFacesContext, String) from the type IViewDefnAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
163 : (XMLViewDefnAdapter) handler.getViewMetadataAdapterFactory( facesContext).createAdapter(facesContext, "");
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestJSPViewDefnAdapter.java :
165 : final IStructuredDocument sdoc = _structuredModel.getStructuredDocument();
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
TestJSPViewDefnAdapter.java :
165 : final IStructuredDocument sdoc = _structuredModel.getStructuredDocument();
Discouraged access: The type XMLViewDefnAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
174 : private void checkELExpression(final XMLViewDefnAdapter adapter,
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestJSPViewDefnAdapter.java :
175 : final IStructuredDocument sdoc, final ELData elData)
Discouraged access: The type XMLViewDefnAdapter.DTELExpression is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
188 : final DTELExpression elExpr = adapter.getELExpression(context);
Discouraged access: The method getELExpression(IModelContext) from the type XMLViewDefnAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
188 : final DTELExpression elExpr = adapter.getELExpression(context);
Discouraged access: The method getText() from the type XMLViewDefnAdapter.DTELExpression is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
190 : assertEquals(expectedText.trim(), elExpr.getText().trim());
Discouraged access: The method getDocumentContext() from the type XMLViewDefnAdapter.DTELExpression is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestJSPViewDefnAdapter.java :
191 : assertEquals(offset, elExpr.getDocumentContext().getDocumentPosition());
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestJSPViewDefnAdapter.java :
206 : IStructuredDocumentContext getContext(IStructuredDocument sdoc)
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestJSPViewDefnAdapter.java :
215 : String getELText(IStructuredDocument sdoc)
Discouraged access: The type ITextRegionContextResolver 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
TestJSPViewDefnAdapter.java :
217 : final ITextRegionContextResolver resolver =
Discouraged access: The type DOMJSPRegionContexts is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestJSPViewDefnAdapter.java :
221 : assertEquals(DOMJSPRegionContexts.JSP_VBL_CONTENT, resolver
Discouraged access: The field JSP_VBL_CONTENT from the type DOMJSPRegionContexts is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestJSPViewDefnAdapter.java :
221 : assertEquals(DOMJSPRegionContexts.JSP_VBL_CONTENT, resolver
Discouraged access: The method getRegionType() from the type ITextRegionContextResolver 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
TestJSPViewDefnAdapter.java :
221 : assertEquals(DOMJSPRegionContexts.JSP_VBL_CONTENT, resolver .getRegionType());
Discouraged access: The method getRegionText() from the type ITextRegionContextResolver 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
TestJSPViewDefnAdapter.java :
223 : return resolver.getRegionText();
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestJSPViewDefnAdapter.java :
226 : void assertELText(IStructuredDocument sdoc)
Discouraged access: The type ITagElement 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.runtime/@dot
BaseStrategyTestClass.java :
17 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.ITagElement;
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
18 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;
Discouraged access: The type JSPTagResolvingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
19 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.JSPTagResolvingStrategy;
Discouraged access: The type JSPTagResolvingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
25 : protected JSPTagResolvingStrategy _strategy;
Discouraged access: The type ITagElement 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.runtime/@dot
BaseStrategyTestClass.java :
40 : final Map<String, ITagElement> tags = TestUtil
Discouraged access: The type JSPTagResolvingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
55 : protected abstract JSPTagResolvingStrategy createStrategy();
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
61 : if (ITLDConstants.URI_JSF_CORE.equals(uri))
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
61 : if (ITLDConstants.URI_JSF_CORE.equals(uri))
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
76 : else if (ITLDConstants.URI_JSF_HTML.equals(uri))
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
76 : else if (ITLDConstants.URI_JSF_HTML.equals(uri))
Discouraged access: The type ITagElement 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.runtime/@dot
BaseStrategyTestClass.java :
107 : final Map<String, ITagElement> tagElements, final String uri)
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
109 : if (ITLDConstants.URI_JSF_CORE.equals(uri))
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
109 : if (ITLDConstants.URI_JSF_CORE.equals(uri))
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
124 : else if (ITLDConstants.URI_JSF_HTML.equals(uri))
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
BaseStrategyTestClass.java :
124 : else if (ITLDConstants.URI_JSF_HTML.equals(uri))
Discouraged access: The type ITLDConstants is not 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 :
20 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;
Discouraged access: The type ITLDConstants is not 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 :
97 : assertNotNull(_tagRecords.get(ITLDConstants.URI_JSF_CORE));
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not 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 :
97 : assertNotNull(_tagRecords.get(ITLDConstants.URI_JSF_CORE));
Discouraged access: The type ITLDConstants is not 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 :
98 : assertNotNull(_tagRecords.get(ITLDConstants.URI_JSF_HTML));
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not 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 :
98 : assertNotNull(_tagRecords.get(ITLDConstants.URI_JSF_HTML));
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
17 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;
Discouraged access: The type DefaultJSPTagResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
18 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.DefaultJSPTagResolver;
Discouraged access: The type JSPTagResolvingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
19 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.JSPTagResolvingStrategy;
Discouraged access: The method getId() from the type JSPTagResolvingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
38 : assertEquals("org.eclipse.jst.jsf.metadata.DefaultJSPTagResolver", _strategy.getId());
Discouraged access: The type JSPTagResolvingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
42 : protected JSPTagResolvingStrategy createStrategy()
Discouraged access: The constructor DefaultJSPTagResolver(IProject) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
44 : return new DefaultJSPTagResolver(_webProjectTestEnv.getTestProject());
Discouraged access: The type DefaultJSPTagResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
44 : return new DefaultJSPTagResolver(_webProjectTestEnv.getTestProject());
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
51 : { ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_HTML }));
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
51 : { ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_HTML }));
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
51 : { ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_HTML }));
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestDefaultJSPTagResolver.java :
51 : { ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_HTML }));
Discouraged access: The type IdentifierOrderedIteratorPolicy<ITERATORTYPE> 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
TestTLDNamespace.java :
17 : import org.eclipse.jst.jsf.common.internal.policy.IdentifierOrderedIteratorPolicy;
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDNamespace.java :
18 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.ITagElement;
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
20 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;
Discouraged access: The type CompositeTagResolvingStrategy<TLDELEMENT> is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
21 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.CompositeTagResolvingStrategy;
Discouraged access: The type DefaultJSPTagResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
22 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.DefaultJSPTagResolver;
Discouraged access: The type TLDNamespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
23 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.TLDNamespace;
Discouraged access: The type TagIntrospectingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
24 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.TagIntrospectingStrategy;
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTLDNamespace.java :
25 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDDocument;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTLDNamespace.java :
26 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDElementDeclaration;
Discouraged access: The type TLDNamespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
30 : private TLDNamespace _coreNS;
Discouraged access: The type TLDNamespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
31 : private TLDNamespace _htmlNS;
Discouraged access: The type DefaultJSPTagResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
39 : policies.add(DefaultJSPTagResolver.ID);
Discouraged access: The field ID from the type DefaultJSPTagResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
39 : policies.add(DefaultJSPTagResolver.ID);
Discouraged access: The type TagIntrospectingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
40 : policies.add(TagIntrospectingStrategy.ID);
Discouraged access: The field ID from the type TagIntrospectingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
40 : policies.add(TagIntrospectingStrategy.ID);
Discouraged access: The type IdentifierOrderedIteratorPolicy<String> 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
TestTLDNamespace.java :
41 : final IdentifierOrderedIteratorPolicy<String> idOrderedPolicy =
Discouraged access: The constructor IdentifierOrderedIteratorPolicy<String>(Iterable<String>) 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
TestTLDNamespace.java :
42 : new IdentifierOrderedIteratorPolicy<String>(policies);
Discouraged access: The type IdentifierOrderedIteratorPolicy<String> 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
TestTLDNamespace.java :
42 : new IdentifierOrderedIteratorPolicy<String>(policies);
Discouraged access: The type CompositeTagResolvingStrategy<TLDElementDeclaration> is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
44 : final CompositeTagResolvingStrategy<TLDElementDeclaration> compStrategy =
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTLDNamespace.java :
44 : final CompositeTagResolvingStrategy<TLDElementDeclaration> compStrategy =
Discouraged access: The constructor CompositeTagResolvingStrategy<TLDElementDeclaration>(IIteratorPolicy<String>) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
45 : new CompositeTagResolvingStrategy<TLDElementDeclaration>(idOrderedPolicy);
Discouraged access: The type CompositeTagResolvingStrategy<TLDElementDeclaration> is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
45 : new CompositeTagResolvingStrategy<TLDElementDeclaration>(idOrderedPolicy);
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTLDNamespace.java :
45 : new CompositeTagResolvingStrategy<TLDElementDeclaration>(idOrderedPolicy);
Discouraged access: The method addStrategy(ITagResolvingStrategy<TLDElementDeclaration,String>) from the type IteratorPolicyBasedStrategyComposite<TLDElementDeclaration,ITagElement,ITagElement,String,ITagResolvingStrategy<TLDElementDeclaration,String>> 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
TestTLDNamespace.java :
47 : compStrategy.addStrategy(new TagIntrospectingStrategy( _webProjectTestEnv.getTestProject()));
Discouraged access: The constructor TagIntrospectingStrategy(IProject) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
47 : compStrategy.addStrategy(new TagIntrospectingStrategy( _webProjectTestEnv.getTestProject()));
Discouraged access: The type TagIntrospectingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
47 : compStrategy.addStrategy(new TagIntrospectingStrategy(
Discouraged access: The method addStrategy(ITagResolvingStrategy<TLDElementDeclaration,String>) from the type IteratorPolicyBasedStrategyComposite<TLDElementDeclaration,ITagElement,ITagElement,String,ITagResolvingStrategy<TLDElementDeclaration,String>> 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
TestTLDNamespace.java :
49 : compStrategy.addStrategy(new DefaultJSPTagResolver(_webProjectTestEnv .getTestProject()));
Discouraged access: The constructor DefaultJSPTagResolver(IProject) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
49 : compStrategy.addStrategy(new DefaultJSPTagResolver(_webProjectTestEnv .getTestProject()));
Discouraged access: The type DefaultJSPTagResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
49 : compStrategy.addStrategy(new DefaultJSPTagResolver(_webProjectTestEnv
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTLDNamespace.java :
52 : final TLDDocument coreDoc = TestUtil.getDocument(_tagRecords
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
53 : .get(ITLDConstants.URI_JSF_CORE));
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
53 : .get(ITLDConstants.URI_JSF_CORE));
Discouraged access: The constructor TLDNamespace(TLDDocument, ITagResolvingStrategy<TLDElementDeclaration,String>) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
54 : _coreNS = new TLDNamespace(coreDoc, compStrategy);
Discouraged access: The type TLDNamespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
54 : _coreNS = new TLDNamespace(coreDoc, compStrategy);
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTLDNamespace.java :
56 : final TLDDocument htmlDoc = TestUtil.getDocument(_tagRecords
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
57 : .get(ITLDConstants.URI_JSF_HTML));
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
57 : .get(ITLDConstants.URI_JSF_HTML));
Discouraged access: The constructor TLDNamespace(TLDDocument, ITagResolvingStrategy<TLDElementDeclaration,String>) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
58 : _htmlNS = new TLDNamespace(htmlDoc, compStrategy);
Discouraged access: The type TLDNamespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
58 : _htmlNS = new TLDNamespace(htmlDoc, compStrategy);
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
69 : assertEquals(ITLDConstants.URI_JSF_CORE, _coreNS.getNSUri());
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
69 : assertEquals(ITLDConstants.URI_JSF_CORE, _coreNS.getNSUri());
Discouraged access: The method getNSUri() from the type TLDNamespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
69 : assertEquals(ITLDConstants.URI_JSF_CORE, _coreNS.getNSUri());
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
70 : assertEquals(ITLDConstants.URI_JSF_HTML, _htmlNS.getNSUri());
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
70 : assertEquals(ITLDConstants.URI_JSF_HTML, _htmlNS.getNSUri());
Discouraged access: The method getNSUri() from the type TLDNamespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
70 : assertEquals(ITLDConstants.URI_JSF_HTML, _htmlNS.getNSUri());
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDNamespace.java :
75 : final Map<String, ITagElement> coreElements = TestUtil
Discouraged access: The method getViewElements() from the type TLDNamespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
76 : .constructTagElements(_coreNS.getViewElements());
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDNamespace.java :
87 : final Map<String, ITagElement> htmlElements = TestUtil
Discouraged access: The method getViewElements() from the type TLDNamespace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDNamespace.java :
88 : .constructTagElements(_htmlNS.getViewElements());
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDTagRegistry.java :
18 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.ITagElement;
Discouraged access: The type Namespace 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.runtime/@dot
TestTLDTagRegistry.java :
19 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.Namespace;
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
20 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;
Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
21 : import org.eclipse.jst.jsf.designtime.internal.view.model.ITagRegistry;
Discouraged access: The type TagRegistryFactory.TagRegistryFactoryException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
22 : import org.eclipse.jst.jsf.designtime.internal.view.model.TagRegistryFactory.TagRegistryFactoryException;
Discouraged access: The type TagRegistryFactory.TagRegistryFactoryException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
41 : public void testGetRegistry() throws TagRegistryFactoryException
Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
43 : final ITagRegistry registry = new MyRegistryFactory()
Discouraged access: The type TagRegistryFactory.TagRegistryFactoryException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
49 : public void testGetAllTagLibraries() throws TagRegistryFactoryException
Discouraged access: The type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
51 : final ITagRegistry registry = new MyRegistryFactory()
Discouraged access: The type Namespace 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.runtime/@dot
TestTLDTagRegistry.java :
56 : final Collection<? extends Namespace> libraries = registry
Discouraged access: The method getAllTagLibraries() from the type ITagRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
56 : final Collection<? extends Namespace> libraries = registry .getAllTagLibraries();
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDTagRegistry.java :
59 : final Map<String, Map<String, ITagElement>> elements = new HashMap<String, Map<String, ITagElement>>();
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDTagRegistry.java :
59 : final Map<String, Map<String, ITagElement>> elements = new HashMap<String, Map<String, ITagElement>>();
Discouraged access: The type Namespace 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.runtime/@dot
TestTLDTagRegistry.java :
61 : for (final Namespace ns : libraries)
Discouraged access: The method getViewElements() from the type Namespace 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.runtime/@dot
TestTLDTagRegistry.java :
63 : for (final Iterator<?> it = ns.getViewElements().iterator(); it
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDTagRegistry.java :
66 : final ITagElement tagElement = (ITagElement) it.next();
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDTagRegistry.java :
66 : final ITagElement tagElement = (ITagElement) it.next();
Discouraged access: The method getNSUri() from the type Namespace 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.runtime/@dot
TestTLDTagRegistry.java :
68 : "Tag element shouldn't be null: " + ns.getNSUri(),
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDTagRegistry.java :
71 : Map<String, ITagElement> elementMap = elements.get(ns
Discouraged access: The method getNSUri() from the type Namespace 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.runtime/@dot
TestTLDTagRegistry.java :
71 : Map<String, ITagElement> elementMap = elements.get(ns .getNSUri());
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDTagRegistry.java :
76 : elementMap = new HashMap<String, ITagElement>();
Discouraged access: The method getNSUri() from the type Namespace 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.runtime/@dot
TestTLDTagRegistry.java :
77 : elements.put(ns.getNSUri(), elementMap);
Discouraged access: The method getName() from the type ITagElement 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.runtime/@dot
TestTLDTagRegistry.java :
80 : elementMap.put(tagElement.getName(), tagElement);
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
84 : assertTrue(elements.containsKey(ITLDConstants.URI_JSF_CORE));
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
84 : assertTrue(elements.containsKey(ITLDConstants.URI_JSF_CORE));
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
85 : assertTrue(elements.containsKey(ITLDConstants.URI_JSF_HTML));
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
85 : assertTrue(elements.containsKey(ITLDConstants.URI_JSF_HTML));
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
87 : verifyCore(elements.get(ITLDConstants.URI_JSF_CORE));
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
87 : verifyCore(elements.get(ITLDConstants.URI_JSF_CORE));
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
88 : verifyHtml(elements.get(ITLDConstants.URI_JSF_HTML));
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTLDTagRegistry.java :
88 : verifyHtml(elements.get(ITLDConstants.URI_JSF_HTML));
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDTagRegistry.java :
91 : private void verifyCore(final Map<String, ITagElement> tagElements)
Discouraged access: The type ITagElement 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.runtime/@dot
TestTLDTagRegistry.java :
112 : private void verifyHtml(final Map<String, ITagElement> tagElements)
Discouraged access: The type ComponentTypeInfo 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.runtime/@dot
TestTagAnalyzer.java :
16 : import org.eclipse.jst.jsf.common.runtime.internal.model.component.ComponentTypeInfo;
Discouraged access: The type IComponentTagElement 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.runtime/@dot
TestTagAnalyzer.java :
17 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.IComponentTagElement;
Discouraged access: The type IHandlerTagElement 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.runtime/@dot
TestTagAnalyzer.java :
18 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.IHandlerTagElement;
Discouraged access: The type IJSFTagElement 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.runtime/@dot
TestTagAnalyzer.java :
19 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.IJSFTagElement;
Discouraged access: The type IHandlerTagElement.TagHandlerType 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.runtime/@dot
TestTagAnalyzer.java :
20 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.IHandlerTagElement.TagHandlerType;
Discouraged access: The type IJSFTagElement.TagType 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.runtime/@dot
TestTagAnalyzer.java :
21 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.IJSFTagElement.TagType;
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagAnalyzer.java :
22 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;
Discouraged access: The type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagAnalyzer.java :
23 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.TLDTagElement;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
25 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDElementDeclaration;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
30 : private TLDElementDeclaration _inputTextTag;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
31 : private TLDElementDeclaration _commandButtonTag;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
32 : private TLDElementDeclaration _convertDateTimeTag;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
36 : private TLDElementDeclaration _validateLongRangeTag;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
37 : private TLDElementDeclaration _facetTag;
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagAnalyzer.java :
44 : .get(ITLDConstants.URI_JSF_CORE);
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagAnalyzer.java :
44 : .get(ITLDConstants.URI_JSF_CORE);
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagAnalyzer.java :
46 : .get(ITLDConstants.URI_JSF_HTML);
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagAnalyzer.java :
46 : .get(ITLDConstants.URI_JSF_HTML);
Discouraged access: The type IComponentTagElement 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.runtime/@dot
TestTagAnalyzer.java :
99 : verifyCommandButton((IComponentTagElement) TagAnalyzer
Discouraged access: The type IComponentTagElement 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.runtime/@dot
TestTagAnalyzer.java :
102 : verifyCommandButton((IComponentTagElement) TagAnalyzer
Discouraged access: The type IHandlerTagElement 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.runtime/@dot
TestTagAnalyzer.java :
109 : verifyFacetHandler(((IHandlerTagElement) TagAnalyzer
Discouraged access: The type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagAnalyzer.java :
117 : final TLDTagElement tagElement = TagAnalyzer.createComponentTagElement(
Discouraged access: The type IComponentTagElement 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.runtime/@dot
TestTagAnalyzer.java :
120 : assertTrue(tagElement instanceof IComponentTagElement);
Discouraged access: The type IComponentTagElement 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.runtime/@dot
TestTagAnalyzer.java :
121 : verifyCommandButton((IComponentTagElement) tagElement);
Discouraged access: The type IComponentTagElement 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.runtime/@dot
TestTagAnalyzer.java :
125 : final IComponentTagElement componentTagElement)
Discouraged access: The type IJSFTagElement.TagType 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.runtime/@dot
TestTagAnalyzer.java :
127 : assertEquals(TagType.COMPONENT, componentTagElement.getType());
Discouraged access: The field COMPONENT from the type IJSFTagElement.TagType 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.runtime/@dot
TestTagAnalyzer.java :
127 : assertEquals(TagType.COMPONENT, componentTagElement.getType());
Discouraged access: The method getType() from the type IJSFTagElement 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.runtime/@dot
TestTagAnalyzer.java :
127 : assertEquals(TagType.COMPONENT, componentTagElement.getType());
Discouraged access: The type ComponentTypeInfo 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.runtime/@dot
TestTagAnalyzer.java :
128 : final ComponentTypeInfo componentTypeInfo = componentTagElement
Discouraged access: The method getComponent() from the type IComponentTagElement 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.runtime/@dot
TestTagAnalyzer.java :
128 : final ComponentTypeInfo componentTypeInfo = componentTagElement .getComponent();
Discouraged access: The method getClassName() from the type ClassTypeInfo 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.runtime/@dot
TestTagAnalyzer.java :
131 : componentTypeInfo.getClassName());
Discouraged access: The method getComponentType() from the type ComponentTypeInfo 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.runtime/@dot
TestTagAnalyzer.java :
132 : assertEquals("javax.faces.HtmlCommandButton", componentTypeInfo .getComponentType());
Discouraged access: The method getComponentFamily() from the type ComponentTypeInfo 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.runtime/@dot
TestTagAnalyzer.java :
134 : assertEquals("javax.faces.Command", componentTypeInfo .getComponentFamily());
Discouraged access: The method getTagclass() from the type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
186 : .findType(_facetTag.getTagclass());
Discouraged access: The type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagAnalyzer.java :
187 : final TLDTagElement tagElement = TagAnalyzer.createHandlerTagElement(
Discouraged access: The type IHandlerTagElement 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.runtime/@dot
TestTagAnalyzer.java :
190 : assertTrue(tagElement instanceof IHandlerTagElement);
Discouraged access: The type IHandlerTagElement 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.runtime/@dot
TestTagAnalyzer.java :
191 : verifyFacetHandler((IHandlerTagElement) tagElement);
Discouraged access: The type IHandlerTagElement 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.runtime/@dot
TestTagAnalyzer.java :
194 : private void verifyFacetHandler(IHandlerTagElement tagElement)
Discouraged access: The type IHandlerTagElement.TagHandlerType 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.runtime/@dot
TestTagAnalyzer.java :
196 : assertEquals(TagHandlerType.FACET, tagElement.getTagHandlerType());
Discouraged access: The field FACET from the type IHandlerTagElement.TagHandlerType 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.runtime/@dot
TestTagAnalyzer.java :
196 : assertEquals(TagHandlerType.FACET, tagElement.getTagHandlerType());
Discouraged access: The method getTagHandlerType() from the type IHandlerTagElement 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.runtime/@dot
TestTagAnalyzer.java :
196 : assertEquals(TagHandlerType.FACET, tagElement.getTagHandlerType());
Discouraged access: The method getTagclass() from the type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
202 : final String inputTextTagClass = _inputTextTag.getTagclass();
Discouraged access: The type IJSFTagElement 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.runtime/@dot
TestTagAnalyzer.java :
206 : assertEquals(IJSFTagElement.TagType.COMPONENT, TagAnalyzer
Discouraged access: The type IJSFTagElement.TagType 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.runtime/@dot
TestTagAnalyzer.java :
206 : assertEquals(IJSFTagElement.TagType.COMPONENT, TagAnalyzer
Discouraged access: The field COMPONENT from the type IJSFTagElement.TagType 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.runtime/@dot
TestTagAnalyzer.java :
206 : assertEquals(IJSFTagElement.TagType.COMPONENT, TagAnalyzer
Discouraged access: The method getTagclass() from the type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
212 : final String validateLongRangeTagClass = _validateLongRangeTag .getTagclass();
Discouraged access: The type IJSFTagElement 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.runtime/@dot
TestTagAnalyzer.java :
217 : assertEquals(IJSFTagElement.TagType.VALIDATOR, TagAnalyzer
Discouraged access: The type IJSFTagElement.TagType 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.runtime/@dot
TestTagAnalyzer.java :
217 : assertEquals(IJSFTagElement.TagType.VALIDATOR, TagAnalyzer
Discouraged access: The field VALIDATOR from the type IJSFTagElement.TagType 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.runtime/@dot
TestTagAnalyzer.java :
217 : assertEquals(IJSFTagElement.TagType.VALIDATOR, TagAnalyzer
Discouraged access: The method getTagclass() from the type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
223 : final String converterDateTimeTagClass = _convertDateTimeTag .getTagclass();
Discouraged access: The type IJSFTagElement 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.runtime/@dot
TestTagAnalyzer.java :
228 : assertEquals(IJSFTagElement.TagType.CONVERTER, TagAnalyzer
Discouraged access: The type IJSFTagElement.TagType 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.runtime/@dot
TestTagAnalyzer.java :
228 : assertEquals(IJSFTagElement.TagType.CONVERTER, TagAnalyzer
Discouraged access: The field CONVERTER from the type IJSFTagElement.TagType 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.runtime/@dot
TestTagAnalyzer.java :
228 : assertEquals(IJSFTagElement.TagType.CONVERTER, TagAnalyzer
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagAnalyzer.java :
237 : .get(ITLDConstants.URI_JSF_CORE);
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagAnalyzer.java :
237 : .get(ITLDConstants.URI_JSF_CORE);
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
239 : final TLDElementDeclaration loadBundleTag = TestUtil.getTag(
Discouraged access: The method getTagclass() from the type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestTagAnalyzer.java :
243 : final String loadBundleTagClass = loadBundleTag.getTagclass();
Discouraged access: The type ComponentTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
20 : import org.eclipse.jst.jsf.common.runtime.internal.model.component.ComponentTypeInfo;
Discouraged access: The type ConverterTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
21 : import org.eclipse.jst.jsf.common.runtime.internal.model.decorator.ConverterTypeInfo;
Discouraged access: The type ValidatorTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
22 : import org.eclipse.jst.jsf.common.runtime.internal.model.decorator.ValidatorTypeInfo;
Discouraged access: The type ITagElement 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.runtime/@dot
TestTagIntrospectingStrategy.java :
23 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.ITagElement;
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
TestTagIntrospectingStrategy.java :
26 : import org.eclipse.jst.jsf.core.internal.tld.IJSFConstants;
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
27 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;
Discouraged access: The type JSPTagResolvingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
28 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.JSPTagResolvingStrategy;
Discouraged access: The type TagIntrospectingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
29 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.TagIntrospectingStrategy;
Discouraged access: The type JSPTagResolvingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
38 : protected JSPTagResolvingStrategy createStrategy()
Discouraged access: The constructor TagIntrospectingStrategy(IProject) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
40 : return new TagIntrospectingStrategy(_webProjectTestEnv.getTestProject());
Discouraged access: The type TagIntrospectingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
40 : return new TagIntrospectingStrategy(_webProjectTestEnv.getTestProject());
Discouraged access: The method getNotFoundIndicator() from the type AbstractTagResolvingStrategy<TLDElementDeclaration,String> is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
45 : assertNull(_strategy.getNotFoundIndicator());
Discouraged access: The method getId() from the type JSPTagResolvingStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
51 : _strategy.getId());
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
58 : { ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_HTML }));
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
58 : { ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_HTML }));
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
58 : { ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_HTML }));
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
58 : { ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_HTML }));
Discouraged access: The type ITagElement 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.runtime/@dot
TestTagIntrospectingStrategy.java :
63 : final Map<String, ITagElement> tagElements, final String uri)
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
65 : if (ITLDConstants.URI_JSF_CORE.equals(uri))
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
65 : if (ITLDConstants.URI_JSF_CORE.equals(uri))
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
69 : else if (ITLDConstants.URI_JSF_HTML.equals(uri))
Discouraged access: The field URI_JSF_HTML from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
69 : else if (ITLDConstants.URI_JSF_HTML.equals(uri))
Discouraged access: The type ITagElement 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.runtime/@dot
TestTagIntrospectingStrategy.java :
77 : Map<String, ITagElement> tagElements) {
Discouraged access: The type ComponentTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
105 : ComponentTypeInfo typeInfo = tagVerifier._typeInfo;
Discouraged access: The type ComponentTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
106 : ComponentTypeInfo newTypeInfo = new ComponentTypeInfo(typeInfo.getComponentType(), typeInfo.getClassName(), typeInfo.getSuperClasses(), typeInfo.getInterfaces(), typeInfo.getComponentFamily(), null);
Discouraged access: The constructor ComponentTypeInfo(String, String, 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.jsf.common.runtime/@dot
TestTagIntrospectingStrategy.java :
106 : ComponentTypeInfo newTypeInfo = new ComponentTypeInfo(typeInfo.getComponentType(), typeInfo.getClassName(), typeInfo.getSuperClasses(), typeInfo.getInterfaces(), typeInfo.getComponentFamily(), null);
Discouraged access: The type ComponentTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
106 : ComponentTypeInfo newTypeInfo = new ComponentTypeInfo(typeInfo.getComponentType(), typeInfo.getClassName(), typeInfo.getSuperClasses(), typeInfo.getInterfaces(), typeInfo.getComponentFamily(), null);
Discouraged access: The method getComponentType() from the type ComponentTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
106 : ComponentTypeInfo newTypeInfo = new ComponentTypeInfo(typeInfo.getComponentType(), typeInfo.getClassName(), typeInfo.getSuperClasses(), typeInfo.getInterfaces(), typeInfo.getComponentFamily(), null);
Discouraged access: The method getClassName() from the type ClassTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
106 : ComponentTypeInfo newTypeInfo = new ComponentTypeInfo(typeInfo.getComponentType(), typeInfo.getClassName(), typeInfo.getSuperClasses(), typeInfo.getInterfaces(), typeInfo.getComponentFamily(), null);
Discouraged access: The method getSuperClasses() from the type ClassTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
106 : ComponentTypeInfo newTypeInfo = new ComponentTypeInfo(typeInfo.getComponentType(), typeInfo.getClassName(), typeInfo.getSuperClasses(), typeInfo.getInterfaces(), typeInfo.getComponentFamily(), null);
Discouraged access: The method getInterfaces() from the type ClassTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
106 : ComponentTypeInfo newTypeInfo = new ComponentTypeInfo(typeInfo.getComponentType(), typeInfo.getClassName(), typeInfo.getSuperClasses(), typeInfo.getInterfaces(), typeInfo.getComponentFamily(), null);
Discouraged access: The method getComponentFamily() from the type ComponentTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
106 : ComponentTypeInfo newTypeInfo = new ComponentTypeInfo(typeInfo.getComponentType(), typeInfo.getClassName(), typeInfo.getSuperClasses(), typeInfo.getInterfaces(), typeInfo.getComponentFamily(), null);
Discouraged access: The type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
113 : if (ITLDConstants.URI_JSF_CORE.equals(uri))
Discouraged access: The field URI_JSF_CORE from the type ITLDConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestTagIntrospectingStrategy.java :
113 : if (ITLDConstants.URI_JSF_CORE.equals(uri))
Discouraged access: The type ITagElement 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.runtime/@dot
TestTagIntrospectingStrategy.java :
131 : final Map<String, ITagElement> tagElements)
Discouraged access: The type ConverterTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
135 : ConverterTypeInfo dateTimeConverterTypeInfo = ConverterTypeInfo.UNKNOWN;
Discouraged access: The type ConverterTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
135 : ConverterTypeInfo dateTimeConverterTypeInfo = ConverterTypeInfo.UNKNOWN;
Discouraged access: The field UNKNOWN from the type ConverterTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
135 : ConverterTypeInfo dateTimeConverterTypeInfo = ConverterTypeInfo.UNKNOWN;
Discouraged access: The type ConverterTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
136 : ConverterTypeInfo numberConverterTypeInfo = ConverterTypeInfo.UNKNOWN;
Discouraged access: The type ConverterTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
136 : ConverterTypeInfo numberConverterTypeInfo = ConverterTypeInfo.UNKNOWN;
Discouraged access: The field UNKNOWN from the type ConverterTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
136 : ConverterTypeInfo numberConverterTypeInfo = ConverterTypeInfo.UNKNOWN;
Discouraged access: The type ValidatorTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
137 : ValidatorTypeInfo doubleRangeValidatorTypeInfo = ValidatorTypeInfo.UNKNOWN;
Discouraged access: The type ValidatorTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
137 : ValidatorTypeInfo doubleRangeValidatorTypeInfo = ValidatorTypeInfo.UNKNOWN;
Discouraged access: The field UNKNOWN from the type ValidatorTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
137 : ValidatorTypeInfo doubleRangeValidatorTypeInfo = ValidatorTypeInfo.UNKNOWN;
Discouraged access: The type ValidatorTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
138 : ValidatorTypeInfo lengthValidatorTypeInfo = ValidatorTypeInfo.UNKNOWN;
Discouraged access: The type ValidatorTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
138 : ValidatorTypeInfo lengthValidatorTypeInfo = ValidatorTypeInfo.UNKNOWN;
Discouraged access: The field UNKNOWN from the type ValidatorTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
138 : ValidatorTypeInfo lengthValidatorTypeInfo = ValidatorTypeInfo.UNKNOWN;
Discouraged access: The type ValidatorTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
139 : ValidatorTypeInfo longRangeValidatorTypeInfo = ValidatorTypeInfo.UNKNOWN;
Discouraged access: The type ValidatorTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
139 : ValidatorTypeInfo longRangeValidatorTypeInfo = ValidatorTypeInfo.UNKNOWN;
Discouraged access: The field UNKNOWN from the type ValidatorTypeInfo 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.runtime/@dot
TestTagIntrospectingStrategy.java :
139 : ValidatorTypeInfo longRangeValidatorTypeInfo = ValidatorTypeInfo.UNKNOWN;
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
TestTagIntrospectingStrategy.java :
179 : IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME,
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
TestTagIntrospectingStrategy.java :
179 : IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME,
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
TestTagIntrospectingStrategy.java :
183 : IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER,
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
TestTagIntrospectingStrategy.java :
183 : IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER,
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
TestTagIntrospectingStrategy.java :
191 : IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE,
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
TestTagIntrospectingStrategy.java :
191 : IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE,
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
TestTagIntrospectingStrategy.java :
194 : IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH,
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
TestTagIntrospectingStrategy.java :
194 : IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH,
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
TestTagIntrospectingStrategy.java :
197 : IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE,
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
TestTagIntrospectingStrategy.java :
197 : IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE,
Discouraged access: The type ITagElement 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.runtime/@dot
TestUtil.java :
22 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.ITagElement;
Discouraged access: The type ITagResolvingStrategy<TLDELEMENT,IDTYPE> is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestUtil.java :
23 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.ITagResolvingStrategy;
Discouraged access: The type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
24 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMDocumentFactoryTLD;
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
25 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDDocument;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
26 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDElementDeclaration;
Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestUtil.java :
28 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;
Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestUtil.java :
29 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
39 : public static TLDDocument getDocument(final ITaglibRecord record)
Discouraged access: The type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
41 : final CMDocumentFactoryTLD factory = new CMDocumentFactoryTLD();
Discouraged access: The constructor CMDocumentFactoryTLD() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
41 : final CMDocumentFactoryTLD factory = new CMDocumentFactoryTLD();
Discouraged access: The type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
41 : final CMDocumentFactoryTLD factory = new CMDocumentFactoryTLD();
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
42 : final TLDDocument doc = (TLDDocument) factory.createCMDocument(record);
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
42 : final TLDDocument doc = (TLDDocument) factory.createCMDocument(record);
Discouraged access: The method createCMDocument(ITaglibRecord) from the type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
42 : final TLDDocument doc = (TLDDocument) factory.createCMDocument(record);
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
46 : public static TLDElementDeclaration getTag(final ITaglibRecord record,
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
49 : final TLDDocument doc = getDocument(record);
Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestUtil.java :
51 : final CMNode cmNode = doc.getElements().getNamedItem(name);
Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestUtil.java :
51 : final CMNode cmNode = doc.getElements().getNamedItem(name);
Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestUtil.java :
51 : final CMNode cmNode = doc.getElements().getNamedItem(name);
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
52 : assertTrue(cmNode instanceof TLDElementDeclaration);
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
53 : return (TLDElementDeclaration) cmNode;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
56 : public static List<TLDElementDeclaration> getTags(final ITaglibRecord record)
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
58 : final TLDDocument doc = getDocument(record);
Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestUtil.java :
60 : final CMNamedNodeMap nodes = doc.getElements();
Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestUtil.java :
60 : final CMNamedNodeMap nodes = doc.getElements();
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
62 : final List<TLDElementDeclaration> tags = new ArrayList<TLDElementDeclaration>();
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
62 : final List<TLDElementDeclaration> tags = new ArrayList<TLDElementDeclaration>();
Discouraged access: The method iterator() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestUtil.java :
63 : for (final Iterator<?> it = nodes.iterator(); it.hasNext();)
Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestUtil.java :
65 : final CMNode cmNode = (CMNode) it.next();
Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestUtil.java :
65 : final CMNode cmNode = (CMNode) it.next();
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
66 : assertTrue(cmNode instanceof TLDElementDeclaration);
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
67 : tags.add((TLDElementDeclaration) cmNode);
Discouraged access: The type ITagElement 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.runtime/@dot
TestUtil.java :
72 : public static Map<String, ITagElement> constructTagElements(Collection<? extends ITagElement> elements)
Discouraged access: The type ITagElement 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.runtime/@dot
TestUtil.java :
72 : public static Map<String, ITagElement> constructTagElements(Collection<? extends ITagElement> elements)
Discouraged access: The type ITagElement 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.runtime/@dot
TestUtil.java :
74 : Map<String, ITagElement> map = new HashMap<String, ITagElement>();
Discouraged access: The type ITagElement 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.runtime/@dot
TestUtil.java :
74 : Map<String, ITagElement> map = new HashMap<String, ITagElement>();
Discouraged access: The type ITagElement 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.runtime/@dot
TestUtil.java :
76 : for (ITagElement element : elements)
Discouraged access: The method getName() from the type ITagElement 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.runtime/@dot
TestUtil.java :
78 : map.put(element.getName(), element);
Discouraged access: The type ITagElement 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.runtime/@dot
TestUtil.java :
84 : public static Map<String, ITagElement> constructTagElements(
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
85 : final List<TLDElementDeclaration> tlds,
Discouraged access: The type ITagResolvingStrategy<TLDElementDeclaration,String> is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestUtil.java :
86 : final ITagResolvingStrategy<TLDElementDeclaration, String> strategy)
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
86 : final ITagResolvingStrategy<TLDElementDeclaration, String> strategy)
Discouraged access: The type ITagElement 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.runtime/@dot
TestUtil.java :
88 : final Map<String, ITagElement> tagElements =
Discouraged access: The type ITagElement 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.runtime/@dot
TestUtil.java :
89 : new HashMap<String, ITagElement>();
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestUtil.java :
90 : for (final TLDElementDeclaration tld : tlds)
Discouraged access: The type ITagElement 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.runtime/@dot
TestUtil.java :
92 : final ITagElement tagElement = strategy.resolve(tld);
Discouraged access: The method resolve(TLDElementDeclaration) from the type ITagResolvingStrategy<TLDElementDeclaration,String> is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestUtil.java :
92 : final ITagElement tagElement = strategy.resolve(tld);
Discouraged access: The method getName() from the type ITagElement 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.runtime/@dot
TestUtil.java :
95 : assertNotNull(tagElement.getName());
Discouraged access: The method getName() from the type ITagElement 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.runtime/@dot
TestUtil.java :
96 : tagElements.put(tagElement.getName(), tagElement);
Discouraged access: The type ComponentTypeInfo 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.runtime/@dot
VerifyRegistryUtil.java :
22 : import org.eclipse.jst.jsf.common.runtime.internal.model.component.ComponentTypeInfo;
Discouraged access: The type ConverterTypeInfo 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.runtime/@dot
VerifyRegistryUtil.java :
23 : import org.eclipse.jst.jsf.common.runtime.internal.model.decorator.ConverterTypeInfo;
Discouraged access: The type ValidatorTypeInfo 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.runtime/@dot
VerifyRegistryUtil.java :
24 : import org.eclipse.jst.jsf.common.runtime.internal.model.decorator.ValidatorTypeInfo;
Discouraged access: The type IComponentTagElement 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.runtime/@dot
VerifyRegistryUtil.java :
25 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.IComponentTagElement;
Discouraged access: The type IConverterTagElement 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.runtime/@dot
VerifyRegistryUtil.java :
26 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.IConverterTagElement;
Discouraged access: The type IJSFTagElement 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.runtime/@dot
VerifyRegistryUtil.java :
27 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.IJSFTagElement;
Discouraged access: The type ITagElement 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.runtime/@dot
VerifyRegistryUtil.java :
28 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.ITagElement;
Discouraged access: The type IValidatorTagElement 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.runtime/@dot
VerifyRegistryUtil.java :
29 : import org.eclipse.jst.jsf.common.runtime.internal.view.model.common.IValidatorTagElement;
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
VerifyRegistryUtil.java :
31 : 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
VerifyRegistryUtil.java :
37 : IJSFConstants.TAG_IDENTIFIER_ACTIONLISTENER);
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
VerifyRegistryUtil.java :
37 : IJSFConstants.TAG_IDENTIFIER_ACTIONLISTENER);
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
VerifyRegistryUtil.java :
40 : IJSFConstants.TAG_IDENTIFIER_ATTRIBUTE);
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
VerifyRegistryUtil.java :
40 : IJSFConstants.TAG_IDENTIFIER_ATTRIBUTE);
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
VerifyRegistryUtil.java :
43 : IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME,
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
VerifyRegistryUtil.java :
43 : IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME,
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
VerifyRegistryUtil.java :
47 : IJSFConstants.TAG_IDENTIFIER_CONVERTER, ConverterTypeInfo.UNKNOWN);
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
VerifyRegistryUtil.java :
47 : IJSFConstants.TAG_IDENTIFIER_CONVERTER, ConverterTypeInfo.UNKNOWN);
Discouraged access: The type ConverterTypeInfo 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.runtime/@dot
VerifyRegistryUtil.java :
47 : IJSFConstants.TAG_IDENTIFIER_CONVERTER, ConverterTypeInfo.UNKNOWN);
Discouraged access: The field UNKNOWN from the type ConverterTypeInfo 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.runtime/@dot
VerifyRegistryUtil.java :
47 : IJSFConstants.TAG_IDENTIFIER_CONVERTER, ConverterTypeInfo.UNKNOWN);
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
VerifyRegistryUtil.java :
50 : IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER,
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
VerifyRegistryUtil.java :
50 : IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER,
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
VerifyRegistryUtil.java :
54 : IJSFConstants.TAG_IDENTIFIER_FACET);
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
VerifyRegistryUtil.java :
54 : IJSFConstants.TAG_IDENTIFIER_FACET);
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
VerifyRegistryUtil.java :
57 : IJSFConstants.TAG_IDENTIFIER_LOADBUNDLE);
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
VerifyRegistryUtil.java :
57 : IJSFConstants.TAG_IDENTIFIER_LOADBUNDLE);
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
VerifyRegistryUtil.java :
60 : IJSFConstants.TAG_IDENTIFIER_PARAM, RuntimeTestUtil.COMPINFO_PARAM);
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
VerifyRegistryUtil.java :
60 : IJSFConstants.TAG_IDENTIFIER_PARAM, RuntimeTestUtil.COMPINFO_PARAM);
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
VerifyRegistryUtil.java :
63 : IJSFConstants.TAG_IDENTIFIER_PHASELISTENER);
Discouraged access: The field TAG_IDENTIFIER_PHASELISTENER 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
VerifyRegistryUtil.java :
63 : IJSFConstants.TAG_IDENTIFIER_PHASELISTENER);
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
VerifyRegistryUtil.java :
66 : IJSFConstants.TAG_IDENTIFIER_SELECTITEM,
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
VerifyRegistryUtil.java :
66 : IJSFConstants.TAG_IDENTIFIER_SELECTITEM,
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
VerifyRegistryUtil.java :
70 : IJSFConstants.TAG_IDENTIFIER_SELECTITEMS,
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
VerifyRegistryUtil.java :
70 : IJSFConstants.TAG_IDENTIFIER_SELECTITEMS,
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
VerifyRegistryUtil.java :
74 : IJSFConstants.TAG_IDENTIFIER_SETPROPERTYACTIONLISTENER);
Discouraged access: The field TAG_IDENTIFIER_SETPROPERTYACTIONLISTENER 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
VerifyRegistryUtil.java :
74 : IJSFConstants.TAG_IDENTIFIER_SETPROPERTYACTIONLISTENER);
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
VerifyRegistryUtil.java :
77 : IJSFConstants.TAG_IDENTIFIER_SUBVIEW,
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
VerifyRegistryUtil.java :
77 : IJSFConstants.TAG_IDENTIFIER_SUBVIEW,
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
VerifyRegistryUtil.java :
81 : IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE,
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
VerifyRegistryUtil.java :
81 : IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE,
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
VerifyRegistryUtil.java :
85 : IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH,
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
VerifyRegistryUtil.java :
85 : IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH,
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
VerifyRegistryUtil.java :
89 : IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE,
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
VerifyRegistryUtil.java :
89 : IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE,
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
VerifyRegistryUtil.java :
93 : IJSFConstants.TAG_IDENTIFIER_VALIDATOR, ValidatorTypeInfo.UNKNOWN);
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
VerifyRegistryUtil.java :
93 : IJSFConstants.TAG_IDENTIFIER_VALIDATOR, ValidatorTypeInfo.UNKNOWN);
Discouraged access: The type ValidatorTypeInfo 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.runtime/@dot
VerifyRegistryUtil.java :
93 : IJSFConstants.TAG_IDENTIFIER_VALIDATOR, ValidatorTypeInfo.UNKNOWN);
Discouraged access: The field UNKNOWN from the type ValidatorTypeInfo 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.runtime/@dot
VerifyRegistryUtil.java :
93 : IJSFConstants.TAG_IDENTIFIER_VALIDATOR, ValidatorTypeInfo.UNKNOWN);
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
VerifyRegistryUtil.java :
96 : IJSFConstants.TAG_IDENTIFIER_VALUECHANGELISTENER);
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
VerifyRegistryUtil.java :
96 : IJSFConstants.TAG_IDENTIFIER_VALUECHANGELISTENER);
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
VerifyRegistryUtil.java :
99 : IJSFConstants.TAG_IDENTIFIER_VERBATIM,
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
VerifyRegistryUtil.java :
99 : IJSFConstants.TAG_IDENTIFIER_VERBATIM,
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
VerifyRegistryUtil.java :
103 : IJSFConstants.TAG_IDENTIFIER_VIEW, RuntimeTestUtil.COMPINFO_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
VerifyRegistryUtil.java :
103 : IJSFConstants.TAG_IDENTIFIER_VIEW, RuntimeTestUtil.COMPINFO_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
VerifyRegistryUtil.java :
107 : IJSFConstants.TAG_IDENTIFIER_COLUMN,
Discouraged access: The field TAG_IDENTIFIER_COLUMN 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
VerifyRegistryUtil.java :
107 : IJSFConstants.TAG_IDENTIFIER_COLUMN,
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
VerifyRegistryUtil.java :
111 : 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
VerifyRegistryUtil.java :
111 : 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
VerifyRegistryUtil.java :
115 : IJSFConstants.TAG_IDENTIFIER_COMMANDLINK,
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
VerifyRegistryUtil.java :
115 : IJSFConstants.TAG_IDENTIFIER_COMMANDLINK,
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
VerifyRegistryUtil.java :
119 : IJSFConstants.TAG_IDENTIFIER_DATA_TABLE,
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
VerifyRegistryUtil.java :
119 : IJSFConstants.TAG_IDENTIFIER_DATA_TABLE,
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
VerifyRegistryUtil.java :
123 : IJSFConstants.TAG_IDENTIFIER_FORM, RuntimeTestUtil.COMPINFO_FORM);
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
VerifyRegistryUtil.java :
123 : IJSFConstants.TAG_IDENTIFIER_FORM, RuntimeTestUtil.COMPINFO_FORM);
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
VerifyRegistryUtil.java :
126 : IJSFConstants.TAG_IDENTIFIER_GRAPHICIMAGE,
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
VerifyRegistryUtil.java :
126 : IJSFConstants.TAG_IDENTIFIER_GRAPHICIMAGE,
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
VerifyRegistryUtil.java :
130 : IJSFConstants.TAG_IDENTIFIER_INPUTHIDDEN,
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
VerifyRegistryUtil.java :
130 : IJSFConstants.TAG_IDENTIFIER_INPUTHIDDEN,
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
VerifyRegistryUtil.java :
134 : IJSFConstants.TAG_IDENTIFIER_INPUTSECRET,
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
VerifyRegistryUtil.java :
134 : IJSFConstants.TAG_IDENTIFIER_INPUTSECRET,
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
VerifyRegistryUtil.java :
138 : IJSFConstants.TAG_IDENTIFIER_INPUTTEXT,
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
VerifyRegistryUtil.java :
138 : IJSFConstants.TAG_IDENTIFIER_INPUTTEXT,
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
VerifyRegistryUtil.java :
142 : IJSFConstants.TAG_IDENTIFIER_INPUTTEXTAREA,
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
VerifyRegistryUtil.java :
142 : IJSFConstants.TAG_IDENTIFIER_INPUTTEXTAREA,
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
VerifyRegistryUtil.java :
146 : IJSFConstants.TAG_IDENTIFIER_MESSAGE,
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
VerifyRegistryUtil.java :
146 : IJSFConstants.TAG_IDENTIFIER_MESSAGE,
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
VerifyRegistryUtil.java :
150 : IJSFConstants.TAG_IDENTIFIER_MESSAGES,
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
VerifyRegistryUtil.java :
150 : IJSFConstants.TAG_IDENTIFIER_MESSAGES,
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
VerifyRegistryUtil.java :
154 : IJSFConstants.TAG_IDENTIFIER_OUTPUTFORMAT,
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
VerifyRegistryUtil.java :
154 : IJSFConstants.TAG_IDENTIFIER_OUTPUTFORMAT,
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
VerifyRegistryUtil.java :
158 : IJSFConstants.TAG_IDENTIFIER_OUTPUTLABEL,
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
VerifyRegistryUtil.java :
158 : IJSFConstants.TAG_IDENTIFIER_OUTPUTLABEL,
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
VerifyRegistryUtil.java :
162 : IJSFConstants.TAG_IDENTIFIER_OUTPUTLINK,
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
VerifyRegistryUtil.java :
162 : IJSFConstants.TAG_IDENTIFIER_OUTPUTLINK,
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
VerifyRegistryUtil.java :
166 : IJSFConstants.TAG_IDENTIFIER_OUTPUTTEXT,
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
VerifyRegistryUtil.java :
166 : IJSFConstants.TAG_IDENTIFIER_OUTPUTTEXT,
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
VerifyRegistryUtil.java :
170 : IJSFConstants.TAG_IDENTIFIER_PANEL_GRID,
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
VerifyRegistryUtil.java :
170 : IJSFConstants.TAG_IDENTIFIER_PANEL_GRID,
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
VerifyRegistryUtil.java :
174 : IJSFConstants.TAG_IDENTIFIER_PANEL_GROUP,
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
VerifyRegistryUtil.java :
174 : IJSFConstants.TAG_IDENTIFIER_PANEL_GROUP,
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
VerifyRegistryUtil.java :
178 : IJSFConstants.TAG_IDENTIFIER_SELECTBOOLEANCHECKBOX,
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
VerifyRegistryUtil.java :
178 : IJSFConstants.TAG_IDENTIFIER_SELECTBOOLEANCHECKBOX,
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
VerifyRegistryUtil.java :
182 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYCHECKBOX,
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
VerifyRegistryUtil.java :
182 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYCHECKBOX,
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
VerifyRegistryUtil.java :
186 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYLISTBOX,
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
VerifyRegistryUtil.java :
186 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYLISTBOX,
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
VerifyRegistryUtil.java :
190 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYMENU,
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
VerifyRegistryUtil.java :
190 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYMENU,
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
VerifyRegistryUtil.java :
194 : IJSFConstants.TAG_IDENTIFIER_SELECTONELISTBOX,
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
VerifyRegistryUtil.java :
194 : IJSFConstants.TAG_IDENTIFIER_SELECTONELISTBOX,
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
VerifyRegistryUtil.java :
198 : IJSFConstants.TAG_IDENTIFIER_SELECTONEMENU,
Discouraged access: The type CMNodeNamedMapAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
15 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.CMNodeNamedMapAdapter;
Discouraged access: The type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
16 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.TLDTagElement;
Discouraged access: The type IAttributeAdvisor.NullAttributeAdvisor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
17 : import org.eclipse.jst.jsf.designtime.internal.view.model.jsp.IAttributeAdvisor.NullAttributeAdvisor;
Discouraged access: The type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
20 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMDocumentFactoryTLD;
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
21 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDDocument;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
22 : import org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDElementDeclaration;
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
31 : private TLDElementDeclaration _sampleTldElementDeclaration;
Discouraged access: The type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
62 : final TLDTagElement tldTagElement = new TLDTagElement(_sampleTldElementDeclaration, new NullAttributeAdvisor());
Discouraged access: The constructor TLDTagElement(TLDElementDeclaration, IAttributeAdvisor) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
62 : final TLDTagElement tldTagElement = new TLDTagElement(_sampleTldElementDeclaration, new NullAttributeAdvisor());
Discouraged access: The type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
62 : final TLDTagElement tldTagElement = new TLDTagElement(_sampleTldElementDeclaration, new NullAttributeAdvisor());
Discouraged access: The constructor IAttributeAdvisor.NullAttributeAdvisor() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
62 : final TLDTagElement tldTagElement = new TLDTagElement(_sampleTldElementDeclaration, new NullAttributeAdvisor());
Discouraged access: The type IAttributeAdvisor.NullAttributeAdvisor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
62 : final TLDTagElement tldTagElement = new TLDTagElement(_sampleTldElementDeclaration, new NullAttributeAdvisor());
Discouraged access: The type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
71 : assertTrue(readObject instanceof TLDTagElement);
Discouraged access: The type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
72 : verifyUseBean((TLDTagElement) readObject);
Discouraged access: The method getAttributeHandlers() from the type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
74 : assertFalse(((TLDTagElement)readObject).getAttributeHandlers() instanceof CMNodeNamedMapAdapter);
Discouraged access: The type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
74 : assertFalse(((TLDTagElement)readObject).getAttributeHandlers() instanceof CMNodeNamedMapAdapter);
Discouraged access: The type CMNodeNamedMapAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
74 : assertFalse(((TLDTagElement)readObject).getAttributeHandlers() instanceof CMNodeNamedMapAdapter);
Discouraged access: The type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
77 : private void verifyUseBean(final TLDTagElement tldTagElement)
Discouraged access: The method getName() from the type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
79 : assertEquals("useBean", tldTagElement.getName());
Discouraged access: The method getUri() from the type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
80 : assertEquals("uri-supplied", tldTagElement.getUri());
Discouraged access: The method getTagHandlerClassName() from the type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
81 : assertEquals("sample.http.taglib.UseBeanTag", tldTagElement.getTagHandlerClassName());
Discouraged access: The method getAttributeHandlers() from the type TLDTagElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core/@dot
TestSerializableTLDTagElement.java :
82 : Map<?, ?> attributeHandlers = tldTagElement.getAttributeHandlers();
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
91 : private static TLDElementDeclaration findElementDeclaration(
Discouraged access: The type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
96 : final CMDocumentFactoryTLD factory = new CMDocumentFactoryTLD();
Discouraged access: The constructor CMDocumentFactoryTLD() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
96 : final CMDocumentFactoryTLD factory = new CMDocumentFactoryTLD();
Discouraged access: The type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
96 : final CMDocumentFactoryTLD factory = new CMDocumentFactoryTLD();
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
97 : final TLDDocument doc = (TLDDocument) factory
Discouraged access: The type TLDDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
97 : final TLDDocument doc = (TLDDocument) factory
Discouraged access: The method createCMDocument(ITaglibRecord) from the type CMDocumentFactoryTLD is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
97 : final TLDDocument doc = (TLDDocument) factory .createCMDocument(tagRecord);
Discouraged access: The type TLDElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsp.core/@dot
TestSerializableTLDTagElement.java :
100 : return (TLDElementDeclaration) doc.getElements().getNamedItem(name);
Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestSerializableTLDTagElement.java :
100 : return (TLDElementDeclaration) doc.getElements().getNamedItem(name);
Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestSerializableTLDTagElement.java :
100 : return (TLDElementDeclaration) doc.getElements().getNamedItem(name);