Compiler Report

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

Number of source files: 53 Number of classfiles: 62

Problems: 324 (Errors: 0 Warnings: 324 )

Source File: org/eclipse/jst/jsf/validation/el/tests/base/BaseTestCase.java
1. WARNING: DiscouragedReference

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

BaseTestCase.java :

31 : import org.eclipse.jst.jsf.core.jsfappconfig.internal.IJSFAppConfigManager;

2. WARNING: DiscouragedReference

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

BaseTestCase.java :

32 : import org.eclipse.jst.jsf.core.jsfappconfig.internal.JSFAppConfigManagerFactory;

3. WARNING: DiscouragedReference

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

BaseTestCase.java :

256 : IJSFAppConfigManager cfgManager =

4. WARNING: DiscouragedReference

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

BaseTestCase.java :

257 : JSFAppConfigManagerFactory.getJSFAppConfigManagerInstance(_jdtTestEnv.getProjectEnvironment().getTestProject());

5. WARNING: DiscouragedReference

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

BaseTestCase.java :

257 : JSFAppConfigManagerFactory.getJSFAppConfigManagerInstance(_jdtTestEnv.getProjectEnvironment().getTestProject());

6. WARNING: DiscouragedReference

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

BaseTestCase.java :

260 : List<ManagedBeanType> mbeans = cfgManager.getManagedBeans();

Source File: org/eclipse/jst/jsf/validation/el/tests/base/ELAssert.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

ELAssert.java :

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

2. WARNING: DiscouragedReference

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

ELAssert.java :

14 : import org.eclipse.jst.jsf.core.internal.JSFCorePlugin;

3. WARNING: DiscouragedReference

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

ELAssert.java :

17 : import org.eclipse.jst.jsf.validation.internal.ValidationPreferences;

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

ELAssert.java :

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

5. WARNING: DiscouragedReference

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

ELAssert.java :

41 : public static String getELText(IStructuredDocument document, int docPos)

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

ELAssert.java :

49 : final ITextRegionContextResolver resolver =

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

ELAssert.java :

51 : return resolver.getRegionText();

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

ELAssert.java :

61 : IStructuredDocument document, int docPos, IFile file, MockELValidationReporter reporter,

9. WARNING: DiscouragedReference

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

ELAssert.java :

67 : final ValidationPreferences prefs =

10. WARNING: DiscouragedReference

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

ELAssert.java :

68 : new ValidationPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

11. WARNING: DiscouragedReference

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

ELAssert.java :

68 : new ValidationPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

12. WARNING: DiscouragedReference

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

ELAssert.java :

68 : new ValidationPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

13. WARNING: DiscouragedReference

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

ELAssert.java :

68 : new ValidationPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

14. WARNING: DiscouragedReference

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

ELAssert.java :

68 : new ValidationPreferences(JSFCorePlugin.getDefault().getPreferenceStore());

15. WARNING: DiscouragedReference

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

ELAssert.java :

69 : prefs.load();

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

ELAssert.java :

