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 )
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;
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;
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 =
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());
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());
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();
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;
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;
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;
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;
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)
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 =
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();
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,
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 =
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());
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());
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());
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());
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());
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();
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,
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,
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,
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,
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,
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,
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,
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,
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,
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;
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
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;
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;
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;
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;
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);
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();
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();
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;
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;
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());
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());
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
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
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);
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);
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);
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);
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;
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
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");
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
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");
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
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");
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
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");
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;
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;
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;
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;
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);
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();
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();
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;
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;
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;
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;
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;
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;
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;
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;
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);
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();
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();
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();
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());
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());
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());
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());
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();
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();
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());
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());
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());
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());
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();
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();
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();
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 =
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);
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);
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();
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();
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();
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);
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);
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(),
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;
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;
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)
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);
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);
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);
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);
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());
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());
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)
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)
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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)
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)
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;
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;
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;
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;
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();
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();
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());
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());
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());
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());
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();
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());
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());
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());
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());
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();
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();
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();
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();
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);
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);
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);
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);
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();
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();
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();
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);
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);
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);
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);
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);
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);
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);
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);
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;
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;
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;
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;
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)
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)
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 =
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();
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());
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 =
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);
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);
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
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);
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,
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,
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);
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());
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());
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());
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;
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;
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;
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;
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;
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;
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;
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;
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;
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);
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();
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) {
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) {
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);
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)+ "\"";
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);
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)
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();
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();
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 )
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 )
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 )
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 )
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();
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();
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;
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();
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
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)
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)
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)
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;
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;
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();
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();
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)
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);
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);
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);
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);
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
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
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
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)
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)
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)
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))
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))
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))
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);
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);
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)
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)
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)
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();
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);
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);
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;
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;
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;
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;
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];
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];
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]);
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();
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();
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();
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) {
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) {
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);
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)+ "\"";