Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324567 - WST Validator - org.eclipse.wst.xml.core.internal.validation.core.AbstractNestedValidator - Request to fix the TODO in line#125
Summary: WST Validator - org.eclipse.wst.xml.core.internal.validation.core.AbstractNes...
Status: NEW
Alias: None
Product: WTP Common Tools
Classification: WebTools
Component: wst.validation (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: wst.validation CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-06 07:40 EDT by Senthil Kathiresan CLA
Modified: 2010-09-06 07:40 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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