83 : public static List<ReportedProblem> assertSyntaxError(IStructuredDocument document,

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

ELAssert.java :

101 : public static List<ReportedProblem> assertSyntaxWarning(IStructuredDocument document,

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

ELAssert.java :

124 : public static List<ReportedProblem> assertSyntaxProblems(IStructuredDocument document,

19. WARNING: DiscouragedReference

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

ELAssert.java :

163 : public static void assertNoError(IStructuredDocument document,

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

ELAssert.java :

181 : public static void assertNoError(IStructuredDocument document,

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

ELAssert.java :

221 : IStructuredDocument document,

22. WARNING: DiscouragedReference

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

ELAssert.java :

250 : IStructuredDocument document,

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

ELAssert.java :

279 : IStructuredDocument document,

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

ELAssert.java :

304 : public static List<ReportedProblem> assertSemanticProblems(final IStructuredDocument document,

Source File: org/eclipse/jst/jsf/validation/el/tests/base/MockELValidationReporter.java
1. WARNING: DiscouragedReference

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

MockELValidationReporter.java :

21 : import org.eclipse.jst.jsf.validation.internal.IJSFViewValidator.IValidationReporter;

2. WARNING: DiscouragedReference

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

MockELValidationReporter.java :

25 : public class MockELValidationReporter implements IValidationReporter

Source File: org/eclipse/jst/jsf/validation/el/tests/base/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 :

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

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

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

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

67 : _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 :

68 : _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 :

77 : _structuredModel.releaseFromRead();

Source File: org/eclipse/jst/jsf/validation/el/tests/jsp/LoadBundleResolutionTestCase.java
1. WARNING: DiscouragedReference

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

LoadBundleResolutionTestCase.java :

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

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

LoadBundleResolutionTestCase.java :

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

3. WARNING: DiscouragedReference

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

LoadBundleResolutionTestCase.java :

149 : assertEquals(IJSFConstants.ATTR_BASENAME, attr.getLocalName());

4. WARNING: DiscouragedReference

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

LoadBundleResolutionTestCase.java :

149 : assertEquals(IJSFConstants.ATTR_BASENAME, attr.getLocalName());

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

LoadBundleResolutionTestCase.java :

155 : (IValidValues.class, context, ITLDConstants.URI_JSF_CORE

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

LoadBundleResolutionTestCase.java :

155 : (IValidValues.class, context, ITLDConstants.URI_JSF_CORE

7. WARNING: DiscouragedReference

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

LoadBundleResolutionTestCase.java :

156 : , IJSFConstants.TAG_LOADBUNDLE, IJSFConstants.ATTR_BASENAME);

8. WARNING: DiscouragedReference

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

LoadBundleResolutionTestCase.java :

156 : , IJSFConstants.TAG_LOADBUNDLE, IJSFConstants.ATTR_BASENAME);

9. WARNING: DiscouragedReference

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

LoadBundleResolutionTestCase.java :

156 : , IJSFConstants.TAG_LOADBUNDLE, IJSFConstants.ATTR_BASENAME);

10. WARNING: DiscouragedReference

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

LoadBundleResolutionTestCase.java :

156 : , IJSFConstants.TAG_LOADBUNDLE, IJSFConstants.ATTR_BASENAME);

Source File: org/eclipse/jst/jsf/validation/el/tests/perf/PropertyFileStressTest.java
1. WARNING: DiscouragedReference

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

PropertyFileStressTest.java :

13 : import org.eclipse.jst.jsf.designtime.internal.symbols.ResourceBundleMapSourceFactory;

2. WARNING: DiscouragedReference

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

PropertyFileStressTest.java :

58 : resourceBundleMapSource = ResourceBundleMapSourceFactory

3. WARNING: DiscouragedReference

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

PropertyFileStressTest.java :

58 : resourceBundleMapSource = ResourceBundleMapSourceFactory .getResourceBundleMapSource(_testEnv.getTestProject(), "res.stress1");

4. WARNING: DiscouragedReference

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

PropertyFileStressTest.java :

83 : final Map<?,?> mapSource = ResourceBundleMapSourceFactory

5. WARNING: DiscouragedReference

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

PropertyFileStressTest.java :

83 : final Map<?,?> mapSource = ResourceBundleMapSourceFactory .getResourceBundleMapSource(_testEnv.getTestProject(), "res.stress1");

6. WARNING: DiscouragedReference

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

PropertyFileStressTest.java :

107 : Map<?,?> resourceBundleMapSource = ResourceBundleMapSourceFactory

7. WARNING: DiscouragedReference

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

PropertyFileStressTest.java :

107 : Map<?,?> resourceBundleMapSource = ResourceBundleMapSourceFactory .getResourceBundleMapSource(_testEnv.getTestProject(), "res.stress1");

8. WARNING: DiscouragedReference

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

PropertyFileStressTest.java :

124 : Map<?,?> resourceBundleMapSource = ResourceBundleMapSourceFactory

9. WARNING: DiscouragedReference

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

PropertyFileStressTest.java :

124 : Map<?,?> resourceBundleMapSource = ResourceBundleMapSourceFactory .getResourceBundleMapSource(_testEnv.getTestProject(), "res.stress1");

Source File: org/eclipse/jst/jsf/validation/el/tests/perf/StressTest.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

StressTest.java :

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

StressTest.java :

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

StressTest.java :

45 : private 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

StressTest.java :

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

StressTest.java :

56 : _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

StressTest.java :

57 : _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

StressTest.java :

67 : _structuredModel.releaseFromRead();

Source File: org/eclipse/jst/jsf/validation/el/tests/preferences/EndToEndTestCase.java
1. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

21 : import org.eclipse.jst.jsf.core.internal.JSFCorePlugin;

2. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

27 : import org.eclipse.jst.jsf.validation.internal.ELValidationPreferences;

3. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

28 : import org.eclipse.jst.jsf.validation.internal.Severity;

4. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

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

5. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

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

6. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

43 : private IStructuredModel _structuredModel;

7. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

44 : private IStructuredDocument _structuredDocument;

8. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

45 : private ELValidationPreferences _prefs;

9. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

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

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

EndToEndTestCase.java :

56 : _structuredDocument = _structuredModel.getStructuredDocument();

11. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

58 : _prefs = new ELValidationPreferences();

12. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

58 : _prefs = new ELValidationPreferences();

13. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

59 : _prefs.load(JSFCorePlugin.getDefault().getPreferenceStore());

14. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

59 : _prefs.load(JSFCorePlugin.getDefault().getPreferenceStore());

15. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

59 : _prefs.load(JSFCorePlugin.getDefault().getPreferenceStore());

16. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

59 : _prefs.load(JSFCorePlugin.getDefault().getPreferenceStore());

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

EndToEndTestCase.java :

70 : _structuredModel.releaseFromRead();

18. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

74 : _prefs.setDefaults();

19. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

76 : _prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

20. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

76 : _prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

21. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

76 : _prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

22. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

76 : _prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

23. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

77 : ((IPersistentPreferenceStore)JSFCorePlugin.getDefault().getPreferenceStore()).save();

24. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

77 : ((IPersistentPreferenceStore)JSFCorePlugin.getDefault().getPreferenceStore()).save();

25. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

77 : ((IPersistentPreferenceStore)JSFCorePlugin.getDefault().getPreferenceStore()).save();

26. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

120 : final Severity severity =

27. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

121 : ELValidationPreferences.mapDiagToSeverity(diagSeverity);

28. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

121 : ELValidationPreferences.mapDiagToSeverity(diagSeverity);

29. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

126 : JSFCorePlugin.getDefault().getPreferenceStore();

30. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

126 : JSFCorePlugin.getDefault().getPreferenceStore();

31. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

126 : JSFCorePlugin.getDefault().getPreferenceStore();

32. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

127 : _prefs.commit(prefStore);

33. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

129 : _prefs.load(prefStore);

34. WARNING: DiscouragedReference

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

EndToEndTestCase.java :

191 : super(_prefs.getDiagnosticSeverity(sourceDiag.getCode()), sourceDiag.getSource(),

Source File: org/eclipse/jst/jsf/validation/el/tests/preferences/PrefTestUtil.java
1. WARNING: DiscouragedReference

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

PrefTestUtil.java :

16 : import org.eclipse.jst.jsf.validation.internal.ELValidationPreferences;

2. WARNING: DiscouragedReference

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

PrefTestUtil.java :

17 : import org.eclipse.jst.jsf.validation.internal.Severity;

3. WARNING: DiscouragedReference

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

PrefTestUtil.java :

23 : static void assertSeverityLevel(ELValidationPreferences prefs, int diagnosticId, int value)

4. WARNING: DiscouragedReference

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

PrefTestUtil.java :

25 : final String key = ELValidationPreferences.getKeyById(diagnosticId);

5. WARNING: DiscouragedReference

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

PrefTestUtil.java :

25 : final String key = ELValidationPreferences.getKeyById(diagnosticId);

6. WARNING: DiscouragedReference

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

PrefTestUtil.java :

26 : final Severity sev = prefs.getSeverity(key);

7. WARNING: DiscouragedReference

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

PrefTestUtil.java :

26 : final Severity sev = prefs.getSeverity(key);

8. WARNING: DiscouragedReference

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

PrefTestUtil.java :

28 : ELValidationPreferences.mapSeverityToDiag(sev.toString());

9. WARNING: DiscouragedReference

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

PrefTestUtil.java :

28 : ELValidationPreferences.mapSeverityToDiag(sev.toString());

10. WARNING: DiscouragedReference

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

PrefTestUtil.java :

32 : static void setByKey(Severity severity, ELValidationPreferences prefs)

11. WARNING: DiscouragedReference

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

PrefTestUtil.java :

32 : static void setByKey(Severity severity, ELValidationPreferences prefs)

12. WARNING: DiscouragedReference

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

PrefTestUtil.java :

34 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_BOTH_OPERANDS_NULL, severity);

13. WARNING: DiscouragedReference

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

PrefTestUtil.java :

34 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_BOTH_OPERANDS_NULL, severity);

14. WARNING: DiscouragedReference

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

PrefTestUtil.java :

34 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_BOTH_OPERANDS_NULL, severity);

15. WARNING: DiscouragedReference

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

PrefTestUtil.java :

35 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_POSSIBLE_DIVISION_BY_ZERO, severity);

16. WARNING: DiscouragedReference

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

PrefTestUtil.java :

35 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_POSSIBLE_DIVISION_BY_ZERO, severity);

