[arquillian-issues] [JBoss JIRA] (ARQ-932) Warp: support for inner/anonymous classes

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri May 18 07:19:17 EDT 2012


Lukáš Fryč created ARQ-932:
------------------------------

             Summary: Warp: support for inner/anonymous classes
                 Key: ARQ-932
                 URL: https://issues.jboss.org/browse/ARQ-932
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Extension - Warp
            Reporter: Lukáš Fryč
            Assignee: Lukáš Fryč
             Fix For: warp_1.0.0.next


These can't be supported right now, since they bears dependency on top-level class, which is not serializable by default.

This class could be serialized when de-injected (like in [1]).

But the top-level class still imports APIs which are not available on server classpath.

The proposed API:
https://gist.github.com/2569612

[1] https://github.com/lfryc/jsfunitng/blob/master/src/main/java/org/jboss/arquillian/warp/test/LifecycleTestDeenricher.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the arquillian-issues mailing list