[jboss-jira] [JBoss JIRA] Created: (JBBOOT-63) Fix Generics on org.jboss.bootstrap.spi.Bootstrap

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Mon May 4 18:26:46 EDT 2009


Fix Generics on org.jboss.bootstrap.spi.Bootstrap
-------------------------------------------------

                 Key: JBBOOT-63
                 URL: https://jira.jboss.org/jira/browse/JBBOOT-63
             Project: JBoss Bootstrap
          Issue Type: Task
          Components: impl-as, impl-base, impl-mc, spi, spi-as
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger
             Fix For: 0.1.2


Presently the Bootstrap start/prepareShutdown/shutdown methods take a:

Server<K, T>

...where:

<K extends Server<K, T>, T extends ServerConfig<T>>

...really they need to take a "K" directly.

AbstractServer will need some additional support so it may pass "this" to be represented as type K.

-- 
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 jboss-jira mailing list