17. WARNING: DiscouragedReference

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

PrefTestUtil.java :

35 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_POSSIBLE_DIVISION_BY_ZERO, severity);

18. WARNING: DiscouragedReference

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

PrefTestUtil.java :

36 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_COULD_NOT_MAKE_NUMERIC_COERCION, severity);

19. WARNING: DiscouragedReference

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

PrefTestUtil.java :

36 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_COULD_NOT_MAKE_NUMERIC_COERCION, severity);

20. WARNING: DiscouragedReference

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

PrefTestUtil.java :

36 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_COULD_NOT_MAKE_NUMERIC_COERCION, severity);

21. WARNING: DiscouragedReference

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

PrefTestUtil.java :

37 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_CONSTANT_EXPRESSION_ALWAYS_EVAL_SAME, severity);

22. WARNING: DiscouragedReference

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

PrefTestUtil.java :

37 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_CONSTANT_EXPRESSION_ALWAYS_EVAL_SAME, severity);

23. WARNING: DiscouragedReference

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

PrefTestUtil.java :

37 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_CONSTANT_EXPRESSION_ALWAYS_EVAL_SAME, severity);

24. WARNING: DiscouragedReference

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

PrefTestUtil.java :

38 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_EQUALITY_COMP_WITH_NULL_ALWAYS_EVAL_SAME, severity);

25. WARNING: DiscouragedReference

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

PrefTestUtil.java :

38 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_EQUALITY_COMP_WITH_NULL_ALWAYS_EVAL_SAME, severity);

