Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 21 Number of classfiles: 88

Problems: 498 (Errors: 0 Warnings: 498 )

Source File: org/eclipse/wst/validation/internal/ui/ContextIds.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ContextIds.java :

13 : import org.eclipse.wst.common.frameworks.internal.ui.WTPUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ContextIds.java :

16 : static final String PREFIX = WTPUIPlugin.PLUGIN_ID;

3. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type WTPUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ContextIds.java :

16 : static final String PREFIX = WTPUIPlugin.PLUGIN_ID;

Source File: org/eclipse/wst/validation/internal/ui/DelegatingValidatorPreferencesDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

36 : import org.eclipse.wst.validation.internal.ValidatorMetaData;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

37 : import org.eclipse.wst.validation.internal.delegates.ValidatorDelegateDescriptor;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

38 : import org.eclipse.wst.validation.internal.delegates.ValidatorDelegatesRegistry;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

50 : private ValidatorMetaData delegatingValidatorDescriptor;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

68 : public DelegatingValidatorPreferencesDialog(Shell parentShell, ValidatorMetaData vmd, String delegateID)

6. WARNING: DiscouragedReference

Discouraged access: The method getValidatorDisplayName() from the type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

95 : String delegatingValidatorName = delegatingValidatorDescriptor.getValidatorDisplayName();

7. WARNING: DiscouragedReference

Discouraged access: The method getValidatorUniqueName() from the type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

119 : String targetID = delegatingValidatorDescriptor.getValidatorUniqueName();

8. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

127 : setDelegateID(((ValidatorDelegateDescriptor) selection.getFirstElement()).getId());

9. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

127 : setDelegateID(((ValidatorDelegateDescriptor) selection.getFirstElement()).getId());

10. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

133 : ValidatorDelegateDescriptor selected = ValidatorDelegatesRegistry.getInstance().getDescriptor(targetID, delegateID);

11. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

133 : ValidatorDelegateDescriptor selected = ValidatorDelegatesRegistry.getInstance().getDescriptor(targetID, delegateID);

12. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

133 : ValidatorDelegateDescriptor selected = ValidatorDelegatesRegistry.getInstance().getDescriptor(targetID, delegateID);

13. WARNING: DiscouragedReference

Discouraged access: The method getDescriptor(String, String) from the type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

133 : ValidatorDelegateDescriptor selected = ValidatorDelegatesRegistry.getInstance().getDescriptor(targetID, delegateID);

14. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

165 : Map delegatesByID = ValidatorDelegatesRegistry.getInstance().getDelegateDescriptors(targetID);

15. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

165 : Map delegatesByID = ValidatorDelegatesRegistry.getInstance().getDelegateDescriptors(targetID);

16. WARNING: DiscouragedReference

Discouraged access: The method getDelegateDescriptors(String) from the type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

165 : Map delegatesByID = ValidatorDelegatesRegistry.getInstance().getDelegateDescriptors(targetID);

17. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

229 : return ((ValidatorDelegateDescriptor) element).getName();

18. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingValidatorPreferencesDialog.java :

229 : return ((ValidatorDelegateDescriptor) element).getName();

Source File: org/eclipse/wst/validation/internal/ui/SaveFilesDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

SaveFilesDialog.java :

30 : import org.eclipse.wst.validation.internal.ConfigurationManager;

2. WARNING: DiscouragedReference

Discouraged access: The type GlobalConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

SaveFilesDialog.java :

31 : import org.eclipse.wst.validation.internal.GlobalConfiguration;

3. WARNING: DiscouragedReference

Discouraged access: The type GlobalConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

SaveFilesDialog.java :

64 : GlobalConfiguration config = ConfigurationManager.getManager().getGlobalConfiguration();

4. WARNING: DiscouragedReference

Discouraged access: The type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

SaveFilesDialog.java :

64 : GlobalConfiguration config = ConfigurationManager.getManager().getGlobalConfiguration();

5. WARNING: DiscouragedReference

Discouraged access: The method getManager() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

SaveFilesDialog.java :

64 : GlobalConfiguration config = ConfigurationManager.getManager().getGlobalConfiguration();

6. WARNING: DiscouragedReference

Discouraged access: The method getGlobalConfiguration() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

SaveFilesDialog.java :

64 : GlobalConfiguration config = ConfigurationManager.getManager().getGlobalConfiguration();

7. WARNING: DiscouragedReference

Discouraged access: The method setSaveAutomatically(boolean) from the type GlobalConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

SaveFilesDialog.java :

65 : config.setSaveAutomatically(check.getSelection());

8. WARNING: DiscouragedReference

Discouraged access: The method store() from the type ValidationConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

SaveFilesDialog.java :

66 : config.store();

Source File: org/eclipse/wst/validation/internal/ui/ValidationMenuAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

43 : import org.eclipse.wst.validation.internal.ConfigurationManager;

2. WARNING: DiscouragedReference

Discouraged access: The type DisabledResourceManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

44 : import org.eclipse.wst.validation.internal.DisabledResourceManager;

3. WARNING: DiscouragedReference

Discouraged access: The type ValType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

45 : import org.eclipse.wst.validation.internal.ValType;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationRegistryReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

46 : import org.eclipse.wst.validation.internal.ValidationRegistryReader;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationSelectionHandlerRegistryReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

47 : import org.eclipse.wst.validation.internal.ValidationSelectionHandlerRegistryReader;

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

48 : import org.eclipse.wst.validation.internal.plugin.ValidationPlugin;

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationSelectionHandlerRegistryReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

145 : Object result = ValidationSelectionHandlerRegistryReader.getInstance().getExtendedType(selected);

8. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ValidationSelectionHandlerRegistryReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

145 : Object result = ValidationSelectionHandlerRegistryReader.getInstance().getExtendedType(selected);

9. WARNING: DiscouragedReference

Discouraged access: The method getExtendedType(Object) from the type ValidationSelectionHandlerRegistryReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

145 : Object result = ValidationSelectionHandlerRegistryReader.getInstance().getExtendedType(selected);

10. WARNING: DiscouragedReference

Discouraged access: The type DisabledResourceManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

212 : if (DisabledResourceManager.getDefault().isDisabled(res))return false;

11. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type DisabledResourceManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

212 : if (DisabledResourceManager.getDefault().isDisabled(res))return false;

12. WARNING: DiscouragedReference

Discouraged access: The method isDisabled(IResource) from the type DisabledResourceManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

212 : if (DisabledResourceManager.getDefault().isDisabled(res))return false;

13. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

243 : boolean confirm = org.eclipse.wst.validation.internal.ValManager.getDefault().getGlobalPreferences()

14. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

243 : boolean confirm = org.eclipse.wst.validation.internal.ValManager.getDefault().getGlobalPreferences()

15. WARNING: DiscouragedReference

Discouraged access: The method getGlobalPreferences() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

243 : boolean confirm = org.eclipse.wst.validation.internal.ValManager.getDefault().getGlobalPreferences()

16. WARNING: DiscouragedReference

Discouraged access: The method getConfirmDialog() from the type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

243 : boolean confirm = org.eclipse.wst.validation.internal.ValManager.getDefault().getGlobalPreferences() .getConfirmDialog();

17. WARNING: DiscouragedReference

Discouraged access: The type ValType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

245 : ManualValidationRunner.validate(projects, ValType.Manual, confirm);

18. WARNING: DiscouragedReference

Discouraged access: The field Manual from the type ValType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

245 : ManualValidationRunner.validate(projects, ValType.Manual, confirm);

19. WARNING: DiscouragedReference

Discouraged access: The type ValidationPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

