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

Mickael Istria (JIRA) jira-events at lists.jboss.org
Fri Aug 17 03:59:15 EDT 2012


Mickael Istria created JBIDE-12437:
--------------------------------------

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


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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list