26. WARNING: DiscouragedReference

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

PrefTestUtil.java :

38 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_EQUALITY_COMP_WITH_NULL_ALWAYS_EVAL_SAME, severity);

27. WARNING: DiscouragedReference

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

PrefTestUtil.java :

39 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_CANNOT_COERCE_ARGUMENT_TO_BOOLEAN, severity);

28. WARNING: DiscouragedReference

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

PrefTestUtil.java :

39 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_CANNOT_COERCE_ARGUMENT_TO_BOOLEAN, severity);

29. WARNING: DiscouragedReference

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

PrefTestUtil.java :

39 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_CANNOT_COERCE_ARGUMENT_TO_BOOLEAN, severity);

30. WARNING: DiscouragedReference

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

PrefTestUtil.java :

40 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_FIRST_ARGUMENT_SHORT_CIRCUITS, severity);

31. WARNING: DiscouragedReference

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

PrefTestUtil.java :

40 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_FIRST_ARGUMENT_SHORT_CIRCUITS, severity);

32. WARNING: DiscouragedReference

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

PrefTestUtil.java :

40 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_FIRST_ARGUMENT_SHORT_CIRCUITS, severity);

33. WARNING: DiscouragedReference

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

PrefTestUtil.java :

41 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_SECOND_ARGUMENT_ALWAYS_EVAL_SAME, severity);

34. WARNING: DiscouragedReference

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

PrefTestUtil.java :

41 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_SECOND_ARGUMENT_ALWAYS_EVAL_SAME, severity);

35. WARNING: DiscouragedReference

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

PrefTestUtil.java :

41 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_SECOND_ARGUMENT_ALWAYS_EVAL_SAME, severity);

36. WARNING: DiscouragedReference

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

PrefTestUtil.java :

42 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_NO_AVAILABLE_TYPE_COERCION, severity);

37. WARNING: DiscouragedReference

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

PrefTestUtil.java :

42 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_NO_AVAILABLE_TYPE_COERCION, severity);

38. WARNING: DiscouragedReference

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

PrefTestUtil.java :

42 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_NO_AVAILABLE_TYPE_COERCION, severity);

39. WARNING: DiscouragedReference

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

PrefTestUtil.java :

43 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_COULD_NOT_COERCE_LITERALS_TO_NUMBERS, severity);

40. WARNING: DiscouragedReference

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

PrefTestUtil.java :

43 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_COULD_NOT_COERCE_LITERALS_TO_NUMBERS, severity);

41. WARNING: DiscouragedReference

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

PrefTestUtil.java :

43 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_COULD_NOT_COERCE_LITERALS_TO_NUMBERS, severity);

42. WARNING: DiscouragedReference

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

PrefTestUtil.java :

44 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_CONSTANT_EXPRESSION_EVAL_SAME, severity);

43. WARNING: DiscouragedReference

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

PrefTestUtil.java :

44 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_CONSTANT_EXPRESSION_EVAL_SAME, severity);

44. WARNING: DiscouragedReference

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

PrefTestUtil.java :

44 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_CONSTANT_EXPRESSION_EVAL_SAME, severity);

45. WARNING: DiscouragedReference

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

PrefTestUtil.java :

45 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_EMPTY_ALWAYS_FALSE_ON_TYPE, severity);

46. WARNING: DiscouragedReference

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

PrefTestUtil.java :

45 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_EMPTY_ALWAYS_FALSE_ON_TYPE, severity);

47. WARNING: DiscouragedReference

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

PrefTestUtil.java :

45 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_EMPTY_ALWAYS_FALSE_ON_TYPE, severity);

48. WARNING: DiscouragedReference

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

PrefTestUtil.java :

46 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_MINUS_ON_NULL_ALWAYS_ZERO, severity);

49. WARNING: DiscouragedReference

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

PrefTestUtil.java :

46 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_MINUS_ON_NULL_ALWAYS_ZERO, severity);

50. WARNING: DiscouragedReference

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

PrefTestUtil.java :

46 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_MINUS_ON_NULL_ALWAYS_ZERO, severity);

51. WARNING: DiscouragedReference

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

PrefTestUtil.java :

47 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_COULD_NOT_MAKE_NUMERIC_COERCION, severity);

52. WARNING: DiscouragedReference

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

PrefTestUtil.java :

47 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_COULD_NOT_MAKE_NUMERIC_COERCION, severity);

53. WARNING: DiscouragedReference

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

PrefTestUtil.java :

47 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_COULD_NOT_MAKE_NUMERIC_COERCION, severity);

54. WARNING: DiscouragedReference

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

PrefTestUtil.java :

48 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_CANNOT_COERCE_ARGUMENT_TO_BOOLEAN, severity);

55. WARNING: DiscouragedReference

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

PrefTestUtil.java :

48 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_CANNOT_COERCE_ARGUMENT_TO_BOOLEAN, severity);

56. WARNING: DiscouragedReference

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

PrefTestUtil.java :

48 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_CANNOT_COERCE_ARGUMENT_TO_BOOLEAN, severity);

57. WARNING: DiscouragedReference

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

