[jboss-jira] [JBoss JIRA] Created: (JBREFLECT-60) JavassistTypeInfoFactoryImpl.instantiate(Class<?>) looses parameter value during execution

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Wed Oct 14 11:06:21 EDT 2009


JavassistTypeInfoFactoryImpl.instantiate(Class<?>) looses parameter value during execution
------------------------------------------------------------------------------------------

                 Key: JBREFLECT-60
                 URL: https://jira.jboss.org/jira/browse/JBREFLECT-60
             Project: JBoss Reflection
          Issue Type: Feature Request
    Affects Versions: JBossReflection.2.0.2.GA
            Reporter: Flavia Rainone
            Assignee: Flavia Rainone
             Fix For: JBossReflection.2.2.0-Beta1 


The aforementioned method invokes instantiate(CtClass), thus loosing the original Class<?>. In the future, if the original Class<?> needs to be retrieved, it will have to be reloaded. This takes us to the uneeded overhead of finding the class loader and loading it.

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