Compiler Report

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 )

Source File: org/eclipse/jst/validation/test/junit/BVTSuite.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/junit/ValidatorSuite.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/junit/ValidatorTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/api/test/ValidationRegistryApiTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/internal/registry/BVTValidationRegistryReader.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/internal/registry/MessageMetaData.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/internal/registry/MessageUtility.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: MethodVarargsArgumentNeedCast

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/internal/registry/TestSetupImport.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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,

15. WARNING: DiscouragedReference

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,

16. WARNING: DiscouragedReference

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$

Source File: org/eclipse/jst/validation/test/internal/registry/TestcaseMetaData.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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$

Source File: org/eclipse/jst/validation/test/internal/registry/ValidatorTestcase.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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$

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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$

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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$

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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

33. WARNING: DiscouragedReference

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

34. WARNING: DiscouragedReference

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

35. WARNING: DiscouragedReference

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

36. WARNING: DiscouragedReference

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

37. WARNING: DiscouragedReference

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

38. WARNING: DiscouragedReference

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

39. WARNING: DiscouragedReference

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

40. WARNING: DiscouragedReference

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

41. WARNING: DiscouragedReference

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

42. WARNING: DiscouragedReference

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

43. WARNING: DiscouragedReference

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

44. WARNING: DiscouragedReference

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

45. WARNING: DiscouragedReference

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

46. WARNING: DiscouragedReference

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

47. WARNING: DiscouragedReference

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

48. WARNING: DiscouragedReference

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

49. WARNING: DiscouragedReference

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

50. WARNING: DiscouragedReference

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

51. WARNING: DiscouragedReference

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

52. WARNING: DiscouragedReference

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

53. WARNING: DiscouragedReference

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

54. WARNING: DiscouragedReference

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

55. WARNING: DiscouragedReference

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

56. WARNING: DiscouragedReference

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

57. WARNING: DiscouragedReference

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

58. WARNING: DiscouragedReference

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

59. WARNING: DiscouragedReference

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

60. WARNING: DiscouragedReference

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

61. WARNING: DiscouragedReference

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

62. WARNING: DiscouragedReference

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

63. WARNING: DiscouragedReference

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

64. WARNING: DiscouragedReference

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

65. WARNING: DiscouragedReference

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

66. WARNING: DiscouragedReference

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

67. WARNING: DiscouragedReference

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

68. WARNING: DiscouragedReference

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

69. WARNING: DiscouragedReference

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

70. WARNING: DiscouragedReference

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

71. WARNING: DiscouragedReference

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

72. WARNING: DiscouragedReference

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

73. WARNING: DiscouragedReference

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

74. WARNING: DiscouragedReference

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

75. WARNING: DiscouragedReference

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

76. WARNING: DiscouragedReference

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

77. WARNING: DiscouragedReference

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

78. WARNING: DiscouragedReference

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

79. WARNING: DiscouragedReference

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

80. WARNING: DiscouragedReference

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

81. WARNING: DiscouragedReference

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

82. WARNING: DiscouragedReference

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

83. WARNING: DiscouragedReference

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

84. WARNING: DiscouragedReference

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

85. WARNING: DiscouragedReference

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

86. WARNING: DiscouragedReference

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

87. WARNING: DiscouragedReference

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

88. WARNING: DiscouragedReference

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

89. WARNING: DiscouragedReference

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

90. WARNING: DiscouragedReference

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

91. WARNING: DiscouragedReference

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

92. WARNING: DiscouragedReference

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

93. WARNING: DiscouragedReference

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

94. WARNING: DiscouragedReference

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

95. WARNING: DiscouragedReference

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

96. WARNING: DiscouragedReference

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

97. WARNING: DiscouragedReference

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

98. WARNING: DiscouragedReference

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

99. WARNING: DiscouragedReference

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

100. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/internal/util/BVTRunner.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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 {

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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$

33. WARNING: DiscouragedReference

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$

34. WARNING: DiscouragedReference

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$

35. WARNING: DiscouragedReference

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,

36. WARNING: DiscouragedReference

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,

37. WARNING: DiscouragedReference

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$

38. WARNING: DeadCode

Dead code

BVTRunner.java :

615 : if((severity == null) && (prefixSeverity == null)) { severityEqual = true; }

39. WARNING: DeadCode

Dead code

BVTRunner.java :

621 : else if(prefixSeverity == null) { severityEqual = false; }

Source File: org/eclipse/jst/validation/test/internal/util/BVTValidationUtility.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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.

12. WARNING: DiscouragedReference

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.

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/setup/AImportOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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,

9. WARNING: DiscouragedReference

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,

10. WARNING: DiscouragedReference

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$

Source File: org/eclipse/jst/validation/test/setup/CheckForUntestedPropertiesOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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$

Source File: org/eclipse/jst/validation/test/setup/JARImportOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

3. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/setup/TestCaseGeneratorOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: MethodVarargsArgumentNeedCast

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: MethodVarargsArgumentNeedCast

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/fwk/TestOpConstrOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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 {

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

30. WARNING: DiscouragedReference

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

31. WARNING: DiscouragedReference

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

32. WARNING: DiscouragedReference

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

33. WARNING: DiscouragedReference

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

34. WARNING: DiscouragedReference

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

35. WARNING: DiscouragedReference

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

36. WARNING: DiscouragedReference

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

37. WARNING: DiscouragedReference

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

38. WARNING: DiscouragedReference

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

39. WARNING: DiscouragedReference

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

40. WARNING: DiscouragedReference

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

41. WARNING: DiscouragedReference

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

42. WARNING: DiscouragedReference

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

43. WARNING: DiscouragedReference

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

44. WARNING: DiscouragedReference

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

45. WARNING: DiscouragedReference

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

46. WARNING: DiscouragedReference

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

47. WARNING: DiscouragedReference

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

48. WARNING: DiscouragedReference

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

49. WARNING: DiscouragedReference

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

50. WARNING: DiscouragedReference

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

51. WARNING: DiscouragedReference

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

52. WARNING: DiscouragedReference

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

53. WARNING: DiscouragedReference

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

54. WARNING: DiscouragedReference

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

55. WARNING: DiscouragedReference

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

56. WARNING: DiscouragedReference

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

57. WARNING: DiscouragedReference

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

58. WARNING: DiscouragedReference

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

59. WARNING: DiscouragedReference

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

60. WARNING: DiscouragedReference

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

61. WARNING: DiscouragedReference

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

62. WARNING: DiscouragedReference

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

63. WARNING: DiscouragedReference

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

64. WARNING: DiscouragedReference

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

65. WARNING: DiscouragedReference

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

66. WARNING: DiscouragedReference

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

67. WARNING: DiscouragedReference

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

68. WARNING: DiscouragedReference

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

69. WARNING: DiscouragedReference

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

70. WARNING: DiscouragedReference

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

71. WARNING: DiscouragedReference

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

72. WARNING: DiscouragedReference

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

73. WARNING: DiscouragedReference

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

74. WARNING: DiscouragedReference

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

75. WARNING: DiscouragedReference

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

76. WARNING: DiscouragedReference

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

77. WARNING: DiscouragedReference

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

78. WARNING: DiscouragedReference

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

79. WARNING: DiscouragedReference

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

80. WARNING: DiscouragedReference

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

81. WARNING: DiscouragedReference

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

82. WARNING: DiscouragedReference

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

83. WARNING: DiscouragedReference

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

84. WARNING: DiscouragedReference

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

85. WARNING: DiscouragedReference

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

86. WARNING: DiscouragedReference

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

87. WARNING: DiscouragedReference

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

88. WARNING: DiscouragedReference

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

89. WARNING: DiscouragedReference

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

90. WARNING: DiscouragedReference

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

91. WARNING: DiscouragedReference

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

92. WARNING: DiscouragedReference

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

93. WARNING: DiscouragedReference

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

94. WARNING: DiscouragedReference

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

95. WARNING: DiscouragedReference

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

96. WARNING: DiscouragedReference

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

97. WARNING: DiscouragedReference

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

98. WARNING: DiscouragedReference

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

99. WARNING: DiscouragedReference

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

100. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/fwk/VALFWK02Operation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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

20. WARNING: DiscouragedReference

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

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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$

30. WARNING: DiscouragedReference

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$

31. WARNING: DiscouragedReference

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$

32. WARNING: DiscouragedReference

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$

33. WARNING: DiscouragedReference

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$

34. WARNING: DiscouragedReference

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$

35. WARNING: DiscouragedReference

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$

36. WARNING: DiscouragedReference

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$

37. WARNING: DiscouragedReference

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$

38. WARNING: DiscouragedReference

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$

39. WARNING: DiscouragedReference

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$

40. WARNING: DiscouragedReference

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$

41. WARNING: DiscouragedReference

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

42. WARNING: DiscouragedReference

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

43. WARNING: DiscouragedReference

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

44. WARNING: DiscouragedReference

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

45. WARNING: DiscouragedReference

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

46. WARNING: DiscouragedReference

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

47. WARNING: DiscouragedReference

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

48. WARNING: DiscouragedReference

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

49. WARNING: DiscouragedReference

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

50. WARNING: DiscouragedReference

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

51. WARNING: DiscouragedReference

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

52. WARNING: DiscouragedReference

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

53. WARNING: DiscouragedReference

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

54. WARNING: DiscouragedReference

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

55. WARNING: DiscouragedReference

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$

56. WARNING: DiscouragedReference

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

57. WARNING: DiscouragedReference

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

58. WARNING: DiscouragedReference

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

59. WARNING: DiscouragedReference

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

60. WARNING: DiscouragedReference

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

61. WARNING: DiscouragedReference

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

62. WARNING: DiscouragedReference

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.

63. WARNING: DiscouragedReference

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.

64. WARNING: DiscouragedReference

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.

65. WARNING: DiscouragedReference

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$

66. WARNING: DiscouragedReference

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$

67. WARNING: DiscouragedReference

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

68. WARNING: DiscouragedReference

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

69. WARNING: DiscouragedReference

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

70. WARNING: DiscouragedReference

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

71. WARNING: DiscouragedReference

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

72. WARNING: DiscouragedReference

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

73. WARNING: DiscouragedReference

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.

74. WARNING: DiscouragedReference

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.

75. WARNING: DiscouragedReference

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.

76. WARNING: DiscouragedReference

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$

77. WARNING: DiscouragedReference

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$

78. WARNING: DiscouragedReference

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

79. WARNING: DiscouragedReference

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

80. WARNING: DiscouragedReference

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

81. WARNING: DiscouragedReference

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

82. WARNING: DiscouragedReference

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

83. WARNING: DiscouragedReference

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

84. WARNING: DiscouragedReference

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.

85. WARNING: DiscouragedReference

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.

86. WARNING: DiscouragedReference

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.

87. WARNING: DiscouragedReference

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$

88. WARNING: DiscouragedReference

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$

89. WARNING: DiscouragedReference

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

90. WARNING: DiscouragedReference

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

91. WARNING: DiscouragedReference

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

92. WARNING: DiscouragedReference

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

93. WARNING: DiscouragedReference

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

94. WARNING: DiscouragedReference

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

95. WARNING: DiscouragedReference

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

96. WARNING: DiscouragedReference

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

97. WARNING: DiscouragedReference

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

98. WARNING: DiscouragedReference

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

99. WARNING: DiscouragedReference

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

100. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/fwk/validator/FwkNoBuildTestHelper.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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;

20. WARNING: DiscouragedReference

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;

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/fwk/validator/FwkNoBuildTestValidator.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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 ;

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

Source File: org/eclipse/jst/validation/test/fwk/validator/FwkTestHelper.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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;

20. WARNING: DiscouragedReference

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;

21. WARNING: DiscouragedReference

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

22. WARNING: DiscouragedReference

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

23. WARNING: DiscouragedReference

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

24. WARNING: DiscouragedReference

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

25. WARNING: DiscouragedReference

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

26. WARNING: DiscouragedReference

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

27. WARNING: DiscouragedReference

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

28. WARNING: DiscouragedReference

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

29. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/validation/test/fwk/validator/FwkTestValidator.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

Source File: org/eclipse/jst/validation/test/fwk/validator/JDTUtility.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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