[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-2091) seam-gen should make their List classes type safe

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Fri Apr 18 03:53:44 EDT 2008


seam-gen should make their List classes type safe
-------------------------------------------------

                 Key: JBIDE-2091
                 URL: http://jira.jboss.com/jira/browse/JBIDE-2091
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Seam
    Affects Versions: 2.0.0.GA
            Reporter: Max Rydahl Andersen
             Fix For: 2.1.x


Currently seam-gen generates  CustomerList extends EntityQuery 

If it instead did CustomerList extends EntityQuery<Customer> then the code java and EL based completion would know its methods referred to Customer and not just Object.

-- 
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