Compiler Report

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

Number of source files: 95 Number of classfiles: 110

Problems: 347 (Errors: 0 Warnings: 347 )

Source File: org/eclipse/jst/jsf/common/metadata/tests/AbstractBaseMetaDataTestCase.java
1. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

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

2. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

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

AbstractBaseMetaDataTestCase.java :

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

4. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

91 : final IModelManager modelManager = StructuredModelManager

5. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

94 : IStructuredModel model = null;

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

AbstractBaseMetaDataTestCase.java :

96 : model = modelManager.getModelForRead(jspFile);

7. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

97 : assertTrue(model instanceof DOMModelForJSP);

8. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

100 : model.getStructuredDocument(), offset);

Source File: org/eclipse/jst/jsf/common/metadata/tests/MissingMDExtensionModelTests.java
1. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

19 : import org.eclipse.jst.jsf.common.JSFCommonPlugin;

2. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

53 : JSFCommonPlugin.getPlugin().getLog().addLogListener(logListener);

3. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type JSFCommonPlugin is 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

MissingMDExtensionModelTests.java :

53 : JSFCommonPlugin.getPlugin().getLog().addLogListener(logListener);

4. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

57 : if (JSFCommonPlugin.getPlugin().isDebugging() &&

5. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type JSFCommonPlugin is 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

MissingMDExtensionModelTests.java :

57 : if (JSFCommonPlugin.getPlugin().isDebugging() &&

6. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

58 : Boolean.valueOf(Platform.getDebugOption(JSFCommonPlugin.PLUGIN_ID+"/debug/metadataload")).booleanValue()){

7. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type JSFCommonPlugin is 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

MissingMDExtensionModelTests.java :

58 : Boolean.valueOf(Platform.getDebugOption(JSFCommonPlugin.PLUGIN_ID+"/debug/metadataload")).booleanValue()){

8. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

63 : JSFCommonPlugin.getPlugin().getLog().removeLogListener(logListener);

9. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type JSFCommonPlugin is 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

MissingMDExtensionModelTests.java :

63 : JSFCommonPlugin.getPlugin().getLog().removeLogListener(logListener);

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/AbstractBaseMetaDataTestCase.java
1. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

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

2. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

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

AbstractBaseMetaDataTestCase.java :

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

4. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

101 : final IModelManager modelManager = StructuredModelManager

5. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

104 : IStructuredModel model = null;

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

AbstractBaseMetaDataTestCase.java :

106 : model = modelManager.getModelForRead(jspFile);

7. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

107 : assertTrue(model instanceof DOMModelForJSP);

8. WARNING: DiscouragedReference

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

AbstractBaseMetaDataTestCase.java :

110 : model.getStructuredDocument(), offset);

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/EntityImplTests.java
1. WARNING: DiscouragedReference

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

EntityImplTests.java :

19 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

2. WARNING: DiscouragedReference

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

EntityImplTests.java :

29 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

3. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

EntityImplTests.java :

30 : model = query.findTagLibraryModel(baseTestUri);

4. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

EntityImplTests.java :

32 : entity = query.findTagEntity(model, "loaded");

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/FakeDomainQueryFactory.java
1. WARNING: UnusedPrivateMethod

The method findEntities(IEntityPredicateMatcher) from the type new AbstractMetaDataQuery(){} is never used locally

FakeDomainQueryFactory.java :

24 : public IResultSet<Entity> findEntities( IEntityPredicateMatcher entityMatcher) {

2. WARNING: UnusedPrivateMethod

The method findTraits(IEntityPredicateMatcher, ITraitPredicateMatcher) from the type new AbstractMetaDataQuery(){} is never used locally

FakeDomainQueryFactory.java :

30 : public IResultSet<Trait> findTraits( IEntityPredicateMatcher entityMatcher, ITraitPredicateMatcher traitMatcher)

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/IncludeEntityGroupImplTests.java
1. WARNING: DiscouragedReference

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

IncludeEntityGroupImplTests.java :

19 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

2. WARNING: DiscouragedReference

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

IncludeEntityGroupImplTests.java :

28 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

3. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

IncludeEntityGroupImplTests.java :

29 : Model model = query.findTagLibraryModel(baseTestUri);

4. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

IncludeEntityGroupImplTests.java :

31 : Entity entity = query.findTagEntity(model, "loaded");

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/MergeTests.java
1. WARNING: DiscouragedReference

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

MergeTests.java :

20 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

2. WARNING: DiscouragedReference

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

MergeTests.java :

31 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

3. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

32 : Model model = query.findTagLibraryModel(uri);

4. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

44 : Entity A_Entity = query.findTagEntity(model, "A");

5. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

46 : Trait t = query.findTrait(A_Entity, "T1");

6. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

49 : t = query.findTrait(A_Entity, "T2");

7. WARNING: DiscouragedReference

Discouraged access: The method findTagAttributeEntity(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

55 : Entity a_Entity = query.findTagAttributeEntity(A_Entity, "a");

8. WARNING: DiscouragedReference

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

MergeTests.java :

73 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

9. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

74 : Model model = query.findTagLibraryModel(uri);

10. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

82 : Trait trait = query.findTrait(model, "Dupe");

11. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

88 : Entity entity = query.findTagEntity(model, "A");

12. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

90 : entity = query.findTagEntity(model, "B");

13. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

94 : entity = query.findTagEntity(model, "Dupe");

14. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

97 : trait = query.findTrait(entity, "A1");

15. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

100 : trait = query.findTrait(entity, "B1");

16. WARNING: DiscouragedReference

Discouraged access: The method findTagAttributeEntity(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

105 : Entity secondEntity = query.findTagAttributeEntity(entity, "a");

17. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

108 : trait = query.findTrait(secondEntity, "A1");

18. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

113 : entity = query.findTagEntity(model, "DupeWithInclude");

19. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

116 : trait = query.findTrait(entity, "A1");

20. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

119 : trait = query.findTrait(entity, "B");

21. WARNING: DiscouragedReference

Discouraged access: The method findTagAttributeEntity(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

125 : secondEntity = query.findTagAttributeEntity(entity, "a");

22. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

129 : trait = query.findTrait(entity, "A1");

23. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

132 : trait = query.findTrait(entity, "A1");

24. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

136 : entity = query.findTagEntity(model, "DupeWithInclude2");

25. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

139 : trait = query.findTrait(entity, "A1");

26. WARNING: DiscouragedReference

Discouraged access: The method findTagAttributeEntity(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

144 : secondEntity = query.findTagAttributeEntity(entity, "a");

27. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

147 : trait = query.findTrait(entity, "A1");

28. WARNING: DiscouragedReference

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

MergeTests.java :

161 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

29. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

162 : Model model = query.findTagLibraryModel(uri);

30. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

170 : Trait trait = query.findTrait(model, "A1");

31. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

176 : Entity entity = query.findTagEntity(model, "a");

32. WARNING: DiscouragedReference

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

MergeTests.java :

187 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

33. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

188 : Model model = query.findTagLibraryModel(uri);

34. WARNING: DiscouragedReference

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

MergeTests.java :

200 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

35. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

MergeTests.java :

201 : Model model = query.findTagLibraryModel(uri);

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/MetaDataQueryFactoryTests.java
1. WARNING: DiscouragedReference

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

MetaDataQueryFactoryTests.java :

22 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

2. WARNING: DiscouragedReference

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

MetaDataQueryFactoryTests.java :

65 : assertTrue(q instanceof ITaglibDomainMetaDataQuery);

3. WARNING: DiscouragedReference

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

MetaDataQueryFactoryTests.java :

68 : final ITaglibDomainMetaDataQuery q2 = MetaDataQueryFactory.getInstance().createQuery(context);

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/MissingMDExtensionModelTests.java
1. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

19 : import org.eclipse.jst.jsf.common.JSFCommonPlugin;

2. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

27 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

3. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

44 : private ITaglibDomainMetaDataQuery _query;

4. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

55 : JSFCommonPlugin.getPlugin().getLog().addLogListener(logListener);

5. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type JSFCommonPlugin is 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

MissingMDExtensionModelTests.java :

55 : JSFCommonPlugin.getPlugin().getLog().addLogListener(logListener);

6. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

MissingMDExtensionModelTests.java :

58 : model = _query.findTagLibraryModel(uri);

7. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

60 : if (JSFCommonPlugin.getPlugin().isDebugging() &&

8. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type JSFCommonPlugin is 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

MissingMDExtensionModelTests.java :

60 : if (JSFCommonPlugin.getPlugin().isDebugging() &&

9. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

61 : Boolean.valueOf(Platform.getDebugOption(JSFCommonPlugin.PLUGIN_ID+"/debug/metadataload")).booleanValue()){

10. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type JSFCommonPlugin is 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

MissingMDExtensionModelTests.java :

61 : Boolean.valueOf(Platform.getDebugOption(JSFCommonPlugin.PLUGIN_ID+"/debug/metadataload")).booleanValue()){

11. WARNING: DiscouragedReference

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

MissingMDExtensionModelTests.java :

66 : JSFCommonPlugin.getPlugin().getLog().removeLogListener(logListener);

12. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type JSFCommonPlugin is 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

MissingMDExtensionModelTests.java :

66 : JSFCommonPlugin.getPlugin().getLog().removeLogListener(logListener);

13. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MissingMDExtensionModelTests.java :

73 : trait = _query.findTrait(entity, "attribute-value-runtime-type");

14. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MissingMDExtensionModelTests.java :

78 : trait = _query.findTrait(entity, "bogusTrait");

15. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MissingMDExtensionModelTests.java :

84 : trait = _query.findTrait(entity, "reallybogusTrait");

16. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MissingMDExtensionModelTests.java :

90 : trait = _query.findTrait(entity, "valid-values");

17. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MissingMDExtensionModelTests.java :

97 : trait = _query.findTrait(entity, "attribute-value-runtime-type");

18. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

MissingMDExtensionModelTests.java :

102 : trait = _query.findTrait(entity, "bogusTrait");

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/ModelImplTests.java
1. WARNING: DiscouragedReference

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

ModelImplTests.java :

18 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

2. WARNING: DiscouragedReference

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

ModelImplTests.java :

28 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

3. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

ModelImplTests.java :

29 : model = query.findTagLibraryModel(baseTestUri);

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/ModelProviderAdapterTests.java
1. WARNING: DiscouragedReference

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

ModelProviderAdapterTests.java :

28 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

2. WARNING: DiscouragedReference

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

ModelProviderAdapterTests.java :

42 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

3. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

ModelProviderAdapterTests.java :

43 : Model model = query.findTagLibraryModel(JSF_HTML_URI);

4. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

ModelProviderAdapterTests.java :

46 : _trait = query.findTrait(model, "display-label");

5. WARNING: DiscouragedReference

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

ModelProviderAdapterTests.java :

79 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

6. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

ModelProviderAdapterTests.java :

80 : Model model = query.findTagLibraryModel("RootOfPluginTest");

7. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

ModelProviderAdapterTests.java :

82 : _trait = query.findTrait(model, "T1");

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/TaglibMetaDataQueryTests.java
1. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

25 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainEntityPredicateMatcher;

2. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

26 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

3. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

27 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainPredicateMatcherFactory;

4. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

33 : private ITaglibDomainMetaDataQuery _query;

5. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

45 : Model model = _query.findTagLibraryModel(baseTestUri);

6. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

49 : Model model2 = _query.findTagLibraryModel(baseTestUri);

7. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

53 : Model model3 = _query.findTagLibraryModel("http://org.eclipse.jsf/test2");

8. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

60 : Model tagLib = _query.findTagLibraryModel(baseTestUri);

9. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

62 : Entity tag = _query.findTagEntity(tagLib, "loaded");

10. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

69 : Model tagLib = _query.findTagLibraryModel(baseTestUri);

11. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

71 : Entity tag = _query.findTagEntity(tagLib, "loaded");

12. WARNING: DiscouragedReference

Discouraged access: The method findTagAttributeEntity(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

73 : Entity attr = _query.findTagAttributeEntity(tag, "att2");

13. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

80 : Model tagLib = _query.findTagLibraryModel(baseTestUri);

14. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

82 : Trait trait = _query.findTrait(tagLib, "model-trait");

15. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

108 : ITaglibDomainPredicateMatcherFactory matcherFactory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

16. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

109 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagLibraryModelMatcher(baseTestUri);

17. WARNING: DiscouragedReference

Discouraged access: The method createTagLibraryModelMatcher(String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

109 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagLibraryModelMatcher(baseTestUri);

18. WARNING: DiscouragedReference

Discouraged access: The method findEntities(ITaglibDomainEntityPredicateMatcher) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

111 : IResultSet<Entity> models = _query.findEntities(matcher);

19. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

121 : ITaglibDomainPredicateMatcherFactory matcherFactory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

20. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

122 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagEntityMatcher(baseTestUri, "NLS");

21. WARNING: DiscouragedReference

Discouraged access: The method createTagEntityMatcher(String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

122 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagEntityMatcher(baseTestUri, "NLS");

22. WARNING: DiscouragedReference

Discouraged access: The method findEntities(ITaglibDomainEntityPredicateMatcher) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

124 : IResultSet<Entity> entities = _query.findEntities(matcher);

23. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

134 : ITaglibDomainPredicateMatcherFactory matcherFactory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

24. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

135 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagEntityMatcher(baseTestUri, "loaded");

25. WARNING: DiscouragedReference

Discouraged access: The method createTagEntityMatcher(String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

135 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagEntityMatcher(baseTestUri, "loaded");

26. WARNING: DiscouragedReference

Discouraged access: The method findEntities(ITaglibDomainEntityPredicateMatcher) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

137 : IResultSet<Entity> tagEntities = _query.findEntities(matcher);

27. WARNING: DiscouragedReference

Discouraged access: The method createTagEntityMatcher(String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

144 : matcher = matcherFactory.createTagEntityMatcher(baseTestUri, ".*");

28. WARNING: DiscouragedReference

Discouraged access: The method findEntities(ITaglibDomainEntityPredicateMatcher) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

146 : IResultSet<Entity> tagEntities = _query.findEntities(matcher);

29. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

156 : ITaglibDomainPredicateMatcherFactory matcherFactory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

30. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

157 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "loaded", "att2");

31. WARNING: DiscouragedReference

Discouraged access: The method createTagAttributeEntityMatcher(String, String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

157 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "loaded", "att2");

32. WARNING: DiscouragedReference

Discouraged access: The method findEntities(ITaglibDomainEntityPredicateMatcher) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

159 : IResultSet<Entity> tagAttrEntities = _query.findEntities(matcher);

33. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

169 : ITaglibDomainPredicateMatcherFactory matcherFactory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

34. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

170 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "loaded", ".*");

35. WARNING: DiscouragedReference

Discouraged access: The method createTagAttributeEntityMatcher(String, String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

170 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "loaded", ".*");

36. WARNING: DiscouragedReference

Discouraged access: The method findEntities(ITaglibDomainEntityPredicateMatcher) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

172 : IResultSet<Entity> tagAttrEntities = _query.findEntities(matcher);

37. WARNING: DiscouragedReference

Discouraged access: The method createTagAttributeEntityMatcher(String, String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

179 : matcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "NLS", ".*");

38. WARNING: DiscouragedReference

Discouraged access: The method findEntities(ITaglibDomainEntityPredicateMatcher) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

181 : IResultSet<Entity> tagAttrEntities = _query.findEntities(matcher);

39. WARNING: DiscouragedReference

Discouraged access: The method createTagAttributeEntityMatcher(String, String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

188 : matcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, ".*", "att*");

40. WARNING: DiscouragedReference

Discouraged access: The method findEntities(ITaglibDomainEntityPredicateMatcher) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

190 : IResultSet<Entity> tagAttrEntities = _query.findEntities(matcher);

41. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

200 : ITaglibDomainPredicateMatcherFactory matcherFactory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

42. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

201 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "loaded", ".*");

43. WARNING: DiscouragedReference

Discouraged access: The method createTagAttributeEntityMatcher(String, String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

201 : ITaglibDomainEntityPredicateMatcher matcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "loaded", ".*");

44. WARNING: DiscouragedReference

Discouraged access: The method findEntity(ITaglibDomainEntityPredicateMatcher) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

202 : Entity tagAttrEntity = _query.findEntity(matcher);

45. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

208 : ITaglibDomainPredicateMatcherFactory matcherFactory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

46. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

209 : ITaglibDomainEntityPredicateMatcher entityMatcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "loaded", "att2");

47. WARNING: DiscouragedReference

Discouraged access: The method createTagAttributeEntityMatcher(String, String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

209 : ITaglibDomainEntityPredicateMatcher entityMatcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "loaded", "att2");

48. WARNING: DiscouragedReference

Discouraged access: The method createTraitMatcher(String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

210 : IPredicateMatcher<Trait> traitMatcher = matcherFactory.createTraitMatcher("A2");

49. WARNING: DiscouragedReference

Discouraged access: The method findTraits(ITaglibDomainEntityPredicateMatcher, IPredicateMatcher<Trait>) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

212 : IResultSet<Trait> traits = _query.findTraits(entityMatcher, traitMatcher);

50. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

223 : ITaglibDomainPredicateMatcherFactory matcherFactory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

51. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

224 : ITaglibDomainEntityPredicateMatcher entityMatcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "loaded", "att2");

52. WARNING: DiscouragedReference

Discouraged access: The method createTagAttributeEntityMatcher(String, String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

224 : ITaglibDomainEntityPredicateMatcher entityMatcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, "loaded", "att2");

53. WARNING: DiscouragedReference

Discouraged access: The method createTraitMatcher(String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

227 : IPredicateMatcher<Trait> traitMatcher = matcherFactory.createTraitMatcher("^[AB]2");

54. WARNING: DiscouragedReference

Discouraged access: The method findTraits(ITaglibDomainEntityPredicateMatcher, IPredicateMatcher<Trait>) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

229 : IResultSet<Trait> traits = _query.findTraits(entityMatcher, traitMatcher);

55. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

239 : ITaglibDomainPredicateMatcherFactory matcherFactory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

56. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

240 : ITaglibDomainEntityPredicateMatcher entityMatcher = matcherFactory.createTagEntityMatcher(baseTestUri, ".*");

57. WARNING: DiscouragedReference

Discouraged access: The method createTagEntityMatcher(String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

240 : ITaglibDomainEntityPredicateMatcher entityMatcher = matcherFactory.createTagEntityMatcher(baseTestUri, ".*");

58. WARNING: DiscouragedReference

Discouraged access: The method createTraitMatcher(String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

242 : IPredicateMatcher<Trait> traitMatcher = matcherFactory.createTraitMatcher("^A.*");

59. WARNING: DiscouragedReference

Discouraged access: The method findTraits(ITaglibDomainEntityPredicateMatcher, IPredicateMatcher<Trait>) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

244 : IResultSet<Trait> traits = _query.findTraits(entityMatcher, traitMatcher);

60. WARNING: DiscouragedReference

Discouraged access: The method createTagAttributeEntityMatcher(String, String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

252 : entityMatcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, ".*", ".*");

61. WARNING: DiscouragedReference

Discouraged access: The method createTraitMatcher(String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

253 : traitMatcher = matcherFactory.createTraitMatcher("^[aA].*");

62. WARNING: DiscouragedReference

Discouraged access: The method findTraits(ITaglibDomainEntityPredicateMatcher, IPredicateMatcher<Trait>) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

255 : IResultSet<Trait> traits = _query.findTraits(entityMatcher, traitMatcher);

63. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

265 : ITaglibDomainPredicateMatcherFactory matcherFactory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

64. WARNING: DiscouragedReference

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

TaglibMetaDataQueryTests.java :

266 : ITaglibDomainEntityPredicateMatcher entityMatcher = matcherFactory.createTagEntityMatcher(baseTestUri, ".*");

65. WARNING: DiscouragedReference

Discouraged access: The method createTagEntityMatcher(String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

266 : ITaglibDomainEntityPredicateMatcher entityMatcher = matcherFactory.createTagEntityMatcher(baseTestUri, ".*");

66. WARNING: DiscouragedReference

Discouraged access: The method createTraitMatcher(String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

268 : IPredicateMatcher<Trait> traitMatcher = matcherFactory.createTraitMatcher("^A.*");

67. WARNING: DiscouragedReference

Discouraged access: The method findTrait(ITaglibDomainEntityPredicateMatcher, IPredicateMatcher<Trait>) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

269 : Trait trait = _query.findTrait(entityMatcher, traitMatcher);

68. WARNING: DiscouragedReference

Discouraged access: The method createTagAttributeEntityMatcher(String, String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

273 : entityMatcher = matcherFactory.createTagAttributeEntityMatcher(baseTestUri, ".*", ".*");

69. WARNING: DiscouragedReference

Discouraged access: The method createTraitMatcher(String) from the type ITaglibDomainPredicateMatcherFactory is 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

TaglibMetaDataQueryTests.java :

274 : traitMatcher = matcherFactory.createTraitMatcher("^[aA].*");

70. WARNING: DiscouragedReference

Discouraged access: The method findTrait(ITaglibDomainEntityPredicateMatcher, IPredicateMatcher<Trait>) from the type ITaglibDomainMetaDataQuery is 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

TaglibMetaDataQueryTests.java :

275 : trait = _query.findTrait(entityMatcher, traitMatcher);

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/TinyTestTests.java
1. WARNING: DiscouragedReference

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

TinyTestTests.java :

21 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

2. WARNING: DiscouragedReference

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

TinyTestTests.java :

27 : private ITaglibDomainMetaDataQuery _query;

3. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

TinyTestTests.java :

35 : model = _query.findTagLibraryModel(uri);

4. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

TinyTestTests.java :

40 : Entity entity = _query.findTagEntity(model, "A/copy1");

5. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

TinyTestTests.java :

42 : trait = _query.findTrait(entity, "model-trait");

6. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

TinyTestTests.java :

50 : trait = _query.findTrait(entity, "model-trait");

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/TraitImplTests.java
1. WARNING: DiscouragedReference

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

TraitImplTests.java :

20 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

2. WARNING: DiscouragedReference

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

TraitImplTests.java :

30 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

3. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

TraitImplTests.java :

31 : model = query.findTagLibraryModel(baseTestUri);

Source File: org/eclipse/jst/jsf/common/metadata/tests/updated/TraitValueHelperTests.java
1. WARNING: DiscouragedReference

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

TraitValueHelperTests.java :

27 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

2. WARNING: DiscouragedReference

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

TraitValueHelperTests.java :

35 : private ITaglibDomainMetaDataQuery _query;

Source File: org/eclipse/jst/jsf/metadata/tests/AllTests.java
1. WARNING: DiscouragedReference

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

AllTests.java :

21 : import org.eclipse.jst.jsf.core.tests.util.JSFCoreUtilHelper;

2. WARNING: DiscouragedReference

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

AllTests.java :

156 : _jsfRuntimePresentV11 = JSFCoreUtilHelper.isJSFRuntimeJarsDirectoryPropertySet(JSFVersion.V1_1);

3. WARNING: DiscouragedReference

Discouraged access: The method isJSFRuntimeJarsDirectoryPropertySet(JSFVersion) from the type JSFCoreUtilHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core.tests/jsfcoretests.jar

AllTests.java :

156 : _jsfRuntimePresentV11 = JSFCoreUtilHelper.isJSFRuntimeJarsDirectoryPropertySet(JSFVersion.V1_1);

4. WARNING: DiscouragedReference

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

AllTests.java :

157 : _jsfRuntimePresentV12 = JSFCoreUtilHelper.isJSFRuntimeJarsDirectoryPropertySet(JSFVersion.V1_2);

5. WARNING: DiscouragedReference

Discouraged access: The method isJSFRuntimeJarsDirectoryPropertySet(JSFVersion) from the type JSFCoreUtilHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core.tests/jsfcoretests.jar

AllTests.java :

157 : _jsfRuntimePresentV12 = JSFCoreUtilHelper.isJSFRuntimeJarsDirectoryPropertySet(JSFVersion.V1_2);

Source File: org/eclipse/jst/jsf/metadata/tests/pagedesigner/PaletteTests.java
1. WARNING: DiscouragedReference

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

PaletteTests.java :

9 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

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

PaletteTests.java :

11 : import org.eclipse.jst.jsf.core.internal.tld.ITLDConstants;

3. WARNING: DiscouragedReference

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

PaletteTests.java :

16 : import org.eclipse.jst.pagedesigner.editors.palette.IPaletteContext;

4. WARNING: DiscouragedReference

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

PaletteTests.java :

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

5. WARNING: DiscouragedReference

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

PaletteTests.java :

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

6. WARNING: DiscouragedReference

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

PaletteTests.java :

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

7. WARNING: DiscouragedReference

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

PaletteTests.java :

20 : import org.eclipse.wst.html.core.internal.contentmodel.HTMLCMDocumentFactory;

8. WARNING: DiscouragedReference

Discouraged access: 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

PaletteTests.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

9. WARNING: DiscouragedReference

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

PaletteTests.java :

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

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

PaletteTests.java :

32 : private static String HTML_URI = ITLDConstants.URI_HTML.toUpperCase();

11. WARNING: DiscouragedReference

Discouraged access: The field URI_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

PaletteTests.java :

32 : private static String HTML_URI = ITLDConstants.URI_HTML.toUpperCase();

12. WARNING: DiscouragedReference

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

PaletteTests.java :

88 : _testEnv.getTestProject(), CMDocType.JSP11_DOC_TYPE));

13. WARNING: DiscouragedReference

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

PaletteTests.java :

88 : _testEnv.getTestProject(), CMDocType.JSP11_DOC_TYPE));

14. WARNING: DiscouragedReference

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

PaletteTests.java :

98 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

15. WARNING: DiscouragedReference

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

PaletteTests.java :

99 : Model JSP11Model_2 = query.getQueryHelper().getModel(CMDocType.JSP11_DOC_TYPE);

16. WARNING: DiscouragedReference

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

PaletteTests.java :

99 : Model JSP11Model_2 = query.getQueryHelper().getModel(CMDocType.JSP11_DOC_TYPE);

17. WARNING: DiscouragedReference

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

PaletteTests.java :

110 : final IPaletteContext context = PaletteItemManager.createPaletteContext(file);

18. WARNING: DiscouragedReference

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

PaletteTests.java :

110 : final IPaletteContext context = PaletteItemManager.createPaletteContext(file);

19. WARNING: DiscouragedReference

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

PaletteTests.java :

110 : final IPaletteContext context = PaletteItemManager.createPaletteContext(file);

20. WARNING: DiscouragedReference

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

PaletteTests.java :

111 : final PaletteItemManager mgr = PaletteItemManager.getInstance(context);

21. WARNING: DiscouragedReference

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

PaletteTests.java :

111 : final PaletteItemManager mgr = PaletteItemManager.getInstance(context);

22. WARNING: DiscouragedReference

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

PaletteTests.java :

111 : final PaletteItemManager mgr = PaletteItemManager.getInstance(context);

23. WARNING: DiscouragedReference

Discouraged access: 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

PaletteTests.java :

114 : CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

24. WARNING: DiscouragedReference

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

PaletteTests.java :

114 : CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

25. WARNING: DiscouragedReference

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

PaletteTests.java :

114 : CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

26. WARNING: DiscouragedReference

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

PaletteTests.java :

114 : CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

27. WARNING: DiscouragedReference

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

PaletteTests.java :

114 : CMDocument doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

28. WARNING: DiscouragedReference

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

PaletteTests.java :

115 : TaglibPaletteDrawer drawer = mgr.getPaletteHelper().getOrCreateTaglibPaletteDrawer(mgr, doc, CMDocType.HTML_DOC_TYPE);

29. WARNING: DiscouragedReference

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

PaletteTests.java :

115 : TaglibPaletteDrawer drawer = mgr.getPaletteHelper().getOrCreateTaglibPaletteDrawer(mgr, doc, CMDocType.HTML_DOC_TYPE);

30. WARNING: DiscouragedReference

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

PaletteTests.java :

115 : TaglibPaletteDrawer drawer = mgr.getPaletteHelper().getOrCreateTaglibPaletteDrawer(mgr, doc, CMDocType.HTML_DOC_TYPE);

31. WARNING: DiscouragedReference

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

PaletteTests.java :

115 : TaglibPaletteDrawer drawer = mgr.getPaletteHelper().getOrCreateTaglibPaletteDrawer(mgr, doc, CMDocType.HTML_DOC_TYPE);

32. WARNING: DiscouragedReference

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

PaletteTests.java :

115 : TaglibPaletteDrawer drawer = mgr.getPaletteHelper().getOrCreateTaglibPaletteDrawer(mgr, doc, CMDocType.HTML_DOC_TYPE);

33. WARNING: DiscouragedReference

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

PaletteTests.java :

118 : doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.JSP11_DOC_TYPE);

34. WARNING: DiscouragedReference

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

PaletteTests.java :

118 : doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.JSP11_DOC_TYPE);

35. WARNING: DiscouragedReference

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

PaletteTests.java :

118 : doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.JSP11_DOC_TYPE);

36. WARNING: DiscouragedReference

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

PaletteTests.java :

118 : doc = HTMLCMDocumentFactory.getCMDocument(CMDocType.JSP11_DOC_TYPE);

37. WARNING: DiscouragedReference

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

PaletteTests.java :

119 : drawer = mgr.getPaletteHelper().getOrCreateTaglibPaletteDrawer(mgr, doc, CMDocType.JSP11_DOC_TYPE);

38. WARNING: DiscouragedReference

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

PaletteTests.java :

119 : drawer = mgr.getPaletteHelper().getOrCreateTaglibPaletteDrawer(mgr, doc, CMDocType.JSP11_DOC_TYPE);

39. WARNING: DiscouragedReference

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

PaletteTests.java :

119 : drawer = mgr.getPaletteHelper().getOrCreateTaglibPaletteDrawer(mgr, doc, CMDocType.JSP11_DOC_TYPE);

40. WARNING: DiscouragedReference

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

PaletteTests.java :

119 : drawer = mgr.getPaletteHelper().getOrCreateTaglibPaletteDrawer(mgr, doc, CMDocType.JSP11_DOC_TYPE);

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

PaletteTests.java :

122 : drawer = getTaglibPaletteDrawer(mgr, ITLDConstants.URI_JSF_HTML);

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

PaletteTests.java :

122 : drawer = getTaglibPaletteDrawer(mgr, ITLDConstants.URI_JSF_HTML);

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

PaletteTests.java :

126 : drawer = getTaglibPaletteDrawer(mgr, ITLDConstants.URI_JSF_CORE);

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

PaletteTests.java :

126 : drawer = getTaglibPaletteDrawer(mgr, ITLDConstants.URI_JSF_CORE);

45. WARNING: DiscouragedReference

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

PaletteTests.java :

134 : mgr.release(context);

46. WARNING: DiscouragedReference

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

PaletteTests.java :

137 : private TaglibPaletteDrawer getTaglibPaletteDrawer(final PaletteItemManager mgr, final String uri) {

47. WARNING: DiscouragedReference

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

PaletteTests.java :

137 : private TaglibPaletteDrawer getTaglibPaletteDrawer(final PaletteItemManager mgr, final String uri) {

48. WARNING: DiscouragedReference

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

PaletteTests.java :

141 : return mgr.getPaletteHelper().configPaletteItemsByTLD(mgr, tldrecs[i]);

49. WARNING: DiscouragedReference

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

PaletteTests.java :

141 : return mgr.getPaletteHelper().configPaletteItemsByTLD(mgr, tldrecs[i]);

50. WARNING: DiscouragedReference

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

PaletteTests.java :

147 : private void verifyJSFHTMLDrawer(final TaglibPaletteDrawer drawer) {

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

PaletteTests.java :

149 : verifyDrawer(drawer, "JSF HTML", ITLDConstants.URI_JSF_HTML, ITLDConstants.URI_JSF_HTML, JSFHTML_DEFAULT_PREFIX, JSFHTML_LABEL, JSFHTML_DESC );

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

PaletteTests.java :

149 : verifyDrawer(drawer, "JSF HTML", ITLDConstants.URI_JSF_HTML, ITLDConstants.URI_JSF_HTML, JSFHTML_DEFAULT_PREFIX, JSFHTML_LABEL, JSFHTML_DESC );

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

PaletteTests.java :

149 : verifyDrawer(drawer, "JSF HTML", ITLDConstants.URI_JSF_HTML, ITLDConstants.URI_JSF_HTML, JSFHTML_DEFAULT_PREFIX, JSFHTML_LABEL, JSFHTML_DESC );

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

PaletteTests.java :

149 : verifyDrawer(drawer, "JSF HTML", ITLDConstants.URI_JSF_HTML, ITLDConstants.URI_JSF_HTML, JSFHTML_DEFAULT_PREFIX, JSFHTML_LABEL, JSFHTML_DESC );

55. WARNING: DiscouragedReference

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

PaletteTests.java :

151 : verifyJSFHTMLTagItem((TagToolPaletteEntry)o);

56. WARNING: DiscouragedReference

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

PaletteTests.java :

156 : private void verifyJSFCoreDrawer(final TaglibPaletteDrawer drawer) {

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

PaletteTests.java :

158 : verifyDrawer(drawer, "JSF Core", ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_CORE, JSFCORE_DEFAULT_PREFIX, JSFCORE_LABEL, JSFCORE_DESC );

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

PaletteTests.java :

158 : verifyDrawer(drawer, "JSF Core", ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_CORE, JSFCORE_DEFAULT_PREFIX, JSFCORE_LABEL, JSFCORE_DESC );

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

PaletteTests.java :

158 : verifyDrawer(drawer, "JSF Core", ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_CORE, JSFCORE_DEFAULT_PREFIX, JSFCORE_LABEL, JSFCORE_DESC );

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

PaletteTests.java :

158 : verifyDrawer(drawer, "JSF Core", ITLDConstants.URI_JSF_CORE, ITLDConstants.URI_JSF_CORE, JSFCORE_DEFAULT_PREFIX, JSFCORE_LABEL, JSFCORE_DESC );

61. WARNING: DiscouragedReference

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

PaletteTests.java :

160 : verifyJSFCoreTagItem((TagToolPaletteEntry)o);

62. WARNING: DiscouragedReference

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

PaletteTests.java :

165 : private void verifyHTMLDrawer(final TaglibPaletteDrawer drawer) {

63. WARNING: DiscouragedReference

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

PaletteTests.java :

169 : verifyHTMLTagItem((TagToolPaletteEntry)o);

64. WARNING: DiscouragedReference

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

PaletteTests.java :

174 : private void verifyJSPDrawer(final TaglibPaletteDrawer drawer) {

65. WARNING: DiscouragedReference

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

PaletteTests.java :

178 : verifyJSPTagItem((TagToolPaletteEntry)o);

66. WARNING: DiscouragedReference

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

PaletteTests.java :

182 : private void verifyHTMLTagItem(final TagToolPaletteEntry tagTool) {

67. WARNING: DiscouragedReference

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

PaletteTests.java :

193 : private void verifyJSFHTMLTagItem(final TagToolPaletteEntry tagTool) {

68. WARNING: DiscouragedReference

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

PaletteTests.java :

201 : private void verifyJSFCoreTagItem(final TagToolPaletteEntry tagTool) {

69. WARNING: DiscouragedReference

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

PaletteTests.java :

208 : private void verifyJSPTagItem(final TagToolPaletteEntry tagTool) {

70. WARNING: DiscouragedReference

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

PaletteTests.java :

215 : private void verifyJSTLCoreDrawer(final TaglibPaletteDrawer drawer) {

71. WARNING: DiscouragedReference

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

PaletteTests.java :

219 : verifyJSTLCoreTagItem((TagToolPaletteEntry)o);

72. WARNING: DiscouragedReference

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

PaletteTests.java :

223 : private void verifyJSTLCoreTagItem(final TagToolPaletteEntry tagTool) {

73. WARNING: DiscouragedReference

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

PaletteTests.java :

230 : private void verifyDrawer(final TaglibPaletteDrawer drawer, String drawerID, final String id , final String uri, final String prefix,

74. WARNING: DiscouragedReference

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

PaletteTests.java :

234 : assertEquals(drawerID+": bad uri", uri , drawer.getURI());

75. WARNING: DiscouragedReference

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

PaletteTests.java :

237 : assertEquals(drawerID+": bad default prefix", prefix, drawer.getDefaultPrefix());

76. WARNING: DiscouragedReference

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

PaletteTests.java :

240 : private void verifyTagTool(final TagToolPaletteEntry tagTool,

77. WARNING: DiscouragedReference

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

PaletteTests.java :

256 : final IPaletteContext context = PaletteItemManager.createPaletteContext(file);

78. WARNING: DiscouragedReference

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

PaletteTests.java :

256 : final IPaletteContext context = PaletteItemManager.createPaletteContext(file);

79. WARNING: DiscouragedReference

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

PaletteTests.java :

256 : final IPaletteContext context = PaletteItemManager.createPaletteContext(file);

80. WARNING: DiscouragedReference

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

PaletteTests.java :

257 : final PaletteItemManager mgr = PaletteItemManager.getInstance(context);

81. WARNING: DiscouragedReference

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

PaletteTests.java :

257 : final PaletteItemManager mgr = PaletteItemManager.getInstance(context);

82. WARNING: DiscouragedReference

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

PaletteTests.java :

257 : final PaletteItemManager mgr = PaletteItemManager.getInstance(context);

83. WARNING: DiscouragedReference

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

PaletteTests.java :

261 : assertTrue(mgr.getTagRegistryIdentifier().getContentType().isAssociatedWith("xxx.jsp"));

84. WARNING: DiscouragedReference

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

PaletteTests.java :

261 : assertTrue(mgr.getTagRegistryIdentifier().getContentType().isAssociatedWith("xxx.jsp"));

85. WARNING: DiscouragedReference

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

PaletteTests.java :

262 : assertTrue(mgr.getAllCategories().size() == 2);

86. WARNING: DiscouragedReference

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

PaletteTests.java :

263 : assertNotNull(mgr.getTaglibPalletteDrawer(CMDocType.HTML_DOC_TYPE));

87. WARNING: DiscouragedReference

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

PaletteTests.java :

263 : assertNotNull(mgr.getTaglibPalletteDrawer(CMDocType.HTML_DOC_TYPE));

88. WARNING: DiscouragedReference

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

PaletteTests.java :

263 : assertNotNull(mgr.getTaglibPalletteDrawer(CMDocType.HTML_DOC_TYPE));

89. WARNING: DiscouragedReference

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

PaletteTests.java :

264 : assertNotNull(mgr.getTaglibPalletteDrawer(CMDocType.JSP11_DOC_TYPE));

90. WARNING: DiscouragedReference

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

PaletteTests.java :

264 : assertNotNull(mgr.getTaglibPalletteDrawer(CMDocType.JSP11_DOC_TYPE));

91. WARNING: DiscouragedReference

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

PaletteTests.java :

264 : assertNotNull(mgr.getTaglibPalletteDrawer(CMDocType.JSP11_DOC_TYPE));

Source File: org/eclipse/jst/jsf/metadata/tests/pagedesigner/PropertyDescriptorTests.java
1. WARNING: DiscouragedReference

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

PropertyDescriptorTests.java :

25 : import org.eclipse.jst.pagedesigner.properties.ITabbedPropertiesConstants;

2. WARNING: DiscouragedReference

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

PropertyDescriptorTests.java :

97 : assertEquals(ITabbedPropertiesConstants.OTHER_CATEGORY, pd.getCategory());

3. WARNING: DiscouragedReference

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

PropertyDescriptorTests.java :

97 : assertEquals(ITabbedPropertiesConstants.OTHER_CATEGORY, pd.getCategory());

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/ActionTypeTests.java
1. WARNING: DiscouragedReference

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

ActionTypeTests.java :

14 : import org.eclipse.jst.jsf.common.internal.types.CompositeType;

2. WARNING: DiscouragedReference

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

ActionTypeTests.java :

69 : assertTrue(vv.getExpectedRuntimeType() instanceof CompositeType);

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/AllTests.java
1. WARNING: DiscouragedReference

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

AllTests.java :

19 : import org.eclipse.jst.jsf.core.tests.util.JSFCoreUtilHelper;

2. WARNING: DiscouragedReference

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

AllTests.java :

79 : _jsfRuntimePresentV11 = JSFCoreUtilHelper.isJSFRuntimeJarsDirectoryPropertySet(JSFVersion.V1_1);

3. WARNING: DiscouragedReference

Discouraged access: The method isJSFRuntimeJarsDirectoryPropertySet(JSFVersion) from the type JSFCoreUtilHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core.tests/jsfcoretests.jar

AllTests.java :

79 : _jsfRuntimePresentV11 = JSFCoreUtilHelper.isJSFRuntimeJarsDirectoryPropertySet(JSFVersion.V1_1);

4. WARNING: DiscouragedReference

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

AllTests.java :

80 : _jsfRuntimePresentV12 = JSFCoreUtilHelper.isJSFRuntimeJarsDirectoryPropertySet(JSFVersion.V1_2);

5. WARNING: DiscouragedReference

Discouraged access: The method isJSFRuntimeJarsDirectoryPropertySet(JSFVersion) from the type JSFCoreUtilHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core.tests/jsfcoretests.jar

AllTests.java :

80 : _jsfRuntimePresentV12 = JSFCoreUtilHelper.isJSFRuntimeJarsDirectoryPropertySet(JSFVersion.V1_2);

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/ColorTypeTest.java
1. WARNING: DiscouragedReference

Discouraged access: The method toUserReadableString() from the type CompositeType is 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

ColorTypeTest.java :

95 : Assert.assertEquals("String", vvel.getExpectedRuntimeType().toUserReadableString());

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/ComponentBindingTypeTests.java
1. WARNING: DiscouragedReference

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

ComponentBindingTypeTests.java :

14 : import org.eclipse.jst.jsf.common.internal.types.CompositeType;

2. WARNING: DiscouragedReference

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

ComponentBindingTypeTests.java :

44 : assertTrue(vv.getExpectedRuntimeType() instanceof CompositeType);

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/DoubleTypeTest.java
1. WARNING: DiscouragedReference

Discouraged access: The method toUserReadableString() from the type CompositeType is 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

DoubleTypeTest.java :

77 : Assert.assertEquals("double", vvel.getExpectedRuntimeType().toUserReadableString());

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/FacesConfigConverterIDTypeTests.java
1. WARNING: DiscouragedReference

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

FacesConfigConverterIDTypeTests.java :

13 : import org.eclipse.jst.jsf.common.internal.types.CompositeType;

2. WARNING: DiscouragedReference

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

FacesConfigConverterIDTypeTests.java :

71 : assertTrue(vv.getExpectedRuntimeType() instanceof CompositeType);

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/FacesConfigValidatorIDTypeTests.java
1. WARNING: DiscouragedReference

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

FacesConfigValidatorIDTypeTests.java :

13 : import org.eclipse.jst.jsf.common.internal.types.CompositeType;

2. WARNING: DiscouragedReference

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

FacesConfigValidatorIDTypeTests.java :

65 : assertTrue(vv.getExpectedRuntimeType() instanceof CompositeType);

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/IntegerTypeTest.java
1. WARNING: DiscouragedReference

Discouraged access: The method toUserReadableString() from the type CompositeType is 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

IntegerTypeTest.java :

69 : Assert.assertEquals("int", vvel.getExpectedRuntimeType().toUserReadableString());

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/JSFHTMLTestCase.java
1. WARNING: DiscouragedReference

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

JSFHTMLTestCase.java :

25 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainEntityPredicateMatcher;

2. WARNING: DiscouragedReference

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

JSFHTMLTestCase.java :

26 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainMetaDataQuery;

3. WARNING: DiscouragedReference

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

JSFHTMLTestCase.java :

27 : import org.eclipse.jst.jsf.common.metadata.query.internal.taglib.ITaglibDomainPredicateMatcherFactory;

4. WARNING: DiscouragedReference

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

JSFHTMLTestCase.java :

105 : ITaglibDomainMetaDataQuery query = MetaDataQueryFactory.getInstance().createQuery(context);

5. WARNING: DiscouragedReference

Discouraged access: The method findTagLibraryModel(String) from the type ITaglibDomainMetaDataQuery is 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

JSFHTMLTestCase.java :

107 : Model tagLib = query.findTagLibraryModel(_uri);

6. WARNING: DiscouragedReference

Discouraged access: The method findTagEntity(Model, String) from the type ITaglibDomainMetaDataQuery is 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

JSFHTMLTestCase.java :

110 : Entity tag = query.findTagEntity(tagLib, "commandButton");

7. WARNING: DiscouragedReference

Discouraged access: The method findTagAttributeEntity(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

JSFHTMLTestCase.java :

113 : Entity tagAttr = query.findTagAttributeEntity(tag, "value");

8. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

JSFHTMLTestCase.java :

116 : Trait trait1 = query.findTrait(tagLib, "paletteInfos");

9. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

JSFHTMLTestCase.java :

119 : Trait trait2 = query.findTrait(tag, "small-icon");

10. WARNING: DiscouragedReference

Discouraged access: The method findTrait(Entity, String) from the type ITaglibDomainMetaDataQuery is 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

JSFHTMLTestCase.java :

122 : Trait trait3 = query.findTrait(tagAttr, "attribute-value-runtime-type");

11. WARNING: DiscouragedReference

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

JSFHTMLTestCase.java :

126 : ITaglibDomainPredicateMatcherFactory factory = MetaDataQueryContextFactory.getInstance().getTaglibDomainPredicateMatcherFactory();

12. WARNING: DiscouragedReference

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

JSFHTMLTestCase.java :

127 : ITaglibDomainEntityPredicateMatcher entityMatcher = factory.createTagEntityMatcher(_uri, "^[cC].*");

13. WARNING: DiscouragedReference

Discouraged access: The method createTagEntityMatcher(String, String) from the type ITaglibDomainPredicateMatcherFactory is 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

JSFHTMLTestCase.java :

127 : ITaglibDomainEntityPredicateMatcher entityMatcher = factory.createTagEntityMatcher(_uri, "^[cC].*");

14. WARNING: DiscouragedReference

Discouraged access: The method findEntities(ITaglibDomainEntityPredicateMatcher) from the type ITaglibDomainMetaDataQuery is 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

JSFHTMLTestCase.java :

128 : IResultSet<Entity> tags = query.findEntities(entityMatcher);

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/LengthTypeTest.java
1. WARNING: DiscouragedReference

Discouraged access: The method toUserReadableString() from the type CompositeType is 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

LengthTypeTest.java :

90 : Assert.assertEquals("int", vvel.getExpectedRuntimeType().toUserReadableString());

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/LocaleTypeTest.java
1. WARNING: UnusedImport

The import org.eclipse.jst.jsf.taglibprocessing.attributevalues.MultiSignatureEnumerationType is never used

LocaleTypeTest.java :

21 : import org.eclipse.jst.jsf.taglibprocessing.attributevalues.MultiSignatureEnumerationType;

2. WARNING: DiscouragedReference

Discouraged access: The method getSignatures() from the type CompositeType is 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

LocaleTypeTest.java :

64 : String[] validSigs = vv.getExpectedRuntimeType().getSignatures();

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/LongTypeTest.java
1. WARNING: DiscouragedReference

Discouraged access: The method toUserReadableString() from the type CompositeType is 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

LongTypeTest.java :

76 : Assert.assertEquals("long", vvel.getExpectedRuntimeType().toUserReadableString());

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/MethodBindingTypeTests.java
1. WARNING: DiscouragedReference

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

MethodBindingTypeTests.java :

15 : import org.eclipse.jst.jsf.common.internal.types.CompositeType;

2. WARNING: DiscouragedReference

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

MethodBindingTypeTests.java :

45 : assertTrue(vv.getExpectedRuntimeType() instanceof CompositeType);

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/ValueBindingTypeTests.java
1. WARNING: DiscouragedReference

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

ValueBindingTypeTests.java :

14 : import org.eclipse.jst.jsf.common.internal.types.CompositeType;

2. WARNING: DiscouragedReference

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

ValueBindingTypeTests.java :

43 : assertTrue(vv.getExpectedRuntimeType() instanceof CompositeType);

Source File: org/eclipse/jst/jsf/metadata/tests/taglibprocessing/ValueTypeTests.java
1. WARNING: DiscouragedReference

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

ValueTypeTests.java :

14 : import org.eclipse.jst.jsf.common.internal.types.CompositeType;

2. WARNING: DiscouragedReference

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

ValueTypeTests.java :

43 : assertTrue(vv.getExpectedRuntimeType() instanceof CompositeType);

Source File: org/eclipse/jst/jsf/metadata/tests/util/BaseTestCase.java
1. WARNING: DiscouragedReference

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

BaseTestCase.java :

20 : import org.eclipse.jst.jsf.core.tests.util.JSFFacetedTestEnvironment;

2. WARNING: DiscouragedReference

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

BaseTestCase.java :

128 : protected abstract JSFFacetedTestEnvironment configureJSFEnvironment() throws Exception;

Source File: org/eclipse/jst/jsf/metadata/tests/util/JSPTestCase.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

JSPTestCase.java :

17 : import org.eclipse.jst.jsf.context.resolver.structureddocument.internal.ITextRegionContextResolver;

2. WARNING: DiscouragedReference

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

JSPTestCase.java :

21 : import org.eclipse.jst.jsf.core.tests.util.JSFCoreUtilHelper;

3. WARNING: DiscouragedReference

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

JSPTestCase.java :

22 : import org.eclipse.jst.jsf.core.tests.util.JSFFacetedTestEnvironment;

4. WARNING: DiscouragedReference

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

JSPTestCase.java :

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

5. WARNING: DiscouragedReference

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

JSPTestCase.java :

69 : protected JSFFacetedTestEnvironment configureJSFEnvironment() throws Exception

6. WARNING: DiscouragedReference

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

JSPTestCase.java :

72 : JSFFacetedTestEnvironment jsfFacedEnv = new JSFFacetedTestEnvironment(_testEnv);

7. WARNING: DiscouragedReference

Discouraged access: The constructor JSFFacetedTestEnvironment(WebProjectTestEnvironment) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core.tests/jsfcoretests.jar

JSPTestCase.java :

72 : JSFFacetedTestEnvironment jsfFacedEnv = new JSFFacetedTestEnvironment(_testEnv);

8. WARNING: DiscouragedReference

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

JSPTestCase.java :

72 : JSFFacetedTestEnvironment jsfFacedEnv = new JSFFacetedTestEnvironment(_testEnv);

9. WARNING: DiscouragedReference

Discouraged access: The method initialize(String) from the type JSFFacetedTestEnvironment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core.tests/jsfcoretests.jar

JSPTestCase.java :

73 : jsfFacedEnv.initialize(version.toString());

10. WARNING: DiscouragedReference

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

JSPTestCase.java :

77 : JSFCoreUtilHelper.createRegistryAndAddReferences(jsfFacedEnv, _runtimeJars, version);

11. WARNING: DiscouragedReference

Discouraged access: The method createRegistryAndAddReferences(JSFFacetedTestEnvironment, String[], JSFVersion) from the type JSFCoreUtilHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core.tests/jsfcoretests.jar

JSPTestCase.java :

77 : JSFCoreUtilHelper.createRegistryAndAddReferences(jsfFacedEnv, _runtimeJars, version);

12. WARNING: DiscouragedReference

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

JSPTestCase.java :

107 : protected String getText(IStructuredDocument document, int docPos)

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

JSPTestCase.java :

111 : final ITextRegionContextResolver resolver =

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

JSPTestCase.java :

113 : return stripQuotes(resolver.getRegionText());

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

JSPTestCase.java :

116 : protected IStructuredDocumentContext getStructuredDocumentContext(IStructuredDocument document, int docPos) {

16. WARNING: DiscouragedReference

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

JSPTestCase.java :

153 : String dir = JSFCoreUtilHelper.getJSFRuntimeJarsDirectory(_defaultJSFVersion);

17. WARNING: DiscouragedReference

Discouraged access: The method getJSFRuntimeJarsDirectory(JSFVersion) from the type JSFCoreUtilHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.jsf.core.tests/jsfcoretests.jar

JSPTestCase.java :

153 : String dir = JSFCoreUtilHelper.getJSFRuntimeJarsDirectory(_defaultJSFVersion);

Source File: org/eclipse/jst/jsf/metadata/tests/util/SingleJSPTestCase.java
1. 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

SingleJSPTestCase.java :

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

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

SingleJSPTestCase.java :

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

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

SingleJSPTestCase.java :

38 : protected IStructuredModel _structuredModel;

4. WARNING: DiscouragedReference

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

SingleJSPTestCase.java :

42 : protected IStructuredDocument _structuredDocument;

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

SingleJSPTestCase.java :

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

6. WARNING: DiscouragedReference

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

SingleJSPTestCase.java :

69 : _structuredDocument = _structuredModel.getStructuredDocument();

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

SingleJSPTestCase.java :

78 : _structuredModel.releaseFromRead();