gendarme
gendarme copied to clipboard
Documentation code examples will not compile for AvoidArgumentExceptionDefaultConstructorRule
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
.