PrefTestUtil.java :

49 : prefs.setSeverity(ELValidationPreferences.TERNARY_OP_CHOICE_IS_ALWAYS_SAME, severity);

58. WARNING: DiscouragedReference

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

PrefTestUtil.java :

49 : prefs.setSeverity(ELValidationPreferences.TERNARY_OP_CHOICE_IS_ALWAYS_SAME, severity);

59. WARNING: DiscouragedReference

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

PrefTestUtil.java :

49 : prefs.setSeverity(ELValidationPreferences.TERNARY_OP_CHOICE_IS_ALWAYS_SAME, severity);

60. WARNING: DiscouragedReference

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

PrefTestUtil.java :

50 : prefs.setSeverity(ELValidationPreferences.TERNARY_OP_CANNOT_COERCE_CHOICE_TO_BOOLEAN, severity);

61. WARNING: DiscouragedReference

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

PrefTestUtil.java :

50 : prefs.setSeverity(ELValidationPreferences.TERNARY_OP_CANNOT_COERCE_CHOICE_TO_BOOLEAN, severity);

62. WARNING: DiscouragedReference

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

PrefTestUtil.java :

50 : prefs.setSeverity(ELValidationPreferences.TERNARY_OP_CANNOT_COERCE_CHOICE_TO_BOOLEAN, severity);

63. WARNING: DiscouragedReference

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

PrefTestUtil.java :

51 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_STRING_CONVERSION_NOT_GUARANTEED, severity);

64. WARNING: DiscouragedReference

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

PrefTestUtil.java :

51 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_STRING_CONVERSION_NOT_GUARANTEED, severity);

65. WARNING: DiscouragedReference

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

PrefTestUtil.java :

51 : prefs.setSeverity(ELValidationPreferences.UNARY_OP_STRING_CONVERSION_NOT_GUARANTEED, severity);

66. WARNING: DiscouragedReference

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

PrefTestUtil.java :

52 : prefs.setSeverity(ELValidationPreferences.CANNOT_APPLY_OPERATOR_TO_METHOD_BINDING, severity);

67. WARNING: DiscouragedReference

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

PrefTestUtil.java :

52 : prefs.setSeverity(ELValidationPreferences.CANNOT_APPLY_OPERATOR_TO_METHOD_BINDING, severity);

68. WARNING: DiscouragedReference

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

PrefTestUtil.java :

52 : prefs.setSeverity(ELValidationPreferences.CANNOT_APPLY_OPERATOR_TO_METHOD_BINDING, severity);

69. WARNING: DiscouragedReference

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

PrefTestUtil.java :

53 : prefs.setSeverity(ELValidationPreferences.MEMBER_NOT_FOUND, severity);

70. WARNING: DiscouragedReference

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

PrefTestUtil.java :

53 : prefs.setSeverity(ELValidationPreferences.MEMBER_NOT_FOUND, severity);

71. WARNING: DiscouragedReference

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

PrefTestUtil.java :

53 : prefs.setSeverity(ELValidationPreferences.MEMBER_NOT_FOUND, severity);

72. WARNING: DiscouragedReference

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

PrefTestUtil.java :

54 : prefs.setSeverity(ELValidationPreferences.VARIABLE_NOT_FOUND, severity);

73. WARNING: DiscouragedReference

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

PrefTestUtil.java :

54 : prefs.setSeverity(ELValidationPreferences.VARIABLE_NOT_FOUND, severity);

74. WARNING: DiscouragedReference

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

PrefTestUtil.java :

54 : prefs.setSeverity(ELValidationPreferences.VARIABLE_NOT_FOUND, severity);

75. WARNING: DiscouragedReference

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

PrefTestUtil.java :

55 : prefs.setSeverity(ELValidationPreferences.MISSING_CLOSING_EXPR_BRACKET, severity);

76. WARNING: DiscouragedReference

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

PrefTestUtil.java :

55 : prefs.setSeverity(ELValidationPreferences.MISSING_CLOSING_EXPR_BRACKET, severity);

77. WARNING: DiscouragedReference

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

PrefTestUtil.java :

55 : prefs.setSeverity(ELValidationPreferences.MISSING_CLOSING_EXPR_BRACKET, severity);

78. WARNING: DiscouragedReference

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

PrefTestUtil.java :

56 : prefs.setSeverity(ELValidationPreferences.GENERAL_SYNTAX_ERROR, severity);

79. WARNING: DiscouragedReference

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

PrefTestUtil.java :

56 : prefs.setSeverity(ELValidationPreferences.GENERAL_SYNTAX_ERROR, severity);

80. WARNING: DiscouragedReference

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

PrefTestUtil.java :

56 : prefs.setSeverity(ELValidationPreferences.GENERAL_SYNTAX_ERROR, severity);

81. WARNING: DiscouragedReference

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

PrefTestUtil.java :

57 : prefs.setSeverity(ELValidationPreferences.EMPTY_EL_EXPRESSION, severity);

82. WARNING: DiscouragedReference

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

PrefTestUtil.java :

