Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-12437

Identical classes in Seam test module make Jacoco fail to generate a report

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.Alpha1
    • None
    • seam2
    • None

      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*

            alexeykazakov Alexey Kazakov
            mistria@redhat.com Mickael Istria
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: