Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-1572

Seam Validator: @Factory annotation does not see related @Out/Databinder annotation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.0.1
    • None
    • seam2
    • None

    Description

      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

      Attachments

        Activity

          People

            alexeykazakov Alexey Kazakov
            dazarov_jira Daniel Azarov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: