Compiler Report

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 )

Source File: org/eclipse/jst/jsf/designtime/tests/TestAbstractDataModelVariableFactory.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

3. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/TestDTFacesContext.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/TestDesignTimeApplicationManager.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/TestJSF20ImplicitVariables.java
1. WARNING: UnusedImport

The import org.eclipse.jst.jsf.designtime.symbols.DefaultBuiltInSymbolProvider is never used

TestJSF20ImplicitVariables.java :

25 : import org.eclipse.jst.jsf.designtime.symbols.DefaultBuiltInSymbolProvider;

Source File: org/eclipse/jst/jsf/designtime/tests/TestJSPDefaultSymbolFactory.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

TestJSPDefaultSymbolFactory.java :

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

3. WARNING: DiscouragedReference

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

TestJSPDefaultSymbolFactory.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

4. WARNING: DiscouragedReference

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

TestJSPDefaultSymbolFactory.java :

40 : private IStructuredModel _structuredModel;

5. WARNING: DiscouragedReference

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

TestJSPDefaultSymbolFactory.java :

41 : private IStructuredDocument _structuredDocument;

6. WARNING: DiscouragedReference

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

TestJSPDefaultSymbolFactory.java :

72 : _structuredModel = StructuredModelManager.getModelManager().getModelForRead(_testJSP);

7. WARNING: DiscouragedReference

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

TestJSPDefaultSymbolFactory.java :

73 : _structuredDocument = _structuredModel.getStructuredDocument();

8. WARNING: DiscouragedReference

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

TestJSPDefaultSymbolFactory.java :

81 : _structuredModel.releaseFromRead();

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/TestJSPModelProcessor.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

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

3. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

119 : final IModelManager modelManager = StructuredModelManager.getModelManager();

16. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

121 : IStructuredModel model = null;

17. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

125 : model = modelManager.getModelForRead(_testJSP1);

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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

33. WARNING: DiscouragedReference

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

34. WARNING: DiscouragedReference

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

35. WARNING: DiscouragedReference

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

36. WARNING: DiscouragedReference

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

37. WARNING: DiscouragedReference

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

38. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

164 : model.releaseFromRead();

39. WARNING: DiscouragedReference

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

40. WARNING: DiscouragedReference

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

41. WARNING: DiscouragedReference

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

42. WARNING: DiscouragedReference

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

43. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

189 : final IModelManager modelManager = StructuredModelManager.getModelManager();

44. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

191 : IStructuredModel model = null;

45. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

195 : model = modelManager.getModelForRead(_testJSP1);

46. WARNING: DiscouragedReference

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

47. WARNING: DiscouragedReference

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

48. WARNING: DiscouragedReference

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

49. WARNING: DiscouragedReference

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

50. WARNING: DiscouragedReference

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

51. WARNING: DiscouragedReference

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

52. WARNING: DiscouragedReference

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

53. WARNING: DiscouragedReference

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

54. WARNING: DiscouragedReference

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

55. WARNING: DiscouragedReference

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

56. WARNING: DiscouragedReference

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

57. WARNING: DiscouragedReference

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

58. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

223 : model.releaseFromRead();

59. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

230 : final IModelManager modelManager = StructuredModelManager.getModelManager();

60. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

232 : IStructuredModel model = null;

61. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

236 : model = modelManager.getModelForRead(_testJSP1);

62. WARNING: DiscouragedReference

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

63. WARNING: DiscouragedReference

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

64. WARNING: DiscouragedReference

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

65. WARNING: DiscouragedReference

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

66. WARNING: DiscouragedReference

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

67. WARNING: DiscouragedReference

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

68. WARNING: DiscouragedReference

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

69. WARNING: DiscouragedReference

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

70. WARNING: DiscouragedReference

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

71. WARNING: DiscouragedReference

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

72. WARNING: DiscouragedReference

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

73. WARNING: DiscouragedReference

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

TestJSPModelProcessor.java :

263 : model.releaseFromRead();

74. WARNING: DiscouragedReference

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

75. WARNING: DiscouragedReference

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

76. WARNING: DiscouragedReference

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

77. WARNING: DiscouragedReference

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

78. WARNING: DiscouragedReference

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

79. WARNING: DiscouragedReference

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

