Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 53 Number of classfiles: 68
Problems: 544 (Errors: 0 Warnings: 544 )
Discouraged access: The type ValidatorMetaData 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
BVTSuite.java :
15 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type ValidatorMetaData 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
BVTSuite.java :
39 : ValidatorMetaData vmd = tmd.getValidatorMetaData();
Discouraged access: The type ValidatorMetaData 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
ValidatorSuite.java :
6 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type ValidatorMetaData 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
ValidatorSuite.java :
13 : private ValidatorMetaData _vmd = null;
Discouraged access: The type ValidatorMetaData 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
ValidatorSuite.java :
16 : public ValidatorSuite(ValidatorMetaData vmd) {
Discouraged access: The method getValidatorDisplayName() from the type ValidatorMetaData 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
ValidatorSuite.java :
21 : return _vmd.getValidatorDisplayName();
Discouraged access: The type ValidatorManager 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
ValidatorTest.java :
19 : import org.eclipse.wst.validation.internal.operations.ValidatorManager;
Discouraged access: The type ValidatorManager 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
ValidatorTest.java :
65 : ValidatorManager vm = ValidatorManager.getManager();
Discouraged access: The type ValidatorManager 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
ValidatorTest.java :
65 : ValidatorManager vm = ValidatorManager.getManager();
Discouraged access: The method getManager() from the type ValidatorManager 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
ValidatorTest.java :
65 : ValidatorManager vm = ValidatorManager.getManager();
Discouraged access: The type ValidatorManager 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
ValidatorTest.java :
66 : ValidatorManager.addProjectBuildValidationSupport(project);
Discouraged access: The method addProjectBuildValidationSupport(IProject) from the type ValidatorManager 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
ValidatorTest.java :
66 : ValidatorManager.addProjectBuildValidationSupport(project);
Discouraged access: The method enableValidator(String) from the type ValidatorManager 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
ValidatorTest.java :
67 : vm.enableValidator("ClasspathDependencyValidator");
Discouraged access: The method disableValidator(String) from the type ValidatorManager 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
ValidatorTest.java :
68 : vm.disableValidator("EarValidator");
Discouraged access: The method enableValidator(String, IProject, boolean, boolean) from the type ValidatorManager 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
ValidatorTest.java :
69 : vm.enableValidator("WarValidator", project, true, false);
Discouraged access: The method disableValidator(String, IProject, boolean, boolean) from the type ValidatorManager 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
ValidatorTest.java :
70 : vm.disableValidator("EJBValidator", project, true, true);
Discouraged access: The type ValidationFactory 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
ValidationRegistryApiTest.java :
8 : import org.eclipse.wst.validation.internal.provisional.ValidationFactory;
Discouraged access: The type ValidationFactory 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
ValidationRegistryApiTest.java :
27 : ValidationFactory valFactory = ValidationFactory.instance;
Discouraged access: The type ValidationFactory 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
ValidationRegistryApiTest.java :
27 : ValidationFactory valFactory = ValidationFactory.instance;
Discouraged access: The field instance from the type ValidationFactory 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
ValidationRegistryApiTest.java :
27 : ValidationFactory valFactory = ValidationFactory.instance;
Discouraged access: The method getValidator(String) from the type ValidationFactory 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
ValidationRegistryApiTest.java :
28 : IValidator validator = valFactory.getValidator("org.eclipse.jst.j2ee.internal.ejb.workbench.validation.UIEjbValidator");
Discouraged access: The type ValidationRegistryReader 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
BVTValidationRegistryReader.java :
33 : import org.eclipse.wst.validation.internal.ValidationRegistryReader;
Discouraged access: The type ValidatorMetaData 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
BVTValidationRegistryReader.java :
34 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type ValidatorMetaData 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
BVTValidationRegistryReader.java :
340 : ValidatorMetaData vmd = getValidatorMetaData(test);
Discouraged access: The type ValidatorMetaData 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
BVTValidationRegistryReader.java :
375 : private ValidatorMetaData getValidatorMetaData(IConfigurationElement element) {
Discouraged access: The type ValidatorMetaData 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
BVTValidationRegistryReader.java :
392 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClass);
Discouraged access: The type ValidationRegistryReader 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
BVTValidationRegistryReader.java :
392 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClass);
Discouraged access: The method getReader() from the type ValidationRegistryReader 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
BVTValidationRegistryReader.java :
392 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClass);
Discouraged access: The method getValidatorMetaData(String) from the type ValidationRegistryReader 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
BVTValidationRegistryReader.java :
392 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClass);
Discouraged access: The type ValidatorMetaData 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
MessageMetaData.java :
3 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type ValidatorMetaData 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
MessageMetaData.java :
53 : public ValidatorMetaData getValidator() {
Discouraged access: The type ConfigurationConstants 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
MessageUtility.java :
14 : import org.eclipse.wst.validation.internal.ConfigurationConstants;
Discouraged access: The type ConfigurationManager 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
MessageUtility.java :
15 : import org.eclipse.wst.validation.internal.ConfigurationManager;
Discouraged access: The type ValidationRegistryReader 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
MessageUtility.java :
16 : import org.eclipse.wst.validation.internal.ValidationRegistryReader;
Discouraged access: The type ValidatorMetaData 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
MessageUtility.java :
17 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
MessageUtility.java :
45 : return MessageFormat.format(template, new String[]{mssgPrefix, resource, location, text});
Discouraged access: The type ValidatorMetaData 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
MessageUtility.java :
126 : public static ValidatorMetaData getValidator(IMarker marker) {
Discouraged access: The type ConfigurationManager 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
MessageUtility.java :
127 : String validatorClass = ConfigurationManager.getManager().getValidator(marker);
Discouraged access: The method getManager() from the type ConfigurationManager 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
MessageUtility.java :
127 : String validatorClass = ConfigurationManager.getManager().getValidator(marker);
Discouraged access: The method getValidator(IMarker) from the type ConfigurationManager 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
MessageUtility.java :
127 : String validatorClass = ConfigurationManager.getManager().getValidator(marker);
Discouraged access: The type ValidatorMetaData 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
MessageUtility.java :
128 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClass);
Discouraged access: The type ValidationRegistryReader 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
MessageUtility.java :
128 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClass);
Discouraged access: The method getReader() from the type ValidationRegistryReader 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
MessageUtility.java :
128 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClass);
Discouraged access: The method getValidatorMetaData(String) from the type ValidationRegistryReader 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
MessageUtility.java :
128 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClass);
Discouraged access: The type ConfigurationConstants 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
MessageUtility.java :
198 : String targetObject = (String)marker.getAttribute(ConfigurationConstants.VALIDATION_MARKER_TARGETOBJECT);
Discouraged access: The field VALIDATION_MARKER_TARGETOBJECT from the type ConfigurationConstants 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
MessageUtility.java :
198 : String targetObject = (String)marker.getAttribute(ConfigurationConstants.VALIDATION_MARKER_TARGETOBJECT);
Discouraged access: The type ValidatorMetaData 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
MessageUtility.java :
347 : public int compare(ValidatorMetaData aVMD, ValidatorMetaData bVMD) {
Discouraged access: The type ValidatorMetaData 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
MessageUtility.java :
347 : public int compare(ValidatorMetaData aVMD, ValidatorMetaData bVMD) {
Discouraged access: The method getValidatorUniqueName() from the type ValidatorMetaData 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
MessageUtility.java :
357 : return compare(aVMD.getValidatorUniqueName(), bVMD.getValidatorUniqueName());
Discouraged access: The method getValidatorUniqueName() from the type ValidatorMetaData 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
MessageUtility.java :
357 : return compare(aVMD.getValidatorUniqueName(), bVMD.getValidatorUniqueName());
Discouraged access: The type ConfigurationConstants 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
MessageUtility.java :
642 : return (String)marker.getAttribute(ConfigurationConstants.VALIDATION_MARKER_MESSAGEID);
Discouraged access: The field VALIDATION_MARKER_MESSAGEID from the type ConfigurationConstants 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
MessageUtility.java :
642 : return (String)marker.getAttribute(ConfigurationConstants.VALIDATION_MARKER_MESSAGEID);
Discouraged access: The type ValidationPlugin 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
TestSetupImport.java :
12 : import org.eclipse.wst.validation.internal.plugin.ValidationPlugin;
Discouraged access: The type ValidationPlugin 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
TestSetupImport.java :
66 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
TestSetupImport.java :
66 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The method handleException(Throwable) from the type ValidationPlugin 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
TestSetupImport.java :
66 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The type ValidationPlugin 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
TestSetupImport.java :
71 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
TestSetupImport.java :
71 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The method handleException(Throwable) from the type ValidationPlugin 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
TestSetupImport.java :
71 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The type ValidationPlugin 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
TestSetupImport.java :
72 : ValidationPlugin.getPlugin().handleException(exc.getTargetException());
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
TestSetupImport.java :
72 : ValidationPlugin.getPlugin().handleException(exc.getTargetException());
Discouraged access: The method handleException(Throwable) from the type ValidationPlugin 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
TestSetupImport.java :
72 : ValidationPlugin.getPlugin().handleException(exc.getTargetException());
Discouraged access: The type ValidationPlugin 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
TestSetupImport.java :
77 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
TestSetupImport.java :
77 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The method handleException(Throwable) from the type ValidationPlugin 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
TestSetupImport.java :
77 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The type ValidationPlugin 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
TestSetupImport.java :
82 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR,
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
TestSetupImport.java :
82 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR,
Discouraged access: The method logMessage(int, String) from the type ValidationPlugin 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
TestSetupImport.java :
82 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, "TestSetup for " + dir + " was unsuccessful."); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type ValidatorMetaData 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
TestcaseMetaData.java :
19 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type ValidatorMetaData 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
TestcaseMetaData.java :
23 : private ValidatorMetaData _vmd = null;
Discouraged access: The type ValidatorMetaData 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
TestcaseMetaData.java :
30 : public TestcaseMetaData(String pluginName, String project, ValidatorMetaData vmd, String inputFileName) {
Discouraged access: The type ValidatorMetaData 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
TestcaseMetaData.java :
112 : public ValidatorMetaData getValidatorMetaData() {
Discouraged access: The method getValidatorUniqueName() from the type ValidatorMetaData 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
TestcaseMetaData.java :
117 : return getValidatorMetaData().getValidatorUniqueName();
Discouraged access: The method getValidatorDisplayName() from the type ValidatorMetaData 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
TestcaseMetaData.java :
122 : _name = _vmd.getValidatorDisplayName() + "::" + getProject(); //$NON-NLS-1$
Discouraged access: The type ConfigurationManager 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
ValidatorTestcase.java :
32 : import org.eclipse.wst.validation.internal.ConfigurationManager;
Discouraged access: The type GlobalConfiguration 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
ValidatorTestcase.java :
33 : import org.eclipse.wst.validation.internal.GlobalConfiguration;
Discouraged access: The type TaskListUtility 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
ValidatorTestcase.java :
34 : import org.eclipse.wst.validation.internal.TaskListUtility;
Discouraged access: The type VThreadManager 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
ValidatorTestcase.java :
35 : import org.eclipse.wst.validation.internal.VThreadManager;
Discouraged access: The type ValidatorMetaData 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
ValidatorTestcase.java :
36 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type IFileDelta 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
ValidatorTestcase.java :
37 : import org.eclipse.wst.validation.internal.core.IFileDelta;
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
38 : import org.eclipse.wst.validation.internal.operations.ValidatorSubsetOperation;
Discouraged access: The type ValidatorMetaData 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
ValidatorTestcase.java :
42 : private ValidatorMetaData _vmd = null;
Discouraged access: The type ValidatorMetaData 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
ValidatorTestcase.java :
50 : public ValidatorTestcase(String pluginName, String project, ValidatorMetaData vmd, String inputFileName, boolean visible) {
Discouraged access: The method isIncremental() from the type ValidatorMetaData 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
ValidatorTestcase.java :
97 : if(!getValidatorMetaData().isIncremental()) {
Discouraged access: The method isFullBuild() from the type ValidatorMetaData 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
ValidatorTestcase.java :
105 : if(!getValidatorMetaData().isFullBuild()) {
Discouraged access: The type ValidatorMetaData 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
ValidatorTestcase.java :
171 : public ValidatorMetaData getValidatorMetaData() {
Discouraged access: The method getValidatorUniqueName() from the type ValidatorMetaData 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
ValidatorTestcase.java :
176 : return getValidatorMetaData().getValidatorUniqueName();
Discouraged access: The method getValidatorDisplayName() from the type ValidatorMetaData 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
ValidatorTestcase.java :
181 : _name = _vmd.getValidatorDisplayName() + "::" + getProjectName(); //$NON-NLS-1$
Discouraged access: The method isAsync() from the type ValidatorMetaData 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
ValidatorTestcase.java :
219 : if(getValidatorMetaData().isAsync()) {
Discouraged access: The method getValidatorDisplayName() from the type ValidatorMetaData 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
ValidatorTestcase.java :
252 : buffer.write("Total time for validator " + getValidatorMetaData().getValidatorDisplayName() + " of project " + project.getName() + " in " + taskName + " mode was " + (end - start) + " milliseconds."); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$
Discouraged access: The type GlobalConfiguration 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
ValidatorTestcase.java :
262 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The method getManager() from the type ConfigurationManager 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
ValidatorTestcase.java :
262 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The method getGlobalConfiguration() from the type ConfigurationManager 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
ValidatorTestcase.java :
262 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The type ConfigurationManager 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
ValidatorTestcase.java :
262 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The method passivate() from the type ValidationConfiguration 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
ValidatorTestcase.java :
271 : gconf.passivate();
Discouraged access: The type IFileDelta 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
ValidatorTestcase.java :
282 : boolean pass2 = validateChangeAndCompare(buffer, project, IFileDelta.CHANGED, subTaskName);
Discouraged access: The field CHANGED from the type IFileDelta 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
ValidatorTestcase.java :
282 : boolean pass2 = validateChangeAndCompare(buffer, project, IFileDelta.CHANGED, subTaskName);
Discouraged access: The type IFileDelta 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
ValidatorTestcase.java :
283 : boolean pass3 = validateChangeAndCompare(buffer, project, IFileDelta.DELETED, subTaskName);
Discouraged access: The field DELETED from the type IFileDelta 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
ValidatorTestcase.java :
283 : boolean pass3 = validateChangeAndCompare(buffer, project, IFileDelta.DELETED, subTaskName);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
ValidatorTestcase.java :
311 : gconf.passivate();
Discouraged access: The method getValidatorDisplayName() from the type ValidatorMetaData 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
ValidatorTestcase.java :
326 : buffer.write("Total time for validator " + getValidatorMetaData().getValidatorDisplayName() + " of project " + project.getName() + " in asynchronous mode was " + (end - start) + " milliseconds."); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
339 : ValidatorSubsetOperation noForkOp = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The constructor ValidatorSubsetOperation(IProject, boolean, boolean) 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
ValidatorTestcase.java :
339 : ValidatorSubsetOperation noForkOp = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
339 : ValidatorSubsetOperation noForkOp = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The method setValidators(String[]) from the type ValidatorSubsetOperation 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
ValidatorTestcase.java :
340 : noForkOp.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method getValidatorNames() from the type ValidatorMetaData 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
ValidatorTestcase.java :
340 : noForkOp.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
341 : noForkOp.run(buffer.getProgressMonitor());
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
347 : ValidatorSubsetOperation forkOp = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The constructor ValidatorSubsetOperation(IProject, boolean, boolean) 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
ValidatorTestcase.java :
347 : ValidatorSubsetOperation forkOp = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
347 : ValidatorSubsetOperation forkOp = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The method setValidators(String[]) from the type ValidatorSubsetOperation 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
ValidatorTestcase.java :
348 : forkOp.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method getValidatorNames() from the type ValidatorMetaData 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
ValidatorTestcase.java :
348 : forkOp.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
349 : forkOp.run(buffer.getProgressMonitor());
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
355 : ValidatorSubsetOperation noForkOp2 = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The constructor ValidatorSubsetOperation(IProject, boolean, boolean) 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
ValidatorTestcase.java :
355 : ValidatorSubsetOperation noForkOp2 = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
355 : ValidatorSubsetOperation noForkOp2 = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The method setValidators(String[]) from the type ValidatorSubsetOperation 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
ValidatorTestcase.java :
356 : noForkOp2.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method getValidatorNames() from the type ValidatorMetaData 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
ValidatorTestcase.java :
356 : noForkOp2.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
357 : noForkOp2.run(buffer.getProgressMonitor());
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
363 : ValidatorSubsetOperation forkOp2 = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The constructor ValidatorSubsetOperation(IProject, boolean, boolean) 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
ValidatorTestcase.java :
363 : ValidatorSubsetOperation forkOp2 = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
363 : ValidatorSubsetOperation forkOp2 = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The method setValidators(String[]) from the type ValidatorSubsetOperation 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
ValidatorTestcase.java :
364 : forkOp2.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method getValidatorNames() from the type ValidatorMetaData 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
ValidatorTestcase.java :
364 : forkOp2.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
365 : forkOp2.run(buffer.getProgressMonitor());
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
371 : ValidatorSubsetOperation forkOp3 = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The constructor ValidatorSubsetOperation(IProject, boolean, boolean) 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
ValidatorTestcase.java :
371 : ValidatorSubsetOperation forkOp3 = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
371 : ValidatorSubsetOperation forkOp3 = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The method setValidators(String[]) from the type ValidatorSubsetOperation 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
ValidatorTestcase.java :
372 : forkOp3.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method getValidatorNames() from the type ValidatorMetaData 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
ValidatorTestcase.java :
372 : forkOp3.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
373 : forkOp3.run(buffer.getProgressMonitor());
Discouraged access: The method isDone() from the type VThreadManager 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
ValidatorTestcase.java :
377 : while(!VThreadManager.getManager().isDone() && !buffer.getProgressMonitor().isCanceled()) {}
Discouraged access: The method getManager() from the type VThreadManager 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
ValidatorTestcase.java :
377 : while(!VThreadManager.getManager().isDone() && !buffer.getProgressMonitor().isCanceled()) {}
Discouraged access: The type VThreadManager 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
ValidatorTestcase.java :
377 : while(!VThreadManager.getManager().isDone() && !buffer.getProgressMonitor().isCanceled()) {}
Discouraged access: The method getValidationTasks(IResource, String[]) from the type TaskListUtility 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
ValidatorTestcase.java :
385 : IMarker[] markers = TaskListUtility.getValidationTasks(project, getValidatorMetaData().getValidatorNames());
Discouraged access: The type TaskListUtility 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
ValidatorTestcase.java :
385 : IMarker[] markers = TaskListUtility.getValidationTasks(project, getValidatorMetaData().getValidatorNames());
Discouraged access: The method getValidatorNames() from the type ValidatorMetaData 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
ValidatorTestcase.java :
385 : IMarker[] markers = TaskListUtility.getValidationTasks(project, getValidatorMetaData().getValidatorNames());
Discouraged access: The type ValidatorMetaData 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
ValidatorTestcase.java :
397 : ValidatorMetaData[] vmds = new ValidatorMetaData[]{getValidatorMetaData()};
Discouraged access: The type ValidatorMetaData 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
ValidatorTestcase.java :
397 : ValidatorMetaData[] vmds = new ValidatorMetaData[]{getValidatorMetaData()};
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
399 : ValidatorSubsetOperation noForkOpOrig = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The constructor ValidatorSubsetOperation(IProject, boolean, boolean) 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
ValidatorTestcase.java :
399 : ValidatorSubsetOperation noForkOpOrig = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
399 : ValidatorSubsetOperation noForkOpOrig = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The method setValidators(String[]) from the type ValidatorSubsetOperation 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
ValidatorTestcase.java :
400 : noForkOpOrig.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method getValidatorNames() from the type ValidatorMetaData 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
ValidatorTestcase.java :
400 : noForkOpOrig.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
401 : noForkOpOrig.run(buffer.getProgressMonitor());
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
407 : ValidatorSubsetOperation noForkOpChanged = new ValidatorSubsetOperation(project, vmds, getResources(project), ifileDeltaType, false, false); // false = do not force if there's no deltas to validate
Discouraged access: The constructor ValidatorSubsetOperation(IProject, ValidatorMetaData[], IResource[], int, boolean, boolean) 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
ValidatorTestcase.java :
407 : ValidatorSubsetOperation noForkOpChanged = new ValidatorSubsetOperation(project, vmds, getResources(project), ifileDeltaType, false, false); // false = do not force if there's no deltas to validate
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
407 : ValidatorSubsetOperation noForkOpChanged = new ValidatorSubsetOperation(project, vmds, getResources(project), ifileDeltaType, false, false); // false = do not force if there's no deltas to validate
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
408 : noForkOpChanged.run(buffer.getProgressMonitor());
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
414 : ValidatorSubsetOperation forkOpOrig = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The constructor ValidatorSubsetOperation(IProject, boolean, boolean) 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
ValidatorTestcase.java :
414 : ValidatorSubsetOperation forkOpOrig = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
414 : ValidatorSubsetOperation forkOpOrig = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The method setValidators(String[]) from the type ValidatorSubsetOperation 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
ValidatorTestcase.java :
415 : forkOpOrig.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method getValidatorNames() from the type ValidatorMetaData 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
ValidatorTestcase.java :
415 : forkOpOrig.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
416 : forkOpOrig.run(buffer.getProgressMonitor());
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
422 : ValidatorSubsetOperation forkOpChanged = new ValidatorSubsetOperation(project, vmds, getResources(project), ifileDeltaType, false, true); // false = do not force if there's no deltas to validate
Discouraged access: The constructor ValidatorSubsetOperation(IProject, ValidatorMetaData[], IResource[], int, boolean, boolean) 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
ValidatorTestcase.java :
422 : ValidatorSubsetOperation forkOpChanged = new ValidatorSubsetOperation(project, vmds, getResources(project), ifileDeltaType, false, true); // false = do not force if there's no deltas to validate
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
422 : ValidatorSubsetOperation forkOpChanged = new ValidatorSubsetOperation(project, vmds, getResources(project), ifileDeltaType, false, true); // false = do not force if there's no deltas to validate
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
423 : forkOpChanged.run(buffer.getProgressMonitor());
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
429 : ValidatorSubsetOperation noForkOp2Orig = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The constructor ValidatorSubsetOperation(IProject, boolean, boolean) 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
ValidatorTestcase.java :
429 : ValidatorSubsetOperation noForkOp2Orig = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
429 : ValidatorSubsetOperation noForkOp2Orig = new ValidatorSubsetOperation(project, true, false);
Discouraged access: The method setValidators(String[]) from the type ValidatorSubsetOperation 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
ValidatorTestcase.java :
430 : noForkOp2Orig.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method getValidatorNames() from the type ValidatorMetaData 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
ValidatorTestcase.java :
430 : noForkOp2Orig.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
431 : noForkOp2Orig.run(buffer.getProgressMonitor());
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
437 : ValidatorSubsetOperation noForkOp2Changed = new ValidatorSubsetOperation(project, vmds, getResources(project), ifileDeltaType, false, false); // false = do not force if there's no deltas to validate
Discouraged access: The constructor ValidatorSubsetOperation(IProject, ValidatorMetaData[], IResource[], int, boolean, boolean) 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
ValidatorTestcase.java :
437 : ValidatorSubsetOperation noForkOp2Changed = new ValidatorSubsetOperation(project, vmds, getResources(project), ifileDeltaType, false, false); // false = do not force if there's no deltas to validate
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
437 : ValidatorSubsetOperation noForkOp2Changed = new ValidatorSubsetOperation(project, vmds, getResources(project), ifileDeltaType, false, false); // false = do not force if there's no deltas to validate
Discouraged access: The method run(IProgressMonitor) from the type ValidationOperation 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
ValidatorTestcase.java :
438 : noForkOp2Changed.run(buffer.getProgressMonitor());
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
444 : ValidatorSubsetOperation forkOp2Orig = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The constructor ValidatorSubsetOperation(IProject, boolean, boolean) 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
ValidatorTestcase.java :
444 : ValidatorSubsetOperation forkOp2Orig = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The type ValidatorSubsetOperation 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
ValidatorTestcase.java :
444 : ValidatorSubsetOperation forkOp2Orig = new ValidatorSubsetOperation(project, true, true);
Discouraged access: The method setValidators(String[]) from the type ValidatorSubsetOperation 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
ValidatorTestcase.java :
445 : forkOp2Orig.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The method getValidatorNames() from the type ValidatorMetaData 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
ValidatorTestcase.java :
445 : forkOp2Orig.setValidators(getValidatorMetaData().getValidatorNames());
Discouraged access: The type InternalValidatorManager 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
BVTRunner.java :
42 : import org.eclipse.wst.validation.internal.InternalValidatorManager;
Discouraged access: The type TaskListUtility 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
BVTRunner.java :
43 : import org.eclipse.wst.validation.internal.TaskListUtility;
Discouraged access: The type VThreadManager 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
BVTRunner.java :
44 : import org.eclipse.wst.validation.internal.VThreadManager;
Discouraged access: The type ValidatorMetaData 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
BVTRunner.java :
45 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type OneValidatorOperation 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
BVTRunner.java :
46 : import org.eclipse.wst.validation.internal.operations.OneValidatorOperation;
Discouraged access: The type ValidationOperation 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
BVTRunner.java :
47 : import org.eclipse.wst.validation.internal.operations.ValidationOperation;
Discouraged access: The type ValidationPlugin 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
BVTRunner.java :
48 : import org.eclipse.wst.validation.internal.plugin.ValidationPlugin;
Discouraged access: The constructor OneValidatorOperation(IProject, String, boolean, boolean) 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
BVTRunner.java :
187 : return test(buffer, tmd.getName(), ValidationTypeEnum.RUN_VALIDATION_NAME, tmd.getMessages(validationEnumType), new OneValidatorOperation(project, tmd.getValidatorClass(), true, false), InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()})); // true=force, false=no for
Discouraged access: The type OneValidatorOperation 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
BVTRunner.java :
187 : return test(buffer, tmd.getName(), ValidationTypeEnum.RUN_VALIDATION_NAME, tmd.getMessages(validationEnumType), new OneValidatorOperation(project, tmd.getValidatorClass(), true, false), InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()})); // true=force, false=no for
Discouraged access: The type InternalValidatorManager 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
BVTRunner.java :
187 : return test(buffer, tmd.getName(), ValidationTypeEnum.RUN_VALIDATION_NAME, tmd.getMessages(validationEnumType), new OneValidatorOperation(project, tmd.getValidatorClass(), true, false), InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()})); // true=force, false=no for
Discouraged access: The method getManager() from the type InternalValidatorManager 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
BVTRunner.java :
187 : return test(buffer, tmd.getName(), ValidationTypeEnum.RUN_VALIDATION_NAME, tmd.getMessages(validationEnumType), new OneValidatorOperation(project, tmd.getValidatorClass(), true, false), InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()})); // true=force, false=no for
Discouraged access: The method getValidatorNames(ValidatorMetaData[]) from the type InternalValidatorManager 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
BVTRunner.java :
187 : return test(buffer, tmd.getName(), ValidationTypeEnum.RUN_VALIDATION_NAME, tmd.getMessages(validationEnumType), new OneValidatorOperation(project, tmd.getValidatorClass(), true, false), InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()})); // true=force, false=no for
Discouraged access: The type ValidatorMetaData 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
BVTRunner.java :
187 : return test(buffer, tmd.getName(), ValidationTypeEnum.RUN_VALIDATION_NAME, tmd.getMessages(validationEnumType), new OneValidatorOperation(project, tmd.getValidatorClass(), true, false), InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()})); // true=force, false=no for
Discouraged access: The type TaskListUtility 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
BVTRunner.java :
255 : IMarker[] messages = TaskListUtility.getValidationTasks(project, InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()}));
Discouraged access: The method getValidationTasks(IResource, String[]) from the type TaskListUtility 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
BVTRunner.java :
255 : IMarker[] messages = TaskListUtility.getValidationTasks(project, InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()}));
Discouraged access: The type InternalValidatorManager 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
BVTRunner.java :
255 : IMarker[] messages = TaskListUtility.getValidationTasks(project, InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()}));
Discouraged access: The method getManager() from the type InternalValidatorManager 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
BVTRunner.java :
255 : IMarker[] messages = TaskListUtility.getValidationTasks(project, InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()}));
Discouraged access: The method getValidatorNames(ValidatorMetaData[]) from the type InternalValidatorManager 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
BVTRunner.java :
255 : IMarker[] messages = TaskListUtility.getValidationTasks(project, InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()}));
Discouraged access: The type ValidatorMetaData 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
BVTRunner.java :
255 : IMarker[] messages = TaskListUtility.getValidationTasks(project, InternalValidatorManager.getManager().getValidatorNames(new ValidatorMetaData[]{tmd.getValidatorMetaData()}));
Discouraged access: The type ValidationOperation 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
BVTRunner.java :
265 : public boolean test(IBuffer buffer, String testName, String subTaskName, List expectedMessages, ValidationOperation op, String[] validatorNames) throws BVTValidationException {
Discouraged access: The method isFork() from the type ValidationOperation 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
BVTRunner.java :
283 : if(op.isFork()) {
Discouraged access: The type VThreadManager 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
BVTRunner.java :
285 : while(!VThreadManager.getManager().isDone()){};
Discouraged access: The method getManager() from the type VThreadManager 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
BVTRunner.java :
285 : while(!VThreadManager.getManager().isDone()){};
Discouraged access: The method isDone() from the type VThreadManager 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
BVTRunner.java :
285 : while(!VThreadManager.getManager().isDone()){};
Discouraged access: The type TaskListUtility 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
BVTRunner.java :
293 : IMarker[] messages = TaskListUtility.getValidationTasks(op.getProject(), validatorNames);
Discouraged access: The method getValidationTasks(IResource, String[]) from the type TaskListUtility 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
BVTRunner.java :
293 : IMarker[] messages = TaskListUtility.getValidationTasks(op.getProject(), validatorNames);
Discouraged access: The method getProject() from the type ValidationOperation 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
BVTRunner.java :
293 : IMarker[] messages = TaskListUtility.getValidationTasks(op.getProject(), validatorNames);
Discouraged access: The method getProject() from the type ValidationOperation 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
BVTRunner.java :
294 : passed = verify(buffer, testName, subTaskName, op.getProject(), expectedMessages, messages);
Discouraged access: The type ValidationPlugin 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
BVTRunner.java :
349 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, message);
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
BVTRunner.java :
349 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, message);
Discouraged access: The method logMessage(int, String) from the type ValidationPlugin 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
BVTRunner.java :
349 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, message);
Discouraged access: The type ValidationPlugin 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
BVTRunner.java :
359 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, "Import failed for dir " + dir); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
BVTRunner.java :
359 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, "Import failed for dir " + dir); //$NON-NLS-1$
Discouraged access: The method logMessage(int, String) from the type ValidationPlugin 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
BVTRunner.java :
359 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, "Import failed for dir " + dir); //$NON-NLS-1$
Discouraged access: The type ValidationPlugin 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
BVTRunner.java :
370 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR,
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
BVTRunner.java :
370 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR,
Discouraged access: The method logMessage(int, String) from the type ValidationPlugin 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
BVTRunner.java :
370 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, "Test setup for " + tmdName + " was unsuccessful."); //$NON-NLS-1$ //$NON-NLS-2$
Dead code
BVTRunner.java :
615 : if((severity == null) && (prefixSeverity == null)) { severityEqual = true; }
Dead code
BVTRunner.java :
621 : else if(prefixSeverity == null) { severityEqual = false; }
Discouraged access: The type ConfigurationConstants 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
BVTValidationUtility.java :
30 : import org.eclipse.wst.validation.internal.ConfigurationConstants;
Discouraged access: The type ValidationRegistryReader 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
BVTValidationUtility.java :
31 : import org.eclipse.wst.validation.internal.ValidationRegistryReader;
Discouraged access: The type ValidatorMetaData 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
BVTValidationUtility.java :
32 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type ValidatorMetaData 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
BVTValidationUtility.java :
42 : public static ValidatorMetaData getValidatorMetaData(IMarker marker) {
Discouraged access: The type ConfigurationConstants 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
BVTValidationUtility.java :
45 : validatorClassName = marker.getAttribute(ConfigurationConstants.VALIDATION_MARKER_OWNER).toString();
Discouraged access: The field VALIDATION_MARKER_OWNER from the type ConfigurationConstants 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
BVTValidationUtility.java :
45 : validatorClassName = marker.getAttribute(ConfigurationConstants.VALIDATION_MARKER_OWNER).toString();
Discouraged access: The type ValidatorMetaData 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
BVTValidationUtility.java :
46 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClassName);
Discouraged access: The type ValidationRegistryReader 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
BVTValidationUtility.java :
46 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClassName);
Discouraged access: The method getReader() from the type ValidationRegistryReader 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
BVTValidationUtility.java :
46 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClassName);
Discouraged access: The method getValidatorMetaData(String) from the type ValidationRegistryReader 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
BVTValidationUtility.java :
46 : ValidatorMetaData vmd = ValidationRegistryReader.getReader().getValidatorMetaData(validatorClassName);
Discouraged access: The type ConfigurationConstants 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
BVTValidationUtility.java :
56 : IMarker[] allMarkers = resource.findMarkers(ConfigurationConstants.VALIDATION_MARKER, false, IResource.DEPTH_INFINITE); // false means only consider PROBLEM_MARKER, not variants of PROBLEM_MARKER. Since addTask only adds PROBLEM_MARKER, we don't need to consider its subtypes.
Discouraged access: The field VALIDATION_MARKER from the type ConfigurationConstants 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
BVTValidationUtility.java :
56 : IMarker[] allMarkers = resource.findMarkers(ConfigurationConstants.VALIDATION_MARKER, false, IResource.DEPTH_INFINITE); // false means only consider PROBLEM_MARKER, not variants of PROBLEM_MARKER. Since addTask only adds PROBLEM_MARKER, we don't need to consider its subtypes.
Discouraged access: The type ValidatorMetaData 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
BVTValidationUtility.java :
226 : public static ValidatorTestcase[] getValidatorTests(IProgressMonitor monitor, ValidatorMetaData vmd) {
Discouraged access: The type ValidatorMetaData 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
BVTValidationUtility.java :
241 : public static ValidatorMetaData[] getValidatorsThatHaveTests(IProgressMonitor monitor) {
Discouraged access: The type ValidatorMetaData 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
BVTValidationUtility.java :
249 : ValidatorMetaData[] vmds = new ValidatorMetaData[temp.size()];
Discouraged access: The type ValidatorMetaData 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
BVTValidationUtility.java :
249 : ValidatorMetaData[] vmds = new ValidatorMetaData[temp.size()];
Discouraged access: The type ValidationPlugin 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
AImportOperation.java :
14 : import org.eclipse.wst.validation.internal.plugin.ValidationPlugin;
Discouraged access: The type ValidationPlugin 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
AImportOperation.java :
63 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, message);
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
AImportOperation.java :
63 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, message);
Discouraged access: The method logMessage(int, String) from the type ValidationPlugin 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
AImportOperation.java :
63 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, message);
Discouraged access: The type ValidationPlugin 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
AImportOperation.java :
73 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
AImportOperation.java :
73 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The method handleException(Throwable) from the type ValidationPlugin 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
AImportOperation.java :
73 : ValidationPlugin.getPlugin().handleException(exc);
Discouraged access: The type ValidationPlugin 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
AImportOperation.java :
82 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR,
Discouraged access: The method getPlugin() from the type ValidationPlugin 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
AImportOperation.java :
82 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR,
Discouraged access: The method logMessage(int, String) from the type ValidationPlugin 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
AImportOperation.java :
82 : ValidationPlugin.getPlugin().logMessage(IStatus.ERROR, "AImportOperation for " + projectName + " was unsuccessful."); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type ValidatorMetaData 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
CheckForUntestedPropertiesOperation.java :
22 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type ValidatorMetaData 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
CheckForUntestedPropertiesOperation.java :
28 : private ValidatorMetaData _vmd = null;
Discouraged access: The type ValidatorMetaData 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
CheckForUntestedPropertiesOperation.java :
31 : public CheckForUntestedPropertiesOperation(IBuffer buffer, ValidatorMetaData vmd, String resourceBundleName) {
Discouraged access: The type ValidatorMetaData 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
CheckForUntestedPropertiesOperation.java :
42 : public ValidatorMetaData getValidatorMetaData() {
Discouraged access: The type ValidatorMetaData 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
CheckForUntestedPropertiesOperation.java :
45 : private String getPluginId(ValidatorMetaData vmd) {
Discouraged access: The method getValidator() from the type ValidatorMetaData 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
CheckForUntestedPropertiesOperation.java :
49 : ClassLoader cl = vmd.getValidator().getClass().getClassLoader();
Discouraged access: The type ValidatorMetaData 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
CheckForUntestedPropertiesOperation.java :
64 : void setValidatorMetaData(ValidatorMetaData vmd) {
Discouraged access: The type ValidatorMetaData 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
CheckForUntestedPropertiesOperation.java :
86 : ValidatorMetaData vmd = getValidatorMetaData();
Discouraged access: The method getValidatorDisplayName() from the type ValidatorMetaData 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
CheckForUntestedPropertiesOperation.java :
90 : String msg = "Cannot load plugin id for validator " + vmd.getValidatorDisplayName();//$NON-NLS-1$
Discouraged access: The type ValidatorManager 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
JARImportOperation.java :
28 : import org.eclipse.wst.validation.internal.operations.ValidatorManager;
Discouraged access: The type ValidatorManager 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
JARImportOperation.java :
92 : ValidatorManager.addProjectBuildValidationSupport(project);
Discouraged access: The method addProjectBuildValidationSupport(IProject) from the type ValidatorManager 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
JARImportOperation.java :
92 : ValidatorManager.addProjectBuildValidationSupport(project);
Discouraged access: The type TaskListUtility 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
TestCaseGeneratorOperation.java :
18 : import org.eclipse.wst.validation.internal.TaskListUtility;
Discouraged access: The type ValidatorMetaData 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
TestCaseGeneratorOperation.java :
19 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type TaskListUtility 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
TestCaseGeneratorOperation.java :
79 : IMarker[] markers = TaskListUtility.getValidationTasks(project, IMessage.ALL_MESSAGES);
Discouraged access: The method getValidationTasks(IResource, int) from the type TaskListUtility 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
TestCaseGeneratorOperation.java :
79 : IMarker[] markers = TaskListUtility.getValidationTasks(project, IMessage.ALL_MESSAGES);
Discouraged access: The type ValidatorMetaData 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
TestCaseGeneratorOperation.java :
97 : ValidatorMetaData vmd = MessageUtility.getValidator(marker);
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
TestCaseGeneratorOperation.java :
108 : messageBuffer.append(MessageFormat.format(_TESTCASE_MESSAGE_TEMPLATE_, new String[]{messageId, resource, location, text}));
Discouraged access: The type ValidatorMetaData 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
TestCaseGeneratorOperation.java :
114 : ValidatorMetaData vmd = (ValidatorMetaData)iterator.next();
Discouraged access: The type ValidatorMetaData 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
TestCaseGeneratorOperation.java :
114 : ValidatorMetaData vmd = (ValidatorMetaData)iterator.next();
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
TestCaseGeneratorOperation.java :
116 : String testcaseTemplate = MessageFormat.format(_TESTCASE_TEMPLATE_, new String[]{project.getName(), vmd.getValidatorUniqueName(), buffer.toString()});
Discouraged access: The method getValidatorUniqueName() from the type ValidatorMetaData 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
TestCaseGeneratorOperation.java :
116 : String testcaseTemplate = MessageFormat.format(_TESTCASE_TEMPLATE_, new String[]{project.getName(), vmd.getValidatorUniqueName(), buffer.toString()});
Discouraged access: The type ValidatorMetaData 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
TestCaseGeneratorOperation.java :
125 : private StringBuffer getBuffer(ValidatorMetaData vmd) {
Discouraged access: The type ConfigurationManager 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
TestOpConstrOperation.java :
37 : import org.eclipse.wst.validation.internal.ConfigurationManager;
Discouraged access: The type GlobalConfiguration 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
TestOpConstrOperation.java :
38 : import org.eclipse.wst.validation.internal.GlobalConfiguration;
Discouraged access: The type InternalValidatorManager 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
TestOpConstrOperation.java :
39 : import org.eclipse.wst.validation.internal.InternalValidatorManager;
Discouraged access: The type TaskListUtility 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
TestOpConstrOperation.java :
40 : import org.eclipse.wst.validation.internal.TaskListUtility;
Discouraged access: The type ValidationConfiguration 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
TestOpConstrOperation.java :
41 : import org.eclipse.wst.validation.internal.ValidationConfiguration;
Discouraged access: The type ValidatorMetaData 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
TestOpConstrOperation.java :
42 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type AllValidatorsOperation 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
TestOpConstrOperation.java :
43 : import org.eclipse.wst.validation.internal.operations.AllValidatorsOperation;
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
44 : import org.eclipse.wst.validation.internal.operations.EnabledIncrementalValidatorsOperation;
Discouraged access: The type EnabledValidatorsOperation 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
TestOpConstrOperation.java :
45 : import org.eclipse.wst.validation.internal.operations.EnabledValidatorsOperation;
Discouraged access: The type IRuleGroup 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
TestOpConstrOperation.java :
46 : import org.eclipse.wst.validation.internal.operations.IRuleGroup;
Discouraged access: The type OneValidatorOperation 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
TestOpConstrOperation.java :
47 : import org.eclipse.wst.validation.internal.operations.OneValidatorOperation;
Discouraged access: The type ValidationOperation 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
TestOpConstrOperation.java :
48 : import org.eclipse.wst.validation.internal.operations.ValidationOperation;
Discouraged access: The type ValidatorSubsetOperation 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
TestOpConstrOperation.java :
49 : import org.eclipse.wst.validation.internal.operations.ValidatorSubsetOperation;
Discouraged access: The type GlobalConfiguration 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
TestOpConstrOperation.java :
103 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The method getGlobalConfiguration() from the type ConfigurationManager 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
TestOpConstrOperation.java :
103 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The method getManager() from the type ConfigurationManager 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
TestOpConstrOperation.java :
103 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The type ConfigurationManager 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
TestOpConstrOperation.java :
103 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The type GlobalConfiguration 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
TestOpConstrOperation.java :
104 : GlobalConfiguration origGconf = new GlobalConfiguration(gconf);
Discouraged access: The constructor GlobalConfiguration(GlobalConfiguration) 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
TestOpConstrOperation.java :
104 : GlobalConfiguration origGconf = new GlobalConfiguration(gconf);
Discouraged access: The type GlobalConfiguration 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
TestOpConstrOperation.java :
104 : GlobalConfiguration origGconf = new GlobalConfiguration(gconf);
Discouraged access: The method setCanProjectsOverride(boolean) from the type GlobalConfiguration 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
TestOpConstrOperation.java :
110 : gconf.setCanProjectsOverride(false);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
TestOpConstrOperation.java :
115 : gconf.passivate();
Discouraged access: The type ValidationOperation 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
TestOpConstrOperation.java :
131 : ValidationOperation operation = testWrapper.getOperation();
Discouraged access: The method passivate() from the type ValidationConfiguration 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
TestOpConstrOperation.java :
166 : gconf.passivate();
Discouraged access: The type TaskListUtility 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
TestOpConstrOperation.java :
185 : TaskListUtility.removeAllTasks(getProject(), wrapper.getValidatorNames()); // null=delete markers on all objects
Discouraged access: The method removeAllTasks(IResource, String[]) from the type TaskListUtility 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
TestOpConstrOperation.java :
185 : TaskListUtility.removeAllTasks(getProject(), wrapper.getValidatorNames()); // null=delete markers on all objects
Discouraged access: The type ValidationConfiguration 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
TestOpConstrOperation.java :
210 : private TestWrapper[] getOperations(IProgressMonitor monitor, ValidationConfiguration vconf) throws InvocationTargetException {
Discouraged access: The type ValidatorMetaData 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
TestOpConstrOperation.java :
232 : ValidatorMetaData[] enabledVmd = new ValidatorMetaData[allTmds.length];
Discouraged access: The type ValidatorMetaData 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
TestOpConstrOperation.java :
232 : ValidatorMetaData[] enabledVmd = new ValidatorMetaData[allTmds.length];
Discouraged access: The type ValidatorMetaData 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
TestOpConstrOperation.java :
236 : ValidatorMetaData vmd = vt.getValidatorMetaData();
Discouraged access: The method isIncremental() from the type ValidatorMetaData 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
TestOpConstrOperation.java :
239 : if(vmd.isIncremental()) {
Discouraged access: The method isApplicableTo(IResource) from the type ValidatorMetaData 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
TestOpConstrOperation.java :
252 : if(vmd.isApplicableTo(javaFile) && vmd.isIncremental()) {
Discouraged access: The method isIncremental() from the type ValidatorMetaData 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
TestOpConstrOperation.java :
252 : if(vmd.isApplicableTo(javaFile) && vmd.isIncremental()) {
Discouraged access: The method getValidatorNames(Collection<ValidatorMetaData>) from the type InternalValidatorManager 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
TestOpConstrOperation.java :
260 : String[] allValidatorNames = InternalValidatorManager.getManager().getValidatorNames(enabledValidators);
Discouraged access: The method getManager() from the type InternalValidatorManager 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
TestOpConstrOperation.java :
260 : String[] allValidatorNames = InternalValidatorManager.getManager().getValidatorNames(enabledValidators);
Discouraged access: The type InternalValidatorManager 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
TestOpConstrOperation.java :
260 : String[] allValidatorNames = InternalValidatorManager.getManager().getValidatorNames(enabledValidators);
Discouraged access: The type InternalValidatorManager 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
TestOpConstrOperation.java :
261 : String[] incValidatorNames = InternalValidatorManager.getManager().getValidatorNames(enabledIncrementalValidators);
Discouraged access: The method getManager() from the type InternalValidatorManager 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
TestOpConstrOperation.java :
261 : String[] incValidatorNames = InternalValidatorManager.getManager().getValidatorNames(enabledIncrementalValidators);
Discouraged access: The method getValidatorNames(Collection<ValidatorMetaData>) from the type InternalValidatorManager 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
TestOpConstrOperation.java :
261 : String[] incValidatorNames = InternalValidatorManager.getManager().getValidatorNames(enabledIncrementalValidators);
Discouraged access: The type InternalValidatorManager 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
TestOpConstrOperation.java :
262 : String[] javaValidatorNames = InternalValidatorManager.getManager().getValidatorNames(javaValidators);
Discouraged access: The method getManager() from the type InternalValidatorManager 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
TestOpConstrOperation.java :
262 : String[] javaValidatorNames = InternalValidatorManager.getManager().getValidatorNames(javaValidators);
Discouraged access: The method getValidatorNames(Collection<ValidatorMetaData>) from the type InternalValidatorManager 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
TestOpConstrOperation.java :
262 : String[] javaValidatorNames = InternalValidatorManager.getManager().getValidatorNames(javaValidators);
Discouraged access: The method getValidatorNames(Collection<ValidatorMetaData>) from the type InternalValidatorManager 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
TestOpConstrOperation.java :
263 : String[] fullValidatorNames = InternalValidatorManager.getManager().getValidatorNames(fullValidators);
Discouraged access: The method getManager() from the type InternalValidatorManager 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
TestOpConstrOperation.java :
263 : String[] fullValidatorNames = InternalValidatorManager.getManager().getValidatorNames(fullValidators);
Discouraged access: The type InternalValidatorManager 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
TestOpConstrOperation.java :
263 : String[] fullValidatorNames = InternalValidatorManager.getManager().getValidatorNames(fullValidators);
Discouraged access: The method setEnabledValidators(ValidatorMetaData[]) from the type ValidationConfiguration 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
TestOpConstrOperation.java :
265 : vconf.setEnabledValidators(enabledVmd);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
TestOpConstrOperation.java :
266 : vconf.passivate();
Discouraged access: The type AllValidatorsOperation 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
TestOpConstrOperation.java :
275 : AllValidatorsOperation op1 = new AllValidatorsOperation(getProject());
Discouraged access: The constructor AllValidatorsOperation(IProject) 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
TestOpConstrOperation.java :
275 : AllValidatorsOperation op1 = new AllValidatorsOperation(getProject());
Discouraged access: The type AllValidatorsOperation 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
TestOpConstrOperation.java :
275 : AllValidatorsOperation op1 = new AllValidatorsOperation(getProject());
Discouraged access: The type AllValidatorsOperation 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
TestOpConstrOperation.java :
278 : AllValidatorsOperation op2 = new AllValidatorsOperation(getProject(), false); // don't fork
Discouraged access: The constructor AllValidatorsOperation(IProject, boolean) 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
TestOpConstrOperation.java :
278 : AllValidatorsOperation op2 = new AllValidatorsOperation(getProject(), false); // don't fork
Discouraged access: The type AllValidatorsOperation 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
TestOpConstrOperation.java :
278 : AllValidatorsOperation op2 = new AllValidatorsOperation(getProject(), false); // don't fork
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
301 : EnabledIncrementalValidatorsOperation op3 = new EnabledIncrementalValidatorsOperation(getProject(), null,true);
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, IResourceDelta, boolean) 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
TestOpConstrOperation.java :
301 : EnabledIncrementalValidatorsOperation op3 = new EnabledIncrementalValidatorsOperation(getProject(), null,true);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
301 : EnabledIncrementalValidatorsOperation op3 = new EnabledIncrementalValidatorsOperation(getProject(), null,true);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
304 : EnabledIncrementalValidatorsOperation op4 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta,false);
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, IResourceDelta, boolean) 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
TestOpConstrOperation.java :
304 : EnabledIncrementalValidatorsOperation op4 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta,false);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
304 : EnabledIncrementalValidatorsOperation op4 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta,false);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
307 : EnabledIncrementalValidatorsOperation op5 = new EnabledIncrementalValidatorsOperation(getProject(), emptyDelta,false);
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, IResourceDelta, boolean) 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
TestOpConstrOperation.java :
307 : EnabledIncrementalValidatorsOperation op5 = new EnabledIncrementalValidatorsOperation(getProject(), emptyDelta,false);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
307 : EnabledIncrementalValidatorsOperation op5 = new EnabledIncrementalValidatorsOperation(getProject(), emptyDelta,false);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
310 : EnabledIncrementalValidatorsOperation op6 = new EnabledIncrementalValidatorsOperation(getProject(), null, IRuleGroup.PASS_FAST,false);
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, IResourceDelta, int, boolean) 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
TestOpConstrOperation.java :
310 : EnabledIncrementalValidatorsOperation op6 = new EnabledIncrementalValidatorsOperation(getProject(), null, IRuleGroup.PASS_FAST,false);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
310 : EnabledIncrementalValidatorsOperation op6 = new EnabledIncrementalValidatorsOperation(getProject(), null, IRuleGroup.PASS_FAST,false);
Discouraged access: The type IRuleGroup 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
TestOpConstrOperation.java :
310 : EnabledIncrementalValidatorsOperation op6 = new EnabledIncrementalValidatorsOperation(getProject(), null, IRuleGroup.PASS_FAST,false);
Discouraged access: The field PASS_FAST from the type IRuleGroup 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
TestOpConstrOperation.java :
310 : EnabledIncrementalValidatorsOperation op6 = new EnabledIncrementalValidatorsOperation(getProject(), null, IRuleGroup.PASS_FAST,false);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
313 : EnabledIncrementalValidatorsOperation op7 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta, IRuleGroup.PASS_FAST,false);
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, IResourceDelta, int, boolean) 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
TestOpConstrOperation.java :
313 : EnabledIncrementalValidatorsOperation op7 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta, IRuleGroup.PASS_FAST,false);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
313 : EnabledIncrementalValidatorsOperation op7 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta, IRuleGroup.PASS_FAST,false);
Discouraged access: The type IRuleGroup 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
TestOpConstrOperation.java :
313 : EnabledIncrementalValidatorsOperation op7 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta, IRuleGroup.PASS_FAST,false);
Discouraged access: The field PASS_FAST from the type IRuleGroup 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
TestOpConstrOperation.java :
313 : EnabledIncrementalValidatorsOperation op7 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta, IRuleGroup.PASS_FAST,false);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
316 : EnabledIncrementalValidatorsOperation op8 = new EnabledIncrementalValidatorsOperation(getProject(), emptyDelta, IRuleGroup.PASS_FAST,false);
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, IResourceDelta, int, boolean) 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
TestOpConstrOperation.java :
316 : EnabledIncrementalValidatorsOperation op8 = new EnabledIncrementalValidatorsOperation(getProject(), emptyDelta, IRuleGroup.PASS_FAST,false);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
316 : EnabledIncrementalValidatorsOperation op8 = new EnabledIncrementalValidatorsOperation(getProject(), emptyDelta, IRuleGroup.PASS_FAST,false);
Discouraged access: The type IRuleGroup 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
TestOpConstrOperation.java :
316 : EnabledIncrementalValidatorsOperation op8 = new EnabledIncrementalValidatorsOperation(getProject(), emptyDelta, IRuleGroup.PASS_FAST,false);
Discouraged access: The field PASS_FAST from the type IRuleGroup 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
TestOpConstrOperation.java :
316 : EnabledIncrementalValidatorsOperation op8 = new EnabledIncrementalValidatorsOperation(getProject(), emptyDelta, IRuleGroup.PASS_FAST,false);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
319 : EnabledIncrementalValidatorsOperation op9 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, null, IRuleGroup.PASS_FAST);
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, Set<ValidatorMetaData>, IResourceDelta, int) 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
TestOpConstrOperation.java :
319 : EnabledIncrementalValidatorsOperation op9 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, null, IRuleGroup.PASS_FAST);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
319 : EnabledIncrementalValidatorsOperation op9 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, null, IRuleGroup.PASS_FAST);
Discouraged access: The type IRuleGroup 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
TestOpConstrOperation.java :
319 : EnabledIncrementalValidatorsOperation op9 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, null, IRuleGroup.PASS_FAST);
Discouraged access: The field PASS_FAST from the type IRuleGroup 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
TestOpConstrOperation.java :
319 : EnabledIncrementalValidatorsOperation op9 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, null, IRuleGroup.PASS_FAST);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
322 : EnabledIncrementalValidatorsOperation op10 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, changedDelta, IRuleGroup.PASS_FAST);
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, Set<ValidatorMetaData>, IResourceDelta, int) 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
TestOpConstrOperation.java :
322 : EnabledIncrementalValidatorsOperation op10 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, changedDelta, IRuleGroup.PASS_FAST);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
322 : EnabledIncrementalValidatorsOperation op10 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, changedDelta, IRuleGroup.PASS_FAST);
Discouraged access: The type IRuleGroup 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
TestOpConstrOperation.java :
322 : EnabledIncrementalValidatorsOperation op10 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, changedDelta, IRuleGroup.PASS_FAST);
Discouraged access: The field PASS_FAST from the type IRuleGroup 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
TestOpConstrOperation.java :
322 : EnabledIncrementalValidatorsOperation op10 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, changedDelta, IRuleGroup.PASS_FAST);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
325 : EnabledIncrementalValidatorsOperation op11 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, emptyDelta, IRuleGroup.PASS_FAST);
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, Set<ValidatorMetaData>, IResourceDelta, int) 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
TestOpConstrOperation.java :
325 : EnabledIncrementalValidatorsOperation op11 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, emptyDelta, IRuleGroup.PASS_FAST);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
325 : EnabledIncrementalValidatorsOperation op11 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, emptyDelta, IRuleGroup.PASS_FAST);
Discouraged access: The type IRuleGroup 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
TestOpConstrOperation.java :
325 : EnabledIncrementalValidatorsOperation op11 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, emptyDelta, IRuleGroup.PASS_FAST);
Discouraged access: The field PASS_FAST from the type IRuleGroup 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
TestOpConstrOperation.java :
325 : EnabledIncrementalValidatorsOperation op11 = new EnabledIncrementalValidatorsOperation(getProject(), enabledIncrementalValidators, emptyDelta, IRuleGroup.PASS_FAST);
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
328 : EnabledIncrementalValidatorsOperation op12 = new EnabledIncrementalValidatorsOperation(getProject(), null, false); // full validate, don't fork
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, IResourceDelta, boolean) 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
TestOpConstrOperation.java :
328 : EnabledIncrementalValidatorsOperation op12 = new EnabledIncrementalValidatorsOperation(getProject(), null, false); // full validate, don't fork
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
328 : EnabledIncrementalValidatorsOperation op12 = new EnabledIncrementalValidatorsOperation(getProject(), null, false); // full validate, don't fork
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
331 : EnabledIncrementalValidatorsOperation op13 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta, false); // delta validate, don't fork
Discouraged access: The constructor EnabledIncrementalValidatorsOperation(IProject, IResourceDelta, boolean) 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
TestOpConstrOperation.java :
331 : EnabledIncrementalValidatorsOperation op13 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta, false); // delta validate, don't fork
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
331 : EnabledIncrementalValidatorsOperation op13 = new EnabledIncrementalValidatorsOperation(getProject(), changedDelta, false); // delta validate, don't fork
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
334 : EnabledIncrementalValidatorsOperation op14 = new EnabledIncrementalValidatorsOperation(getProject(), emptyDelta, false); // empty delta validate, don't fork
Discouraged access: The type EnabledIncrementalValidatorsOperation 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
TestOpConstrOperation.java :
334 : EnabledIncrementalValidatorsOperation op14 = new EnabledIncrementalValidatorsOperation(getProject(), emptyDelta, false); // empty delta validate, don't fork
Discouraged access: The type ConfigurationManager 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
VALFWK02Operation.java :
33 : import org.eclipse.wst.validation.internal.ConfigurationManager;
Discouraged access: The type GlobalConfiguration 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
VALFWK02Operation.java :
34 : import org.eclipse.wst.validation.internal.GlobalConfiguration;
Discouraged access: The type ProjectConfiguration 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
VALFWK02Operation.java :
35 : import org.eclipse.wst.validation.internal.ProjectConfiguration;
Discouraged access: The type TaskListUtility 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
VALFWK02Operation.java :
36 : import org.eclipse.wst.validation.internal.TaskListUtility;
Discouraged access: The type Tracing 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
VALFWK02Operation.java :
37 : import org.eclipse.wst.validation.internal.Tracing;
Discouraged access: The type ValidationConfiguration 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
VALFWK02Operation.java :
38 : import org.eclipse.wst.validation.internal.ValidationConfiguration;
Discouraged access: The type ValidationRegistryReader 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
VALFWK02Operation.java :
39 : import org.eclipse.wst.validation.internal.ValidationRegistryReader;
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
40 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
Discouraged access: The type EnabledValidatorsOperation 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
VALFWK02Operation.java :
41 : import org.eclipse.wst.validation.internal.operations.EnabledValidatorsOperation;
Discouraged access: The type ValidatorManager 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
VALFWK02Operation.java :
42 : import org.eclipse.wst.validation.internal.operations.ValidatorManager;
Discouraged access: The method addProjectBuildValidationSupport(IProject) from the type ValidatorManager 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
VALFWK02Operation.java :
101 : ValidatorManager.addProjectBuildValidationSupport(project);
Discouraged access: The type ValidatorManager 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
VALFWK02Operation.java :
101 : ValidatorManager.addProjectBuildValidationSupport(project);
Discouraged access: The type GlobalConfiguration 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
VALFWK02Operation.java :
105 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The method getGlobalConfiguration() from the type ConfigurationManager 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
VALFWK02Operation.java :
105 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The method getManager() from the type ConfigurationManager 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
VALFWK02Operation.java :
105 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The type ConfigurationManager 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
VALFWK02Operation.java :
105 : GlobalConfiguration gconf = ConfigurationManager.getManager().getGlobalConfiguration();
Discouraged access: The type ProjectConfiguration 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
VALFWK02Operation.java :
106 : ProjectConfiguration pconf = ConfigurationManager.getManager().getProjectConfiguration(project);
Discouraged access: The method getManager() from the type ConfigurationManager 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
VALFWK02Operation.java :
106 : ProjectConfiguration pconf = ConfigurationManager.getManager().getProjectConfiguration(project);
Discouraged access: The type ConfigurationManager 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
VALFWK02Operation.java :
106 : ProjectConfiguration pconf = ConfigurationManager.getManager().getProjectConfiguration(project);
Discouraged access: The method getProjectConfiguration(IProject) from the type ConfigurationManager 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
VALFWK02Operation.java :
106 : ProjectConfiguration pconf = ConfigurationManager.getManager().getProjectConfiguration(project);
Discouraged access: The type GlobalConfiguration 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
VALFWK02Operation.java :
107 : GlobalConfiguration origGconf = new GlobalConfiguration(gconf); // copy the original values so that they can be restored in the finally block
Discouraged access: The constructor GlobalConfiguration(GlobalConfiguration) 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
VALFWK02Operation.java :
107 : GlobalConfiguration origGconf = new GlobalConfiguration(gconf); // copy the original values so that they can be restored in the finally block
Discouraged access: The type GlobalConfiguration 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
VALFWK02Operation.java :
107 : GlobalConfiguration origGconf = new GlobalConfiguration(gconf); // copy the original values so that they can be restored in the finally block
Discouraged access: The type ProjectConfiguration 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
VALFWK02Operation.java :
108 : ProjectConfiguration origPconf = new ProjectConfiguration(pconf); // copy the original values so that they can be restored in the finally block
Discouraged access: The constructor ProjectConfiguration(ProjectConfiguration) 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
VALFWK02Operation.java :
108 : ProjectConfiguration origPconf = new ProjectConfiguration(pconf); // copy the original values so that they can be restored in the finally block
Discouraged access: The type ProjectConfiguration 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
VALFWK02Operation.java :
108 : ProjectConfiguration origPconf = new ProjectConfiguration(pconf); // copy the original values so that they can be restored in the finally block
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
111 : ValidatorMetaData[] configuredValidators = pconf.getValidators();
Discouraged access: The method getValidators() from the type ProjectConfiguration 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
VALFWK02Operation.java :
111 : ValidatorMetaData[] configuredValidators = pconf.getValidators();
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
121 : ValidatorMetaData vfTestValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.FWK_NOBUILD_TEST_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The method getReader() from the type ValidationRegistryReader 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
VALFWK02Operation.java :
121 : ValidatorMetaData vfTestValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.FWK_NOBUILD_TEST_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The method getValidatorMetaData(String) from the type ValidationRegistryReader 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
VALFWK02Operation.java :
121 : ValidatorMetaData vfTestValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.FWK_NOBUILD_TEST_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The type ValidationRegistryReader 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
VALFWK02Operation.java :
121 : ValidatorMetaData vfTestValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.FWK_NOBUILD_TEST_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
122 : ValidatorMetaData vfNoBuildTestValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.FWK_TEST_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The method getValidatorMetaData(String) from the type ValidationRegistryReader 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
VALFWK02Operation.java :
122 : ValidatorMetaData vfNoBuildTestValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.FWK_TEST_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The method getReader() from the type ValidationRegistryReader 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
VALFWK02Operation.java :
122 : ValidatorMetaData vfNoBuildTestValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.FWK_TEST_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The type ValidationRegistryReader 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
VALFWK02Operation.java :
122 : ValidatorMetaData vfNoBuildTestValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.FWK_TEST_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
123 : ValidatorMetaData propertiesValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.PROPERTIES_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The method getReader() from the type ValidationRegistryReader 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
VALFWK02Operation.java :
123 : ValidatorMetaData propertiesValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.PROPERTIES_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The method getValidatorMetaData(String) from the type ValidationRegistryReader 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
VALFWK02Operation.java :
123 : ValidatorMetaData propertiesValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.PROPERTIES_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The type ValidationRegistryReader 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
VALFWK02Operation.java :
123 : ValidatorMetaData propertiesValidator = ValidationRegistryReader.getReader().getValidatorMetaData(TestOpConstrInputOperation.PROPERTIES_VALIDATOR_CLASS); //$NON-NLS-1$
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
124 : ValidatorMetaData[] enabledPropValidators = new ValidatorMetaData[2];
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
124 : ValidatorMetaData[] enabledPropValidators = new ValidatorMetaData[2];
Discouraged access: The method setEnabledValidators(ValidatorMetaData[]) from the type ProjectConfiguration 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
VALFWK02Operation.java :
127 : pconf.setEnabledValidators(enabledPropValidators);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
129 : pconf.passivate();
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
131 : ValidatorMetaData[] enabledPrefValidators = new ValidatorMetaData[1];
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
131 : ValidatorMetaData[] enabledPrefValidators = new ValidatorMetaData[1];
Discouraged access: The method setEnabledValidators(ValidatorMetaData[]) from the type ValidationConfiguration 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
VALFWK02Operation.java :
133 : gconf.setEnabledValidators(enabledPrefValidators);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
135 : gconf.passivate();
Discouraged access: The type Tracing 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
VALFWK02Operation.java :
173 : Tracing.setForceLogging(true);
Discouraged access: The method setForceLogging(boolean) from the type Tracing 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
VALFWK02Operation.java :
173 : Tracing.setForceLogging(true);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
202 : gconf.passivate();
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
205 : pconf.passivate();
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
228 : private static void debug(IBuffer buffer, String title, ValidatorMetaData[] enabledValidators) {
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
231 : ValidatorMetaData vmd = enabledValidators[i];
Discouraged access: The method getValidatorDisplayName() from the type ValidatorMetaData 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
VALFWK02Operation.java :
232 : buffer.write("\t" + vmd.getValidatorDisplayName()); //$NON-NLS-1$
Discouraged access: The type GlobalConfiguration 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
VALFWK02Operation.java :
239 : private int testPropNotOverride(final IProgressMonitor monitor, final IProject project, GlobalConfiguration gconf, ProjectConfiguration pconf, ValidatorTestcase tmd) {
Discouraged access: The type ProjectConfiguration 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
VALFWK02Operation.java :
239 : private int testPropNotOverride(final IProgressMonitor monitor, final IProject project, GlobalConfiguration gconf, ProjectConfiguration pconf, ValidatorTestcase tmd) {
Discouraged access: The method setCanProjectsOverride(boolean) from the type GlobalConfiguration 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
VALFWK02Operation.java :
244 : gconf.setCanProjectsOverride(true);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
245 : gconf.passivate();
Discouraged access: The method setDoesProjectOverride(boolean) from the type ProjectConfiguration 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
VALFWK02Operation.java :
246 : pconf.setDoesProjectOverride(false);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
247 : pconf.passivate();
Discouraged access: The type ValidatorManager 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
VALFWK02Operation.java :
249 : ValidatorManager.getManager().updateTaskList(project); // Update the task list because the preference and properties page do, so the configuration classes don't.
Discouraged access: The method getManager() from the type ValidatorManager 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
VALFWK02Operation.java :
249 : ValidatorManager.getManager().updateTaskList(project); // Update the task list because the preference and properties page do, so the configuration classes don't.
Discouraged access: The method updateTaskList(IProject) from the type ValidatorManager 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
VALFWK02Operation.java :
249 : ValidatorManager.getManager().updateTaskList(project); // Update the task list because the preference and properties page do, so the configuration classes don't.
Discouraged access: The method getEnabledValidators() from the type ProjectConfiguration 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
VALFWK02Operation.java :
251 : debug(getBuffer(), "Enabled Properties Validators", pconf.getEnabledValidators()); //$NON-NLS-1$
Discouraged access: The method getEnabledValidators() from the type ValidationConfiguration 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
VALFWK02Operation.java :
252 : debug(getBuffer(), "Enabled Preference Validators", gconf.getEnabledValidators()); //$NON-NLS-1$
Discouraged access: The type GlobalConfiguration 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
VALFWK02Operation.java :
278 : private int testPropOverride(final IProgressMonitor monitor, final IProject project, GlobalConfiguration gconf, ProjectConfiguration pconf, ValidatorTestcase tmd) {
Discouraged access: The type ProjectConfiguration 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
VALFWK02Operation.java :
278 : private int testPropOverride(final IProgressMonitor monitor, final IProject project, GlobalConfiguration gconf, ProjectConfiguration pconf, ValidatorTestcase tmd) {
Discouraged access: The method setCanProjectsOverride(boolean) from the type GlobalConfiguration 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
VALFWK02Operation.java :
283 : gconf.setCanProjectsOverride(true);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
284 : gconf.passivate();
Discouraged access: The method setDoesProjectOverride(boolean) from the type ProjectConfiguration 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
VALFWK02Operation.java :
285 : pconf.setDoesProjectOverride(true);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
286 : pconf.passivate();
Discouraged access: The method updateTaskList(IProject) from the type ValidatorManager 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
VALFWK02Operation.java :
288 : ValidatorManager.getManager().updateTaskList(project); // Update the task list because the preference and properties page do, so the configuration classes don't.
Discouraged access: The method getManager() from the type ValidatorManager 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
VALFWK02Operation.java :
288 : ValidatorManager.getManager().updateTaskList(project); // Update the task list because the preference and properties page do, so the configuration classes don't.
Discouraged access: The type ValidatorManager 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
VALFWK02Operation.java :
288 : ValidatorManager.getManager().updateTaskList(project); // Update the task list because the preference and properties page do, so the configuration classes don't.
Discouraged access: The method getEnabledValidators() from the type ProjectConfiguration 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
VALFWK02Operation.java :
290 : debug(getBuffer(), "Enabled Properties Validators", pconf.getEnabledValidators()); //$NON-NLS-1$
Discouraged access: The method getEnabledValidators() from the type ValidationConfiguration 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
VALFWK02Operation.java :
291 : debug(getBuffer(), "Enabled Preference Validators", gconf.getEnabledValidators()); //$NON-NLS-1$
Discouraged access: The type GlobalConfiguration 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
VALFWK02Operation.java :
313 : private int testPrefNotAllowOverride(final IProgressMonitor monitor, final IProject project, GlobalConfiguration gconf, ProjectConfiguration pconf, ValidatorTestcase tmd) {
Discouraged access: The type ProjectConfiguration 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
VALFWK02Operation.java :
313 : private int testPrefNotAllowOverride(final IProgressMonitor monitor, final IProject project, GlobalConfiguration gconf, ProjectConfiguration pconf, ValidatorTestcase tmd) {
Discouraged access: The method setCanProjectsOverride(boolean) from the type GlobalConfiguration 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
VALFWK02Operation.java :
318 : gconf.setCanProjectsOverride(false);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
319 : gconf.passivate();
Discouraged access: The method setDoesProjectOverride(boolean) from the type ProjectConfiguration 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
VALFWK02Operation.java :
320 : pconf.setDoesProjectOverride(true);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
321 : pconf.passivate();
Discouraged access: The method getManager() from the type ValidatorManager 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
VALFWK02Operation.java :
323 : ValidatorManager.getManager().updateTaskList(project); // Update the task list because the preference and properties page do, so the configuration classes don't.
Discouraged access: The type ValidatorManager 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
VALFWK02Operation.java :
323 : ValidatorManager.getManager().updateTaskList(project); // Update the task list because the preference and properties page do, so the configuration classes don't.
Discouraged access: The method updateTaskList(IProject) from the type ValidatorManager 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
VALFWK02Operation.java :
323 : ValidatorManager.getManager().updateTaskList(project); // Update the task list because the preference and properties page do, so the configuration classes don't.
Discouraged access: The method getEnabledValidators() from the type ProjectConfiguration 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
VALFWK02Operation.java :
325 : debug(getBuffer(), "Enabled Properties Validators", pconf.getEnabledValidators()); //$NON-NLS-1$
Discouraged access: The method getEnabledValidators() from the type ValidationConfiguration 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
VALFWK02Operation.java :
326 : debug(getBuffer(), "Enabled Preference Validators", gconf.getEnabledValidators()); //$NON-NLS-1$
Discouraged access: The type ValidationConfiguration 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
VALFWK02Operation.java :
348 : private int validate(IProgressMonitor monitor, IProject project, ValidationConfiguration vconf, ValidatorTestcase tmd, String testName) {
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
355 : vconf.passivate();
Discouraged access: The method passivate() from the type ValidationConfiguration 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
VALFWK02Operation.java :
425 : vconf.passivate();
Discouraged access: The type ValidationConfiguration 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
VALFWK02Operation.java :
454 : private boolean runValidation(IProgressMonitor monitor, IProject project, ValidationConfiguration vconf) {
Discouraged access: The type EnabledValidatorsOperation 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
VALFWK02Operation.java :
463 : EnabledValidatorsOperation validOp = new EnabledValidatorsOperation(project,false);
Discouraged access: The constructor EnabledValidatorsOperation(IProject, boolean) 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
VALFWK02Operation.java :
463 : EnabledValidatorsOperation validOp = new EnabledValidatorsOperation(project,false);
Discouraged access: The type EnabledValidatorsOperation 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
VALFWK02Operation.java :
463 : EnabledValidatorsOperation validOp = new EnabledValidatorsOperation(project,false);
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
466 : Set<ValidatorMetaData> launchedValidators = validOp.getLaunchedValidators();
Discouraged access: The method getLaunchedValidators() from the type ValidationOperation 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
VALFWK02Operation.java :
466 : Set<ValidatorMetaData> launchedValidators = validOp.getLaunchedValidators();
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
470 : ValidatorMetaData[] enabledValidators = vconf.getEnabledValidators();
Discouraged access: The method getEnabledValidators() from the type ValidationConfiguration 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
VALFWK02Operation.java :
470 : ValidatorMetaData[] enabledValidators = vconf.getEnabledValidators();
Discouraged access: The type ValidatorMetaData 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
VALFWK02Operation.java :
472 : ValidatorMetaData vmd = enabledValidators[i];
Discouraged access: The type AWorkbenchMOFHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
FwkNoBuildTestHelper.java :
22 : import org.eclipse.jst.j2ee.internal.validation.AWorkbenchMOFHelper;
Discouraged access: The type IFileDelta 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
FwkNoBuildTestHelper.java :
23 : import org.eclipse.wst.validation.internal.core.IFileDelta;
Discouraged access: The type WorkbenchFileDelta 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
FwkNoBuildTestHelper.java :
24 : import org.eclipse.wst.validation.internal.operations.WorkbenchFileDelta;
Discouraged access: The type AWorkbenchMOFHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
FwkNoBuildTestHelper.java :
27 : public class FwkNoBuildTestHelper extends AWorkbenchMOFHelper {
Discouraged access: The constructor AWorkbenchMOFHelper() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
FwkNoBuildTestHelper.java :
30 : super();
Discouraged access: The method registerModel(String, String) from the type WorkbenchContext 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
FwkNoBuildTestHelper.java :
32 : registerModel(FwkTestValidator.ALL_FILES, "loadAllFiles"); //$NON-NLS-1$
Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext 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
FwkNoBuildTestHelper.java :
33 : registerModel(FwkTestValidator.JAVAHELPERS, "loadJavaHelpers", new Class[]{IFileDelta.class}); //$NON-NLS-1$
Discouraged access: The type IFileDelta 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
FwkNoBuildTestHelper.java :
33 : registerModel(FwkTestValidator.JAVAHELPERS, "loadJavaHelpers", new Class[]{IFileDelta.class}); //$NON-NLS-1$
Discouraged access: The type IFileDelta 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
FwkNoBuildTestHelper.java :
44 : public IFileDelta[] loadAllFiles() {
Discouraged access: The method getProject() from the type WorkbenchContext 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
FwkNoBuildTestHelper.java :
45 : IProject project = getProject();
Discouraged access: The type WorkbenchFileDelta 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
FwkNoBuildTestHelper.java :
55 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);
Discouraged access: The constructor WorkbenchFileDelta(String, int, IResource) 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
FwkNoBuildTestHelper.java :
55 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);
Discouraged access: The type WorkbenchFileDelta 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
FwkNoBuildTestHelper.java :
55 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);
Discouraged access: The type IFileDelta 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
FwkNoBuildTestHelper.java :
55 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);
Discouraged access: The field CHANGED from the type IFileDelta 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
FwkNoBuildTestHelper.java :
55 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);
Discouraged access: The type IFileDelta 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
FwkNoBuildTestHelper.java :
70 : IFileDelta[] result = new IFileDelta[files.size()];
Discouraged access: The type IFileDelta 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
FwkNoBuildTestHelper.java :
70 : IFileDelta[] result = new IFileDelta[files.size()];
Discouraged access: The type IFileDelta 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
FwkNoBuildTestHelper.java :
75 : public JavaHelpers loadJavaHelpers(IFileDelta delta) {
Discouraged access: The type WorkbenchFileDelta 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
FwkNoBuildTestHelper.java :
76 : WorkbenchFileDelta fd = (WorkbenchFileDelta)delta;
Discouraged access: The type WorkbenchFileDelta 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
FwkNoBuildTestHelper.java :
76 : WorkbenchFileDelta fd = (WorkbenchFileDelta)delta;
Discouraged access: The method getResource() from the type WorkbenchFileDelta 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
FwkNoBuildTestHelper.java :
77 : IResource result = fd.getResource();
Discouraged access: The method getObject() from the type WorkbenchFileDelta 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
FwkNoBuildTestHelper.java :
89 : return (JavaHelpers)fd.getObject();
Discouraged access: The method getResource(Object) from the type AWorkbenchMOFHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
FwkNoBuildTestHelper.java :
97 : IResource result = super.getResource(object);
Discouraged access: The method getProject() from the type WorkbenchContext 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
FwkNoBuildTestHelper.java :
108 : return JDTUtility.getResource(getProject(), (JavaHelpers) object);
Discouraged access: The type WorkbenchFileDelta 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
FwkNoBuildTestHelper.java :
110 : else if(object instanceof WorkbenchFileDelta) {
Discouraged access: The method getProject() from the type WorkbenchContext 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
FwkNoBuildTestHelper.java :
114 : return JDTUtility.getResource(getProject(), (JavaHelpers)((WorkbenchFileDelta)object).getObject());
Discouraged access: The method getObject() from the type WorkbenchFileDelta 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
FwkNoBuildTestHelper.java :
114 : return JDTUtility.getResource(getProject(), (JavaHelpers)((WorkbenchFileDelta)object).getObject());
Discouraged access: The type WorkbenchFileDelta 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
FwkNoBuildTestHelper.java :
114 : return JDTUtility.getResource(getProject(), (JavaHelpers)((WorkbenchFileDelta)object).getObject());
Discouraged access: The method getLineNo(Object) from the type WorkbenchContext 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
FwkNoBuildTestHelper.java :
123 : int lineNo = super.getLineNo(object);
Discouraged access: The type IFileDelta 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
FwkNoBuildTestValidator.java :
4 : import org.eclipse.wst.validation.internal.core.IFileDelta;
Discouraged access: The type ValidationException 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
FwkNoBuildTestValidator.java :
5 : import org.eclipse.wst.validation.internal.core.ValidationException;
Discouraged access: The type LocalizedMessage 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
FwkNoBuildTestValidator.java :
6 : import org.eclipse.wst.validation.internal.operations.LocalizedMessage;
Discouraged access: The type ValidationException 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
FwkNoBuildTestValidator.java :
26 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {
Discouraged access: The type IFileDelta 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
FwkNoBuildTestValidator.java :
27 : IFileDelta[] delta = null ;
Discouraged access: The type IFileDelta 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
FwkNoBuildTestValidator.java :
30 : delta = (IFileDelta[])helper.loadModel(ALL_FILES);
Discouraged access: The type LocalizedMessage 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
FwkNoBuildTestValidator.java :
40 : LocalizedMessage message = new LocalizedMessage(IMessage.LOW_SEVERITY, "This is a test message for the validation framework, reported by VF NoBuild Test Validator. Please ignore.", target); //$NON-NLS-1$
Discouraged access: The constructor LocalizedMessage(int, String, Object) 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
FwkNoBuildTestValidator.java :
40 : LocalizedMessage message = new LocalizedMessage(IMessage.LOW_SEVERITY, "This is a test message for the validation framework, reported by VF NoBuild Test Validator. Please ignore.", target); //$NON-NLS-1$
Discouraged access: The type LocalizedMessage 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
FwkNoBuildTestValidator.java :
40 : LocalizedMessage message = new LocalizedMessage(IMessage.LOW_SEVERITY, "This is a test message for the validation framework, reported by VF NoBuild Test Validator. Please ignore.", target); //$NON-NLS-1$
Discouraged access: The type AWorkbenchMOFHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
FwkTestHelper.java :
12 : import org.eclipse.jst.j2ee.internal.validation.AWorkbenchMOFHelper;
Discouraged access: The type IFileDelta 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
FwkTestHelper.java :
13 : import org.eclipse.wst.validation.internal.core.IFileDelta;
Discouraged access: The type WorkbenchFileDelta 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
FwkTestHelper.java :
14 : import org.eclipse.wst.validation.internal.operations.WorkbenchFileDelta;
Discouraged access: The type AWorkbenchMOFHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
FwkTestHelper.java :
17 : public class FwkTestHelper extends AWorkbenchMOFHelper {
Discouraged access: The constructor AWorkbenchMOFHelper() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
FwkTestHelper.java :
20 : super();
Discouraged access: The method registerModel(String, String) from the type WorkbenchContext 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
FwkTestHelper.java :
22 : registerModel(FwkTestValidator.ALL_FILES, "loadAllFiles"); //$NON-NLS-1$
Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext 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
FwkTestHelper.java :
23 : registerModel(FwkTestValidator.JAVAHELPERS, "loadJavaHelpers", new Class[]{IFileDelta.class}); //$NON-NLS-1$
Discouraged access: The type IFileDelta 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
FwkTestHelper.java :
23 : registerModel(FwkTestValidator.JAVAHELPERS, "loadJavaHelpers", new Class[]{IFileDelta.class}); //$NON-NLS-1$
Discouraged access: The type IFileDelta 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
FwkTestHelper.java :
34 : public IFileDelta[] loadAllFiles() {
Discouraged access: The method getProject() from the type WorkbenchContext 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
FwkTestHelper.java :
35 : IProject project = getProject();
Discouraged access: The type WorkbenchFileDelta 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
FwkTestHelper.java :
45 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);
Discouraged access: The constructor WorkbenchFileDelta(String, int, IResource) 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
FwkTestHelper.java :
45 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);
Discouraged access: The type WorkbenchFileDelta 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
FwkTestHelper.java :
45 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);
Discouraged access: The type IFileDelta 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
FwkTestHelper.java :
45 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);
Discouraged access: The field CHANGED from the type IFileDelta 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
FwkTestHelper.java :
45 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);
Discouraged access: The type IFileDelta 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
FwkTestHelper.java :
60 : IFileDelta[] result = new IFileDelta[files.size()];
Discouraged access: The type IFileDelta 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
FwkTestHelper.java :
60 : IFileDelta[] result = new IFileDelta[files.size()];
Discouraged access: The type IFileDelta 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
FwkTestHelper.java :
65 : public JavaHelpers loadJavaHelpers(IFileDelta delta) {
Discouraged access: The type WorkbenchFileDelta 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
FwkTestHelper.java :
66 : WorkbenchFileDelta fd = (WorkbenchFileDelta)delta;
Discouraged access: The type WorkbenchFileDelta 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
FwkTestHelper.java :
66 : WorkbenchFileDelta fd = (WorkbenchFileDelta)delta;
Discouraged access: The method getResource() from the type WorkbenchFileDelta 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
FwkTestHelper.java :
67 : IResource result = fd.getResource();
Discouraged access: The method getObject() from the type WorkbenchFileDelta 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
FwkTestHelper.java :
79 : return (JavaHelpers)fd.getObject();
Discouraged access: The method getResource(Object) from the type AWorkbenchMOFHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
FwkTestHelper.java :
87 : IResource result = super.getResource(object);
Discouraged access: The method getProject() from the type WorkbenchContext 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
FwkTestHelper.java :
98 : return JDTUtility.getResource(getProject(), (JavaHelpers) object);
Discouraged access: The type WorkbenchFileDelta 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
FwkTestHelper.java :
100 : else if(object instanceof WorkbenchFileDelta) {
Discouraged access: The method getProject() from the type WorkbenchContext 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
FwkTestHelper.java :
104 : return JDTUtility.getResource(getProject(), (JavaHelpers)((WorkbenchFileDelta)object).getObject());
Discouraged access: The method getObject() from the type WorkbenchFileDelta 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
FwkTestHelper.java :
104 : return JDTUtility.getResource(getProject(), (JavaHelpers)((WorkbenchFileDelta)object).getObject());
Discouraged access: The type WorkbenchFileDelta 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
FwkTestHelper.java :
104 : return JDTUtility.getResource(getProject(), (JavaHelpers)((WorkbenchFileDelta)object).getObject());
Discouraged access: The method getLineNo(Object) from the type WorkbenchContext 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
FwkTestHelper.java :
113 : int lineNo = super.getLineNo(object);
Discouraged access: The type IFileDelta 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
FwkTestValidator.java :
4 : import org.eclipse.wst.validation.internal.core.IFileDelta;
Discouraged access: The type ValidationException 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
FwkTestValidator.java :
5 : import org.eclipse.wst.validation.internal.core.ValidationException;
Discouraged access: The type LocalizedMessage 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
FwkTestValidator.java :
6 : import org.eclipse.wst.validation.internal.operations.LocalizedMessage;
Discouraged access: The type ValidationException 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
FwkTestValidator.java :
26 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {
Discouraged access: The type IFileDelta 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
FwkTestValidator.java :
27 : IFileDelta[] delta = null;
Discouraged access: The type IFileDelta 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
FwkTestValidator.java :
30 : delta = (IFileDelta[])helper.loadModel(ALL_FILES);
Discouraged access: The type LocalizedMessage 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
FwkTestValidator.java :
40 : LocalizedMessage message = new LocalizedMessage(IMessage.LOW_SEVERITY, "This is a test message for the validation framework, reported by VF Test Validator. Please ignore.", target); //$NON-NLS-1$
Discouraged access: The constructor LocalizedMessage(int, String, Object) 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
FwkTestValidator.java :
40 : LocalizedMessage message = new LocalizedMessage(IMessage.LOW_SEVERITY, "This is a test message for the validation framework, reported by VF Test Validator. Please ignore.", target); //$NON-NLS-1$
Discouraged access: The type LocalizedMessage 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
FwkTestValidator.java :
40 : LocalizedMessage message = new LocalizedMessage(IMessage.LOW_SEVERITY, "This is a test message for the validation framework, reported by VF Test Validator. Please ignore.", target); //$NON-NLS-1$
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
21 : import org.eclipse.jem.internal.plugin.JavaEMFNature;
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
219 : JavaEMFNature nature = getNature(type);
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
226 : public static JavaEMFNature getNature(IType type) {
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
231 : JavaEMFNature nature = JavaEMFNature.createRuntime(project);
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
231 : JavaEMFNature nature = JavaEMFNature.createRuntime(project);
Discouraged access: The method createRuntime(IProject) from the type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
231 : JavaEMFNature nature = JavaEMFNature.createRuntime(project);