[arquillian-issues] [JBoss JIRA] (ARQ-2069) JaCoCo include/exclude configuration does not support multiline

Bartosz Majsak (JIRA) issues at jboss.org
Fri Jan 13 03:44:00 EST 2017


Bartosz Majsak created ARQ-2069:
-----------------------------------

             Summary: JaCoCo include/exclude configuration does not support multiline
                 Key: ARQ-2069
                 URL: https://issues.jboss.org/browse/ARQ-2069
             Project: Arquillian
          Issue Type: Bug
          Components: Extension - Jacoco
    Affects Versions: jacoco_1.0.0.Alpha8
            Reporter: Bartosz Majsak
            Priority: Minor


JacocoConfiguration already splits multiple includes/excludes in a whitespace aware way using delimiter "\\s*;\\s*". But this only strips the whitespaces around the delimiter, not whitespaces before the first and after the last entry.
Because of this you cannot use newlines to format the entries.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the arquillian-issues mailing list