cucumber-reporting icon indicating copy to clipboard operation
cucumber-reporting copied to clipboard

Add robustness against property manipulation

Open ghostcity opened this issue 4 years ago • 1 comments

Some of the classes are not robust against manipulation. For example, if collections are given as parameters into getter-methods or are returned by setter-methods, these collections can be updated afterwards. Doing so will manipulate the holder of such collections.

I'd like to provide some fixes for that.

ghostcity avatar Nov 22 '20 15:11 ghostcity

That might be true as this is not the main goal of the project :) I'm happy to see fixes for that!

damianszczepanik avatar Nov 22 '20 21:11 damianszczepanik