57 : prefs.setSeverity(ELValidationPreferences.EMPTY_EL_EXPRESSION, severity);

83. WARNING: DiscouragedReference

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

PrefTestUtil.java :

57 : prefs.setSeverity(ELValidationPreferences.EMPTY_EL_EXPRESSION, severity);

84. WARNING: DiscouragedReference

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

PrefTestUtil.java :

58 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_DOT_WITH_VALUEB_NULL, severity);

85. WARNING: DiscouragedReference

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

PrefTestUtil.java :

58 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_DOT_WITH_VALUEB_NULL, severity);

86. WARNING: DiscouragedReference

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

PrefTestUtil.java :

58 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_DOT_WITH_VALUEB_NULL, severity);

87. WARNING: DiscouragedReference

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

PrefTestUtil.java :

59 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_DOT_WITH_DOTTED_KEY_SHOULD_USE_ARRAY, severity);

88. WARNING: DiscouragedReference

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

PrefTestUtil.java :

59 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_DOT_WITH_DOTTED_KEY_SHOULD_USE_ARRAY, severity);

89. WARNING: DiscouragedReference

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

PrefTestUtil.java :

59 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_DOT_WITH_DOTTED_KEY_SHOULD_USE_ARRAY, severity);

90. WARNING: DiscouragedReference

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

PrefTestUtil.java :

60 : prefs.setSeverity(ELValidationPreferences.POSSIBLE_ARRAY_INDEX_OUT_OF_BOUNDS, severity);

91. WARNING: DiscouragedReference

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

PrefTestUtil.java :

60 : prefs.setSeverity(ELValidationPreferences.POSSIBLE_ARRAY_INDEX_OUT_OF_BOUNDS, severity);

92. WARNING: DiscouragedReference

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

PrefTestUtil.java :

60 : prefs.setSeverity(ELValidationPreferences.POSSIBLE_ARRAY_INDEX_OUT_OF_BOUNDS, severity);

93. WARNING: DiscouragedReference

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

PrefTestUtil.java :

61 : prefs.setSeverity(ELValidationPreferences.BINARY_COMPARISON_WITH_ENUM_ALWAYS_SAME, severity);

94. WARNING: DiscouragedReference

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

PrefTestUtil.java :

61 : prefs.setSeverity(ELValidationPreferences.BINARY_COMPARISON_WITH_ENUM_ALWAYS_SAME, severity);

95. WARNING: DiscouragedReference

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

PrefTestUtil.java :

61 : prefs.setSeverity(ELValidationPreferences.BINARY_COMPARISON_WITH_ENUM_ALWAYS_SAME, severity);

96. WARNING: DiscouragedReference

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

PrefTestUtil.java :

62 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_COMPARISON_OF_ENUMS_INCOMPATIBLE, severity);

97. WARNING: DiscouragedReference

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

PrefTestUtil.java :

62 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_COMPARISON_OF_ENUMS_INCOMPATIBLE, severity);

98. WARNING: DiscouragedReference

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

PrefTestUtil.java :

62 : prefs.setSeverity(ELValidationPreferences.BINARY_OP_COMPARISON_OF_ENUMS_INCOMPATIBLE, severity);

99. WARNING: DiscouragedReference

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

PrefTestUtil.java :

64 : static void assertSetByKey(Severity severity, ELValidationPreferences prefs)

100. WARNING: DiscouragedReference

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

PrefTestUtil.java :

64 : static void assertSetByKey(Severity severity, ELValidationPreferences prefs)

Source File: org/eclipse/jst/jsf/validation/el/tests/preferences/TestELValidationPreferences.java
1. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

19 : import org.eclipse.jst.jsf.core.internal.JSFCorePlugin;

2. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

20 : import org.eclipse.jst.jsf.validation.internal.ELValidationPreferences;

3. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

21 : import org.eclipse.jst.jsf.validation.internal.Severity;

4. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

30 : private ELValidationPreferences _prefs;

5. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

38 : new ELValidationPreferences();

6. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

38 : new ELValidationPreferences();

7. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

39 : _prefs.load(JSFCorePlugin.getDefault().getPreferenceStore());

8. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

39 : _prefs.load(JSFCorePlugin.getDefault().getPreferenceStore());

9. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

39 : _prefs.load(JSFCorePlugin.getDefault().getPreferenceStore());

10. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

39 : _prefs.load(JSFCorePlugin.getDefault().getPreferenceStore());

11. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

49 : _prefs.setDefaults();

12. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

51 : _prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

13. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

51 : _prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

14. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

51 : _prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

15. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

51 : _prefs.commit(JSFCorePlugin.getDefault().getPreferenceStore());

16. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

52 : ((IPersistentPreferenceStore)JSFCorePlugin.getDefault().getPreferenceStore()).save();

17. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

52 : ((IPersistentPreferenceStore)JSFCorePlugin.getDefault().getPreferenceStore()).save();

18. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

52 : ((IPersistentPreferenceStore)JSFCorePlugin.getDefault().getPreferenceStore()).save();

19. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

