[jbossts-issues] [JBoss JIRA] (JBTM-1805) Remove logger generated code from emma statistcs

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Wed Jun 26 07:31:20 EDT 2013


Tom Jenkinson created JBTM-1805:
-----------------------------------

             Summary: Remove logger generated code from emma statistcs
                 Key: JBTM-1805
                 URL: https://issues.jboss.org/browse/JBTM-1805
             Project: JBoss Transaction Manager
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Testing
            Reporter: Tom Jenkinson
            Assignee: Amos Feng
             Fix For: 5.0.0.M4


An example is as follows:
http://172.17.131.2/view/Narayana+BlackTie/job/narayana-codeCoverage/lastSuccessfulBuild/artifact/qa/testoutput/emma/coverage.html
If you look at that page you will see a lot of ".logging" packages, these all contain the logger implementations for Narayana.

It is not useful to affect the code coverage numbers with logger coverage data.

You can see where to exclude packages here where we have filtered out the generated orb code as in JBTM-729:
https://github.com/jbosstm/narayana/blob/master/pom.xml#L538
<arg value="-com.arjuna.ArjunaOTS.*,-org.omg.CORBA.*,-org.omg.CosTransactions.*,-org.omg.XA.*"/>

--
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 jbossts-issues mailing list