[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-4378) Seam validator doesn't mark duplicate factories which return Object (not void).

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue May 26 16:50:56 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-4378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov resolved JBIDE-4378.
-----------------------------------

    Resolution: Done


> Seam validator doesn't mark duplicate factories which return Object (not void).
> -------------------------------------------------------------------------------
>
>                 Key: JBIDE-4378
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4378
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam
>    Affects Versions: 3.0.1.GA
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>             Fix For: 3.1.0.M1
>
>
> 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.

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

        



More information about the jbosstools-issues mailing list