[jbosstools-issues] [JBoss JIRA] (JBIDE-12437) Identical classes in Seam test module make Jacoco fail to generate a report

Martin Malina (JIRA) jira-events at lists.jboss.org
Thu Sep 13 08:44:37 EDT 2012


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

Martin Malina closed JBIDE-12437.
---------------------------------



Closing.
                
> Identical classes in Seam test module make Jacoco fail to generate a report
> ---------------------------------------------------------------------------
>
>                 Key: JBIDE-12437
>                 URL: https://issues.jboss.org/browse/JBIDE-12437
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam 2
>            Reporter: Mickael Istria
>            Assignee: Alexey Kazakov
>             Fix For: 4.0.0.Alpha1
>
>
> Some classes such as org.jboss.tools.seam.ui.test.wizard.Seam12XOperationsTestSuite121EAP exist in 2 distinct modules of Seam tests (org.jboss.tools.seam.ui.test and org.jboss.tools.seam121EAP.core.test). This duplicated class prevent Jacoco from generating a report, since it does not allow several definition for the same class.
> We need to have those class available only once and add dependency from one of this module to the other so it can consume it during test execution; or rename packages so we now have 2 different classes.
> Affected class follow the pattern Seam*OperationsTestSuite*

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