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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Aug 23 15:16:15 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713438#comment-12713438 ] 

Alexey Kazakov commented on JBIDE-12437:
----------------------------------------

Anyway I just removed a few duplicated test classes from seam.core. It should not affect the other tests.
                
> 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.M1
>
>
> 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