Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 327569 - False warning from Facesconfig validator for ViewDeclarationLanguageFactory
Summary: False warning from Facesconfig validator for ViewDeclarationLanguageFactory
Status: RESOLVED FIXED
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2.3   Edit
Assignee: Gerry Kessler CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 11:23 EDT by Xiaonan Jiang CLA
Modified: 2010-10-25 17:06 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xiaonan Jiang CLA 2010-10-12 11:23:16 EDT
Build Identifier: wtp 3.2

The following method in FactoryValidatorVisitor.java is wrong:
        protected String getInstanceOf() {
            return "javax.faces.faces.ViewDeclarationLanguageFactory"; //$NON-NLS-1$
        }

Should be the following instead:
   return "javax.faces.ViewDeclarationLanguageFactory"; //$NON-NLS-1$

This causes a false warning when validating a ViewDeclarationLanguageFactory.

Reproducible: Always
Comment 1 Gerry Kessler CLA 2010-10-25 17:06:09 EDT
Checked into HEAD 10/25/10