80. WARNING: DiscouragedReference

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

81. WARNING: DiscouragedReference

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

82. WARNING: DiscouragedReference

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

83. WARNING: DiscouragedReference

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

84. WARNING: DiscouragedReference

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

85. WARNING: DiscouragedReference

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

86. WARNING: DiscouragedReference

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

87. WARNING: DiscouragedReference

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

88. WARNING: DiscouragedReference

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)

89. WARNING: DiscouragedReference

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

90. WARNING: DiscouragedReference

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

91. WARNING: DiscouragedReference

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)

92. WARNING: DiscouragedReference

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

93. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/TestResourceBundleSymbolSourceProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/TestStartupHandler.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/resources/TestJSFResource.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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,

15. WARNING: DiscouragedReference

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)

16. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/resources/TestJarBasedJSFResource.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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(

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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,

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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,

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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,

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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,

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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,

33. WARNING: DiscouragedReference

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

34. WARNING: DiscouragedReference

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,

35. WARNING: DiscouragedReference

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

36. WARNING: DiscouragedReference

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

37. WARNING: DiscouragedReference

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

38. WARNING: DiscouragedReference

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

39. WARNING: DiscouragedReference

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,

40. WARNING: DiscouragedReference

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

41. WARNING: DiscouragedReference

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,

42. WARNING: DiscouragedReference

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

43. WARNING: DiscouragedReference

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

44. WARNING: DiscouragedReference

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

45. WARNING: DiscouragedReference

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

46. WARNING: DiscouragedReference

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,

47. WARNING: DiscouragedReference

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

48. WARNING: DiscouragedReference

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,

49. WARNING: DiscouragedReference

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

50. WARNING: DiscouragedReference

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

51. WARNING: DiscouragedReference

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

52. WARNING: DiscouragedReference

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,

53. WARNING: DiscouragedReference

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

54. WARNING: DiscouragedReference

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,

Source File: org/eclipse/jst/jsf/designtime/tests/resources/TestJarBasedJSFResourceLocator.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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(

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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,

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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(

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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)

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/resources/TestResourceIdentifierFactory.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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)

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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;

33. WARNING: DiscouragedReference

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;

Source File: org/eclipse/jst/jsf/designtime/tests/resources/TestWorkspaceBasedJSFResource.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/resources/TestWorkspaceBasedResourceLocator.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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;

15. WARNING: DiscouragedReference

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;

16. WARNING: DiscouragedReference

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;

17. WARNING: DiscouragedReference

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;

18. WARNING: DiscouragedReference

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;

19. WARNING: DiscouragedReference

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;

20. WARNING: DiscouragedReference

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;

21. WARNING: DiscouragedReference

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;

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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(

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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;

32. WARNING: DiscouragedReference

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

33. WARNING: DiscouragedReference

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)

34. WARNING: DiscouragedReference

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

35. WARNING: DiscouragedReference

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,

36. WARNING: DiscouragedReference

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)

37. WARNING: DiscouragedReference

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;

38. WARNING: DiscouragedReference

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

39. WARNING: DiscouragedReference

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

40. WARNING: DiscouragedReference

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

41. WARNING: DiscouragedReference

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

42. WARNING: DiscouragedReference

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)

43. WARNING: DiscouragedReference

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

44. WARNING: DiscouragedReference

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

45. WARNING: DiscouragedReference

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

46. WARNING: DiscouragedReference

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

47. WARNING: DiscouragedReference

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,

48. WARNING: DiscouragedReference

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

49. WARNING: DiscouragedReference

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

50. WARNING: DiscouragedReference

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

51. WARNING: DiscouragedReference

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

52. WARNING: DiscouragedReference

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

53. WARNING: DiscouragedReference

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

54. WARNING: DiscouragedReference

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

55. WARNING: DiscouragedReference

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

56. WARNING: DiscouragedReference

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,

57. WARNING: DiscouragedReference

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

58. WARNING: DiscouragedReference

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

59. WARNING: DiscouragedReference

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

60. WARNING: DiscouragedReference

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

61. WARNING: DiscouragedReference

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

62. WARNING: DiscouragedReference

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

63. WARNING: DiscouragedReference

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

