-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Coverage
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The bug in the matcher is due to a misunderstanding of how Groovy appends elements to a list: specifically, the += operator returns a new list rather than modifying the existing one.