-
Bug
-
Resolution: Done
-
Minor
-
jacoco_1.0.0.Alpha8
-
None
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.