64. WARNING: DiscouragedReference

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

65. WARNING: DiscouragedReference

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

66. WARNING: DiscouragedReference

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

67. WARNING: DiscouragedReference

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

68. WARNING: DiscouragedReference

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

69. WARNING: DiscouragedReference

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

70. WARNING: DiscouragedReference

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

71. WARNING: DiscouragedReference

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

72. WARNING: DiscouragedReference

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

73. WARNING: DiscouragedReference

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

74. WARNING: DiscouragedReference

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

75. WARNING: DiscouragedReference

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

76. WARNING: DiscouragedReference

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

77. WARNING: DiscouragedReference

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

78. WARNING: DiscouragedReference

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

79. WARNING: DiscouragedReference

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

80. WARNING: DiscouragedReference

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

81. WARNING: DiscouragedReference

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

82. WARNING: DiscouragedReference

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

83. WARNING: DiscouragedReference

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

84. WARNING: DiscouragedReference

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

85. WARNING: DiscouragedReference

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

86. WARNING: DiscouragedReference

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

87. WARNING: DiscouragedReference

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

88. WARNING: DiscouragedReference

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

89. WARNING: DiscouragedReference

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

90. WARNING: DiscouragedReference

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

91. WARNING: DiscouragedReference

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)

92. WARNING: DiscouragedReference

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

93. WARNING: DiscouragedReference

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

94. WARNING: DiscouragedReference

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

95. WARNING: DiscouragedReference

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

96. WARNING: DiscouragedReference

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

97. WARNING: DiscouragedReference

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

98. WARNING: DiscouragedReference

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

99. WARNING: DiscouragedReference

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

100. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/views/TestJSPViewDefnAdapter.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

31 : import org.eclipse.jst.jsp.core.internal.regions.DOMJSPRegionContexts;

6. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

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

7. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

8. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

47 : private IStructuredModel _structuredModel;

9. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

121 : StructuredModelManager.getModelManager().getModelForRead( _jspFile);

10. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

131 : _structuredModel.releaseFromRead();

11. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

136 : final IStructuredDocument sdoc =

12. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

137 : _structuredModel.getStructuredDocument();

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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 =

16. WARNING: DiscouragedReference

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(

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

165 : final IStructuredDocument sdoc = _structuredModel.getStructuredDocument();

20. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

165 : final IStructuredDocument sdoc = _structuredModel.getStructuredDocument();

21. WARNING: DiscouragedReference

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,

22. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

175 : final IStructuredDocument sdoc, final ELData elData)

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

206 : IStructuredDocumentContext getContext(IStructuredDocument sdoc)

28. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

215 : String getELText(IStructuredDocument sdoc)

29. WARNING: DiscouragedReference

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 =

30. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

221 : assertEquals(DOMJSPRegionContexts.JSP_VBL_CONTENT, resolver

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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

33. WARNING: DiscouragedReference

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

34. WARNING: DiscouragedReference

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

TestJSPViewDefnAdapter.java :

226 : void assertELText(IStructuredDocument sdoc)

Source File: org/eclipse/jst/jsf/designtime/tests/views/model/jsp/BaseStrategyTestClass.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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)

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/views/model/jsp/BaseTestClass.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/views/model/jsp/TestDefaultJSPTagResolver.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/views/model/jsp/TestTLDNamespace.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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 =

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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 =

20. WARNING: DiscouragedReference

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 =

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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(

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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

33. WARNING: DiscouragedReference

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

34. WARNING: DiscouragedReference

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

35. WARNING: DiscouragedReference

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

36. WARNING: DiscouragedReference

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

37. WARNING: DiscouragedReference

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

38. WARNING: DiscouragedReference

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

39. WARNING: DiscouragedReference

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

40. WARNING: DiscouragedReference

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

41. WARNING: DiscouragedReference

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

42. WARNING: DiscouragedReference

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

43. WARNING: DiscouragedReference

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

44. WARNING: DiscouragedReference

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

45. WARNING: DiscouragedReference

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

46. WARNING: DiscouragedReference

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

47. WARNING: DiscouragedReference

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

48. WARNING: DiscouragedReference

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

49. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/views/model/jsp/TestTLDTagRegistry.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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)

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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)

33. WARNING: DiscouragedReference

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)

