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

Seam validator doesn't mark duplicate factories which return Object (not void).

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.1.0.M1
    • 3.0.1.GA
    • seam2
    • None

    Description

      1. Create Seam project.
      2. Open Authenticator.java
      3. Add
      @Factory("test")
      String getVar()

      { return ""; };

      @Factory
      String getTest(){ return ""; }

      ;
      4. Build project.
      5. There is not error markers in duplicated factory names. But there should be two markers.

      Attachments

        Activity

          People

            alexeykazakov Alexey Kazakov
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: