Community
Participate
Working Groups
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