[
https://issues.jboss.org/browse/JBIDE-14518?page=com.atlassian.jira.plugi...
]
Max Rydahl Andersen updated JBIDE-14518:
----------------------------------------
Fix Version/s: 4.1.x
4.2.x
(was: 4.1.0.CR1)
no more features making it in to block GA. Arquillian is marked as experimental thus not
blocking unless serious critical unsuable issue.
If you believe this issue *must* be fixed before GA please set fix version to CR1 and
provide patch/reason.
Arquillian Validation does not take class tree into consideration
-----------------------------------------------------------------
Key: JBIDE-14518
URL:
https://issues.jboss.org/browse/JBIDE-14518
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: testing-tools
Reporter: Aslak Knutsen
Assignee: Snjezana Peco
Fix For: 4.1.x, 4.2.x
Only classes used directly from the TestClass seems to be caught by the validation.
{code}
class Manager extends SuperManager {
@Inject Handler handler;
}
@Deployment
public static WebArchive deploy() {
return ShrinkWrap.create(WebArchive.class).addClass(Manager.class);
}
{code}
Expected validation error on missing Handler and SuperManager as well.
--
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