62 : _prefs.setDefaults();

20. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

69 : PrefTestUtil.setByKey(Severity.IGNORE, _prefs);

21. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

69 : PrefTestUtil.setByKey(Severity.IGNORE, _prefs);

22. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

70 : PrefTestUtil.assertSetByKey(Severity.IGNORE, _prefs);

23. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

70 : PrefTestUtil.assertSetByKey(Severity.IGNORE, _prefs);

24. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

76 : JSFCorePlugin.getDefault().getPreferenceStore();

25. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

76 : JSFCorePlugin.getDefault().getPreferenceStore();

26. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

76 : JSFCorePlugin.getDefault().getPreferenceStore();

27. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

77 : PrefTestUtil.setByKey(Severity.IGNORE, _prefs);

28. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

77 : PrefTestUtil.setByKey(Severity.IGNORE, _prefs);

29. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

78 : PrefTestUtil.assertSetByKey(Severity.IGNORE, _prefs);

30. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

78 : PrefTestUtil.assertSetByKey(Severity.IGNORE, _prefs);

31. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

79 : _prefs.commit(prefStore);

32. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

81 : _prefs.load(prefStore);

33. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

82 : PrefTestUtil.assertSetByKey(Severity.IGNORE, _prefs);

34. WARNING: DiscouragedReference

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

TestELValidationPreferences.java :

82 : PrefTestUtil.assertSetByKey(Severity.IGNORE, _prefs);

Source File: org/eclipse/jst/jsf/validation/el/tests/preferences/ValidationMessageFactory.java
1. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

20 : import org.eclipse.jst.jsf.core.internal.JSFCorePlugin;

2. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

21 : import org.eclipse.jst.jsf.validation.internal.ELValidationPreferences;

3. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

22 : import org.eclipse.jst.jsf.validation.internal.ValidationPreferences;

4. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

23 : import org.eclipse.wst.validation.internal.core.Message;

5. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

46 : public static Message createFromDiagnostic(final Diagnostic diagnostic, final int offset, final int length, final IFile file, final ValidationPreferences prefs)

6. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

46 : public static Message createFromDiagnostic(final Diagnostic diagnostic, final int offset, final int length, final IFile file, final ValidationPreferences prefs)

7. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

48 : final ELValidationPreferences elPrefs =

8. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

49 : prefs.getElPrefs();

9. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

52 : elPrefs.getDiagnosticSeverity(diagnostic.getCode());

10. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

54 : final Message message =

11. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

61 : message.setOffset(offset);

12. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

62 : message.setLength(length);

13. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

98 : static class MyLocalizedMessage extends Message

14. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

120 : super(JSFCorePlugin.getDefault().getBundle().getSymbolicName(), severity, messageText);

15. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