Source File: org/eclipse/jst/jsf/designtime/tests/views/model/jsp/TestTagAnalyzer.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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;

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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(

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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)

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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

33. WARNING: DiscouragedReference

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

34. WARNING: DiscouragedReference

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

35. WARNING: DiscouragedReference

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(

36. WARNING: DiscouragedReference

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

37. WARNING: DiscouragedReference

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

38. WARNING: DiscouragedReference

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)

39. WARNING: DiscouragedReference

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

40. WARNING: DiscouragedReference

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

41. WARNING: DiscouragedReference

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

42. WARNING: DiscouragedReference

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

43. WARNING: DiscouragedReference

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

44. WARNING: DiscouragedReference

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

45. WARNING: DiscouragedReference

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

46. WARNING: DiscouragedReference

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

47. WARNING: DiscouragedReference

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

48. WARNING: DiscouragedReference

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

49. WARNING: DiscouragedReference

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

50. WARNING: DiscouragedReference

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

51. WARNING: DiscouragedReference

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

52. WARNING: DiscouragedReference

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

53. WARNING: DiscouragedReference

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

54. WARNING: DiscouragedReference

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

55. WARNING: DiscouragedReference

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

56. WARNING: DiscouragedReference

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(

57. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/views/model/jsp/TestTagIntrospectingStrategy.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

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

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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)

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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;

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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

33. WARNING: DiscouragedReference

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

34. WARNING: DiscouragedReference

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

35. WARNING: DiscouragedReference

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)

36. WARNING: DiscouragedReference

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;

37. WARNING: DiscouragedReference

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;

38. WARNING: DiscouragedReference

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;

39. WARNING: DiscouragedReference

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;

40. WARNING: DiscouragedReference

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;

41. WARNING: DiscouragedReference

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;

42. WARNING: DiscouragedReference

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;

43. WARNING: DiscouragedReference

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;

44. WARNING: DiscouragedReference

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;

45. WARNING: DiscouragedReference

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;

46. WARNING: DiscouragedReference

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;

47. WARNING: DiscouragedReference

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;

48. WARNING: DiscouragedReference

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;

49. WARNING: DiscouragedReference

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;

50. WARNING: DiscouragedReference

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;

51. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

179 : IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME,

52. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

179 : IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME,

53. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

183 : IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER,

54. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

183 : IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER,

55. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

191 : IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE,

56. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

191 : IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE,

57. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

194 : IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH,

58. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

194 : IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH,

59. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

197 : IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE,

60. WARNING: DiscouragedReference

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

TestTagIntrospectingStrategy.java :

197 : IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE,

Source File: org/eclipse/jst/jsf/designtime/tests/views/model/jsp/TestUtil.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

TestUtil.java :

28 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

7. WARNING: DiscouragedReference

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

TestUtil.java :

29 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

8. WARNING: DiscouragedReference

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)

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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,

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

TestUtil.java :

51 : final CMNode cmNode = doc.getElements().getNamedItem(name);

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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;

22. WARNING: DiscouragedReference

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)

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

TestUtil.java :

60 : final CMNamedNodeMap nodes = doc.getElements();

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

TestUtil.java :

65 : final CMNode cmNode = (CMNode) it.next();

30. WARNING: DiscouragedReference

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

TestUtil.java :

65 : final CMNode cmNode = (CMNode) it.next();

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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

33. WARNING: DiscouragedReference

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)

34. WARNING: DiscouragedReference

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)

35. WARNING: DiscouragedReference

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

36. WARNING: DiscouragedReference

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

37. WARNING: DiscouragedReference

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)

38. WARNING: DiscouragedReference

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

39. WARNING: DiscouragedReference

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(

40. WARNING: DiscouragedReference

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,

41. WARNING: DiscouragedReference

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)

42. WARNING: DiscouragedReference

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)

43. WARNING: DiscouragedReference

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 =

44. WARNING: DiscouragedReference

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

45. WARNING: DiscouragedReference

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)

46. WARNING: DiscouragedReference

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

47. WARNING: DiscouragedReference

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

48. WARNING: DiscouragedReference

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

49. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/jsf/designtime/tests/views/model/jsp/VerifyRegistryUtil.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

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

10. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

37 : IJSFConstants.TAG_IDENTIFIER_ACTIONLISTENER);

11. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

37 : IJSFConstants.TAG_IDENTIFIER_ACTIONLISTENER);

12. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

40 : IJSFConstants.TAG_IDENTIFIER_ATTRIBUTE);

13. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

40 : IJSFConstants.TAG_IDENTIFIER_ATTRIBUTE);

14. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

43 : IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME,

15. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

43 : IJSFConstants.TAG_IDENTIFIER_CONVERTDATETIME,

16. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

47 : IJSFConstants.TAG_IDENTIFIER_CONVERTER, ConverterTypeInfo.UNKNOWN);

17. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

47 : IJSFConstants.TAG_IDENTIFIER_CONVERTER, ConverterTypeInfo.UNKNOWN);

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

50 : IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER,

21. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

50 : IJSFConstants.TAG_IDENTIFIER_CONVERTNUMBER,

22. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

54 : IJSFConstants.TAG_IDENTIFIER_FACET);

23. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

54 : IJSFConstants.TAG_IDENTIFIER_FACET);

24. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

57 : IJSFConstants.TAG_IDENTIFIER_LOADBUNDLE);

25. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

57 : IJSFConstants.TAG_IDENTIFIER_LOADBUNDLE);

26. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

60 : IJSFConstants.TAG_IDENTIFIER_PARAM, RuntimeTestUtil.COMPINFO_PARAM);

27. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

60 : IJSFConstants.TAG_IDENTIFIER_PARAM, RuntimeTestUtil.COMPINFO_PARAM);

28. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

63 : IJSFConstants.TAG_IDENTIFIER_PHASELISTENER);

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

66 : IJSFConstants.TAG_IDENTIFIER_SELECTITEM,

31. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

66 : IJSFConstants.TAG_IDENTIFIER_SELECTITEM,

32. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

70 : IJSFConstants.TAG_IDENTIFIER_SELECTITEMS,

33. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

70 : IJSFConstants.TAG_IDENTIFIER_SELECTITEMS,

34. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

74 : IJSFConstants.TAG_IDENTIFIER_SETPROPERTYACTIONLISTENER);

35. WARNING: DiscouragedReference

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

36. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

77 : IJSFConstants.TAG_IDENTIFIER_SUBVIEW,

37. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

77 : IJSFConstants.TAG_IDENTIFIER_SUBVIEW,

38. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

81 : IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE,

39. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

81 : IJSFConstants.TAG_IDENTIFIER_VALIDATEDOUBLERANGE,

40. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

85 : IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH,

41. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

85 : IJSFConstants.TAG_IDENTIFIER_VALIDATELENGTH,

42. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

89 : IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE,

43. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

89 : IJSFConstants.TAG_IDENTIFIER_VALIDATELONGRANGE,

44. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

93 : IJSFConstants.TAG_IDENTIFIER_VALIDATOR, ValidatorTypeInfo.UNKNOWN);

45. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

93 : IJSFConstants.TAG_IDENTIFIER_VALIDATOR, ValidatorTypeInfo.UNKNOWN);

46. WARNING: DiscouragedReference

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

47. WARNING: DiscouragedReference

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

48. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

96 : IJSFConstants.TAG_IDENTIFIER_VALUECHANGELISTENER);

49. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

96 : IJSFConstants.TAG_IDENTIFIER_VALUECHANGELISTENER);

50. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

99 : IJSFConstants.TAG_IDENTIFIER_VERBATIM,

51. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

99 : IJSFConstants.TAG_IDENTIFIER_VERBATIM,

52. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

103 : IJSFConstants.TAG_IDENTIFIER_VIEW, RuntimeTestUtil.COMPINFO_VIEW);

53. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

103 : IJSFConstants.TAG_IDENTIFIER_VIEW, RuntimeTestUtil.COMPINFO_VIEW);

54. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

107 : IJSFConstants.TAG_IDENTIFIER_COLUMN,

55. WARNING: DiscouragedReference

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,

56. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

111 : IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

57. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

111 : IJSFConstants.TAG_IDENTIFIER_COMMANDBUTTON,

58. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

115 : IJSFConstants.TAG_IDENTIFIER_COMMANDLINK,

59. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

115 : IJSFConstants.TAG_IDENTIFIER_COMMANDLINK,

60. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

119 : IJSFConstants.TAG_IDENTIFIER_DATA_TABLE,

61. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

119 : IJSFConstants.TAG_IDENTIFIER_DATA_TABLE,

62. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

123 : IJSFConstants.TAG_IDENTIFIER_FORM, RuntimeTestUtil.COMPINFO_FORM);

63. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

123 : IJSFConstants.TAG_IDENTIFIER_FORM, RuntimeTestUtil.COMPINFO_FORM);

64. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

126 : IJSFConstants.TAG_IDENTIFIER_GRAPHICIMAGE,

65. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

126 : IJSFConstants.TAG_IDENTIFIER_GRAPHICIMAGE,

66. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

130 : IJSFConstants.TAG_IDENTIFIER_INPUTHIDDEN,

67. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

130 : IJSFConstants.TAG_IDENTIFIER_INPUTHIDDEN,

68. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

134 : IJSFConstants.TAG_IDENTIFIER_INPUTSECRET,

69. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

134 : IJSFConstants.TAG_IDENTIFIER_INPUTSECRET,

70. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

138 : IJSFConstants.TAG_IDENTIFIER_INPUTTEXT,

71. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

138 : IJSFConstants.TAG_IDENTIFIER_INPUTTEXT,

72. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

142 : IJSFConstants.TAG_IDENTIFIER_INPUTTEXTAREA,

73. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

142 : IJSFConstants.TAG_IDENTIFIER_INPUTTEXTAREA,

74. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

146 : IJSFConstants.TAG_IDENTIFIER_MESSAGE,

75. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

146 : IJSFConstants.TAG_IDENTIFIER_MESSAGE,

76. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

150 : IJSFConstants.TAG_IDENTIFIER_MESSAGES,

77. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

150 : IJSFConstants.TAG_IDENTIFIER_MESSAGES,

78. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

154 : IJSFConstants.TAG_IDENTIFIER_OUTPUTFORMAT,

79. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

154 : IJSFConstants.TAG_IDENTIFIER_OUTPUTFORMAT,

80. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

158 : IJSFConstants.TAG_IDENTIFIER_OUTPUTLABEL,

81. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

158 : IJSFConstants.TAG_IDENTIFIER_OUTPUTLABEL,

82. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

162 : IJSFConstants.TAG_IDENTIFIER_OUTPUTLINK,

83. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

162 : IJSFConstants.TAG_IDENTIFIER_OUTPUTLINK,

84. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

166 : IJSFConstants.TAG_IDENTIFIER_OUTPUTTEXT,

85. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

166 : IJSFConstants.TAG_IDENTIFIER_OUTPUTTEXT,

86. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

170 : IJSFConstants.TAG_IDENTIFIER_PANEL_GRID,

87. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

170 : IJSFConstants.TAG_IDENTIFIER_PANEL_GRID,

88. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

174 : IJSFConstants.TAG_IDENTIFIER_PANEL_GROUP,

89. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

174 : IJSFConstants.TAG_IDENTIFIER_PANEL_GROUP,

90. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

178 : IJSFConstants.TAG_IDENTIFIER_SELECTBOOLEANCHECKBOX,

91. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

178 : IJSFConstants.TAG_IDENTIFIER_SELECTBOOLEANCHECKBOX,

92. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

182 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYCHECKBOX,

93. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

182 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYCHECKBOX,

94. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

186 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYLISTBOX,

95. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

186 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYLISTBOX,

96. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

190 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYMENU,

97. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

190 : IJSFConstants.TAG_IDENTIFIER_SELECTMANYMENU,

98. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

194 : IJSFConstants.TAG_IDENTIFIER_SELECTONELISTBOX,

99. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

194 : IJSFConstants.TAG_IDENTIFIER_SELECTONELISTBOX,

100. WARNING: DiscouragedReference

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

VerifyRegistryUtil.java :

198 : IJSFConstants.TAG_IDENTIFIER_SELECTONEMENU,

Source File: org/eclipse/jst/jsf/designtime/tests/views/persistence/TestSerializableTLDTagElement.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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)

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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(

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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