[jbosstools-issues] [JBoss JIRA] (JBIDE-12634) Project>Validate doesn't trigger a full project validation by JBT Project validator

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Sep 18 14:43:34 EDT 2012


Alexey Kazakov created JBIDE-12634:
--------------------------------------

             Summary: Project>Validate doesn't trigger a full project validation by JBT Project validator
                 Key: JBIDE-12634
                 URL: https://issues.jboss.org/browse/JBIDE-12634
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: common/jst/core
    Affects Versions: 4.0.0.Alpha1
            Reporter: Alexey Kazakov
            Assignee: Alexey Kazakov
             Fix For: 4.0.0.Alpha2


1. Create a JSF KickStart project
3. Open inputname.xhtml
4. Add <h:outputText value="#{user.nameX}" />
5. Save the file.
6. Open Problems View.
7. ASSERT: There is a warning "nameX cannot be resolved".
8. Disable builder validation for the project:
   Window->Preferences->Validation->JBoss Tools Project Validator->Build
9. Fix the problem in inputname.xhtml: remove "X" in the end of the EL: <h:outputText value="#{user.name}" />
10. Save the file.
11. ASSERT: There is still a warning "names cannot be resolved" in Problems View.
12. Do Project->Validate on the project
13. FAILURE: There is still a warning in Problems View: "nameX cannot be resolved"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list