[jbosstools-issues] [JBoss JIRA] (JBIDE-16324) Refactor Arquillian validator

Snjezana Peco (JIRA) issues at jboss.org
Mon Dec 23 10:26:33 EST 2013


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

Snjezana Peco updated JBIDE-16324:
----------------------------------

    Description: 
While fixing JBIDE-14525, I had to change the way in which the Arquillian validator works because compiling a class doesn't solve dependent classes. 
Because of that, we don't have to create archive anymore. We only need the structure of an archive that can be got using Archive.toString(true) which will significantly improve performance.

  was:
While fixing https://issues.jboss.org/browse/JBIDE-14525, I had to change the way in which the Arquillian validator works because compiling a class doesn't solve dependent classes. 
Because of that, we don't have to create archive anymore. We only need the structure of an archive that can be got using Archive.toString(true) which will significantly improve performance.


    
> Refactor Arquillian validator
> -----------------------------
>
>                 Key: JBIDE-16324
>                 URL: https://issues.jboss.org/browse/JBIDE-16324
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: testing-tools
>            Reporter: Snjezana Peco
>            Assignee: Snjezana Peco
>             Fix For: 4.2.0.Alpha2
>
>
> While fixing JBIDE-14525, I had to change the way in which the Arquillian validator works because compiling a class doesn't solve dependent classes. 
> Because of that, we don't have to create archive anymore. We only need the structure of an archive that can be got using Archive.toString(true) which will significantly improve performance.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list