Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 324567

Summary: WST Validator - org.eclipse.wst.xml.core.internal.validation.core.AbstractNestedValidator - Request to fix the TODO in line#125
Product: [WebTools] WTP Common Tools Reporter: Senthil Kathiresan <exploreksk>
Component: wst.validationAssignee: wst.validation <wst.validation-inbox>
Status: NEW --- QA Contact: Chuck Bridgham <cbridgha>
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Senthil Kathiresan CLA 2010-09-06 07:40:38 EDT
Build Identifier: M20090917-0800

Request to fix the following TODO line in org.eclipse.wst.xml.core.internal.validation.core.AbstractNestedValidator
// TODO: Is this needed? Shouldn't the framework pass the complete list? 
// Should I know that I'm validating a project as opposed to files?

Right-click "Validate" menu option invoked on a Project doesn't provide the list of files it is going to validate. It would be useful if this list is available

Reproducible: Always

Steps to Reproduce:
1. Have a Custom Validator by extending org.eclipse.wst.validation.validator
2. When invoking this CusomValidator on the Project level, there is no way to get the list of files
3. org.eclipse.wst.xml.core.internal.validation.core.AbstractNestedValidator also has the same behavior