gendarme icon indicating copy to clipboard operation
gendarme copied to clipboard

Documentation code examples will not compile for AvoidArgumentExceptionDefaultConstructorRule

Open pekka-28 opened this issue 4 years ago • 0 comments

Both Bad example and Good example reference a variable/parameter obj not present. The the Bad example should probably be changed to value and the Good example from obj == value to value == null.

pekka-28 avatar Jul 12 '20 12:07 pekka-28