Deprecated API


Contents
Deprecated Exceptions
org.eclipse.wst.validation.internal.provisional.core.MessageLimitException
          This class is not longer used by the framework. The framework is not going to limit the number of messages displayed by a validator. 
 

Deprecated Fields
org.eclipse.wst.validation.ValidationState.TriggerResource
          This approach is not thread safe, the longer form of the AbstractValidator validate method should be used instead. 
 

Deprecated Methods
org.eclipse.wst.validation.ValidationFramework.getValidator(String)
          Use getValidator(String id, IProject project) with a null project instead.