[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-1572) Seam Validator does not work correctly with @Factory annotations

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Thu Dec 27 11:15:43 EST 2007


Seam Validator does not work correctly with @Factory annotations
----------------------------------------------------------------

                 Key: JBIDE-1572
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1572
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Seam
            Reporter: Daniel Azarov
         Assigned To: Alexey Kazakov
             Fix For: 2.0.1


Testcase: 
EXECUTE: Create any Seam Web Project 
EXECUTE: Create "Seam Action" with "component" as component name 
EXECUTE: Open "Component.java" 
EXECUTE: Add next lines: 
@DataModel 
    private List<String> messageList=new ArrayList<String>();

@Factory("messageList")
    public void getList1(){
    }
EXECUTE: Save file 
ASSERT: There are no any error markers


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list