120 : super(JSFCorePlugin.getDefault().getBundle().getSymbolicName(), severity,

16. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

120 : super(JSFCorePlugin.getDefault().getBundle().getSymbolicName(), severity,

17. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

123 : setTargetObject(targetObject);

18. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

173 : return (offset >= getOffset() && offset < getOffset()+getLength());

19. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

173 : return (offset >= getOffset() && offset < getOffset()+getLength());

20. WARNING: DiscouragedReference

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

ValidationMessageFactory.java :

173 : return (offset >= getOffset() && offset < getOffset()+getLength());

Source File: org/eclipse/jst/jsf/validation/el/tests/util/CreateTestCaseForJSP.java
1. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

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

2. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

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

3. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

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

4. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

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

5. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

6. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection;

7. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

8. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

28 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

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

CreateTestCaseForJSP.java :

39 : private static IStructuredModel model;

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

CreateTestCaseForJSP.java :

60 : model = StructuredModelManager.getModelManager().getModelForRead(file);

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

CreateTestCaseForJSP.java :

68 : model.releaseFromRead();

12. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

87 : public void handleRegion(ITextRegionCollection parentRegion, ITextRegion elRegion) {

13. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

87 : public void handleRegion(ITextRegionCollection parentRegion, ITextRegion elRegion) {

14. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection 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

CreateTestCaseForJSP.java :

89 : parentRegion.getStartOffset(elRegion);

15. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection 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

CreateTestCaseForJSP.java :

91 : final String elTextStr = "\""+parentRegion.getText(elRegion)+ "\"";

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

CreateTestCaseForJSP.java :

96 : processJSP(model.getStructuredDocument(), handler);

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

CreateTestCaseForJSP.java :

106 : public static void processJSP(final IStructuredDocument document, final ELRegionHandler handler)

18. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

108 : IStructuredDocumentRegion curNode = document.getFirstStructuredDocumentRegion();

19. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from 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

CreateTestCaseForJSP.java :

108 : IStructuredDocumentRegion curNode = document.getFirstStructuredDocumentRegion();

20. WARNING: DiscouragedReference

Discouraged access: The method getFirstRegion() from the type ITextRegionCollection 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

CreateTestCaseForJSP.java :

111 : if (curNode.getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN )

21. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion 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

CreateTestCaseForJSP.java :

111 : if (curNode.getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN )

22. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

111 : if (curNode.getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN )

23. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

111 : if (curNode.getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN )

24. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection 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

CreateTestCaseForJSP.java :

113 : final Iterator<?> regions = curNode.getRegions().iterator();

25. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList 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

CreateTestCaseForJSP.java :

113 : final Iterator<?> regions = curNode.getRegions().iterator();

26. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

114 : ITextRegion region = null;

27. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

118 : region = (ITextRegion) regions.next();

28. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

120 : if (region instanceof ITextRegionCollection

29. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion 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

CreateTestCaseForJSP.java :

121 : && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

30. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

121 : && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

31. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

121 : && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

32. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

123 : final ITextRegionCollection parentRegion = (ITextRegionCollection) region;

33. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

123 : final ITextRegionCollection parentRegion = (ITextRegionCollection) region;

34. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

124 : final ITextRegionList regionList = parentRegion.getRegions();

35. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection 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

CreateTestCaseForJSP.java :

124 : final ITextRegionList regionList = parentRegion.getRegions();

36. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList 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

CreateTestCaseForJSP.java :

125 : if (regionList.size() >= 4)

37. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

127 : final ITextRegion openQuote = regionList.get(0);

38. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList 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

CreateTestCaseForJSP.java :

127 : final ITextRegion openQuote = regionList.get(0);

39. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

128 : final ITextRegion openVBLQuote = regionList.get(1);

40. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList 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

CreateTestCaseForJSP.java :

128 : final ITextRegion openVBLQuote = regionList.get(1);

41. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion 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

CreateTestCaseForJSP.java :

130 : if ( (openQuote.getType() == DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_DQUOTE

42. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

130 : if ( (openQuote.getType() == DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_DQUOTE

43. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

130 : if ( (openQuote.getType() == DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_DQUOTE

44. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion 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

CreateTestCaseForJSP.java :

131 : || openQuote.getType() == DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_SQUOTE)

45. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

131 : || openQuote.getType() == DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_SQUOTE)

46. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

131 : || openQuote.getType() == DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_SQUOTE)

47. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion 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

CreateTestCaseForJSP.java :

132 : && (openVBLQuote.getType() == DOMJSPRegionContexts.JSP_VBL_OPEN))

48. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

132 : && (openVBLQuote.getType() == DOMJSPRegionContexts.JSP_VBL_OPEN))

49. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

132 : && (openVBLQuote.getType() == DOMJSPRegionContexts.JSP_VBL_OPEN))

50. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

136 : final ITextRegion content = regionList.get(2);

51. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList 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

CreateTestCaseForJSP.java :

136 : final ITextRegion content = regionList.get(2);

52. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion 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

CreateTestCaseForJSP.java :

137 : if (content.getType() == DOMJSPRegionContexts.JSP_VBL_CONTENT)

53. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

137 : if (content.getType() == DOMJSPRegionContexts.JSP_VBL_CONTENT)

54. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

137 : if (content.getType() == DOMJSPRegionContexts.JSP_VBL_CONTENT)

55. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion 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

CreateTestCaseForJSP.java :

146 : curNode = curNode.getNext();

56. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

163 : public void handleRegion(ITextRegionCollection parentRegion, ITextRegion elRegion);

57. WARNING: DiscouragedReference

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

CreateTestCaseForJSP.java :

163 : public void handleRegion(ITextRegionCollection parentRegion, ITextRegion elRegion);

Source File: org/eclipse/jst/jsf/validation/el/tests/util/FindELRegions.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

FindELRegions.java :

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

FindELRegions.java :

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

3. WARNING: DiscouragedReference

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

FindELRegions.java :

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

4. WARNING: DiscouragedReference

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

FindELRegions.java :

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

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

FindELRegions.java :

68 : private final static IStructuredModel[] models = new IStructuredModel[jspFiles.length];

6. WARNING: DiscouragedReference

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

FindELRegions.java :

68 : private final static IStructuredModel[] models = new IStructuredModel[jspFiles.length];

7. WARNING: DiscouragedReference

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

FindELRegions.java :

92 : models[i] = StructuredModelManager.getModelManager().getModelForRead(files[i]);

8. WARNING: DiscouragedReference

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

FindELRegions.java :

103 : models[i].releaseFromRead();

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

FindELRegions.java :

122 : final IStructuredDocument document = models[i].getStructuredDocument();

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

FindELRegions.java :

122 : final IStructuredDocument document = models[i].getStructuredDocument();

11. WARNING: DiscouragedReference

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

FindELRegions.java :

126 : public void handleRegion(ITextRegionCollection parentRegion, ITextRegion elRegion) {

12. WARNING: DiscouragedReference

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

FindELRegions.java :

126 : public void handleRegion(ITextRegionCollection parentRegion, ITextRegion elRegion) {

13. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection 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

FindELRegions.java :

128 : parentRegion.getStartOffset(elRegion);

14. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection 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

FindELRegions.java :

130 : final String elTextStr = "\""+parentRegion.getText(elRegion)+ "\"";