269 : if (enabled && ValidationPlugin.isActivated() && ValidationRegistryReader.isActivated()){

20. WARNING: DiscouragedReference

Discouraged access: The method isActivated() from the type ValidationPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

269 : if (enabled && ValidationPlugin.isActivated() && ValidationRegistryReader.isActivated()){

21. WARNING: DiscouragedReference

Discouraged access: The type ValidationRegistryReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

269 : if (enabled && ValidationPlugin.isActivated() && ValidationRegistryReader.isActivated()){

22. WARNING: DiscouragedReference

Discouraged access: The method isActivated() from the type ValidationRegistryReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

269 : if (enabled && ValidationPlugin.isActivated() && ValidationRegistryReader.isActivated()){

23. WARNING: DiscouragedReference

Discouraged access: The type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

341 : saveAutomatically = ConfigurationManager.getManager().getGlobalConfiguration().getSaveAutomatically();

24. WARNING: DiscouragedReference

Discouraged access: The method getManager() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

341 : saveAutomatically = ConfigurationManager.getManager().getGlobalConfiguration().getSaveAutomatically();

25. WARNING: DiscouragedReference

Discouraged access: The method getGlobalConfiguration() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

341 : saveAutomatically = ConfigurationManager.getManager().getGlobalConfiguration().getSaveAutomatically();

26. WARNING: DiscouragedReference

Discouraged access: The method getSaveAutomatically() from the type GlobalConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationMenuAction.java :

341 : saveAutomatically = ConfigurationManager.getManager().getGlobalConfiguration().getSaveAutomatically();

Source File: org/eclipse/wst/validation/internal/ui/plugin/RunnableWithProgressWrapper.java
1. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

RunnableWithProgressWrapper.java :

20 : import org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

RunnableWithProgressWrapper.java :

21 : import org.eclipse.wst.validation.internal.operations.ValidationOperation;

3. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

RunnableWithProgressWrapper.java :

33 : private IHeadlessRunnableWithProgress headlessRunnable = null;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

RunnableWithProgressWrapper.java :

35 : private ValidationOperation validationOperation = null;

5. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

RunnableWithProgressWrapper.java :

41 : public RunnableWithProgressWrapper(IHeadlessRunnableWithProgress aHeadlessRunnableWithProgress) {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

RunnableWithProgressWrapper.java :

49 : public RunnableWithProgressWrapper(ValidationOperation op) {

7. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

RunnableWithProgressWrapper.java :

56 : protected IHeadlessRunnableWithProgress getHeadlessRunnable() {

8. WARNING: DiscouragedReference

Discouraged access: The method run(IProgressMonitor) from the type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

RunnableWithProgressWrapper.java :

70 : getHeadlessRunnable().run(monitor);

9. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

RunnableWithProgressWrapper.java :

86 : protected void setHeadlessRunnable(IHeadlessRunnableWithProgress newHeadlessRunnable) {

10. WARNING: DiscouragedReference

Discouraged access: The type ValidationOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

RunnableWithProgressWrapper.java :

94 : protected void setValidationOperation(ValidationOperation op) {

Source File: org/eclipse/wst/validation/internal/ui/plugin/ValidationUIPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ValidationUIPlugin.java :

26 : import org.eclipse.wst.common.frameworks.internal.ui.WTPUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationUIPlugin.java :

27 : import org.eclipse.wst.validation.internal.operations.ValidationOperation;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ValidationUIPlugin.java :

33 : public class ValidationUIPlugin extends WTPUIPlugin {

4. WARNING: DiscouragedReference

Discouraged access: The constructor WTPUIPlugin() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ValidationUIPlugin.java :

41 : super();

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationUIPlugin.java :

86 : public static IRunnableWithProgress getRunnableWithProgress(ValidationOperation op) {

6. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type WTPUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ValidationUIPlugin.java :

152 : Status status = new Status(IStatus.ERROR, PLUGIN_ID, e.getLocalizedMessage(), e);

7. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type WTPUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ValidationUIPlugin.java :

166 : Status status = new Status(severity, PLUGIN_ID, message);

Source File: org/eclipse/wst/validation/ui/internal/AdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

17 : import org.eclipse.wst.validation.internal.ValidatorMutable;

2. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

18 : import org.eclipse.wst.validation.internal.model.FilterGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

19 : import org.eclipse.wst.validation.internal.model.FilterRule;

4. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

25 : if (adapterType == IWorkbenchAdapter.class && adaptableObject instanceof FilterGroup)return _fgAdaptor;

5. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

26 : if (adapterType == IWorkbenchAdapter.class && adaptableObject instanceof FilterRule)return _ruleAdaptor;

6. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

27 : if (adapterType == IWorkbenchAdapter.class && adaptableObject instanceof ValidatorMutable)return _valMutableAdaptor;

7. WARNING: DiscouragedReference

Discouraged access: The method getGroups() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

58 : return ((ValidatorMutable) o).getGroups();

8. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

58 : return ((ValidatorMutable) o).getGroups();

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

66 : return ((ValidatorMutable) o).getName();

10. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

66 : return ((ValidatorMutable) o).getName();

11. WARNING: DiscouragedReference

Discouraged access: The method getRules() from the type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

78 : return ((FilterGroup) o).getRules();

12. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

78 : return ((FilterGroup) o).getRules();

13. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

86 : FilterGroup fg = (FilterGroup) o;

14. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

86 : FilterGroup fg = (FilterGroup) o;

15. WARNING: DiscouragedReference

Discouraged access: The method getDisplayableType() from the type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

87 : return fg.getDisplayableType();

16. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

106 : FilterRule rule = (FilterRule) o;

17. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

106 : FilterRule rule = (FilterRule) o;

18. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

AdapterFactory.java :

107 : return rule.getName();

Source File: org/eclipse/wst/validation/ui/internal/ManualValidationRunner.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

25 : import org.eclipse.wst.validation.internal.ValOperation;

2. WARNING: DiscouragedReference

Discouraged access: The type ValType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

26 : import org.eclipse.wst.validation.internal.ValType;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

27 : import org.eclipse.wst.validation.internal.ValidationResultSummary;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationRunner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

28 : import org.eclipse.wst.validation.internal.ValidationRunner;

5. WARNING: DiscouragedReference

Discouraged access: The type ValType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

39 : private ValType _valType;

6. WARNING: DiscouragedReference

Discouraged access: The type ValType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

59 : public static void validate(Map<IProject, Set<IResource>> projects, ValType valType, boolean showResults){

7. WARNING: DiscouragedReference

Discouraged access: The type ValType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

73 : private ManualValidationRunner(Map<IProject, Set<IResource>> projects, ValType valType, boolean showResults){

8. WARNING: DiscouragedReference

Discouraged access: The type ValOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

83 : final ValOperation vo = ValidationRunner.validate(_projects, _valType, monitor, false);

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationRunner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

83 : final ValOperation vo = ValidationRunner.validate(_projects, _valType, monitor, false);

10. WARNING: DiscouragedReference

Discouraged access: The method validate(Map<IProject,Set<IResource>>, ValType, IProgressMonitor, boolean) from the type ValidationRunner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

83 : final ValOperation vo = ValidationRunner.validate(_projects, _valType, monitor, false);

11. WARNING: DiscouragedReference

Discouraged access: The method isCanceled() from the type ValOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

88 : if (vo.isCanceled())return Status.CANCEL_STATUS;

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

95 : ValidationResultSummary vr = vo.getResult();

13. WARNING: DiscouragedReference

Discouraged access: The method getResult() from the type ValOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ManualValidationRunner.java :

95 : ValidationResultSummary vr = vo.getResult();

Source File: org/eclipse/wst/validation/ui/internal/dialog/FilterDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

46 : import org.eclipse.wst.validation.internal.ValManager;

2. WARNING: DiscouragedReference

Discouraged access: The type ValMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

47 : import org.eclipse.wst.validation.internal.ValMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

48 : import org.eclipse.wst.validation.internal.ValidatorMutable;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

49 : import org.eclipse.wst.validation.internal.delegates.ValidatorDelegateDescriptor;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

50 : import org.eclipse.wst.validation.internal.delegates.ValidatorDelegatesRegistry;

6. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

51 : import org.eclipse.wst.validation.internal.model.FilterGroup;

7. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

52 : import org.eclipse.wst.validation.internal.model.FilterRule;

8. WARNING: DiscouragedReference

Discouraged access: The type ValidatorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

53 : import org.eclipse.wst.validation.internal.model.ValidatorHelper;

9. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

72 : private ValidatorMutable _validator;

10. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

85 : private FilterGroup _selectedGroup;

11. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

88 : private FilterRule _selectedRule;

12. WARNING: DiscouragedReference

Discouraged access: The type ValMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

93 : ValMessages.SevError, ValMessages.SevWarning, ValMessages.SevIgnore};

13. WARNING: DiscouragedReference

Discouraged access: The field SevError from the type ValMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

93 : ValMessages.SevError, ValMessages.SevWarning, ValMessages.SevIgnore};

14. WARNING: DiscouragedReference

Discouraged access: The type ValMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

93 : ValMessages.SevError, ValMessages.SevWarning, ValMessages.SevIgnore};

15. WARNING: DiscouragedReference

Discouraged access: The field SevWarning from the type ValMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

93 : ValMessages.SevError, ValMessages.SevWarning, ValMessages.SevIgnore};

16. WARNING: DiscouragedReference

Discouraged access: The type ValMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

93 : ValMessages.SevError, ValMessages.SevWarning, ValMessages.SevIgnore};

17. WARNING: DiscouragedReference

Discouraged access: The field SevIgnore from the type ValMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

93 : ValMessages.SevError, ValMessages.SevWarning, ValMessages.SevIgnore};

18. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

107 : public FilterDialog(Shell shell, ValidatorMutable validator, IProject project){

19. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

117 : newShell.setText(NLS.bind(ValUIMessages.fdTitle, _validator.getName()));

20. WARNING: DiscouragedReference

Discouraged access: The method isV2Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

123 : if (!_validator.isV2Validator()){

21. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

133 : Platform.getAdapterManager().registerAdapters(_adaptorFactory, ValidatorMutable.class);

22. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

134 : Platform.getAdapterManager().registerAdapters(_adaptorFactory, FilterGroup.class);

23. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

135 : Platform.getAdapterManager().registerAdapters(_adaptorFactory, FilterRule.class);

24. WARNING: DiscouragedReference

Discouraged access: The method getDelegatingId() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

143 : String delegatingId = _validator.getDelegatingId();

25. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

155 : if (sel.getFirstElement() instanceof FilterGroup){

26. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

156 : _selectedGroup = (FilterGroup)sel.getFirstElement();

27. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

158 : else if (sel.getFirstElement() instanceof FilterRule){

28. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

159 : _selectedRule = (FilterRule)sel.getFirstElement();

29. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

231 : FilterRule rule = nfr.getRule();

30. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

233 : FilterGroup newGroup = FilterGroup.addRule(_selectedGroup, rule);

31. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

233 : FilterGroup newGroup = FilterGroup.addRule(_selectedGroup, rule);

32. WARNING: DiscouragedReference

Discouraged access: The method addRule(FilterGroup, FilterRule) from the type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

233 : FilterGroup newGroup = FilterGroup.addRule(_selectedGroup, rule);

33. WARNING: DiscouragedReference

Discouraged access: The method replaceFilterGroup(FilterGroup, FilterGroup) from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

234 : _validator.replaceFilterGroup(_selectedGroup, newGroup);

34. WARNING: DiscouragedReference

Discouraged access: The method isV2Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

273 : if (_validator.isV2Validator()){

35. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

275 : String id = _validator.getId();

36. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

276 : Validator[] vals = ValManager.getDefaultValidators();

37. WARNING: DiscouragedReference

Discouraged access: The method getDefaultValidators() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

276 : Validator[] vals = ValManager.getDefaultValidators();

38. WARNING: DiscouragedReference

Discouraged access: The constructor ValidatorMutable(Validator) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

279 : _validator = new ValidatorMutable(v);

39. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

279 : _validator = new ValidatorMutable(v);

40. WARNING: DiscouragedReference

Discouraged access: The method isV2Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

296 : if (!_validator.isV2Validator())return;

41. WARNING: DiscouragedReference

Discouraged access: The method getMessageSettings() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

297 : Map<String,MessageSeveritySetting> mappings = _validator.getMessageSettings();

42. WARNING: DiscouragedReference

Discouraged access: The method bumpChangeCountMessages() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

336 : _validator.bumpChangeCountMessages();

43. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

347 : Map map = ValidatorDelegatesRegistry.getInstance().getDelegateDescriptors(_validator.getValidatorClassname());

44. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

347 : Map map = ValidatorDelegatesRegistry.getInstance().getDelegateDescriptors(_validator.getValidatorClassname());

45. WARNING: DiscouragedReference

Discouraged access: The method getDelegateDescriptors(String) from the type ValidatorDelegatesRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

347 : Map map = ValidatorDelegatesRegistry.getInstance().getDelegateDescriptors(_validator.getValidatorClassname());

46. WARNING: DiscouragedReference

Discouraged access: The method getValidatorClassname() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

347 : Map map = ValidatorDelegatesRegistry.getInstance().getDelegateDescriptors(_validator.getValidatorClassname());

47. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

364 : ValidatorDelegateDescriptor vd = (ValidatorDelegateDescriptor)it.next();

48. WARNING: DiscouragedReference

Discouraged access: The type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

364 : ValidatorDelegateDescriptor vd = (ValidatorDelegateDescriptor)it.next();

49. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

365 : items[i] = vd.getName();

50. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

366 : ids[i] = vd.getId();

51. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

367 : if (vd.getId().equals(_validator.getDelegatingId())){

52. WARNING: DiscouragedReference

Discouraged access: The method getDelegatingId() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

367 : if (vd.getId().equals(_validator.getDelegatingId())){

53. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ValidatorDelegateDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

368 : selected = vd.getName();

54. WARNING: DiscouragedReference

Discouraged access: The method setDelegatingId(String) from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

380 : _validator.setDelegatingId(ids[sel]);

55. WARNING: DiscouragedReference

Discouraged access: The method isV2Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

391 : if (!_validator.isV2Validator())return;

56. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

392 : FilterRule[] rules = new FilterRule[0];

57. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

392 : FilterRule[] rules = new FilterRule[0];

58. WARNING: DiscouragedReference

Discouraged access: The method add(FilterGroup) from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

393 : _validator.add(FilterGroup.create(exclude, rules));

59. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

393 : _validator.add(FilterGroup.create(exclude, rules));

60. WARNING: DiscouragedReference

Discouraged access: The method create(boolean, FilterRule[]) from the type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

393 : _validator.add(FilterGroup.create(exclude, rules));

61. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

409 : FilterGroup group = findGroup(_selectedRule);

62. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

411 : FilterGroup newGroup = FilterGroup.removeRule(group, _selectedRule);

63. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

411 : FilterGroup newGroup = FilterGroup.removeRule(group, _selectedRule);

64. WARNING: DiscouragedReference

Discouraged access: The method removeRule(FilterGroup, FilterRule) from the type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

411 : FilterGroup newGroup = FilterGroup.removeRule(group, _selectedRule);

65. WARNING: DiscouragedReference

Discouraged access: The method replaceFilterGroup(FilterGroup, FilterGroup) from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

412 : _validator.replaceFilterGroup(group, newGroup);

66. WARNING: DiscouragedReference

Discouraged access: The method remove(FilterGroup) from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

418 : _validator.remove(_selectedGroup);

67. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

429 : private FilterGroup findGroup(FilterRule rule) {

68. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

429 : private FilterGroup findGroup(FilterRule rule) {

69. WARNING: DiscouragedReference

Discouraged access: The type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

430 : for (FilterGroup group : _validator.getGroups()){

70. WARNING: DiscouragedReference

Discouraged access: The method getGroups() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

430 : for (FilterGroup group : _validator.getGroups()){

71. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

431 : for (FilterRule fr : group.getRules()){

72. WARNING: DiscouragedReference

Discouraged access: The method getRules() from the type FilterGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

431 : for (FilterRule fr : group.getRules()){

73. WARNING: DiscouragedReference

Discouraged access: The method isV2Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

439 : if (_validator.isV2Validator()){

74. WARNING: DiscouragedReference

Discouraged access: The type ValidatorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

440 : _addGroupExclude.setEnabled(!ValidatorHelper.hasExcludeGroup(_validator));

75. WARNING: DiscouragedReference

Discouraged access: The method hasExcludeGroup(ValidatorMutable) from the type ValidatorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

440 : _addGroupExclude.setEnabled(!ValidatorHelper.hasExcludeGroup(_validator));

76. WARNING: DiscouragedReference

Discouraged access: The method getMessageSettings() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

445 : Map<String,MessageSeveritySetting> msgs = _validator.getMessageSettings();

77. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

FilterDialog.java :

466 : public ValidatorMutable getValidator() {

Source File: org/eclipse/wst/validation/ui/internal/dialog/NewFilterRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

41 : import org.eclipse.wst.validation.internal.model.FilterRule;

2. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

57 : private FilterRule _rule;

3. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

72 : public FilterRule getRule(){

4. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

228 : public FilterRule getFilterRule() {

5. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

230 : return FilterRule.FileExt.createFileExt(_pattern.getText(), _case.getSelection());

6. WARNING: DiscouragedReference

Discouraged access: The type FilterRule.FileExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

230 : return FilterRule.FileExt.createFileExt(_pattern.getText(), _case.getSelection());

7. WARNING: DiscouragedReference

Discouraged access: The method createFileExt(String, boolean) from the type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

230 : return FilterRule.FileExt.createFileExt(_pattern.getText(), _case.getSelection());

8. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

249 : private int _type = FilterRule.File.FileTypeFile;

9. WARNING: DiscouragedReference

Discouraged access: The type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

249 : private int _type = FilterRule.File.FileTypeFile;

10. WARNING: DiscouragedReference

Discouraged access: The field FileTypeFile from the type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

249 : private int _type = FilterRule.File.FileTypeFile;

11. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

308 : _type = FilterRule.File.FileTypeFile;

12. WARNING: DiscouragedReference

Discouraged access: The type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

308 : _type = FilterRule.File.FileTypeFile;

13. WARNING: DiscouragedReference

Discouraged access: The field FileTypeFile from the type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

308 : _type = FilterRule.File.FileTypeFile;

14. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

312 : _type = FilterRule.File.FileTypeFull;

15. WARNING: DiscouragedReference

Discouraged access: The type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

312 : _type = FilterRule.File.FileTypeFull;

16. WARNING: DiscouragedReference

Discouraged access: The field FileTypeFull from the type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

312 : _type = FilterRule.File.FileTypeFull;

17. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

343 : _type = FilterRule.File.FileTypeFolder;

18. WARNING: DiscouragedReference

Discouraged access: The type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

343 : _type = FilterRule.File.FileTypeFolder;

19. WARNING: DiscouragedReference

Discouraged access: The field FileTypeFolder from the type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

343 : _type = FilterRule.File.FileTypeFolder;

20. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

369 : _simpleFileName.setSelection(_type == FilterRule.File.FileTypeFile);

21. WARNING: DiscouragedReference

Discouraged access: The type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

369 : _simpleFileName.setSelection(_type == FilterRule.File.FileTypeFile);

22. WARNING: DiscouragedReference

Discouraged access: The field FileTypeFile from the type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

369 : _simpleFileName.setSelection(_type == FilterRule.File.FileTypeFile);

23. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

378 : if (_type == FilterRule.File.FileTypeFolder)return;

24. WARNING: DiscouragedReference

Discouraged access: The type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

378 : if (_type == FilterRule.File.FileTypeFolder)return;

25. WARNING: DiscouragedReference

Discouraged access: The field FileTypeFolder from the type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

378 : if (_type == FilterRule.File.FileTypeFolder)return;

26. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

381 : _type = FilterRule.File.FileTypeFile;

27. WARNING: DiscouragedReference

Discouraged access: The type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

381 : _type = FilterRule.File.FileTypeFile;

28. WARNING: DiscouragedReference

Discouraged access: The field FileTypeFile from the type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

381 : _type = FilterRule.File.FileTypeFile;

29. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

385 : _type = FilterRule.File.FileTypeFull; }

30. WARNING: DiscouragedReference

Discouraged access: The type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

385 : _type = FilterRule.File.FileTypeFull; }

31. WARNING: DiscouragedReference

Discouraged access: The field FileTypeFull from the type FilterRule.File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

385 : _type = FilterRule.File.FileTypeFull; }

32. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

390 : public FilterRule getFilterRule() {

33. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

392 : return FilterRule.createFile(_pattern.getText(), _case.getSelection(), _type);

34. WARNING: DiscouragedReference

Discouraged access: The method createFile(String, boolean, int) from the type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

392 : return FilterRule.createFile(_pattern.getText(), _case.getSelection(), _type);

35. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

438 : public FilterRule getFilterRule() {

36. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

443 : return FilterRule.createProject(_ids[i]);

37. WARNING: DiscouragedReference

Discouraged access: The method createProject(String) from the type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

443 : return FilterRule.createProject(_ids[i]);

38. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

480 : public FilterRule getFilterRule() {

39. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

482 : FilterRule rule = FilterRule.createFacet(_pattern.getText());

40. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

482 : FilterRule rule = FilterRule.createFacet(_pattern.getText());

41. WARNING: DiscouragedReference

Discouraged access: The method createFacet(String) from the type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

482 : FilterRule rule = FilterRule.createFacet(_pattern.getText());

42. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

542 : public FilterRule getFilterRule() {

43. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

546 : FilterRule rule = FilterRule.createContentType(type.getId(), _exactMatch.getSelection());

44. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

546 : FilterRule rule = FilterRule.createContentType(type.getId(), _exactMatch.getSelection());

45. WARNING: DiscouragedReference

Discouraged access: The method createContentType(String, boolean) from the type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

546 : FilterRule rule = FilterRule.createContentType(type.getId(), _exactMatch.getSelection());

46. WARNING: DiscouragedReference

Discouraged access: The type FilterRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

NewFilterRule.java :

564 : FilterRule getFilterRule();

Source File: org/eclipse/wst/validation/ui/internal/dialog/ResultsDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

27 : import org.eclipse.wst.validation.internal.Misc;

2. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

28 : import org.eclipse.wst.validation.internal.ValManager;

3. WARNING: DiscouragedReference

Discouraged access: The type ValPrefManagerGlobal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

29 : import org.eclipse.wst.validation.internal.ValPrefManagerGlobal;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

30 : import org.eclipse.wst.validation.internal.ValidationResultSummary;

5. WARNING: DiscouragedReference

Discouraged access: The type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

31 : import org.eclipse.wst.validation.internal.model.GlobalPreferences;

6. WARNING: DiscouragedReference

Discouraged access: The type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

32 : import org.eclipse.wst.validation.internal.model.GlobalPreferencesValues;

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

43 : private ValidationResultSummary _result;

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

56 : public ResultsDialog(Shell parentShell, ValidationResultSummary results, long time, int resourceCount) {

9. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

66 : ValManager vm = ValManager.getDefault();

10. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

66 : ValManager vm = ValManager.getDefault();

11. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

66 : ValManager vm = ValManager.getDefault();

12. WARNING: DiscouragedReference

Discouraged access: The type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

67 : GlobalPreferences gp = vm.getGlobalPreferences();

13. WARNING: DiscouragedReference

Discouraged access: The method getGlobalPreferences() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

67 : GlobalPreferences gp = vm.getGlobalPreferences();

14. WARNING: DiscouragedReference

Discouraged access: The type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

68 : GlobalPreferencesValues gpv = gp.asValues();

15. WARNING: DiscouragedReference

Discouraged access: The method asValues() from the type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

68 : GlobalPreferencesValues gpv = gp.asValues();

16. WARNING: DiscouragedReference

Discouraged access: The field confirmDialog from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

69 : gpv.confirmDialog = !_hideButton.getSelection();

17. WARNING: DiscouragedReference

Discouraged access: The method replace(GlobalPreferencesValues) from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

70 : int changes = vm.replace(gpv);

18. WARNING: DiscouragedReference

Discouraged access: The type ValPrefManagerGlobal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

71 : if (changes != 0)ValPrefManagerGlobal.getDefault().savePreferences();

19. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValPrefManagerGlobal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

71 : if (changes != 0)ValPrefManagerGlobal.getDefault().savePreferences();

20. WARNING: DiscouragedReference

Discouraged access: The method savePreferences() from the type ValPrefManagerGlobal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

71 : if (changes != 0)ValPrefManagerGlobal.getDefault().savePreferences();

21. WARNING: DiscouragedReference

Discouraged access: The method getSeverityError() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

87 : if (_result.getSeverityError() > 0)return getErrorImage();

22. WARNING: DiscouragedReference

Discouraged access: The method getSeverityWarning() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

88 : if (_result.getSeverityWarning() > 0)return getWarningImage();

23. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

108 : if (ValManager.getDefault().getGlobalPreferences().getConfirmDialog() && _hideButton.getSelection()) {

24. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

108 : if (ValManager.getDefault().getGlobalPreferences().getConfirmDialog() && _hideButton.getSelection()) {

25. WARNING: DiscouragedReference

Discouraged access: The method getGlobalPreferences() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

108 : if (ValManager.getDefault().getGlobalPreferences().getConfirmDialog() && _hideButton.getSelection()) {

26. WARNING: DiscouragedReference

Discouraged access: The method getConfirmDialog() from the type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

108 : if (ValManager.getDefault().getGlobalPreferences().getConfirmDialog() && _hideButton.getSelection()) {

27. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

111 : _hideButton.setSelection(!ValManager.getDefault().getGlobalPreferences().getConfirmDialog());

28. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

111 : _hideButton.setSelection(!ValManager.getDefault().getGlobalPreferences().getConfirmDialog());

29. WARNING: DiscouragedReference

Discouraged access: The method getGlobalPreferences() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

111 : _hideButton.setSelection(!ValManager.getDefault().getGlobalPreferences().getConfirmDialog());

30. WARNING: DiscouragedReference

Discouraged access: The method getConfirmDialog() from the type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

111 : _hideButton.setSelection(!ValManager.getDefault().getGlobalPreferences().getConfirmDialog());

31. WARNING: DiscouragedReference

Discouraged access: The method getSeverityError() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

129 : if (_result.getSeverityError() > 1)

32. WARNING: DiscouragedReference

Discouraged access: The method getSeverityError() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

130 : return NLS.bind(ValidationUIMessages.ValErrorsResources, new Object[]{_result.getSeverityError(), _resourceCount, Misc.getTimeMS(_time)});

33. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

130 : return NLS.bind(ValidationUIMessages.ValErrorsResources, new Object[]{_result.getSeverityError(), _resourceCount, Misc.getTimeMS(_time)});

34. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

130 : return NLS.bind(ValidationUIMessages.ValErrorsResources, new Object[]{_result.getSeverityError(), _resourceCount, Misc.getTimeMS(_time)});

35. WARNING: DiscouragedReference

Discouraged access: The method getSeverityError() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

131 : if (_result.getSeverityError() == 1)

36. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

132 : return NLS.bind(ValidationUIMessages.ValError1Resources, _resourceCount, Misc.getTimeMS(_time));

37. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

132 : return NLS.bind(ValidationUIMessages.ValError1Resources, _resourceCount, Misc.getTimeMS(_time));

38. WARNING: DiscouragedReference

Discouraged access: The method getSeverityWarning() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

134 : if (_result.getSeverityWarning() > 1)

39. WARNING: DiscouragedReference

Discouraged access: The method getSeverityWarning() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

135 : return NLS.bind(ValidationUIMessages.ValWarnResources, new Object[]{_result.getSeverityWarning(), _resourceCount, Misc.getTimeMS(_time)});

40. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

135 : return NLS.bind(ValidationUIMessages.ValWarnResources, new Object[]{_result.getSeverityWarning(), _resourceCount, Misc.getTimeMS(_time)});

41. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

135 : return NLS.bind(ValidationUIMessages.ValWarnResources, new Object[]{_result.getSeverityWarning(), _resourceCount, Misc.getTimeMS(_time)});

42. WARNING: DiscouragedReference

Discouraged access: The method getSeverityWarning() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

136 : if (_result.getSeverityWarning() == 1)

43. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

137 : return NLS.bind(ValidationUIMessages.ValWarn1Resources, _resourceCount, Misc.getTimeMS(_time));

44. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

137 : return NLS.bind(ValidationUIMessages.ValWarn1Resources, _resourceCount, Misc.getTimeMS(_time));

45. WARNING: DiscouragedReference

Discouraged access: The method getSeverityInfo() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

139 : if (_result.getSeverityInfo() > 1)

46. WARNING: DiscouragedReference

Discouraged access: The method getSeverityInfo() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

140 : return NLS.bind(ValidationUIMessages.ValInfoResources, new Object[]{_result.getSeverityInfo(), _resourceCount, Misc.getTimeMS(_time)});

47. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

140 : return NLS.bind(ValidationUIMessages.ValInfoResources, new Object[]{_result.getSeverityInfo(), _resourceCount, Misc.getTimeMS(_time)});

48. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

140 : return NLS.bind(ValidationUIMessages.ValInfoResources, new Object[]{_result.getSeverityInfo(), _resourceCount, Misc.getTimeMS(_time)});

49. WARNING: DiscouragedReference

Discouraged access: The method getSeverityInfo() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

141 : if (_result.getSeverityInfo() == 1)

50. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

142 : return NLS.bind(ValidationUIMessages.ValInfo1Resources, _resourceCount, Misc.getTimeMS(_time));

51. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

142 : return NLS.bind(ValidationUIMessages.ValInfo1Resources, _resourceCount, Misc.getTimeMS(_time));

52. WARNING: DiscouragedReference

Discouraged access: The method getSeverityError() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

145 : if (_result.getSeverityError() > 1)

53. WARNING: DiscouragedReference

Discouraged access: The method getSeverityError() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

146 : return NLS.bind(ValidationUIMessages.ValErrorsResource1, _result.getSeverityError(), Misc.getTimeMS(_time));

54. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

146 : return NLS.bind(ValidationUIMessages.ValErrorsResource1, _result.getSeverityError(), Misc.getTimeMS(_time));

55. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

146 : return NLS.bind(ValidationUIMessages.ValErrorsResource1, _result.getSeverityError(), Misc.getTimeMS(_time));

56. WARNING: DiscouragedReference

Discouraged access: The method getSeverityError() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

147 : if (_result.getSeverityError() == 1)

57. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

148 : return NLS.bind(ValidationUIMessages.ValError1Resource1, Misc.getTimeMS(_time));

58. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

148 : return NLS.bind(ValidationUIMessages.ValError1Resource1, Misc.getTimeMS(_time));

59. WARNING: DiscouragedReference

Discouraged access: The method getSeverityWarning() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

150 : if (_result.getSeverityWarning() > 1)

60. WARNING: DiscouragedReference

Discouraged access: The method getSeverityWarning() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

151 : return NLS.bind(ValidationUIMessages.ValWarnResource1, _result.getSeverityWarning(), Misc.getTimeMS(_time));

61. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

151 : return NLS.bind(ValidationUIMessages.ValWarnResource1, _result.getSeverityWarning(), Misc.getTimeMS(_time));

62. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

151 : return NLS.bind(ValidationUIMessages.ValWarnResource1, _result.getSeverityWarning(), Misc.getTimeMS(_time));

63. WARNING: DiscouragedReference

Discouraged access: The method getSeverityWarning() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

152 : if (_result.getSeverityWarning() == 1)

64. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

153 : return NLS.bind(ValidationUIMessages.ValWarn1Resource1, Misc.getTimeMS(_time));

65. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

153 : return NLS.bind(ValidationUIMessages.ValWarn1Resource1, Misc.getTimeMS(_time));

66. WARNING: DiscouragedReference

Discouraged access: The method getSeverityInfo() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

155 : if (_result.getSeverityInfo() > 1)

67. WARNING: DiscouragedReference

Discouraged access: The method getSeverityInfo() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

156 : return NLS.bind(ValidationUIMessages.ValInfoResource1, _result.getSeverityInfo(), Misc.getTimeMS(_time));

68. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

156 : return NLS.bind(ValidationUIMessages.ValInfoResource1, _result.getSeverityInfo(), Misc.getTimeMS(_time));

69. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

156 : return NLS.bind(ValidationUIMessages.ValInfoResource1, _result.getSeverityInfo(), Misc.getTimeMS(_time));

70. WARNING: DiscouragedReference

Discouraged access: The method getSeverityInfo() from the type ValidationResultSummary is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

157 : if (_result.getSeverityInfo() == 1)

71. WARNING: DiscouragedReference

Discouraged access: The type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

158 : return NLS.bind(ValidationUIMessages.ValInfo1Resource1, Misc.getTimeMS(_time));

72. WARNING: DiscouragedReference

Discouraged access: The method getTimeMS(long) from the type Misc is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ResultsDialog.java :

158 : return NLS.bind(ValidationUIMessages.ValInfo1Resource1, Misc.getTimeMS(_time));

Source File: org/eclipse/wst/validation/ui/internal/preferences/ValidationPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

59 : import org.eclipse.wst.validation.internal.ConfigurationManager;

2. WARNING: DiscouragedReference

Discouraged access: The type FullBuildJob is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

60 : import org.eclipse.wst.validation.internal.FullBuildJob;

3. WARNING: DiscouragedReference

Discouraged access: The type GlobalConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

61 : import org.eclipse.wst.validation.internal.GlobalConfiguration;

4. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

62 : import org.eclipse.wst.validation.internal.ValManager;

5. WARNING: DiscouragedReference

Discouraged access: The type ValPrefManagerGlobal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

63 : import org.eclipse.wst.validation.internal.ValPrefManagerGlobal;

6. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

64 : import org.eclipse.wst.validation.internal.ValidatorMetaData;

7. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

65 : import org.eclipse.wst.validation.internal.ValidatorMutable;

8. WARNING: DiscouragedReference

Discouraged access: The type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

66 : import org.eclipse.wst.validation.internal.model.GlobalPreferences;

9. WARNING: DiscouragedReference

Discouraged access: The type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

67 : import org.eclipse.wst.validation.internal.model.GlobalPreferencesValues;

10. WARNING: DiscouragedReference

Discouraged access: The type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

178 : private GlobalPreferencesValues _globalPreferences = ValManager.getDefault().getGlobalPreferences().asValues();

11. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

178 : private GlobalPreferencesValues _globalPreferences = ValManager.getDefault().getGlobalPreferences().asValues();

12. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

178 : private GlobalPreferencesValues _globalPreferences = ValManager.getDefault().getGlobalPreferences().asValues();

13. WARNING: DiscouragedReference

Discouraged access: The method asValues() from the type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

178 : private GlobalPreferencesValues _globalPreferences = ValManager.getDefault().getGlobalPreferences().asValues();

14. WARNING: DiscouragedReference

Discouraged access: The method getGlobalPreferences() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

178 : private GlobalPreferencesValues _globalPreferences = ValManager.getDefault().getGlobalPreferences().asValues();

15. WARNING: DiscouragedReference

Discouraged access: The type GlobalConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

179 : private GlobalConfiguration _globalConfig;

16. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

180 : private ValidatorMutable[] _validators;

17. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

193 : if (inputElement instanceof ValidatorMutable[]) {

18. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

194 : return (ValidatorMutable[]) inputElement;

19. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

210 : else if (element instanceof ValidatorMutable)

20. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

211 : return ((ValidatorMutable) element).getName();

21. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

211 : return ((ValidatorMutable) element).getName();

22. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

224 : ValidatorMutable v = (ValidatorMutable) element;

23. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

224 : ValidatorMutable v = (ValidatorMutable) element;

24. WARNING: DiscouragedReference

Discouraged access: The method isManualValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

226 : return getImage(v.isManualValidation() ? ImageNames.okTable : ImageNames.failTable);

25. WARNING: DiscouragedReference

Discouraged access: The method isBuildValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

228 : return getImage(v.isBuildValidation() ? ImageNames.okTable : ImageNames.failTable);

26. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

238 : if (columnIndex == 0)return ((ValidatorMutable) element).getName();

27. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

238 : if (columnIndex == 0)return ((ValidatorMutable) element).getName();

28. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

273 : private ValidatorMutable[] getDefaultValidators(){

29. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

274 : Validator[] vals = ValManager.getDefault().getValidators();

30. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

274 : Validator[] vals = ValManager.getDefault().getValidators();

31. WARNING: DiscouragedReference

Discouraged access: The method getValidators() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

274 : Validator[] vals = ValManager.getDefault().getValidators();

32. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

275 : ValidatorMutable[] vms = new ValidatorMutable[vals.length];

33. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

275 : ValidatorMutable[] vms = new ValidatorMutable[vals.length];

34. WARNING: DiscouragedReference

Discouraged access: The constructor ValidatorMutable(Validator) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

276 : for (int i=0; i<vals.length; i++)vms[i] = new ValidatorMutable(vals[i]);

35. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

276 : for (int i=0; i<vals.length; i++)vms[i] = new ValidatorMutable(vals[i]);

36. WARNING: DiscouragedReference

Discouraged access: The constructor GlobalConfiguration(GlobalConfiguration) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

281 : _globalConfig = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());

37. WARNING: DiscouragedReference

Discouraged access: The type GlobalConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

281 : _globalConfig = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());

38. WARNING: DiscouragedReference

Discouraged access: The type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

281 : _globalConfig = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());

39. WARNING: DiscouragedReference

Discouraged access: The method getManager() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

281 : _globalConfig = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());

40. WARNING: DiscouragedReference

Discouraged access: The method getGlobalConfiguration() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

281 : _globalConfig = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());

41. WARNING: DiscouragedReference

Discouraged access: The field confirmDialog from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

414 : _confirmButton.setSelection(_globalPreferences.confirmDialog);

42. WARNING: DiscouragedReference

Discouraged access: The field confirmDialog from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

418 : _globalPreferences.confirmDialog = _confirmButton.getSelection();

43. WARNING: DiscouragedReference

Discouraged access: The field saveAutomatically from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

431 : _autoSave.setSelection(_globalPreferences.saveAutomatically);

44. WARNING: DiscouragedReference

Discouraged access: The field saveAutomatically from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

435 : _globalPreferences.saveAutomatically = _autoSave.getSelection();

45. WARNING: DiscouragedReference

Discouraged access: The field disableAllValidation from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

449 : _suspend.setSelection(_globalPreferences.disableAllValidation);

46. WARNING: DiscouragedReference

Discouraged access: The field override from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

469 : _override.setSelection(_globalPreferences.override);

47. WARNING: DiscouragedReference

Discouraged access: The field override from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

472 : _globalPreferences.override = _override.getSelection();

48. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

503 : ValidatorMutable vw = (ValidatorMutable) selection.getFirstElement();

49. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

503 : ValidatorMutable vw = (ValidatorMutable) selection.getFirstElement();

50. WARNING: DiscouragedReference

Discouraged access: The method isManualValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

504 : manualItem.setSelection(vw.isManualValidation());

51. WARNING: DiscouragedReference

Discouraged access: The method isBuildValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

505 : buildItem.setSelection(vw.isBuildValidation());

52. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

515 : ValidatorMutable val = (ValidatorMutable) selection.getFirstElement();

53. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

515 : ValidatorMutable val = (ValidatorMutable) selection.getFirstElement();

54. WARNING: DiscouragedReference

Discouraged access: The method setManualValidation(boolean) from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

520 : val.setManualValidation(!val.isManualValidation());

55. WARNING: DiscouragedReference

Discouraged access: The method isManualValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

520 : val.setManualValidation(!val.isManualValidation());

56. WARNING: DiscouragedReference

Discouraged access: The method setBuildValidation(boolean) from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

524 : val.setBuildValidation(!val.isBuildValidation());

57. WARNING: DiscouragedReference

Discouraged access: The method isBuildValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

524 : val.setBuildValidation(!val.isBuildValidation());

58. WARNING: DiscouragedReference

Discouraged access: The method isV2Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

527 : if (val.isV2Validator()){

59. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

528 : ValidatorMutable newVal = new ValidatorMutable(val);

60. WARNING: DiscouragedReference

Discouraged access: The constructor ValidatorMutable(ValidatorMutable) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

528 : ValidatorMutable newVal = new ValidatorMutable(val);

61. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

528 : ValidatorMutable newVal = new ValidatorMutable(val);

62. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

548 : private int findit(ValidatorMutable val) {

63. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

553 : private void handleOldDelegate(ValidatorMutable val) {

64. WARNING: DiscouragedReference

Discouraged access: The method isV1Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

554 : if (!val.isV1Validator())return;

65. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

556 : ValidatorMetaData vmd = val.getVmd();

66. WARNING: DiscouragedReference

Discouraged access: The method getVmd() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

556 : ValidatorMetaData vmd = val.getVmd();

67. WARNING: DiscouragedReference

Discouraged access: The method isDelegating() from the type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

557 : if (!vmd.isDelegating())return;

68. WARNING: DiscouragedReference

Discouraged access: The method getDelegateUniqueName(ValidatorMetaData) from the type ValidationConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

559 : String delegateID = _globalConfig.getDelegateUniqueName(vmd);

69. WARNING: DiscouragedReference

Discouraged access: The method setDelegateUniqueName(ValidatorMetaData, String) from the type ValidationConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

570 : _globalConfig.setDelegateUniqueName(vmd, dialog.getDelegateID());

70. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

579 : boolean hasSettings(ValidatorMutable v){

71. WARNING: DiscouragedReference

Discouraged access: The method isV2Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

580 : if (v.isV2Validator())return true;

72. WARNING: DiscouragedReference

Discouraged access: The method getDelegatingId() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

581 : if (v.getDelegatingId() != null)return true;

73. WARNING: DiscouragedReference

Discouraged access: The field disableAllValidation from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

595 : _suspend.setSelection(_globalPreferences.disableAllValidation);

74. WARNING: DiscouragedReference

Discouraged access: The field saveAutomatically from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

596 : _autoSave.setSelection(_globalPreferences.saveAutomatically);

75. WARNING: DiscouragedReference

Discouraged access: The field confirmDialog from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

597 : _confirmButton.setSelection(_globalPreferences.confirmDialog);

76. WARNING: DiscouragedReference

Discouraged access: The field override from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

598 : _override.setSelection(_globalPreferences.override);

77. WARNING: DiscouragedReference

Discouraged access: The field disableAllValidation from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

607 : _globalPreferences.disableAllValidation = _suspend.getSelection();

78. WARNING: DiscouragedReference

Discouraged access: The field saveAutomatically from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

608 : _globalPreferences.saveAutomatically = _autoSave.getSelection();

79. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

609 : ValManager vm = ValManager.getDefault();

80. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

609 : ValManager vm = ValManager.getDefault();

81. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

609 : ValManager vm = ValManager.getDefault();

82. WARNING: DiscouragedReference

Discouraged access: The method replace(GlobalPreferencesValues) from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

610 : int changes = vm.replace(_globalPreferences);

83. WARNING: DiscouragedReference

Discouraged access: The type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

611 : if ((changes & GlobalPreferences.BuildChangeMask) != 0)_changeCount++;

84. WARNING: DiscouragedReference

Discouraged access: The field BuildChangeMask from the type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

611 : if ((changes & GlobalPreferences.BuildChangeMask) != 0)_changeCount++;

85. WARNING: DiscouragedReference

Discouraged access: The type ValPrefManagerGlobal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

613 : ValPrefManagerGlobal vpm = ValPrefManagerGlobal.getDefault();

86. WARNING: DiscouragedReference

Discouraged access: The type ValPrefManagerGlobal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

613 : ValPrefManagerGlobal vpm = ValPrefManagerGlobal.getDefault();

87. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValPrefManagerGlobal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

613 : ValPrefManagerGlobal vpm = ValPrefManagerGlobal.getDefault();

88. WARNING: DiscouragedReference

Discouraged access: The method savePreferences(GlobalPreferences, ValidatorMutable[], Boolean) from the type ValPrefManagerGlobal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

614 : vpm.savePreferences(vm.getGlobalPreferences(), _validators, null);

89. WARNING: DiscouragedReference

Discouraged access: The method getGlobalPreferences() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

614 : vpm.savePreferences(vm.getGlobalPreferences(), _validators, null);

90. WARNING: DiscouragedReference

Discouraged access: The type FullBuildJob is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

620 : FullBuildJob fbj = new FullBuildJob();

91. WARNING: DiscouragedReference

Discouraged access: The constructor FullBuildJob() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

620 : FullBuildJob fbj = new FullBuildJob();

92. WARNING: DiscouragedReference

Discouraged access: The type FullBuildJob is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

620 : FullBuildJob fbj = new FullBuildJob();

93. WARNING: DiscouragedReference

Discouraged access: The type GlobalConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

631 : GlobalConfiguration gc = ConfigurationManager.getManager().getGlobalConfiguration();

94. WARNING: DiscouragedReference

Discouraged access: The type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

631 : GlobalConfiguration gc = ConfigurationManager.getManager().getGlobalConfiguration();

95. WARNING: DiscouragedReference

Discouraged access: The method getManager() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

631 : GlobalConfiguration gc = ConfigurationManager.getManager().getGlobalConfiguration();

96. WARNING: DiscouragedReference

Discouraged access: The method getGlobalConfiguration() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

631 : GlobalConfiguration gc = ConfigurationManager.getManager().getGlobalConfiguration();

97. WARNING: DiscouragedReference

Discouraged access: The method setDisableAllValidation(boolean) from the type ValidationConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

632 : gc.setDisableAllValidation(_globalPreferences.disableAllValidation);

98. WARNING: DiscouragedReference

Discouraged access: The field disableAllValidation from the type GlobalPreferencesValues is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

632 : gc.setDisableAllValidation(_globalPreferences.disableAllValidation);

99. WARNING: DiscouragedReference

Discouraged access: The method setEnabledManualValidators(ValidatorMetaData[]) from the type ValidationConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

633 : gc.setEnabledManualValidators(getEnabledManualValidators());

100. WARNING: DiscouragedReference

Discouraged access: The method setEnabledBuildValidators(ValidatorMetaData[]) from the type ValidationConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPreferencePage.java :

634 : gc.setEnabledBuildValidators(getEnabledBuildValidators());

Source File: org/eclipse/wst/validation/ui/internal/preferences/ValidationPropertyPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

63 : import org.eclipse.wst.validation.internal.ConfigurationManager;

2. WARNING: DiscouragedReference

Discouraged access: The type GlobalConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

64 : import org.eclipse.wst.validation.internal.GlobalConfiguration;

3. WARNING: DiscouragedReference

Discouraged access: The type ProjectReValidationJob is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

65 : import org.eclipse.wst.validation.internal.ProjectReValidationJob;

4. WARNING: DiscouragedReference

Discouraged access: The type ProjectConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

66 : import org.eclipse.wst.validation.internal.ProjectConfiguration;

5. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

67 : import org.eclipse.wst.validation.internal.ValManager;

6. WARNING: DiscouragedReference

Discouraged access: The type ValPrefManagerProject is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

68 : import org.eclipse.wst.validation.internal.ValPrefManagerProject;

7. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

69 : import org.eclipse.wst.validation.internal.ValidatorMetaData;

8. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

70 : import org.eclipse.wst.validation.internal.ValidatorMutable;

9. WARNING: DiscouragedReference

Discouraged access: The type ValManager.UseProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

71 : import org.eclipse.wst.validation.internal.ValManager.UseProjectPreferences;

10. WARNING: DiscouragedReference

Discouraged access: The type ProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

72 : import org.eclipse.wst.validation.internal.model.ProjectPreferences;

11. WARNING: DiscouragedReference

Discouraged access: The type ValidatorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

73 : import org.eclipse.wst.validation.internal.operations.ValidatorManager;

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

74 : import org.eclipse.wst.validation.internal.plugin.ValidationPlugin;

13. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

178 : private ValidatorMutable[] _validators;

14. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

192 : if (inputElement instanceof ValidatorMutable[]) {

15. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

193 : return (ValidatorMutable[]) inputElement;

16. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

211 : return ((ValidatorMutable) element).getName();

17. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

211 : return ((ValidatorMutable) element).getName();

18. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

225 : ValidatorMutable v = (ValidatorMutable) element;

19. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

225 : ValidatorMutable v = (ValidatorMutable) element;

20. WARNING: DiscouragedReference

Discouraged access: The method isManualValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

227 : return getImage(v.isManualValidation() ? ImageNames.okTable

21. WARNING: DiscouragedReference

Discouraged access: The method isBuildValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

230 : return getImage(v.isBuildValidation() ? ImageNames.okTable

22. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

240 : if (columnIndex == 0)return ((ValidatorMutable) element).getName();

23. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

240 : if (columnIndex == 0)return ((ValidatorMutable) element).getName();

24. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

265 : Validator[] vals = ValManager.getDefault()

25. WARNING: DiscouragedReference

Discouraged access: The method getValidatorsConfiguredForProject(IProject, ValManager.UseProjectPreferences) from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

265 : Validator[] vals = ValManager.getDefault() .getValidatorsConfiguredForProject(getProject(), UseProjectPreferences.MustUse);

26. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

265 : Validator[] vals = ValManager.getDefault()

27. WARNING: DiscouragedReference

Discouraged access: The type ValManager.UseProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

266 : .getValidatorsConfiguredForProject(getProject(), UseProjectPreferences.MustUse);

28. WARNING: DiscouragedReference

Discouraged access: The field MustUse from the type ValManager.UseProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

266 : .getValidatorsConfiguredForProject(getProject(), UseProjectPreferences.MustUse);

29. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

267 : _validators = new ValidatorMutable[vals.length];

30. WARNING: DiscouragedReference

Discouraged access: The constructor ValidatorMutable(Validator) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

268 : for (int i=0; i<vals.length; i++)_validators[i] = new ValidatorMutable(vals[i]);

31. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

268 : for (int i=0; i<vals.length; i++)_validators[i] = new ValidatorMutable(vals[i]);

32. WARNING: DiscouragedReference

Discouraged access: The method getSuspend() from the type ProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

400 : _suspend.setSelection(getProjectPreferences().getSuspend());

33. WARNING: DiscouragedReference

Discouraged access: The method addProjectBuildValidationSupport(IProject) from the type ValidatorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

452 : ValidatorManager.addProjectBuildValidationSupport(getProject());

34. WARNING: DiscouragedReference

Discouraged access: The type ValidatorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

452 : ValidatorManager.addProjectBuildValidationSupport(getProject());

35. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

472 : boolean hasSettings(ValidatorMutable v){

36. WARNING: DiscouragedReference

Discouraged access: The method isV2Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

473 : if (v.isV2Validator())return true;

37. WARNING: DiscouragedReference

Discouraged access: The method getDelegatingId() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

474 : if (v.getDelegatingId() != null)return true;

38. WARNING: DiscouragedReference

Discouraged access: The type ValidationPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

486 : if (commands[i].getBuilderName().equals(ValidationPlugin.VALIDATION_BUILDER_ID))

39. WARNING: DiscouragedReference

Discouraged access: The field VALIDATION_BUILDER_ID from the type ValidationPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

486 : if (commands[i].getBuilderName().equals(ValidationPlugin.VALIDATION_BUILDER_ID))

40. WARNING: DiscouragedReference

Discouraged access: The type ValidationPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

492 : ValidationPlugin.getPlugin().handleException(e);

41. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type ValidationPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

492 : ValidationPlugin.getPlugin().handleException(e);

42. WARNING: DiscouragedReference

Discouraged access: The method handleException(Throwable) from the type ValidationPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

492 : ValidationPlugin.getPlugin().handleException(e);

43. WARNING: DiscouragedReference

Discouraged access: The method getOverride() from the type ProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

504 : _override.setSelection(getProjectPreferences().getOverride());

44. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

509 : ValManager vm = ValManager.getDefault();

45. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

509 : ValManager vm = ValManager.getDefault();

46. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

509 : ValManager vm = ValManager.getDefault();

47. WARNING: DiscouragedReference

Discouraged access: The method getOverride() from the type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

510 : if (vm.getGlobalPreferences().getOverride()){

48. WARNING: DiscouragedReference

Discouraged access: The method getGlobalPreferences() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

510 : if (vm.getGlobalPreferences().getOverride()){

49. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

552 : ValidatorMutable val = (ValidatorMutable) selection.getFirstElement();

50. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

552 : ValidatorMutable val = (ValidatorMutable) selection.getFirstElement();

51. WARNING: DiscouragedReference

Discouraged access: The method isManualValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

553 : manualItem.setSelection(val.isManualValidation());

52. WARNING: DiscouragedReference

Discouraged access: The method isBuildValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

554 : buildItem.setSelection(val.isBuildValidation());

53. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

564 : ValidatorMutable val = (ValidatorMutable) selection.getFirstElement();

54. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

564 : ValidatorMutable val = (ValidatorMutable) selection.getFirstElement();

55. WARNING: DiscouragedReference

Discouraged access: The method setManualValidation(boolean) from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

568 : val.setManualValidation(!val.isManualValidation());

56. WARNING: DiscouragedReference

Discouraged access: The method isManualValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

568 : val.setManualValidation(!val.isManualValidation());

57. WARNING: DiscouragedReference

Discouraged access: The method setBuildValidation(boolean) from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

571 : val.setBuildValidation(!val.isBuildValidation());

58. WARNING: DiscouragedReference

Discouraged access: The method isBuildValidation() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

571 : val.setBuildValidation(!val.isBuildValidation());

59. WARNING: DiscouragedReference

Discouraged access: The method isV2Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

574 : if (val.isV2Validator()){

60. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

575 : ValidatorMutable newVal = new ValidatorMutable(val);

61. WARNING: DiscouragedReference

Discouraged access: The constructor ValidatorMutable(ValidatorMutable) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

575 : ValidatorMutable newVal = new ValidatorMutable(val);

62. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

575 : ValidatorMutable newVal = new ValidatorMutable(val);

63. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

595 : private int findit(ValidatorMutable val) {

64. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

600 : private void handleOldDelegate(ValidatorMutable val) {

65. WARNING: DiscouragedReference

Discouraged access: The method isV1Validator() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

602 : if (!val.isV1Validator())return;

66. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

604 : ValidatorMetaData vmd = val.getVmd();

67. WARNING: DiscouragedReference

Discouraged access: The method getVmd() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

604 : ValidatorMetaData vmd = val.getVmd();

68. WARNING: DiscouragedReference

Discouraged access: The method isDelegating() from the type ValidatorMetaData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

605 : if (!vmd.isDelegating())return;

69. WARNING: DiscouragedReference

Discouraged access: The type GlobalConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

607 : GlobalConfiguration gc = ConfigurationManager.getManager().getGlobalConfiguration();

70. WARNING: DiscouragedReference

Discouraged access: The method getManager() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

607 : GlobalConfiguration gc = ConfigurationManager.getManager().getGlobalConfiguration();

71. WARNING: DiscouragedReference

Discouraged access: The method getGlobalConfiguration() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

607 : GlobalConfiguration gc = ConfigurationManager.getManager().getGlobalConfiguration();

72. WARNING: DiscouragedReference

Discouraged access: The type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

607 : GlobalConfiguration gc = ConfigurationManager.getManager().getGlobalConfiguration();

73. WARNING: DiscouragedReference

Discouraged access: The method getDelegateUniqueName(ValidatorMetaData) from the type ValidationConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

608 : String delegateID = gc.getDelegateUniqueName(vmd);

74. WARNING: DiscouragedReference

Discouraged access: The method setDelegateUniqueName(ValidatorMetaData, String) from the type ValidationConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

619 : gc.setDelegateUniqueName(vmd, dialog.getDelegateID());

75. WARNING: DiscouragedReference

Discouraged access: The method getSuspend() from the type ProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

645 : _suspend.setSelection(getProjectPreferences().getSuspend());

76. WARNING: DiscouragedReference

Discouraged access: The method getOverride() from the type ProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

646 : _override.setSelection(getProjectPreferences().getOverride());

77. WARNING: DiscouragedReference

Discouraged access: The type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

655 : for (ValidatorMutable vm : _validators)if (vm.isChanged())_changes++;

78. WARNING: DiscouragedReference

Discouraged access: The method isChanged() from the type ValidatorMutable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

655 : for (ValidatorMutable vm : _validators)if (vm.isChanged())_changes++;

79. WARNING: DiscouragedReference

Discouraged access: The method getGlobalPreferences() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

659 : if (!ValManager.getDefault().getGlobalPreferences().getOverride() && _override.getSelection()){

80. WARNING: DiscouragedReference

Discouraged access: The method getOverride() from the type GlobalPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

659 : if (!ValManager.getDefault().getGlobalPreferences().getOverride() && _override.getSelection()){

81. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

659 : if (!ValManager.getDefault().getGlobalPreferences().getOverride() && _override.getSelection()){

82. WARNING: DiscouragedReference

Discouraged access: The type ValManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

659 : if (!ValManager.getDefault().getGlobalPreferences().getOverride() && _override.getSelection()){

83. WARNING: DiscouragedReference

Discouraged access: The type ProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

665 : ProjectPreferences pp = new ProjectPreferences(project, _override.getSelection(), _suspend.getSelection(), null);

84. WARNING: DiscouragedReference

Discouraged access: The constructor ProjectPreferences(IProject, boolean, boolean, Validator[]) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

665 : ProjectPreferences pp = new ProjectPreferences(project, _override.getSelection(), _suspend.getSelection(), null);

85. WARNING: DiscouragedReference

Discouraged access: The type ProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

665 : ProjectPreferences pp = new ProjectPreferences(project, _override.getSelection(), _suspend.getSelection(), null);

86. WARNING: DiscouragedReference

Discouraged access: The type ValPrefManagerProject is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

666 : ValPrefManagerProject vpm = new ValPrefManagerProject(project);

87. WARNING: DiscouragedReference

Discouraged access: The constructor ValPrefManagerProject(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

666 : ValPrefManagerProject vpm = new ValPrefManagerProject(project);

88. WARNING: DiscouragedReference

Discouraged access: The type ValPrefManagerProject is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

666 : ValPrefManagerProject vpm = new ValPrefManagerProject(project);

89. WARNING: DiscouragedReference

Discouraged access: The method savePreferences(ProjectPreferences, ValidatorMutable[]) from the type ValPrefManagerProject is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

667 : vpm.savePreferences(pp, _validators);

90. WARNING: DiscouragedReference

Discouraged access: The method getSuspend() from the type ProjectPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

669 : if (_changes > 0 && !pp.getSuspend() &&

91. WARNING: DiscouragedReference

Discouraged access: The type ProjectReValidationJob is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

672 : ProjectReValidationJob pbj = new ProjectReValidationJob(project);

92. WARNING: DiscouragedReference

Discouraged access: The constructor ProjectReValidationJob(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

672 : ProjectReValidationJob pbj = new ProjectReValidationJob(project);

93. WARNING: DiscouragedReference

Discouraged access: The type ProjectReValidationJob is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

672 : ProjectReValidationJob pbj = new ProjectReValidationJob(project);

94. WARNING: DiscouragedReference

Discouraged access: The type ProjectConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

684 : ProjectConfiguration pc = ConfigurationManager.getManager().getProjectConfiguration(getProject());

95. WARNING: DiscouragedReference

Discouraged access: The method getManager() from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

684 : ProjectConfiguration pc = ConfigurationManager.getManager().getProjectConfiguration(getProject());

96. WARNING: DiscouragedReference

Discouraged access: The method getProjectConfiguration(IProject) from the type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

684 : ProjectConfiguration pc = ConfigurationManager.getManager().getProjectConfiguration(getProject());

97. WARNING: DiscouragedReference

Discouraged access: The type ConfigurationManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

684 : ProjectConfiguration pc = ConfigurationManager.getManager().getProjectConfiguration(getProject());

98. WARNING: DiscouragedReference

Discouraged access: The method setDoesProjectOverride(boolean) from the type ProjectConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

685 : pc.setDoesProjectOverride(_override.getSelection());

99. WARNING: DiscouragedReference

Discouraged access: The method setDisableAllValidation(boolean) from the type ValidationConfiguration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

686 : pc.setDisableAllValidation(_suspend.getSelection());

100. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type ValidationPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ValidationPropertyPage.java :

689 : ValidationPlugin.getPlugin().handleException(e);